@charset "utf-8";
@import url('botonera.css');
@import url('decoracion_textos.css');
@import url('form.css');

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

h1 {
	margin: 0;
	padding: 0;
	color: #2716D5;
	font-size: 22px;
}

h2 {
	margin: 10px 0 5px 0;
	padding: 5px 0;
	color: #8275F0;
	font-size: 16px;
	font-weight: normal;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

#caja {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#caja #contenido {
	float: left;
	width: 521px;
	margin: 235px 0 0 116px;
	padding: 0 30px 0 0;
	background-image: url(../img/estructura_fondo.gif);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 1;
	clear:both;
}

#caja #contenido #principal {
	margin: 0 0 0 170px;
}

#caja #animacion {
	float: left;
	width: 399px;
	height: 99px;
	margin: 111px 0 0 261px;
	position: absolute;
	z-index: 3;
}

#pie {
	width: 462px;
	height: 269px;
	background-image: url(../img/pie.gif);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
	color: #4d4d4d;
	font-size:10px;
	padding: 92px 0 0 170px;
}

#pie a:link, #pie a:visited, #pie a:active{
	text-decoration: none;
	color: #4d4d4d;
}

#pie a:hover {
	color: #000;
}

#pie #firma {
	float: right;
	padding: 0 113px 0 0;
}

#logo {
	height: 160px;
	/*width: 250px;*/
	/*float:left;*/
	position: absolute;
	z-index: 2;
}