@charset "utf-8";
/* CSS Document */
/*======================================================*/
/* FORMATO ESTANDAR */
/*======================================================*/

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	outline: 0;
}
html {
	width: 100%;
}
body {
	width: 100%;
	background: #cecece url("images/body-bg.png") repeat-x;
	margin: 0 0 0 0;
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Helvetica;
}
img {
	border: 0;
}
a {
	color: #f00000;
}
a:hover {
	color: #900000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #C30000;
}
#wrapper {
	background: #ffffff;
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
/*======================================================*/
/* TEXTOS */
/*======================================================*/
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 2.2em;
	margin: 20px 0 0 100px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.4em;
	color: #000000;
	height: auto;
	margin: 0 10px 10px 30px;
	font-weight: normal;
}
/*======================================================*/
/* ESTRUCTURA */
/*======================================================*/

#sombra {
	background: url("images/sombra.png") center top no-repeat;
	width: 946px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
#menu {
	background: #09F;
	width: 900px;
	height: 125px;
	margin: 0 0 0 0;
	text-align: center;
}
#content {
	width: 900px;
	height: auto;
	overflow: hidden;
	position:relative;
	margin: 0 0 0 0;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
}
#intro {
	background: #ffffff;
	width: 900px;
	height: 200px;
	margin: 0 0 0 0;
	text-align: center;
}
.box {
	width: 280px;
	height: 150px;
	margin: 10px 10px 10px 10px;
	padding-top: 50px;
	float: left;
	display: inline;
}
.box p {
	margin: 10px 25px 0 25px;
	text-align: left;
	line-height: 15px;
	font-size: 0.9em;
}

.vermas {
	float: left;
	width: 265px;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	position: absolute;
}

.producto {
	background: #e7f3ff;
	width: 260px;
	height: 250px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	display: inline;
}
.producto p {
	margin: 10px 25px 0 25px;
	text-align: center;
	line-height: 15px;
}

.producto img {
	text-align: center;
}
.envases {
	background: #5e5c5d;
width: 505px;
float: right;
display: inline;
text-align: right;
}
.envases img {
	height: 60px;
	width: 60px;
	margin: 0 0 0 3px;
	text-align: right;
	float: left;
	display: inline;
}
/*======================================================*/
/* CONTENIDOS */
/*======================================================*/
.titulo {
	border-bottom: 3px solid #06C;
	width: 880px;
	margin: 10px 10px 15px 10px;
	float: left;
	display: inline;
}

.titulo img {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
}

.col-izq {
	float: left;
	display: inline;
	width: 335px;
	text-align: justify;
	line-height: 15px;
	margin: auto 10px 50px 45px;
}
.col-izq p{
	margin: 0 0 15px 0;
}
.col-der {
	float: center;
	display: inline;
	width: 800px;
}

.col-der p {
	width: 400px;
	float: left;
	display: inline;
	text-align: center;
}

.servicio {
	background: url("images/servicios-bg.png") top repeat-x;
	width: 880px;
	height: 125px;
	padding: 10px 0 10px 0;
	margin: 0 10px 10px 10px;
	float: left;
	display: inline;
}

.servicio p {
	width: 685px;
	height: auto;
	float: left;
	display: inline;
	margin: 0 10px 0 30px;
	text-align: justify;
	line-height: 15px;
}

.servicio img {
	float: right;
	display: inline;
	margin: 0 10px 10px 0;
}
/*======================================================*/
/* FOOTER */
/*======================================================*/

#footer {
	background: url("images/footer-bg.gif") no-repeat center top;
	width: 900px;
	height: auto;
	padding: 3px 0 3px 0;
	clear: both;
	text-align: center;
}
/*======================================================*/
/* VCARD - MICROFORMATS */
/*======================================================*/
.vcard, .given-name, .additional-name, .family-name, .org, .email, .adr, .street-address, .locality, .region, .postal-code, .country-name, .tel {
	display: inline;
	color: #000;
}
.vcard a, .given-name a, .additional-name a, .family-name a, .org a, .email a, .adr a, .street-address a, .locality a, .region a, .postal-code a, .country-name a, .tel a {
	color: #f00000;
}
