* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;

}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6EA2AA;
	background-image: url(../images/fondo_body_t.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.todo, .nofooter {
	position: relative;
	min-height: 100%;
	z-index: 10;
}
* html .todo,.nofooter {
	height: 100%;
}
h2 {
	font-size: 22px;
	color: #339;
	font-weight: normal;
	background-image: url(../images/fondo_h2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #9E9F91;
	font-weight: normal;
	text-align:justify;
	padding-left:25px;
	
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #339;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #339;
	background-color: #CCC;
}

p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}



#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height:550px;
	background-image: url(../images/fondo_body.jpg);
	background-repeat: no-repeat;
	margin-top:30px;
}

/*---------------------------------------------------------------------------
ENCABEZADO - menu
---------------------------------------------------------------------------*/
#left {float: left; width: 200px; padding-top:10px;
background-color:#6EA2AA; margin-left:30px; margin-top:80px; }

#menu ul {margin: 0px; padding-left: 6px; padding-right: 6px;}
#menu ul li { height: 30px;border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #666; list-style-type: none;}
#menu ul li a {font-weight: normal;font-size: 11px;text-decoration: none;line-height: 2em;display: block;}
#menu a:link, #menu a:visited {color: #FFFFFF;}
#menu a:hover, #menu a:active {color:
#066;}

/*---------------------------------------------------------------------------
ENCABEZADO - logo
---------------------------------------------------------------------------*/
#logo {
	margin-top: 30px;
	margin-left: 30px;
	height: 120px;
}
#logo h1 {
	background-image: url(../images/logo_webmanager.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 75px;
	width: 376px;
}
/*---------------------------------------------------------------------------
CONTENIDO
---------------------------------------------------------------------------*/

#contenido_iz {float: left; width: 620px; padding-top: 10px;
background-color:#fff; margin-left:22px; margin-top:40px; }

#contenido_iz_pie {float: right; width: 670px; 
   background-image:url(../images/cuadro_pie.jpg); background-repeat:no-repeat; height:70px; text-align:right;}

#contenido_iz_f {float: right; width: 670px; 
   background-image:url(../images/cuadro_pie_f.jpg); background-repeat:repeat-y;  text-align:right; margin-top:80px; padding-top:10px; }
   
   #contenido_iz_e {float: right; width: 670px; padding-top: 10px;
   background-image:url(../images/cuadro_pie_f.jpg); background-repeat:repeat-y;  text-align:right; margin-top:40px; }




.cont_w {
	background-color:#fff;
	float: left;
	
	margin-left:20px;
	padding-left:5px;
	padding-top:5px;
}





.cont_wt {
	
	float: left;
	width: 590px;
	margin-left:30px;
	padding-left:30px;
	padding-top:35px;
	background-image:url(../images/cuadro_txt.jpg);
	background-repeat:no-repeat;
	height:92px;
	text-align:left;
}



.cont_textos {
	background-color:#fff;
	float: left;
	width: 580px;
	margin-left:20px;
	padding-left:25px;
	
	text-align:justify;
	padding-right:20px;
}



#quienes {
	background-color:#fff;
	float: left;
	width: 270px;
	height:410px;
	font-size: 11px;
	line-height: 1.5em;
	margin-left:30px;
	margin-top:30px;
	padding-top:5px;
	font-size: 12px;
	color:#334B4E;
	padding-left:0px;
	text-align:left;
}


#quienes2 {
	background-color:#fff;
	float: left;
	width: 270px;
	height:350px;
	font-size: 11px;
	line-height: 1.5em;
	margin-left:25px;
	margin-top:30px;
	padding-top:5px;
	font-size: 12px;
	color:#334B4E;
	padding-left:0px;
	text-align:left;
}

.blanco {
	clear: both;
	float: none;
}
/*---------------------------------------------------------------------------
PIE
---------------------------------------------------------------------------*/
#pie {
	
	
	background-color: #9E9F91;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	clear: both;
	float: none;
	margin-top: 20px;
}


#pie a {
	color: #fff;
	text-decoration: none;
}
#pie #w3c {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#pie_left {
	float: left;
	width: 100px;
	text-align: right;
}
#pie_right {
	float: right;
	width: 100px;
	text-align: left;
}
#pie_t {
	float: left;
	width: 400px;
	text-align: left;
	padding-top:20px;
	height:10px;
}






/*---------------------------------------------------------------------------
ESTILOS
---------------------------------------------------------------------------*/
.texto1 {
	font-size: 20px;
	line-height: 20px;
}
.texto_just {
	text-align: justify;
	font-size: 12.5px;
}
.texto_dest {
	font-weight: bold;
	color: #339;
}
.texto_dest1 {
	font-size: 12px;
	font-style: italic;
	color: #339;
	text-align: center;
}

.texto_ch {
	font-size: 12px;
}


.txt_zul{
	font-size: 11px;
	font-weight: normal;
	color: #6EA2AA;
	text-align: justify;
}
	
.titu3 {
	float: left;
	line-height: 1.1em;
	height:55px;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	color: #6EA2AA;
	}

.txt_zul_G{
	font-size: 12px;
	font-weight: normal;
	color: #6EA2AA;
	text-align: justify;
}

.aviso_imag {
	width: 620px;
	height:329px;
}

titu_txt {
	color: #6EA2AA;
	
}

a:link, a:visited {
	color: #5E8990;
	text-decoration:none;
}
a:hover, a:active {
	color:#663;
	text-decoration:none;
}