
html {
	margin: 0;
	padding: 0;
	}
body {
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	font: 12px normal Arial, Helvetica, sans-serif;

}

/************************************************** CABECERAS *************************************/

#cabecera{
	position:absolute;
	width: 781px;
	float: left;
	left: 240px;
	border: #000 0px solid
}

#cintillo {
	background: url(/webfmnh/web/images/cintillo.gif) no-repeat top left;
	height: 96px;
}

#banner_aniversario {
	background: url(/webfmnh/web/images/aniversario_banner.jpg) no-repeat top left;
	height: 190px;
	width: 760px;
}

#banner_noticia {
/*	background: url(/webfmnh/web/images/banner.gif) no-repeat top left;*/
	background: url(/webfmnh/web/images/banner_noticia_top.jpg) no-repeat top left;
	height: 190px;
	width: 760px;
}
#banner_organizacion {
/*	background: url(/webfmnh/web/images/banner.gif) no-repeat top left;*/
	background: url(/webfmnh/web/images/banner_organizacion_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_galeria {
	background: url(/webfmnh/web/images/banner_galeria_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_video {
	background: url(/webfmnh/web/images/banner_video_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_cifras {
	background: url(/webfmnh/web/images/banner_cifras_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_servicios {
	background: url(/webfmnh/web/images/banner_cifras_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_descargas {
	background: url(/webfmnh/web/images/banner_descargas_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}
#banner_enlaces {
	background: url(/webfmnh/web/images/banner_enlaces_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_contactanos {
	background: url(/webfmnh/web/images/banner_contactanos_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_login {
	background: url(/webfmnh/web/images/banner_login_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}

#banner_default {
	background: url(/webfmnh/web/images/banner_login_top.jpg) no-repeat top left;
	height: 190px;
	width: 780px;
}



#superior{
	background: url(/webfmnh/web/images/superior.gif) no-repeat top left;
	height: 51px;
	margin-top: -2px;
}
/************************************************** CONTENIDO DEL CENTRO *************************************/

#cuerpo{
	position:absolute;
	width: 781px;
	left: 240px;
	top: 375px;
}


#centro{
	background: url(/webfmnh/web/images/centro.gif) repeat-y;
	height: 1200px;  /*TAMAÑO CUERPO*/
	width: 781px;
	border: #000 0px solid;
}


#centroizquierdo{
	float: left;
	height: 1000px;  /*TAMAÑO CUERPO*/
	width: 410px;
	border: #000 0px solid;
	margin-left: 5px;
}

#centromedio{
	background: url(/webfmnh/web/images/linea.gif) repeat-y top;
	float: left;
	height: 1030px;  /*TAMAÑO CUERPO*/
	width: 5px;
	border: #000 0px solid;
	margin-top:70px;
}
#centroderecho{
	float: right;
	height: 1200px;  /*TAMAÑO CUERPO*/
	width: 330px;
	border: #000 0px solid;
	margin-right: 20px;
}


/*******************************************FOOT***************************************/

#inferior{
	background: url(/webfmnh/web/images/inferior.gif) no-repeat top left;
	height: 74px;
	width: 781px;
	float: left;
	left: 270px;

}

/******************************************LATERALES*************************************/

#negrita{
	background: url(/webfmnh/web/images/negra.gif) no-repeat top left;
	position:absolute;
	width: 220px;
	height: 462px;
	top: 1340px;
	left: 766px;
	*left: 766px;

}

#izquierda{
	background: url(/webfmnh/web/images/izquierda.png) no-repeat top left;
	position:absolute;
	width: 300px;
	height: 683px;
	float: left;
	left: -174px;
	top: 1087px;
	z-index:-9999;
}

#derecha{
	background: url(/webfmnh/web/images/derecha.gif) no-repeat top left;
	position:absolute;
	width: 210px;
	height: 591px;
	left: 1007px;
	top:  368px;
}

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


#menu{
	height: 40px;
	width: 781px;
	margin-left: 0px;
	margin-top: 2px;
}

.imgmenu{
  margin: -2px;
  border: 0px;

}

#listado{
	float: left;
	font-family: verdana;
	text-align:left;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
}
#listado td{
	height: 30px;
	font-size: 9pt;
	vertical-align: middle;
}

#listado td a{
	text-decoration: none;
}

#listado2{
	float: left;
	font-family: verdana;
	text-align:left;
	text-decoration: none;
	vertical-align: top;
	width: 95%;
	position:relative;
	height: 1150px;
	overflow:auto;

}

#listado2 table{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: #ccc 2px solid;
}

#listado2 td{
	height: 30px;
	font-size: 9pt;
	vertical-align: middle;
}


#listado2 td:hover{
	color:#000;
	font-weight:bold;
	background-color: #D8EEFF;
}

#listado2 tr:hover{
	background-color: #D8EEFF;
}

#listado2 .titular:hover{
	background-color: #fff;


}


.fondooscuro{
	background-color: #f2f2f2;
}

.fondooscuro a{
	text-decoration: none;
	color:#000;

}

.fondoclaro a{
	text-decoration: none;
	color:#000;
}


#listado_video{
	float: left;
	margin-left: 50px;
	width: 500px;
}


#iniciomenu{
	background: url(/webfmnh/web/images/menu/iniciofondomenu.png) no-repeat;
	height: 40px;
	width: 15px;
	margin-left:15px;
	float: left;
}
#finmenu{
	background: url(/webfmnh/web/images/menu/finalfondomenu.png) no-repeat;
	height: 40px;
	width: 14px;
	margin-left:723px;
	float: left;
}

ul.topnav {
	list-style: none;
	padding: 0 1px;
	margin-top: 0px;
	margin-left:14px;
	float: left;
	width: 724px;
	font-size: 1.2em;
	background: url(/webfmnh/web/images/menu/fondomenu.gif) repeat-x;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a, .sub{
	padding: 10px 5px;
	color: #fffccc;
	display: block;
	text-decoration: none;
	float: left;
}

.sub:hover{
/*	color: #fff00E;*/
	color: #000;


}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/webfmnh/web/images/menu/1.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;

}

ul.topnav li ul.subnav li:hover{
	background: url(/webfmnh/web/images/menu/top_hover.gif) repeat-x top left;
	color: #fff00E;
}

/***********************************************NOTICIAS*********************************/


#seccion_noticia, noticias_recientes{
	font-family: verdana;
	text-transform:none;
	text-decoration: none;
	vertical-align: top;
	border: #000 1px solid;
	width: 100%;

}

#cintillo_noticia{
	background: url(/webfmnh/web/images/barras/5.gif) no-repeat top left;
	font-size: 12pt;
	height: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 16pt;
	margin-left: 15px;
	margin-top: -10px;
	text-align:left;
	padding-left: 25pt;

}

#titulo_noticia{
	font-size: 12pt;
	padding: 2pt;
	width: 380px;
	font-family: Georgia, serif;
	font-style: italic;
	text-align: center;
	*padding-bottom: 20px;
}

#titulo_noticia_recientes{
	background: url(/webfmnh/web/images/barras/2.gif) no-repeat top left;
	font-size: 12pt;
	height: 27px;
	font-weight: bold;
	color: #ffffff;
	padding: 15pt;
	margin-left: 15px;
	padding-left: 25pt;
	text-align: left;
}

#contenido_noticia{
	font-size: 10pt;
	text-align:justify;
	color: #000000;
	padding: 0pt;
	line-height:12pt;
	padding-right: 10pt;
	overflow: auto;
	padding-left: 20pt;
	width: 350px;
	height: 315px;
	overflow: none;

	*padding-right: 5pt;
	*padding-left: 20pt;
	*height: 300px;
}

#contenido_noticia2{
	font-size: 10pt;
	text-align:justify;
	color: #000000;
	padding: 0pt;
	line-height:12pt;
	padding-right: 10px;

	width: 395px;
	height: 400px;
	margin-left: 10px;
	margin-top: -10px;
	padding-left: 10px;

	*padding-left: 20px;
	*width: 350px;
	*height: 250px;

	z-index:9990;

}

#detalle_noticia{
	text-align:justify;
	color: #000000;
	padding: 5pt;
	line-height:12pt;
	padding-left: 10pt;
	padding-right: 10pt;
	width: 580px;
	height: 1050px;
	overflow: auto;
}

#titulo_detalle_noticia{
	position: absolute;
	float: left;
	margin-left: 330px;
	margin-top: -35px;
	font-size: 10pt;
}

#contenidoderecho{
	background: url(/webfmnh/web/images/barras/P-4-1.gif) no-repeat top left;
	font-size: 12pt;
	width: 356px;
	height: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 16pt;
	margin-left: -12px;
	margin-top: -10px;
	text-align: left;
}

.floatright {
	float: right;
	margin: 11px 3px 4px 10px;
	padding: 3px;
}

.floatleftfoto {
	float: right;
	padding: 1px;
	width: 130px;
	font-size: 8pt;
	text-align:center;
	font-weight: bold;

}

#contenido_micro{
	font-size: 10pt;
	text-align:center;
	color: #000000;
	padding: 2pt;
	line-height:12pt;
	padding-left: 10pt;
	padding-right: 10pt;
	margin-top: 2px;

}

#titulo_micro{
	font-size: 9pt;
	text-align:center;
	color: #000000;
	margin-top: 12px;
	margin-bottom: -10px;
	font-family:Georgia,serif;
	font-weight:bold;
	border: #000 0px solid;
	width:250px;
	*padding-bottom: 20px;
}




#superior_contenido_derecho{
	/*background: url(/webfmnh/web/images/superior_contenido_derecho.gif) no-repeat top;*/
	height: 15px;
	width: 300px;
	border: #000 0px solid;
	margin-top: 10px;
}

#centro_contenido_derecho{
	/*background: url(/webfmnh/web/images/centro_contenido_derecho.gif) repeat-y top;*/
	height: 300px;
	width: 300px;
	border: #000 0px solid;
}

#inferior_contenido_derecho{
/*	background: url(/webfmnh/web/images/inferior_contenido_derecho.gif) no-repeat top;*/
	height: 10px;
	width: 300px;
	border: #000 0px solid;
	margin-top: 0px;
}

#noticia_reciente{
	background-color: #FFFFFF;
}

#noticia_reciente2{
	background-color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#leermas{
	position:relative;
	padding: 0pt;
	text-align:right;
	width: 400px;

	*width: 300px;

}

.leermas2{
	font-size: 8pt;
	color: #f26726;
	text-decoration: none;
	font-weight: bold;
	width: 120px;
	padding-right: 7px;
	position:relative;
}

.leermas2:hover{

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #f26726;
	color: #fff;
}


.mas{
	font-size: 8pt;
	color: #CC0000;
	*color: #f26726;
	text-decoration: none;
	font-weight: bold;
}

#bottom{
	position: absolute;
	float: left;
	margin-left: 250px;
	margin-top: 20px;
	*border: #000 0px solid;
	*margin-left: -300px;
}

#fechahoy{
	position: relative;
	font-size: 9pt;
	color: #FF0033;
	padding: 15pt;
	float:right;
	margin-right: 10px;
	margin-top: -5px;
}

#estiloNoticia{
	text-align:left;
	margin-left: 10px;
}

#estiloNoticia th{
	background-color: #f2f2f2;
	width: 100px;
}
/* ************************************** IMAGES SHADOW***************** */


.img-shadow {
  float:left;
  background: url(/webfmnh/web/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/webfmnh/web/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;


}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;

}

.tablaImagen{
	font-size: 9pt;
	color: #FFFFFF;
}

#fondoTabla{
  background: url(/webfmnh/web/images/superior.gif) repeat-y;

}

#navegacionModulo{
	position: absolute;
	font-size: 9pt;
	color: #FF0033;
	padding: 15pt;
	margin-left: 20px;
	margin-top: -5px;
}

.navegacionLink{
	text-decoration: none;
	color: #FF0033;
}

#oculto{
	display: none;
}

#paginador{
	font-size: 10pt;
	color: #000;
	padding: 15pt;
	margin-left: 0px;
	margin-top: -5px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#mensaje_paginador{
	font-size: 9pt;
	color: #000;
	margin-top: -5px;
	text-align:right;
	margin-right: 120px;
	position:relative;

}
.login{
	background: url(/webfmnh/web/images/usuario.png) no-repeat;
	height: 198px;
	width: 350px;
	margin-top: 0px;
}

.menu_login{
	width:300px;
	border: #ccc 4px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	font-size: 11pt;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:10px;
}

.menu_login hr{
	border: #ccc 1px solid;
}

#salir{
	position: abosulte;
	float:right;
	margin: -170px 70px 0 0;
}
#salir a{
	text-decoration:none;
	color:#ff0033;
}



.opciones_login{
	text-align:left;
	background:#f2f2f2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}

.opciones_login a{
	text-decoration:none;
	color:#ff0033;
	font-size: 11pt;
	padding-left:25px;
	background:url(/webfmnh/web/images/arrowbullet.png) no-repeat;
}

.opciones_login a:hover{
	color:red;
	font-weight:bold;
	background:url(/webfmnh/web/images/arrowbullet2.png) no-repeat;
}

.opciones_login:hover{
	color:#aaa;
}


#accesos{
	z-index: 999;
	position: absolute;
	background: url(/webfmnh/web/images/accesos/acceso2.jpg) no-repeat;
	width:387px;
	height:385px;
}

#accesosImg{
	float: left;
	position:relative;
	width:265px;
	margin-left:40px;
	margin-top:20px;
}

#accesosImg img{
	padding-top:-10px;
}


.titulo_modulo_noticias{
	font-size: 10pt;
	text-align:left;
	padding: 2pt;
	margin: -37px 0px 40px 80px;
	font-weight:bold;
	font-family:Georgia,serif;
	color:#ED383C;
	width: 320px;
	position:absolute;

}

.titulo_modulo_noticias:hover{

	color:#da0010;
}

.interno{
	border: #ccc 4px solid;
	width:270px;
	height:165px;
	margin:10px 30px 0 10px;
	background:#ddd;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

.interno2{
	padding-top:4px
}

.ver_micros{
	font-size: 8pt;
	text-align:center;
	color: #000000;
	padding: 2pt;
	text-decoration:none;
	font-weight:bold;
	font-family:Georgia,serif;
}

.ver_micros:hover{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #ddd;
	color: #000000;
	border: 3px solid #ccc;
}


#bienvenido{
	position: absolute;
	font-size: 9pt;
	padding: 15pt;
	float:left;
	margin-left: 30px;
	margin-top: -55px;
}

#posicion{
	position:absolute;
	z-index:9999;
	margin-left:-30px;
}

#posicion2{
	position:absolute;
	z-index:9999;
}

