* {
	outline:none;
}
html, body{
	height:100%;
	min-height:100%;
}
body {
	margin:0;
	border:0;
	padding:0;
	
	height:100%;
	min-height:100%;
	
	font-family:Arial;
	font-size:12px;
	color:#555;
	
	background:#fff url(../images/main-tile.gif);	
}


/* UTILERÍA */
a.read-more{
	text-decoration:none;
	color:inherit;
	background:url(../images/link-icon.gif) no-repeat;
	
	height:20px;
	padding:4px 2px 3px 25px;
	/*display:block;*/
}
a.square{
	display:block;
	
	padding:15px 0 0 42px;
	width:146px;
	height:27px;
	
	color:#dd6501;
	text-decoration:none;
	background:url(../images/link-square.gif) no-repeat;
}
a.square:hover{
	text-decoration:underline;;
}

h1.module-title{
	margin:0 0 8px;
	padding:0;
	border:0;
	
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
h3.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#df6a02;
	padding:0;
	margin-bottom:10px;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
	margin-bottom: 10px;
}
/*** fonts ****/
a.liga {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#007f31;
}


/*----------------------------------------------------------------*/
/* HEADER */
/*----------------------------------------------------------------*/
div#header-holder {
	height:375px;
	text-align:center;
	background:url(../images/header-tile.jpg) repeat-x;
	margin:0 auto;
	position:relative;
}
div#header-content {
	/*idth:900px;*/
	height:inherit;
	margin:0 auto;
}
div#header {
	height:inherit;
}
div#header-shadow {
	height:13px;
	background:transparent url(../images/header-shadow.gif) repeat-x;
}

/*----------------------------------------------------------------*/
/* MENÚ */
/*----------------------------------------------------------------*/
div#menu-holder{
	height:45px;
	margin:0 0 0 -441px;
	left:50%;
	position:absolute;
	top:0;
	width:882px;
}
div#menu-holder ul, div#menu-holder li{
	margin:0;
	padding:0;
	border:0;
}
div#menu-holder li{
	list-style:none;
	float:left;
	
	text-indent:-7800px;
	font-size:1px;
}

div#menu-holder a{
	height:36px;
	display:block;
	color:#fff;
	text-decoration:none;
}
/*botones del menú*/
div#menu-holder a.productos{
	width:113px;
	background:transparent url(../images/menu-productos.gif) no-repeat;
}
div#menu-holder a.dona-masita{
	width:119px;
	background:transparent url(../images/menu-donamasita.jpg) no-repeat;
}
div#menu-holder a.nutricion-salud{
	width:151px;
	background:transparent url(../images/menu-nutricion.jpg) no-repeat;
}
div#menu-holder a.noticias-eventos{
	width:158px;
	background:transparent url(../images/menu-noticias.jpg) no-repeat;
}
div#menu-holder a.promociones{
	width:125px;
	background:transparent url(../images/menu-promociones.jpg) no-repeat;
}
div#menu-holder a.descargas{
	width:108px;
	background:transparent url(../images/menu-descargas.jpg) no-repeat;
}
div#menu-holder a.idioma{
	width:82px;
	background:transparent url(../images/menu-idioma-espanol.gif) no-repeat;
}
/* roll over */
div#menu-holder a.productos:hover, div#menu-holder a.dona-masita:hover,
div#menu-holder a.nutricion-salud:hover, div#menu-holder a.noticias-eventos:hover, 
div#menu-holder a.promociones:hover, div#menu-holder a.descargas:hover{
	background-position:0 -36px;
}


/*----------------------------------------------------------------*/
/* CONTENEDOR PRINCIPAL DEL SITIO */
/*----------------------------------------------------------------*/
div#main-holder{
	position: relative;
	height: 100%;
	min-height: 100%;
}
/** html #main-holder{
	height: 100%;
}*/


/*----------------------------------------------------------------*/
/* Banner Bottom */
/*----------------------------------------------------------------*/
div#banner-footer {
	background:transparent url(../images/banner-footer.jpg) no-repeat scroll 0 0;
	
	width:842px;
	height:121px;
	
	margin:8px 0 0;
	clear:both;
	
	position:relative;
}
#flashFooter {
	left:57px;
	position:absolute;
	top:15px;
}


/*----------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------*/
div#footer{
	/*clear:both;*/
	
	/*top:100%;
	margin-top:-78px;
	padding-top:15px;
	padding-bottom:38px;
	width:100%;*/
	
	color:#00811d;
	font-size:11px;
	margin-top:25px;
	/*background:transparent url(../images/footer-tile.gif) repeat-x bottom;*/
}
div#footer p{
	margin:0;
	border:0;
	padding:0;
	text-align:center;
	position: relative;
	top: 2px;
}
/* logo Gruma */
div#gruma-holder{
	position:absolute;
	right:0;
}


/*----------------------------------------------------------------*/
/* CONTENEDOR DE LA INFORMACIÓN */
/*----------------------------------------------------------------*/
div#content-holder {
	width:854px;
	margin:0 auto;
	margin:-12px auto 0;
	padding:15px;
}