@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
html, body, div#main{
    min-height: 100%; /* alto minimo FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}
html>body div#main{
    height: auto; /* con este hack escondemos el min-height de IE*/
}
div#main {
	position: absolute;
	top:0;
	background-image: url(../images/fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
}
div#contenedor {
	width:919px;
	margin:0 auto;
}
div#cabezal {
	height:100px;
}
div#cabezal h1 a{
	float:left;
	width:150px;
	height:68px;
	display:block;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	margin-top:22px;
}
div#idiomas{
	width:83px;
	height:28px;
	background-image:url(../images/fondo_idiomas.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-left:200px;
	margin-bottom:35px;
}
div#idiomas ul{
	list-style-type:none;	
	height:28px;
	margin-top:2px;
	padding:0px;
	padding-left:12px;
}
div#idiomas li{
	float:left;
	margin:0;
	margin:0 12px 0 0 ;
	line-height:28px;
	padding:0;
	height:28px;
}
div#idiomas li img{
	border:0;
}
div#ingresar_usuario{
	font-family: tahoma, verdana;
	font-size:0.75em;
	color:#FFFFFF;
	height:30px;
	width:600px;
	float:right;
}

ul#banner{
	background-image:url(../images/_img_cabezal_fondo.jpg);
	background-repeat:no-repeat;
	height:263px;
	width:919px;
}

/*-------------------------------------------*/
/*                 MENÚ                      */
/*-------------------------------------------*/
div#menu {
	width:919px;
	height:57px;
	/*margin: 0 auto;*/
	margin:0 0 15px 0;
	padding:0;
	border:0;
}
div#menu_left_corner {
	width:20px;
	height:57px;
	background-image: url(../images/fondo_menu_izq.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border:0;
	float:left;
}
div#menu_right_corner {
	width:20px;
	height:57px;
	background-image: url(../images/fondo_menu_der.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border:0;
	float:right;
}
div#menu_items {
	width:879px;
	height:57px;
	text-align:right;
	float:left;
	margin:0;
	padding:0;
	border:0;
	background-image: url(../images/fondo_menu.gif);
}
div#menu_items a {
	color: #4C4C4C;
	text-decoration:none;
	font-family: tahoma, verdana;
	font-size:0.81em;
	font-weight:bold;
	padding:0 15px;
	margin:0;
	display:block;
	line-height:57px;
	outline:none;
}
div#menu_items a:hover {
	color: #333333;
	background-image:url(../imagenes/fondo_menu_activo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
div#menu_items ul {
	list-style-type:none;
	margin:0 0 0 15px;
	float:left;
	height:57px;
	padding:0;
}
div#menu_items li {
	float:left;
	margin:0;
	line-height:57px;
	padding:0;
	height:57px;
}
div#menu_items li.item_activo{
	float:left;
	margin:0;
	background-image: url(../images/fondo_menu_activo.gif);
	background-repeat: repeat-x;
	line-height:57px;
	padding:0;
	height:57px;
}

div#menu_items li.item_activo a{
	color:#fff;
}
.separador_menu {
	background-image: url(../images/menu_separador.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
/*-------------------------------------------*/
/*               CONTENEDOR                  */
/*-------------------------------------------*/
div#content{
	width:919px;
	margin:0;
	border:0;
	padding:0;
}
div#fondo_content_der{
	width:919px;
	background-image:url(../images/contenedor_fondo_der.jpg);
	background-color:#FFFFFF;
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	margin:0;
	border:0;
	padding:0;	
}
div#fondo_content_izq{
	width:875px;
	background-image:url(../images/contenedor_fondo_izq.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	border:0;
	padding:0;
	padding-left:44px;
}
div#col_izq{
	width:388px;
	float:left;
}
div#col_der{
	margin-left:45px;
	width:388px;
	float:left;
}
.recuadro{
	padding:20px 0 20px 0;
	padding:0;
	overflow:hidden;
}
.recuadro img{
	border: none;
}
.recuadro ul{
	font-family: tahoma, verdana;
	font-size:0.75em;
	color:#58585A;
	margin-left:100px;
	margin-bottom:10px;
	margin-top:1px;
	list-style-image:url(../images/vineta_verde.jpg);
	line-height:1.8em;
}
.recuadro li{
	line-height:1.8em;
	}

.recuadro li a{
	line-height:1.8em;
	color:#005138;
	text-decoration:none;
}
.recuadro li a:hover{
	color:#1E8462;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}
.recuadro li a:visited{
	color: #333333;
}
.clear {clear:both;}

/*div#recuadro{
	padding:20px 0 20px 0;
	padding:0;
	overflow:auto;
}
div#recuadro ul{
	font-family: tahoma, verdana;
	font-size:0.75em;
	color:#58585A;
	margin-left:120px;
	margin-bottom:10px;
	margin-top:1px;
	list-style-image:url(../images/vineta_verde.jpg);
}
div#recuadro li a{
	color:#58585A;
	font-weight:bold;
	text-decoration:none;
}
div#recuadro li a:hover{
	color:#999999;
	text-decoration:underline;
}
div#recuadro li a:visited{
	color: #333333;
}
*/

/*-------------------------------------------*/
/*                 FOOTER                    */
/*-------------------------------------------*/

div#footer{
	width:911px;
	height:57px;
}
div#footer_left_corner{
	width:25px;
	height:57px;
	background-image:url(../images/footer_fondo_izq.jpg);
	background-repeat:no-repeat;
	float:left;
}
	
div#footer_fondo{
	width:861px;
	height:57px;
	font-family: tahoma, verdana;
	font-size:0.69em;
	text-align:center;
	color:#FFFFFF;
	line-height:57px;
	background-image:url(../images/footer_fondo.jpg);
	background-repeat:repeat-x;
	float:left;
}
div#footer_right_corner{
	width:25px;
	height:57px;
	background-image:url(../images/footer_fondo_der.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#design_by_tangram {
	width:100px;
	height:40px;
	float:right;
	display:inline;
	margin-right:10px;
}
div#design_by_tangram p {
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size:0.63em;
	color:#58585A;
	line-height:40px;
	margin: 0;
	padding:0;
	border:0;
	height:40px;
	text-align:right;
}
div#design_by_tangram p a {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}
div#design_by_tangram p a:hover{
	position:relative;
	top:1px;
	left:1px;
	text-decoration:underline;
}
div#msg{
	width:400px;
	float:right;
	text-align:right;
	padding-right:65px;
}

div#bienvenidos{
	text-align:right;
	color:#fff;
	padding-right:10px;
}

div#bienvenidos a{
	color:#fff;
	text-decoration:none;
}

div#bienvenidos a:hover{
	position:relative;
	top:1px;
	left:1px;
	text-decoration:underline;
}