/* FOTO CABECERO Y TÍTULO */
#ilustracion {
	background: url(img/portada.jpg) no-repeat left top;
	height: 140px;
	width: 990px;
	border-top: 0px none #BFB9AA;
	border-right: 0px none #BFB9AA;
	border-bottom: 0px solid #BFB9AA;
	border-left: 0px none #BFB9AA;
}

#ilustracion  p {
	display: none;
}

#ilustracion h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding: 60px 0px 0px 450px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* PDF PARA IMPRIMIR */

#relacionados .completa {
	margin: 10px 5px 5px;
	background: url(../img_comunes/pdf_icon.gif) no-repeat right bottom;
	padding: 8px;
	border: 1px solid #cc0000;
}

#relacionados .completa a {
	font: 12px "Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	color: #cc0000;
	text-decoration: none;
}


/* PATROCINADORES CON IMAGEN */




#patrocinadores {
	
	font: 11px "Trebuchet MS", Arial, Verdana;
	color:#000;
}




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


#patrocinadores div img {
	
	width: 95px;
	height: 33px;
	float:left;
	padding:5px 8px 5px 0px;
	
}
