@charset "UTF-8";
/* CSS Document */
/*TAG*/
body {
	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: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/fondo_body.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
}
img {
	text-decoration: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container  {
	width: 1000px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	margin: 0px;
	height: 130px;
} 
#botones {
	height: 47px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/fondo_btn.gif);
	font-size: 24px;
	color: #FFF;
}
#blanco {
	height: 7px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
}
#azul {
	height: 20px;
	width: 1000px;
	background-color: #9CF;
}

/*W R A P*/

a {
	font-style: normal;
	color: #006;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
#wrap {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 400px;
	width: 1000px;
	background-image: url(../images/images/wrap.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 400px;
}
#wrap_left_botones {
	width: 180px;
	padding: 0px;
	height: 330px;
	margin-top: 30px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 12px;
	float: left;
}
#wrap_left_contenidos {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 600px;
	height: 400px;
}
#wrap_left_contenidos_caja {
	width: 555px;
	height: 340px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}
/*#wrap_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	height: 400px;
}*/
#wrap_right {
	float: right;
	width: 180px;
	padding: 0px;
	height: 330px;
	margin-top: 30px;
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 10px;
}
/*F O T T E R*/
#footer  {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/fondo_btn.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	clear: both;
}
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
}
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
}
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.letra_azul {
	color: #039;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
.rojo {
	color:#F00;
	text-decoration: none;
}
.scroll {
	width: 545px;
	height: 330px;
	overflow: auto;
	padding: 5px;
}

.celeste {
	font-size: xx-small;
	color: #BAE4F7;
}
.verde {
	color: #009900;
	font-weight: bold;
}
