/* Begin Typography & Colors 

------------------------------------- */
@import url(menus.css);

#noticiashome {
	background-image:url(imagenes/home/noticias.png);
	width:175px;
	height:278px;
	margin-left:-10px;
	
}
body {

	font-size: 75%;
	background-color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;  
	color: #333;
	text-align: center;
	background-image:url(imagenes/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}



#navbar {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 1.2em;

	line-height: 1.3em;

        background: #ddd;

        padding: 7px;

        margin: 0 0 20px 0;

        color: #666; 

        letter-spacing:-1px;  

	text-align: center;

        }



#navbar a {

	color: #666;

        text-decoration:none;

        text-transform:uppercase;

        font-weight:bold;

        }



#navbar a:hover {

	color: #000;

        }



#page {
	text-align:center;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	background-image:url(imagenes/header.jpg);
	width:575px;
	height:153px;
	background-repeat:no-repeat;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#imagen_header{
	float: left;
	height: 123px;
	width: 237px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 27px;
	}
#imagen_header img{
	margin: 0px;
	}
#usuario_header {
	float: right;
	height: 123px;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
}



#botones_derecha{
	width: 34px;
	height: 251px;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 107px;
	z-index: 1000;
	}



#content {
	font-size: 1.2em;
	background-image:url(imagenes/principal.jpg);
	height:575px;
	width:578px;
	background-repeat:no-repeat;
	margin:0 5px 0 150px;
} 

#footer {  
	font-family: Arial, Helvetica, Sans-Serif;	
    padding: 0;
	color: #f3f3f3;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto ;
	width: 575px;
	height:82px;
	clear: both;
	background: #005500;
	border: none;
	background-image:url(imagenes/footer.jpg);
}



#footer a {  

	color: #f3f3f3;

	text-decoration: none;

        border-bottom: 1px dotted #ccc;

	}



#footer a:hover { 

        color: #ccc; 

	}



#footer p {

	margin: 0 0;

	padding: 10px 0;

	text-align: center;

	}




.narrowcolumn .entry  {

	line-height: 1.6em;

	} 



.narrowcolumn .postmetadata {

	text-align: center;

	}



.alt {

        background: #f3f3f3;

	}





small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}



h1, h2, h3, h4 {

	font-weight: bold;

	}



#content h1 {

	font-size: 1.7em; 

	text-align: left;

	}



#header td { 

	font-size: 1.1em; 

        }



#header h1 { 

	font-size: 1em; 

        margin: 0;

        padding:0;

	}



.blogtitle {

	font-size: 2.8em !important; 

	text-align: center;

 	font-weight: bold; 

        margin: 10px 0 0 0;

        padding: 0;

	}

 

.description {

        padding: 5px;

        color: #ccc;

	font-size: 1.1em;

	text-align: center;

	}

 

h2 {

	font-size: 1.7em;

	text-align: left;

	}



h2.pagetitle {

	font-size: 1.6em;

	}



#bottombox h2 { 

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 1.2em;

	}

 

h3 {

	font-size: 1.3em;

	}



#header  h1, h1 a, h1 a:hover, h1 a:visited {

	text-decoration: none;

	color: white; 

	}





h1, h1 a, h1 a:hover, h1 a:visited {

	text-decoration: none;

	color: #333;

	}



h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #333;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #bottombox h2, #bottombox h4, #wp-calendar caption, cite {

	text-decoration: none;

	}



#bottombox h4 { 

	font-size: 1.2em; 

	}



 

.commentlist li, #commentform input, #commentform textarea {

	font-size: 1em;

	}



.commentlist li {

	font-weight: normal;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p { 

	font-size: 1.1em;

	}

.commentmetadata {

	font-weight: normal;

	}

 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



pre  {  

   font: 1em 'Courier New', Courier, Fixed;

   color: #008000;
   padding: 5px;

   line-height:1.5em;

   border: 1px solid #ddd; 

   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

   white-space: pre-wrap; /* css-3 */

   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

   white-space: -pre-wrap; /* Opera 4-6 */

   white-space: -o-pre-wrap; /* Opera 7 */

   /* width: 99%; */

   word-wrap: break-word; /* Internet Explorer 5.5+ */

      }



code  {

   font: 1.1em 'Courier New', Courier, Fixed;

   color: #008000;

   padding: 0 2px;

   background: #fff; 

   line-height:1.5em;

   overflow: auto;

       }



acronym, abbr, span.caps {

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, a:visited, h2 a:hover, h3 a:hover {

	color: #dd0000;

        font-weight:bold;

	text-decoration: none;

	}



a:hover { 

        text-decoration: underline; 

	}

 

.sticky {

        background: #FFF8DC !important; 

        padding: 15px;

        margin: 10px 0;

        }





#bottombox a { 

        font-weight:bold;

	text-decoration: none;

	}



#bottombox a:hover { 

	text-decoration: underline;

	}



/* Begin Structure 

------------------------------------- */

body {

	margin: 0 0;

	padding: 20px 0 0 0; 

	}



#page {
	margin: 20px auto 0px auto;

	padding: 0;

	width: 874px; 

	}





#header a { 

        color: #f9f9f9;

	text-decoration: none;

	}



#header a:hover { 

        color: #CCC;

	}



.narrowcolumn {
	float: left;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	} 



.post {
	text-align: justify;
	width:515px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}



.post hr {

	display: block;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}

 



.postmetadata {

	clear: left;

       }

 


 





/*	Begin Headers

------------------------------------- */

#content h1   {

	margin: 30px 0 0;

	}



h2 {

	margin: 30px 0 0;

	}



h2.pagetitle, h2.pagetitle {

	margin-top: 30px;

	text-align: center;

        }



#bottombox h2 {

	margin: 10px 0 0;

	padding: 0;

	}



#bottombox h4 {

	font-family: Georgia, "Times New Roman", Times, serif;  

	margin: 10px 0 0;

	padding: 2px;

        color: #000;

        text-transform:uppercase;       

	}



h3 {

	padding: 0;

	margin: 30px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	} 







/* Begin Images

------------------------------------- */

p img {

	padding: 0;

	max-width: 100%;

	}

 

.entry img {

        padding:0px;

        

        }



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right; 

	}



.alignleft {

	float: left 

	} 





/* Begin Lists 

------------------------------------- */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 20px; 

	padding-left: 10px; 

	} 



html>body .entry li {

	margin: 2px 0 2px 10px;

	}



.entry ol {

	padding: 0 0 0 20px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#bottombox ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#bottombox ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#bottombox ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#bottombox ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#bottombox ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#bottombox  ul ul li, #sidebar ul ol li {

	margin: 6px 0 0;

	padding: 0;

	} 



/* Begin Form Elements

------------------------------------- */





.entry form {  

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

        border: 3px solid #ccc;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

        border: 3px solid #ccc;

	}



#commentform #submit {

	margin: 0;

	float: left;

        font-size: 0.9em;

	} 



/* Begin Comments

------------------------------------- */

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {
	width:750px;
	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none; 

	}



.commentlist p {

	margin: 10px 5px 10px 0; 

	}



#commentform p {
	width:750px;
	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	} 





img.avatar {

        float:left; 

        margin: 0;

        padding: 0 4px 0 0; 

        vertical-align:middle;

        }

 

ol.commentlist li div.comment-meta { font-size:9px; }

ol.commentlist li div.comment-meta a { color:#999 !important; }

ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }

ol.commentlist li p { font-size:1em; margin:0 0 1em; }

ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }

ol.commentlist li div.reply { font-size:1em; } 

ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 

ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }

ol.commentlist li.comment { border:1px solid #d5d5d5; padding:1em; }

ol.commentlist li.even { background:#fff; }

ol.commentlist li.odd { background:#f6f6f6; }

ol.commentlist li ul.children li.depth-2 { border-left:5px solid #999; margin:0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-4 { border-left:5px solid #999; margin:0 0 .25em .25em; }





/* Begin bottom box

------------------------------------- */

#bottombox {

	font-family: Arial, Helvetica, Sans-Serif;

	padding: 10px;

        margin: 0 0;

        background: #EDE8E2;

        color: #333;

	font-size: 1em; 

        clear: both;

        }



#adbox { 

        text-align: left;

        padding: 5px;

        background: #fff;

        margin: 0 0 5px 0; 

        border: #ccc 2px solid;

        text-align: center;

        }





#box1 {

        padding: 5px;

        margin:2px;    

        border: 0px solid #DDD;

   }



#box2 {

        padding: 5px;

        margin:2px;  

        border-left: 1px solid #DDD;

        }



#box3 {

        padding: 5px;

        margin:2px;  

        border-left: 1px solid #DDD;

        }

     

#l_box {

	width:250px;

	float: left; 

        padding: 5px;

        border: 1px solid #DDD;

        background: #f9f9f9;

        }



#r_box {

	width:250px;

	float: right; 

        padding: 5px;

        background: #f9f9f9;

        border: 1px solid #DDD;

        }



#bottombox_low {

	clear:both;

	}







/* Begin Tags & Classes 

------------------------------------- */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ccc;



	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}


/*
.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	} 

*/

/* Captions 

------------------------------------- */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */


#Home {
	padding: 3px 0 0 0;
	margin: 0;
	width: 200px;
}
#Home li{
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
}
.late {
	background-image: url(imagenes/home/late-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.late a{
	background-image: url(imagenes/home/late-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.late a:hover{
	background: none;
}
.comprar {
	background-image: url(imagenes/home/comprar-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.comprar a{
	background-image: url(imagenes/home/comprar-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.comprar a:hover{
	background: none;
}
.empresa {
	background-image: url(imagenes/home/empresa-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.empresa a{
	background-image: url(imagenes/home/empresa-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.empresa a:hover{
	background: none;
}
.registro {
	background-image: url(imagenes/home/registro-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.registro a{
	background-image: url(imagenes/home/registro-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.registro a:hover{
	background: none;
}
.cuenta {
	background-image: url(imagenes/home/cuenta-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.cuenta a{
	background-image: url(imagenes/home/cuenta-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.cuenta a:hover{
	background: none;
}
.noticia {
	background-image: url(imagenes/home/noticia-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 156px;
}
.noticia a{
	background-image: url(imagenes/home/noticia-out.png);
	background-repeat: no-repeat;
	height:40px;
	width: 156px;
	display: block;
}
.noticia a:hover{
	background: none;
}


/**********************************/

.actividades a{
	background-image: url(imagenes/noticias/actividades-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.actividades a:hover{
	background-image: url(imagenes/noticias/actividades-on.png);
}

.descarga a{
	background-image: url(imagenes/noticias/descarga-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.descarga a:hover{
	background: none;
}

.late a{
	background-image: url(imagenes/noticias/late-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.late a:hover{
	background: none;
}

.link a{
	background-image: url(imagenes/home/noticia-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.link a:hover{
	background: none;
}

.preguntas a{
	background-image: url(imagenes/home/noticia-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.preguntas a:hover{
	background: none;
}

/*.prensa a{
	background-image: url(imagenes/home/prensa-out.png);
	background-repeat: no-repeat;
	height:27px;
	width: 112px;
	display: block;
}
.prensa a:hover{
	background: none;
}*/


#barraGaleria{
	background-image:url(imagenes/actividades/barra.jpg);
	width:393px;
	height:23px;
	margin:410px auto 10px auto;
	padding:2px 10px 0px 2px;
	background-repeat:no-repeat;
}

#barraVolver{
	margin:2px 10px 2px 5px;
}

#barraTitulo{
	padding:0px;
	margin:-2px 10px 0px 80px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}

#link_interes a{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3e8b9e;
	text-decoration: none;
	background-color: #e8f6f9;
	border: thin solid #175666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	line-height: 32px;
	}
	
#link_interes a:hover{
	text-decoration: underline;	
	}
#contenedor_todo {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
}

	
	
/*MENU DESPLEGABLE PRENSA*/

#contenedor_menu{
	float: right;
	clear: left;
	width: 480px;
	margin-right: 30px;
	}
ul.cssMenu{
	width: 180px;
	float: right;
	padding-left: 0px;
	}
ul.cssMenu ul{
	display:none;
}
ul.cssMenu li:hover>ul{
	display:block
	}

ul.cssMenu ul{
	position: absolute;
	top:-1px;
	right: 90%;
}
ul.cssMenu,ul.cssMenu ul {
	list-style:none;
}
ul.cssMenu li{
	display:block;
}

ul.cssMenu a, ul.cssMenu {
	display:block;
	text-align:right;
	
	cursor:default;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.cssMenu ul li {
	float:none;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li a:hover{
	position:relative;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.cssMenu a:hover ul{display:block}


.img_fondo a{
	background-image: url(imagenes/noticias/prensa/grande_out.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 168px;
	padding-top: 0px;
	margin-bottom: -10px;
	color: #FFF;
	background-position: right top;
	padding-right: 7px;
}
.img_fondo a:hover{
	background-image: url(imagenes/noticias/prensa/grande_over.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 168px;
}

.img_fondo_2 a{
	background-image: url(imagenes/noticias/prensa/chico.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 130px;
	padding-top: 0px;
	margin-bottom: 1px;
	color: #458FA1;
}

.img_fondo_2 a:hover{
	background-image: url(imagenes/noticias/prensa/chico.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 130px;
	padding-top: 0px;
	margin-bottom: 1px;
	color: #78B8C9;
}
#tabla_abajo {
	float: right;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}




/*AQUI TERMINA:::::::::::::::::::::::::::::::::::::::::::::::::::*/


#barra_prensa_abajo{
	height: 30px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #468DA1;
	padding: 3px;
	margin-top: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both;
	z-index: 1000;
	}


.index {
	width: 533px;
	height: 563px;
	margin-top: -20px;
	*margin-top: -5px;
	position: relative;
	clear: both;
	float: none;
	z-index: 1000;
	margin-left: -10px;
	}

#estilos_de_cuentas {
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#estilos_de_cuentas p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #458fa1;
	height: auto;
	width: 250px;
	border: thin solid #006076;
	padding: 3px;
	text-align: left;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}

#estilos_de_cuentas a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#estilos_de_cuentas a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#bienvenido_usuario {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#cerrar_usuario a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-image: url(imagenes/cerrar.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
#cerrar_usuario a:hover{
	color: #FFF;
	text-decoration: underline;	
}
#ver_cuenta a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #00A8C9;
}

#ver_cuenta a:hover{
	text-decoration: underline;
	background-color: #04A9CA;
	color: #FFF;
}

#identificate_usuario a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#identificate_usuario a:hover {
	color: #FFF;
	text-decoration: underline;
}
#historia_late {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin-top: 120px;
	*margin-top: 150px;
	width: 280px;
	margin-left: 10px;
	font-size: 10px;
	text-align: left;
}

#mision_late {
	line-height: 13px; 
	font-style: normal; 
	margin-top: 290px; 
	*margin-top: 320px;
	width: 280px; 
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif; 
	margin-left: 10px; 
	font-size: 10px;
}
#quienes_late{
	line-height: 13px; 
	font-style: normal; 
	margin-top: 90px;
	*margin-top: 120px; 
	width: 480px; 
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif; 
	margin-left: 10px; 
	font-size: 10px;
	}
	
#beneficiados_late{
	line-height: 13px; 
	font-style: normal; 
	margin-top: 290px;
	*margin-top: 315px;
	width: 280px; 
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif; 
	margin-left: 10px; 
	font-size: 10px;
	}