/* GENERAL ********************************************************************/

body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

.general {
	background-image: url(fondo.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width:100%;
	height:100%;
}

.fecha {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #808080;
	padding-right: 5px;
}

.titulo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #CCCCCC;
	padding-left: 7px;

}

.texto_titulo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #F16422;
	line-height: 22px;
	font-weight: bold;
}

.texto_titulo_seccion {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #F16422;
	font-weight: bold;
}

.titulo_ch {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration:none;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #CCCCCC;
	padding-left: 7px;
}

.titulo_ch a:link{
	text-decoration:none;
}

.titulo_lista {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #CCCCCC;
	padding: 4px 20px 4px 7px;
}

.texto_centrado {
	text-align: center;
}

.elemento_lista {
	margin: 0 10px 0 30px; 
	border-bottom: 2px solid #E7682E;
	height: 90px;
}

.texto_bold {
	font-weight: bold;
}

.texto_underline {
	text-decoration: underline;
}

.texto_foto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #58595B;
	line-height: 17px;
}

.texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #58595B;
	line-height: 17px;
}

.columna_izq {
	width: 320px;
}

a:link {
	color: #E06B28;
}

a:visited {
	color: #E06B28;
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

.img_link a:link img{
	border-color: #E06B28;
}

.img_link a:visited img{
	border-color: #993300;
}

.img_link a:hover img{
	border-color: #FF6600;
}

.margen_texto {
	padding-left: 21px;
	padding-right: 10px;
}

.margen_pie {
	margin-left: 18px;
	margin-right: 11px;
}

.titulo_seccion {
	background-color: #0065AE;
	width: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.clear_right {
	clear: both;
}

.texto_naranjo{
	color: #E06B28;
}

/********************************* CABECERA *********************************/

.cabecera {
	margin-bottom: 5px;
}

/********************************* MENU *********************************/

#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30;
	color: #666666;
}

#sddm li
{
	padding: 0;
	margin-left: -2px;
	list-style: none;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	border: 2px solid #E7682E;
}

#sddm li a
{	
	display: block;
	padding: 6px 0;
	width: 158px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	height: 18px;
}

#sddm li a:hover
{
	color: white;
	background-color: #E7682E;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: white;
}

#sddm div a
{
	position: relative;
	display: block;
	border: 2px solid #E7682E;
	margin-bottom: -2px;
	margin-left: -2px;
	white-space: nowrap;
	display: block;
	padding: 6px 0;
	width: 158px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	height: 18px;
}

#sddm div a:hover{	
	color: white;
	background-color: #E7682E;
}

/********************************* MENU LATERAL *********************************/

.menu_lateral {
	border: 2px solid #0065AE;
	font-family: Tahoma, Verdana, Arial;
}

.box_inforriesgos {
	font-size: 10px;
	font-weight: bold;
	color: #E06B28;
	margin-left: 15px;
	margin-bottom: 10px;
}

.texto_menu_lateral {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	margin-left: 15px;
}

.box_menu {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-left: 15px;
	margin-bottom: 10px;
}

.box_titulo_sub {
	margin-top: 30px;
	margin-bottom: auto;
}

.box_naranjo {
	background-color: #E7692E;
}

.box_naranjo a{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;		
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-bottom: 9px;	
	width: 90%;
	text-decoration: none;
	vertical-align: middle;
}

.box_naranjo a:hover{
	text-decoration: underline;
}
.box_contenido {
	/*width: 360px;*/
}


.box_azul {
	background-color: #0065AE;
}

.box_azul a{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-bottom: 9px;
	width: 90%;
	text-decoration: none;
	vertical-align: middle;
}

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

.lista_enlaces {
	list-style-image: url(bullet.gif);
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
}

.lista_enlaces a{
	text-decoration: none;
	color: #666666;
}

.lista_enlaces a:hover{
	text-decoration: underline;
	color: #666666;
}

ul li{
	padding: 0;
	border: 0;
	height: 30px;
}

.tiempo {
	margin-left: 2px;
	margin-right: 13px;
}


/********************************* PIE *********************************/

.pie_foto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 17px;
	color: #58595B;
	padding-bottom: 3px;
}

.pie_texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background-color: #BBBDBF;
	width: 300px;
}

.pie_foto2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 17px;
	color: #58595B;
	padding-bottom: 3px;
	width: 122px;
	position: inherit;
	left: 300px;
	top: 300px;
}

.pie {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	width: 800px;
	color: #000000;
	background-color: #BBBDBF;
}

.img_noticia {
	float: right;
	margin: 15px;
	clear: both;
	/*margin-right: 20px;*/
}


.pie_img {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #58595B;
	line-height: 17px;
	width:120px;
	float:right;
	clear:both;
	margin-right: 15px;
	margin-bottom:100px
}
.cursores {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #F16422;
	font-weight: bold;
	margin-top: 30px;
}
.cursor_izq {
	float: left;
	margin-left: 20px;
}
.cursor_der {
	float:right;
	text-align:right;
	margin-right: 15px;
	margin-left: 30px;
}
