body{
	margin: 45px 0px 30px 0px;
	background: #7b7b7b url(img/background.jpg) repeat-x;
}

td{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
td.dir{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

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

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

div.sub_titulo{	
	color: #116c60;
	font-size: 18px;	
}

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

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

a.enlace-sub:visited,a.enlace-sub:link,a.enlace-sub:active,a.enlace-sub:hover{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #fb831a;
	text-decoration: none;
}

a.enlace-sub:hover
{
	text-decoration: underline;
	color:#47b49c;
}


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.informe_semanal{
	background: #ccf0e6;
	text-align: center;
	
	color: #000000;
	border: 3px solid #47b49c; 
	margin: 0px 0px 15px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	
	padding: 15px 15px 15px 15px;
}

div.footer{
	background: #db5800;
}

div.menu{
	background: #198d7c;
	border: 3px solid #47b49c;
	text-align: right;
	padding: 10px 10px 10px 10px ;
	margin: 0px 0px 10px 0px;
}

div.menu:hover{
	background: #47b49c;
}

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: #ffffff;
		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; }


/*************************/
.border-titulo-solid{
	background-color: #116d60;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	color: #ffffff;	
}

.border-solid{
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}
