/*Estilos Directos a Tags*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

*{ padding: 0; margin: 0; font-family:  Verdana, Arial, sans-serif; line-height: normal;}

img{ -ms-interpolation-mode: bicubic; }

html{ height: 100%; }

body{
	
	height: 100%;
	font-size: 12px;
	background-color:#FFF;
}

/*Sticky Footer*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#wrapper {
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 909px;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	background-image: url("../imagenes/fondo_wrapper.png");
}

#footer, #push { height: 80px; /* .push must be the same height as .footer */ }


/*Estilos Generales*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

a{
	
	text-decoration: none;
	color: #3E85C1;
}

a:hover{ text-decoration: underline; }

/*Header*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#header{
	
	width: 909px;
	margin: 0 auto;
	background-image: url("../imagenes/header.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	height: 273px;
	background-color:#FFFFFF;
}
.logo_header{
	width:100%;
	height:90px;
}
.medallon{
	display:none;
	text-align: center;
	position: relative;
	z-index: 2;
	top: 20px;
	margin-bottom: -145px;
}

#inheader{
	
	margin-top: 38px;
	width: 889px;
	height: 218px;
	background-image: url("../imagenes/fondo_header.png");
	padding: 10px;
}

#menu{
	
	width: 1021px;
	height: 105px;
	position: absolute;
	z-index: 2;
	background-image: url("../imagenes/fondo_menu2.png");
	background-repeat: no-repeat;
	margin-left: -60px;
	margin-top: -30px;
	padding-top: 9px;
}

#menu .flash{
	position: relative;
	top: -33px;
}
.barra_facebook{
	position:absolute;
	z-index:10;
	margin-left:798px;
	margin-top:15px;
	text-align:right;
}
.barra_facebook_hide{
	display:none;
}

/*Content*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#content{
	
	width: 900px;
	margin: 0 auto;
	margin-top: 150px;
}

/*Footer*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#footer{
	
	width: 889px;
	margin: 0 auto;
	font-size: 10px;
	background-image: url("../imagenes/fondo_footer.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 10px;
	padding-top: 50px;
	background-color:#FFFFFF;
	height: 30px;
}

#footer .menu{
	
	
}

#footer .menu li{
	
	display: inline;
}

#footer .menu a{
	padding: 0px 10px;
}
