/* ----------ULTIMA SALIDA---------- */
/*Propiedades Generales de la Página*/
BODY  {
	text-align : left;
	margin-top: 0px;
}
p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#303030;
	text-decoration: none;
	margin: 0 20px 0 15px;
	text-align: justify;
	line-height: 15px;
}
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffe25c;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin:0 0 0 0px;
}
h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#e30002;
	font-weight: bold;
	text-decoration: none;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #330099;
	text-decoration:underline;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
/*Definen la organización de las cajas y sus respectivos contenidos*/
#CONTENEDOR	{
	margin: 0 auto;/*0 auto porque ahora mismo el 0 se refire a arriba y abajo, y el auto a los lados*/
	background:url(imagenes/fondogral.gif);
	width:986px;
}
.header{
	width:964px;
	margin:0 11px 0 11px;
	float:left;
}
.contenido{
	width:964px;
	float:left;
}
/* ----------UTILIDADES---------- */
.titulorojo  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:28px;
	color:#e30002;
	font-weight: normal;
	text-decoration: none;
}
.tituloblanco  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.titulonegro  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	margin-left:30px;
}
.titulonegro  a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e30002;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
.titulonegro  a:hover{
	color:#999999;
	text-decoration: underline;
}
.textonegro  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303030;
	text-decoration: none;
	margin: 0 15px 0 15px;
	line-height: 15px;
	text-align: left;
}
.aclarar {
	filter: opacity:1;
}
.aclarar:hover {
	filter: alpha(opacity=60); opacity:.7;
}

/* ----------UTILIDADES---------- */
/* ----------BOTONERA---------- */
#menultcontainer{position:relative; color:#E0E0E0; background:#fff; width:100%; font-family:Helvetica,Arial,Verdana,sans-serif;}
#menultnav{position:relative;height:24px;font-size:11px;text-transform:uppercase;font-weight:bold; padding:0 0 0 20px; background:url(imagenes/botonera_fondo.png) no-repeat; background-position:-240px 0;}
#menultnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#menultnav ul li{display:block;float:left;margin:0 1px;}
#menultnav ul li a{display:block; float:left; color:#fff; text-decoration:none; padding:0 0 0 20px; height:22px;}
#menultnav ul li a span{padding:5px 20px 0 10px;height:21px;float:left;}
#menultnav ul li a:hover{color:#333; background:transparent;}
#menultnav ul li a:hover span{display:block; width:auto; cursor:pointer;}
#menultnav ul li a.current,#menultnav ul li a.current:hover{color:#000; background:#c53333 url(imagenes/menult_left-ON.png) no-repeat top left; line-height:200%;}
#menultnav ul li a.current span{display:block;padding:0 20px 0 0; width:auto; background:#c53333 url(imagenes/menult_right-ON.png) no-repeat top right; height:22px;}

#menult_inner{color:#222; background-image:url(imagenes/base2.png); background-repeat:repeat-x; height: 24px;}

#menult_inner a:link, #menult_inner a:visited, #menult_inner a:active{color:black; text-decoration:none; font-size:11px; margin:2px 10px 0 10px;}
#menult_inner a:hover{color: #DD0000}

.innercontent{display: none;}
/* ----------FIN BOTONERA---------- */

