html, body {
	margin: 0px auto;
	background-color: #384558;
	background-image: url(../images/general/fondo.gif);
	background-repeat: repeat-x;
	height:100%;
}
/* DIVS GENERALES */
#header {
	width: 751px;
	background-image: url(../images/menu_sup/fondo.gif);
	margin-right: auto;
	margin-left: auto;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	text-align: left;
	background-repeat: no-repeat;
}
div#logos #terceroAbajo{
	width:751px;
	background-image:url(../images/portada/fondo33.gif);
	background-repeat:repeat-x;
	height:50px;
}
div#logos #terceroAbajoIzq img{
	margin-left:5px;
	margin-right:5px;
}
div#logos #terceroAbajoIzq{
	width: 486px;
	float:left;
	background-image:url(../images/portada/separa33.gif);
	background-position:right center;
	text-align:center;
	height: 40px;
	/*vertical-align: middle;*/
}
#terceroAbajoDer{
	width: 238px; /*ancho real 265*/
	float:left;
	padding-left:10px;
}
#titulo{
	height:23px;
	background-image:url(../images/general/fondo_titulo2.gif);
	background-repeat:repeat-x;
	padding-left:199px;
}
#container {
	text-align: left;
	width: 773px;
	margin: 0 auto;
	background-image:url(../images/general/fondo_contenido.gif);
	background-repeat:repeat-y;
}
#wrapper {
	float: left;
	width: 100%;
	background-image:url(../images/general/fondillo.gif);
	background-repeat:no-repeat;
}
#content {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-bottom: 5px;
}
#contenido {
	margin-top: 0;
	margin-bottom: 0;
	clear:both; /*asi nos aseguramos que nada se coloque a los costados*/
	padding-top:10px;
	padding-right: 20px;
}
#auxiliar {
	text-align: left;
	margin-left: 210px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#navigation, #navigation2{
	float: left;
	width: 210px;
	margin-left: -773px;
	padding-bottom:26px;
	padding-top:0px;
}
#footer {
	background-image:url(../images/general/fondo_contenido.gif);
	clear: left;
	width: 100%;
}
#colofon {
	height: 33px;
	width: 751px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-style:solid;
	border-color: #A4ABB4;
	background-color:#D5A829;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#ruta h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#515E71;
	margin: 0px;
	padding-top:4px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#ruta a{
	color:#515E71;
	text-decoration:none;
}
#ruta a:hover{
	color:#262F3D;
	text-decoration:none;
}
#ruta .actual{
	color:#D7A227;
	padding-left:10px;
	background-image:url(../images/general/flecha_ruta.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
/* MENU LATERAL*/
#navigation ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #262F3D;
	font-size:13px;
	line-height:16px;
	text-align:right;
	list-style-type:none; /*le quitamos el margen a la lista*/
	padding:0; /*y el relleno*/
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 11px;
}
#navigation li {
	background-image:url(../images/general/fondo_lateral.gif);
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation li.sub{
	background-image:url(../images/general/fondo_lateralsub.gif);
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#navigation li.sub A{
	color: #fff;
	text-decoration:none;
}
#navigation li.sub A:hover{
	color: #D5DAE3;
	text-decoration:none;
}

#navigation li A{
	color: #262F3D;
	text-decoration:none;
}
#navigation li A:hover{
	color: #757C85;
	text-decoration:none;
}
#navigation2 ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #262F3D;
	font-size:12px;
	line-height:14px;
	text-align:right;
	list-style-type:none; /*le quitamos el margen a la lista*/
	padding:0; /*y el relleno*/
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#navigation2 li {
	background-image:url(../images/general/fondo_lateral2.gif);
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation2 li A{
	color: #262F3D;
	text-decoration:none;
}
#navigation2 li A:hover{
	color: #1C232D;
	text-decoration:none;
}
/* estilos compartidos por #navigation1 y #navigation2 */
#navigation ul .subMenu, #navigation2 ul .subMenu{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	line-height:16px;
	text-align:right;
	list-style-type:none; /*le quitamos el margen a la lista*/
	padding:0; /*y el relleno*/
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#navigation .bordeInput, #navigation2 .bordeInput{
	border:1px solid #C2C2C2;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#384558;
	padding: 3px;
}
#navigation form, #navigation2 form{
	margin-left:17px;
}
#navigation .info, #navigation2 .info{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B5460;
	font-size:11px;
	line-height: 14px;
	font-weight:bold;
}
#navigation. espacio, #navigation2 .espacio{
	padding-left:20px;
}
#navigation p, #navigation2 p{
	font-family:Arial, Helvetica, sans-serif;
	color:#5A616B;
	font-size:11px;
	line-height: 18px;
	margin-top: 10px;
}
/* FOTOS INTERIOR */
#fotoDer{
	background-color: #FFFFFF;
	padding: 0px;
	border:0px;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	text-align:right;
	margin-right: -4px;
}
#fotoNoti{
	background-color: #FFFFFF;
	padding: 5px;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #5A616B;
	width: 200px;
}
#fotoFlash{
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-right:-5px;
	margin-left:10px;
	float:right;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 51px;
	border-right-color: #DEB331;
	padding-left:0px;
}
#fotoIzq{
	background-color: #FFFFFF;
	padding: 0px;
	border:0px;
	margin-left:10px;
	margin-bottom: 10px;
	float:left;
	text-align:left;
}
/*CONTENIDO*/
#contenido p{
	font-family:Arial, Helvetica, sans-serif;
	color:#262F3D;
	font-size:13px;
	line-height: 18px;
}
#contenido p A{
	color:#C09D35;
	text-decoration:none;
}
#contenido p A:hover{
	color:#5A616B;
	text-decoration:none;
}
#contenido ul{
	font-family:Arial, Helvetica, sans-serif;
	color:#262F3D;
	font-size:13px;
	line-height: 18px;
	margin-left:10px;
}
#contenido li{
	background-image:url(../images/general/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:12px;
	list-style-type: none;
}
#contenido strong{
	font-weight:bold;
}
#contenido .destaca{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.70em;
	font-weight:bold;
	padding-right:10px;
	text-align: left;
}
#contenido ol{
	font-family:Arial, Helvetica, sans-serif;
	color:#5A616B;
	font-size:11px;
	line-height: 18px;
}
#contenido h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#C0922F;
	font-size:15px;
	margin: 0px;
}
#contenido h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#384558;
	font-size:13px;
	line-height: 15px;
	background-image:url(../images/general/fondoH3.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
#contenido h3 a{
	color:#D4A527;
	text-decoration:none;
}
#contenido h3 a:hover{
	color:#D4A527;
	text-decoration:none;
}
#contenido h3 .chico{
	font-size:14px;
}
#contenido h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#5A616B;
	font-size:10px;
	line-height: 15px;
}
#contenido h6 A{
	color:#5A616B;
	text-decoration:none;
}

#contenido h6 A:hover{
	color:#949FAD;
	text-decoration:underline;
}
#contenido .tablas table{
	margin-bottom:5px;
}
#contenido .tablas th{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	height: 20px;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#D1AC3B;
	border-right:solid;
	border-right-color:#FFF;
	border-right-width:1px;
	border-bottom:solid;
	border-bottom-color:#384558;
	border-bottom-width: 1px;
}
#contenido .tablas th A{
	color:#FFF;
	text-decoration:none;
}
#contenido .tablas th A:hover{
	color:#FFF;
	text-decoration:underline;
}
#contenido .tablas td{
	font-family:Arial, Helvetica, sans-serif;
	color:#384558;
	font-size:12px;
	line-height:17px;
	height: 20px;
	text-align:left;
	background-color:#F1F4F6;
	padding-left: 5px;
	padding-right: 5px;
	border-right:solid;
	border-right-color:#FFF;
	border-right-width:1px;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width: 2px;
	vertical-align:text-top;
}
#contenido .tablas td img, #contenido th img{
	vertical-align:text-bottom;
	margin-top:2px;
}
#contenido .tablas td A{
	color:#384558;
	text-decoration:none;
}
#contenido .tablas td A:hover{
	color:#1C232D;
	text-decoration:underline;
}
#contenido .tablas tr .derecha{
	padding-right: 5px;
	text-align:right;
}
#contenido .tablas tr .centro{
	text-align:center;
}
#contenido .tablas tr .fondoOscuro{
	padding-right: 5px;
	background-color:#DDE3E8;
}
#contenido .tablas tr .fondoOscuroDerecha{
	background-color:#DDE3E8;
	padding-right: 5px;
	text-align:right;
}
#contenido .tablas tr .fondoBlanco{
	font-size:12px;
	padding-right: 5px;
	background-color:#FFFFFF;
	vertical-align: top;
}
#logos {
	height: 90px; /* 50 */
	width: 751px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	background-color:#505F72;
	background-image: url(../../images/portada/fondo33.gif);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4ABB4;
	border-bottom-color: #A4ABB4;
	border-left-color: #A4ABB4;
	border-top-width: 5px;
	border-top-color: #A4ABB4;
}
#glosario{
	background-color: #FFFFFF;
	width:140px;
	padding: 15px;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	text-align:left;
	border: 2px solid #D2D7DF;
	font-family: Arial, Helvetica, sans-serif;
}
.amarillo {
	color: #D7A227;
}

