body {
	margin: 2px auto;
	padding: 0px;
	width: 990px;
}

#cabecero {
	width: 990px;
	border:1px 1px 0px 1px;
	border_color:#CFCAC0;
	border_bottom:  solid #ffffff;
	background: url(../img_comunes/cabecero.png) no-repeat left top;
	height: 50px;
}

#cabecero h1 {
	font: 23px Georgia, "Times New Roman", Times, serif;
	padding: 15px 0px 0px 200px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*ANTERIORES*/

#cabecero h4 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 25px 10px 0px 0px;
	margin-top: 13px;
	margin-bottom: 0px;
	float:right;
}

#cabecero h4 a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
}


/*FIN ANTERIORES*/

.col1 {
	width:50%;
	float:left;
	display:block;
	
}
.col2 {
	float:left;
	display:block;
}


#cuerpo {
	width: 990px;
	border-top: 0px solid #BFB9AA;
	border-right: 1px solid #CFCAC0;
	border-bottom: 1px solid #CFCAC0;
	border-left: 1px solid #CFCAC0;
}

#contenido {
	width: 825px;
	background: url(../img_comunes/fondo_contenido.png) repeat-y left top;
	clear: none;
}

#contenido a {
	color: #990000;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
	font-size: 12px;
}

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

#contenido dl {
	display: block;
	width: 405px;
	margin-right: 5px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
  clear:both;
}

#contenido dt {
	font-size: 17px;
	color: #BFB9AA;
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 5px;
}

#contenido dd {
	padding-left: 25px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	background: url(../img_comunes/lista_icon.gif) no-repeat 15px 10px;
}

#relacionados {
	width: 162px;
	clear: none;
	float: right;
}

body > #relacionados {
	width: 165px;
}

#relacionados .acrobat {
	margin: 5px;
	background: url(../img_comunes/acrobat_icon.gif) no-repeat right bottom;
	padding: 10px 0px 5px 8px;

}
#relacionados .acrobat a {
	font: 10px "Trebuchet MS", Arial, Verdana;
	color: #333333;
	text-decoration: none;
}


#relacionados .acrobat a,
#relacionados .completa a {
	width: 95px;
	display: block;
}


#pie {
	width: 990px;
	clear: both;
	background: url(../img_comunes/pie.png);
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CFCAC0;
}

#pie p {
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 6px;
	margin: 0px;
}



/*PATROCINADORES*/

#patrocinadores {
	padding:5px;
	margin:3px 3px 3px 18px;
	clear:both;
}

#patrocinadores h4 {
	font: 11px Tahoma, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px;
	padding:0px;
	clear:both;
}

#patrocinadores div {
	border-bottom:1px dashed #cccccc;
	margin:2px 0px 0px 2px;
	clear:both;
	width: 100%;
}

#patrocinadores div a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#cc0000;
}

#patrocinadores div b {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

.clear {
	clear:both; 
	width:90%;
	}