@charset "utf-8";
/* CSS Document */
body {
	background: #333333;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a {
text-decoration:none;
}

#pagina {
	width:956px;
	font-size:1.2em;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
}

#cabecera {
	width:956px;
	height:124px;
	background-image:url(../images/01A-01_01.png);
}

#borde_izq {
	float:left;
	width:9px;
	height:441px;
	background-image:url(../images/01A-01_02.png);
}

#cinta {
	float:left;
	width:938px;
	height:19px;
}
#pagina #cinta #ticker {
	top:124px;
	width:938px;
	height:19px;

}

#borde_dch {
	float:right;
	width:9px;
	height:441px;
	background-image:url(../images/01A-01_04.png);
}
#menu {
	float:left;
	width:238px;
	height:422px;
	background-color:#8A8160;
}
#sec {
	width:238px;
	height:182px;
}
#cuadro-1 {
	float:left;
	width:119px;
	height:120px;
}
#cuadro-2 {
	float:left;
	width:119px;
	height:120px;
}
#cuadro-3 {
	float:left;
	width:119px;
	height:120px;
}
#cuadro-4 {
	float:left;
	width:119px;
	height:120px;
}
#Pie {
	float:left;
	background-image:url(../images/01divs_20.png);
	width:956px;
	height:8em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
}

#Pie #botton_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Pie #botton_menu a {
    text-decoration:none;
    color: #FFFFFF;
	text-transform: capitalize;
}

#Pie #botton_menu a:hover{
	background-color: #8A8160;
}

.Indicacion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #99FFCC;
	padding: 2px 1px 0px;
	margin: 1px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99FFCC;
	border-bottom-color: #99FFCC;
}
.menuopcion {
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: bold;
	background-color: #890201;
	color: #FFFFFF;
}

.link_titular {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	color: #CFC;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align: justify;
}
.enlaceLista {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	color: #FFFF66;
	/*	background-color: #FFFFFF;*/
	text-decoration: none;
}		
.imagen {
border:none;
}
#pagina #contenido #sinservicio {
	width: 40em;
	margin-right: auto;
	margin-left: auto;
}
.link_titularCentrado {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	color: #CFC;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
#pagina #cinta {
	background-color: #FFF;
}

