@charset "utf-8";
/* CSS Document */

html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #ce007c;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	overflow:auto;
	margin: 0px;

}
#base{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	height: 100%;
	background-repeat: no-repeat;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#dir {
	float: left;
	width: 26px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#conenido {
	float: left;
	width: 729px;
	height: 100%;
}
#texto {
text-align:left;
padding:10px;
	float: left;
	width: 556px;
	background-color: #FFF;
	font-family:Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #870051;
}
#textotop{ float:left; width:576px; height:10px; background:url(img/texttop.gif) top left no-repeat;}
#textobot{ float:left; width:576px; height:10px; background:url(img/textbot.gif) top left no-repeat;}

#banner {
	margin-left: 5px;
}

#burra {
	float: left;
	width: 133px;
}

#menu {
	float: right;
	width: 221px;
	text-align: right;
}
#cabecera {
	width: 596px;
	float: right;
}

#photos1 {
	background-image: url(img/photos_mid.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#photos2 {
	background-image: url(img/photos_foot.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 221px;
}
.img{
	border: 4px solid #CE007C;
}

.salto1{ clear:both; font-size:1px; height:1px;}
.salto2{ clear:both; font-size:2px; height:2px;}
.salto5{ clear:both; font-size:5px; height:5px;}
.salto10{ clear:both; font-size:10px; height:10px;}
.salto20{ clear:both; font-size:20px; height:20px;}
.salto30{ clear:both; font-size:30px; height:30px;}

.gris{ color:#333333;}


.texto_cabecera{padding:0px; margin:0px; font-size:18px; font-weight:700; color:#ce007c; font-family:Trebuchet MS;  padding-bottom:4px; }
.texto_peque{ font-size:12px;}
.texto_gris{color:#999999;}
.texto_verde{color:#9e1179;}
.texto_negrita{ font-weight:700;}
.separador_puntos{ width:100%; background-image:url(img/menupuntos.gif); background-repeat:repeat-x; background-position:left center; height:10px; font-size:11px; padding:0px; margin:0px; clear:both; }
.texto_normal{ font-size:13px; color:#333333; text-decoration:none;}

#texto a{ color:#c0cf02; text-decoration:none;}
#texto a:hover{ color:#ce007c; text-decoration:none; }
