/* CSS BASICO */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FCFCEF;
	background-color:#000000;
	text-align: center;
	width: 100%;
	margin: 0px;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-HIGHLIGHT-COLOR: #000000;
	scrollbar-SHADOW-COLOR: #980346;
	scrollbar-3DLIGHT-COLOR: #db0066;
	scrollbar-ARROW-COLOR: #ECEAA8;
	scrollbar-TRACK-COLOR: #000000;
	scrollbar-DARKSHADOW-COLOR: #000000;
}
table {
	font-size: 11px;
	line-height: 18px;
}
b {color: #980346;}
a:link, a:visited {color: #FFFFFF;text-decoration: underline;}
a:hover {color: #980346;text-decoration: underline;}
/* GENERAL */
#base {
	background-image: url(../images/fondo_h.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 915px;
	height: 555px;
	margin-left: auto;
	margin-right: auto;
}
/* CABECERA */
#cabecera {
	text-align: left;
	width: 915px;
	height: 132px;
}
/* CONTENIDOS */
#Cont {
	width: 915px;
	height: 317px;
}
#Cont_i {
	width: 446px;
	height: 317px;
	float: left;
}
#Cont_d {
	text-align: right;
	width: 466px;
	height: 317px;
	float: right;
}

/* MENÚ */
#menu {
	text-align: left;
	width: 909px;
	margin-left: 6px;
	margin-top: 5px;
}
/* LOGOS */
#logos {
	background-image: url(../images/fondo_logos.jpg);
	background-repeat: repeat-y;
	width: 915px;
	height: 40px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#imginf {
	background-image: url(../images/fondo_sinf.jpg);
	width: 915px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
