body{
	margin: 10px 0px 0px 0px;
	background: #0a2709 url(img/background.jpg) repeat-x;
}

td{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* div flotante */

div.close,div.close:hover{
    margin-top: 20px;
	font-family: Tahoma;
	font-size: 10px;
	color: #106a69;
	cursor: pointer;
	float: right;
}
div.close:hover{
	text-decoration: underline;
}
div.aviso{	
	position: absolute;
	padding: 15px 15px 15px 15px;
	top:  50%;
	margin-top:-180px; 
  	left: 50%;
	margin-left:-210px;
  	width: 550px;  	
  	background: #f4fbff;
  	border: 5px solid #bfddd5;
  	font-family: Tahoma;
  	font-size: 14px;
	z-index:9999;
}
/* */


/******* FUENTES *********/

div.titulo,div.sub_titulo{
	font-family: Arial;
	font-size: 25px;
	color: #000000;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
	width: auto;
}

div.sub_titulo{	
	font-size: 18px;	
}

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

/********* ENLACES ***************/

a.enlace-sub:visited,a.enlace-sub:link,a.enlace-sub:active,a.enlace-sub:hover{
	font-family: Georgia, serif;
	text-decoration: none;
	font-size: 16px;
	color: #084da1;
	text-decoration: none;
}

a.enlace-sub:hover
{
	text-decoration: underline;
}


a.menu:link,a.menu:visited,a.menu:active,a.menu:hover{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #ffffff;	
	text-decoration: none;		
}

a.menu:hover{
	text-decoration: underline;
}

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

/******* CONTENEDORES *************/


div.barra{	
	position: relative;
	padding: 15px 15px 15px 15px;
	top:  .1em; 
  	left: 1em;
  	width:530px; 
   height:450px;
 	background: #ffff;
  	border: 1px solid #d0d0af;
  	font-family: Tahoma;
  	font-size: 14px;
	overflow: scroll


}
div.barra_l{	
	position: relative;
	padding: 15px 15px 15px 15px;
	top:  .1em; 
  	left: 1em;
  	width:615px; 
   height:450px;
 	background: #000000;
  	border: 1px solid #d0d0af;
  	font-family: Tahoma;
  	font-size: 14px;
	overflow: scroll


}
div.informe_semanal{
	background: #eef8ff;
	text-align: center;
	
	color: #000000;
	border: 1px solid #b5c8da; 
	margin: 0px 0px 15px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	
	padding: 15px 15px 15px 15px;
}

div.footer{
	background: #17550b url(img/bg_footer.jpg) repeat-x;
	padding: 20px 20px 20px 20px
}

div.menu{
	background: #0d3708;
	border: 1px solid #14620d;
	text-align: right;
	padding: 10px 10px 10px 10px ;
	margin: 0px 0px 10px 0px;
}

div.menu:hover{
	background: #216514;
}

div.body{
	background: #FFFFFF url(img/bg_body.jpg) repeat-x;
	padding: 30px 30px 30px 30px;	
}

div.sep{
	background: url(img/bg_sep.png) repeat-x;
	width: 950px;
	height: 20px;
}

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

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }


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