

/* --------------------- Común para toda la web ---------------------*/

body {
	margin:0px;
	padding:0px;
	font:normal 100% "trebuchet MS", tahoma;
	background:url(../img/body.jpg) top repeat;
}

h1{
	margin:0px;
	padding:0px;
	float:left;
}

h1 img {
	border:none;	
}

h1.index{
	color:#fff;
	font:normal 150% "trebuchet MS", tahoma;
	margin:0px;
	padding:25px 0 0 0;
	float:left;
}

h2 {
	color:#fff;
	font:normal 150% "trebuchet MS", tahoma;
	padding:5px 0 0 0;
	float:right;
}

h3 {
	color:#fff;
	font:normal 130% "trebuchet MS", tahoma;
	margin:0 0 0 235px;
}

h3 a{
	color:#fff;
	text-decoration:none;
}

h3 a:hover{
	color:#ff0000;
	text-decoration:none;
}

h4 {
	color:#000;
	font:normal 110% "trebuchet MS", tahoma;
	margin:10px 0 0 0;
}

*{
	padding:0px;
	margin:0px;
}

a{
	color:#ff0000;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

img{
	border:none;
}




/* --------------------- Comienza la web ---------------------*/

#contenedor{
	margin:0px auto;
	width:1024px;
	min-height:600px;
}


/* ------------------------------------- HEAD ----------------------------------*/

#head{
	width:900px;
	height:124px;
	margin:0px auto;
}


#menu{
	width:681px;
	height:24px;
	float:right;
	margin:61px 0 0 0;
	color:#fff;
	font:normal 80% "trebuchet MS", tahoma;
}

#menu ul{
	padding:0px;
	margin:0px;
}


#menu li{	
	list-style-type:none;
	display:inline;
	padding: 0 0 0 37px;
	text-align:center;
	text-decoration:none;
}

#menu li a{
	color:#fff;
	
}

#menu li a:hover{
	color:#FF0000;
}

.aqui{
	color:#FF0000;
}



/* ------------------------------- CONTENIDO ----------------------------------*/

#img-index{
	width:900px;
	height:255px;
	margin:0px auto;
	border-top:1px solid #000;
	background:url(../img/img-index.jpg) center center no-repeat;
}

#img-index img{
	border:none;
	float:right;
}

#barra-encabezado{
	background:url(../img/barra.jpg) center center repeat-x;
	width:900px;
	height:35px;
	margin:0px auto;
	padding:3px 0 0 0;
}

#caja-index{
	width:860px;
	min-height:200px;
	margin:0px auto;
	padding:20px;
	color:#fff;
	font:normal 80% "trebuchet MS", tahoma;
	background-color:#424242;
}

.caja{
	width:245px;
	height:200px;
	float:left;
	padding:20px;
	text-align:left;
}

.caja p{
	color:#fff;
	font:normal 90% "trebuchet MS", tahoma;
	text-align:left;
	margin:0 0 10px 0;
}

.caja li{
	list-style-type:circle;
	color:#fff;
	font:normal 90% "trebuchet MS", tahoma;
	text-align:left;
	margin:0 0 10px 15px;
	padding:0px;
}

.caja li a{
	color:#fff;
	font:normal 90% "trebuchet MS", tahoma;
}

.caja li a:hover{
	color:#ff0000;
	font:normal 90% "trebuchet MS", tahoma;
}

.caja img{
	border:1px solid #000;
}

.central{
	border-right:1px dotted #fff;
	border-left:1px dotted #fff;
}

.encabezado {
	color:#fff;
	font:normal 130% "trebuchet MS", tahoma;
	margin:10px 0 20px 0;
}

.encabezado a{
	color:#fff;
	text-decoration:none;
	font:normal 130% "trebuchet MS", tahoma;
}

.encabezado a:hover{
	color:#ff0000;
	text-decoration:none;
}

#contenido{
	width:900px;
	min-height:300px;
	margin:0px auto;
	color:#fff;
	font:normal 80% "trebuchet MS", tahoma;
	background-color:#fff;
}

#datos{
	width:204px;
	height:280px;
	background-color:#fff;
	float:left;
	padding:20px 0 0 15px;
}

#datos p{
	color:#000;
	font:normal 95% "trebuchet MS", tahoma;
	text-align:left;
	margin:0 0 10px 0;
}

#texto{
	width:641px;
	min-height:260px;
	background-color:#424242;
	float:left;
	padding:20px;
}

#texto p{
	color:#fff;
	font:normal 95% "trebuchet MS", tahoma;
	text-align:left;
	line-height:200%;
	margin:0 0 15px 0;
}

#texto ul{
	margin:15px 0 0 0;
}

#texto li{
	list-style-type:circle;
	color:#fff;
	font:normal 95% "trebuchet MS", tahoma;
	text-align:left;
	margin:0 0 10px 15px;
	padding:0px;
}


/*--------------- PIE ----------------*/
#pie{
	background:url(../img/fondo-pie-index.jpg) top center repeat-x;
	margin:0px auto;
	width:900px;
	clear:both;
}

#pie ul{
	padding:14px 0 0 0;
	margin:0px;
	text-align:right;
}

#pie li{
	font:normal 70% tahoma, Arial, Helvetica, sans-serif;
	text-align:right;
	padding:0px;
	margin:0px;
	display:inline;
}

address{
	font:normal 70% tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 0 0 0;
	float:left;
}




/* -- Formulario -- */

#formulario {
	float:right;
	width:250px;
	color:#999;
	font:90% Tahoma, "Trebuchet MS", Arial, Verdana;
	margin-right:30px;
}

#form {
	float:left;
	width:350px;
	color:#fff;
	font:90% Tahoma, "Trebuchet MS", Arial, Verdana;
	margin:0 0 20px 30px;
}

legend {
	display:none;
}

fieldset {
	border-style:none;
	margin-bottom:8px;
}

.gracias {
	color:#333;
	border:1px solid #ccc;
	padding:10px;
	margin-left:20px;
	width:250px;
	float:left;
}

label{
	color:#fff;
	text-align:left;
}

fieldset input, textarea{
	background-color:#fff;
	border:0px solid #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:2px 5px;
	margin-top:2px;
	margin-bottom:4px;
	color:#666;
	font:100% Tahoma, Geneva, sans-serif;
	display:block;
	width:100%;
}

textarea{
	height:50px;	

}

.boton{
	width:80px;
	padding:3px 0px;
	background-color:#eee;
	border:1px solid #ccc;
	color:#666;
	margin:8px 0px 5px 0px;
	cursor:pointer;
}

.boton:hover{
	color:#0138ce;
	border:1px solid #0138ce;
}

.checklabel {
	color:#666;
}

.check {
	margin-right:2px;
}

#formulario a{
	color:#0138ce;
}

#formulario a:hover{
	text-decoration:underline;
}




.clear {
	clear:both;
}