/*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{
	
	font-size: 12px;
	background: #DFD7CA url("../imagenes/fondo_principal2.jpg") center top;
	padding-top: 14px;
}

/*Estilos Generales*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
a{ text-decoration: none; }

a:hover{ text-decoration: underline; }

/*Header*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#header{
	
	width: 900px;
	height: 310px;
	margin: 0 auto;
	background: url("../imagenes/fondo_header2.png") no-repeat center top;
}

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

/*Footer*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#footer{
	
	width: 880px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url("../imagenes/fondo_footer2.png");
	font-size: 10px;
	padding: 30px 10px 0px 10px;
}