/*
* Hoja de estilos del sitio del Grupo
*/

/* cabeceras */
h2.btitulo {
	background-image: url(../imagenes/combo-sprites.png);
	background-repeat: no-repeat;
}

h2.historia {
	text-indent: -9999px;
	background-position: 0 -270px;
}

h2.calidad {
	text-indent: -9999px;
	background-position: -440px -270px;
}

h2.diseno {
	text-indent: -9999px;
	background-position: -220px -270px;
}

h2.enportada {
	text-indent: -9999px;
	background-position: 0 -300px;
}

/* HEADERS - EN */
h2.btitle {
	background-image: url(../imagenes/combo-sprites-en.png);
	background-repeat: no-repeat;
}

h2.history {
	text-indent: -9999px;
	background-position: 0 -270px;
}

h2.design {
	text-indent: -9999px;
	background-position: -220px -270px;
}

h2.quality {
	text-indent: -9999px;
	background-position: -440px -270px;
}

h2.headlines {
	text-indent: -9999px;
	background-position: 0 -300px;
}

/* noticias */

div.news-full {
	clear: both;
	margin: 0 0 20px 0;
}

div.news-full img {
	margin: 0 10px 0 0;
}

div.news-full div.text p {
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

div.news-full p.date-line {
	color: #4c891b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

div.news-full a {
	text-decoration: underline;
}

/* menu */

ul.menu, ul.menu li a {
    color: #4C891B;
}

/* pie de pagina */

div#footer a:link {
    color: #999;
}

div#footer a:hover {
    color: #4C891B;
}

div#footer a:visited {
    color: #999;
}

div#footer a:active {
    color: #4C891B;
}

