@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bgg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
	color:#CCCCCC;
}

#central {
   width:840px;
   heigth:587px;
   margin:auto;
   margin-top:30px;
}

/* bloques base */
#bloquederecha{
	float:left;
	display:inline;
	width:289px;
	height:586px;
	background:url(images/fondo_03b.jpg) no-repeat;
	clear:both;
}

#bloqueizquierda{
	margin-left:290px;
	width:511px;
	height:586px;
	background:url(images/fondo.png) no-repeat;
}
/* bloques internos */
#basedeizq{
	width:461px;
	height:536px;
	padding: 25px 25px 25px 25px;
}

#menu{
	padding-top:0px;
}

#contenido{
	padding:8px 8px 8px 8px;
	background:url(images/contenido.gif) no-repeat;
	height:530px
}
.cabecerachica{
	font-size:150%;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding: 15px 10px 20px 10px;
}
.cabecerachicaintro{
	font-size:140%;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	padding: 15px 20px 20px 20px;
}
.cabecera{
	font-size:120%;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding: 110px 10px 20px 10px;
}

#texto{
	height:360px;
	background:#FFFFFF;
	padding: 10px 10px 10px 10px;
}
.pic{
	float:left;
	padding: 0px 5px 0px 0px;
}

.spacer{
	padding: 2px 10px 1px 10px;
	background-color: #ede4c7;
}

#textocorto{
	height:auto;
	padding: 5px 20px 5px 20px;
	background-color: #ede4c7;
}

.texto{
	font-size:70%;
	color:#660000;
	line-height:1.7em;
	text-align:justify;
}
.textotitulo{
	font-size:120%;
	font-weight:bold;
	color:#000;
	line-height:1.7em;
}
.textodetalle{
	font-size:90%;
	color:#660000;
	line-height:1.7em;
}

#form{
	height:350px;
	padding: 0px 12px 5px 12px;
        OVERFLOW: auto;
        
}
.inserttxt{
	font-size:95%;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

#foto2{
	height:14px;
	width:411px;
	background:url(images/cabecera.png) no-repeat;
	margin-bottom:5px;
}
#foto0{
	height:14px;
	width:431px;
	background:url(images/cabecera.png) no-repeat;
	margin-bottom:5px;
}


#foto{
	height:14px;
	width:461px;
	background:url(images/home.gif) no-repeat;
	margin-bottom:5px;
}
.boton{
	font-size:80%;
	width:auto;
	color:#FFFFFF;
	background-color:#C93F15;
	padding:2px 10px 2px 0px;
	margin-bottom:5px;
	text-align:center;
}

#pie{
	padding-top:5px;
	padding-bottom:5px;
	width:287px;
	height:15px;
	background-color:#C93F15;
	font-size:70%;
	color:#FFFFFF;
	text-align:center;
}

