@charset "utf-8";
/* CSS Document */
body
{
	background-image: url(../images/inicio/plantilla/fondo.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212108;
}

p, h1, ul
{
	padding: 10px 45px 10px 35px;
	margin: 0px;
	text-align: justify;
	color: #2E2D0B;
}

h1 { color: #464510; }

hr
{
	margin: 0px 45px 0px 35px;
	border-color: #757D66;
	border-style: solid;
	border-width: 1px;
}

h1 { font-size: 14px; }

strong { color: #757D66; }

#contenedor
{
	width: 838px; 
	margin: auto;
}

#cabecera
{
	width: 100%; 
	height: 129px; 
	background-image: url(../images/inicio/plantilla/cabecera.png);
	background-repeat: no-repeat;
}

#fecha
{
	font-weight: bold;
	float: right;
	margin-top: 60px;
	margin-right: 22px;
}

#cHormigas
{
	float: left;
	margin: 110px 0px 0px 18px;
	font-size: 10px;
}

#cHormigas a, #cHormigas a:link, #cHormigas a:visited, a, a:link, a:visited
{
	color: #212108;
	text-decoration: none;
	font-weight: bold;
}

#cHormigas a:hover, a:hover
{
	color: #464510;
	font-variant: small-caps;
}

#contenido
{
	width: 100%;
}

#lIzquierdo
{
	float: left;
	width: 175px;
}

#lDerecho
{
	float: right;
	width: 175px;
}

#secciones, #cPortafolio, #colaboran, #destacado, #recomendados
{
	with: 175px;
}

#colaboran .centro, #destacado .centro, #recomendados .centro {	text-align: center; }

#colaboran .centro img, #destacado .centro img, #recomendados .centro img {	border-style: none; } 

#lSecciones li { margin-left: 25px; }
#lPortafolio li { margin-right: -10px; }

#lRecomendados li
{
	margin-left: -6px;
	padding: 2px 0px;
}

#empresa { list-style-image: url(../images/secciones/iconos/empresa.png); }
#productos { list-style-image: url(../images/secciones/iconos/productos.png); }
#servicios { list-style-image: url(../images/secciones/iconos/servicios.png); }
#clientes { list-style-image: url(../images/secciones/iconos/clientes.png); }
#portafolio { list-style-image: url(../images/secciones/iconos/portafolio.png); }
#contacto { list-style-image: url(../images/secciones/iconos/contacto.png); }


.sup
{
	width: 100%;
	height: 15px;
	background-repeat: no-repeat;
}

.centro { background-repeat: repeat-y; }

.centro ul { list-style: none; }

.inf
{
	width: 100%;
	height: 37px;
	background-repeat: no-repeat;
}

#centro
{
	width: 488px;
	margin: 0px auto 10px auto;
}

#centro .centro { min-height: 415px; }

#pie
{
	width: 100%; 
	height: 25px; 
	padding-top: 10px;
	background-image:url(../images/inicio/plantilla/pie.png);
	background-repeat: no-repeat;
	text-align: center; 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.imgCentro
{
	text-align: center;
	padding: 20px;
}

.imgCentro img { border: #757D66 solid 1px; }



