/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
    font-family: 'grotasansaltroundedregular_3';
    src: url('fonts/GrotaSansAltRounded-Regular3.eot');
    src: url('../fonts/GrotaSansAltRounded-Regular3.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GrotaSansAltRounded-Regular3.woff2') format('woff2'),
         url('../fonts/GrotaSansAltRounded-Regular3.woff') format('woff'),
         url('../fonts/GrotaSansAltRounded-Regular3.ttf') format('truetype'),
         url('../fonts/GrotaSansAltRounded-Regular3.svg#grotasansaltroundedregular_3') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*====================================*/
/*=========== yodesigner.com =========*/
/*====================================*/

body {
	font-size: 0.625em;
	font-family: sans-serif, 'Open Sans';
	background: url(../images/fondo.jpg) repeat center top; 
	background-color: #e8e7e7;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
 	padding: 8px;
	background-color: white;
	-webkit-border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	border-radius: 18px 18px 0 0;
}
#header {
	background-image:url('../images/fondo-menu.png');
	top: 15px;
	z-index: 10;
	overflow: hidden;
	width: 1000px;
	height: 160px;
}
#header-internas {
	background-image:url('../images/fondo-menu-interna.png');
	top: 15px;
	z-index: 10;
	overflow: hidden;
	width: 1000px;
	height: 156px;
}
#banner {
	position: relative;
	height: 435px;
}
a.logo {
	background: url(../images/comsalsas-logo.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 313px;
	height: 111px;
	float: left;
	margin: 22px 0 0 40px;
}
a.english {
	float: right;
	width: 570px;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	padding-right: 30px;
	margin-top: 0px;
}
ul.nav {
    background-color: #18870F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    float: left;
    margin-right: 15px;
    margin-top: 35px;
    text-align: center;
    width: 620px;
}
ul.nav li{
    border-right: 1px solid #6d964b;
    color: black;
    display: inline-table;
    font-family: "grotasansaltroundedregular_3", "Arial,sans-serif";
    font-size: 12px;
    line-height: 13px;
    padding: 4px 15px;
}
li.sinlinea {
    border-right: 0 none !important;
}
ul.nav a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px transparent;
	padding-bottom: 2px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.nav a:hover {
	/*border-bottom: solid 2px rgba(255,255,255,0.7);
	padding-bottom: 2px;*/
	color: yellow;
}
ul.nav .active {
	color: #fff;
	border-bottom: solid 2px orange;
	padding-bottom: 2px;
}
#section {
	overflow: hidden;
}
.block {
	float: left;
	width: 500px;
	margin-top: 10px;
}

.block img {
	float: left;
	margin-right: 25px;
}
.block h2 {
	color: #ed1c24;
	font-size: 18px;
	line-height: 9px;
	float: left;
	width: 348px;
	padding: 12px 0 35px 54px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.contacto h2 {
	color: #ed1c24;
	font-size: 18px;
	line-height: 9px;
	padding: 12px 0 35px 54px;
	margin: 20px 0 10px 5px;
}

.block h2.titulo, #section   h2.titulo, .contacto  h2.titulo{
	background: url(../images/bkg-titulo.png) no-repeat left top;
}
.block h2.verde {
	background: url(../images/bkg-verde.png) no-repeat left top;
}
.block.empresa p {
	float: left;
	color: #878383;
	font-size: 12px;
	line-height: 16px;	
	margin-left: 25px;
	width: 970px;
	font-weight: 300;
}

.block.empresa p strong {
	color:#ed1c24;
	font-weight: bold;
}
.block p {
	float: left;
	color: #878383;
	font-size: 12px;
	line-height: 16px;	
	margin-left: 25px;
	width: 450px;
	font-weight: 300;
}
.block a.ver-mas {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	color: #f46a1f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
}

.block1 {
	float: left;
    margin-left: 24px;
    margin-top: 10px;
    width: 430px;
}
.block1 h2 {
    color: #ed1c24;
    font-size: 18px;
    line-height: 9px;
    margin-left: 166px;
    padding: 12px 0 47px 56px;
    width: 253px;
}

.block1 h2.titulo {
	background: url(../images/bkg-titulo.png) no-repeat left top;
}

 

.block1 p {
	float: left;
	color: #878383;
	font-size: 12px;
	line-height: 17px;	
	margin-left: 25px;
	width: 242px;
	font-weight: 300;
}

 
#footer0{
	width: 1016px;
	margin: 0 auto;
}

#footer {
	background-image: url("../images/back-footer.png");
    background-repeat: repeat-x;
    border-top: 1px solid #d9e5d5;
    overflow: hidden;
    padding-bottom: 15px;
}
#footer li{
	float: left;
}
li.atencion {
	background: rgba(0, 0, 0, 0) url("../images/icon-direccion.png") no-repeat scroll 17px 12px;
    color: #418120;
    font-size: 12px;
    font-weight: 600;
    height: 19px;
    padding: 14px 28px 0 43px;
	color: #ffffff;
}
li.mail {
	background: rgba(0, 0, 0, 0) url("../images/icon-email.png") no-repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 10px;
	margin-top: 12px;
	padding: 3px 0 4px 27px;
	text-decoration: none;
}
li.fono {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/icon-telefono.png) no-repeat left center;
	padding: 13px 0 5px 26px;
	margin-top: 3px;
	margin-left: 37px;
	height: 19px;
}
li.direccion {
	padding: 15px 0 15px 26px;
	background: url(../images/icon-facebook.png) no-repeat left center;
	font-size: 12PX;
	margin-left: 41px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
li.direccion strong{
	display: block;
	margin-top: 3px;
	color: #387e1b;
	font-weight: 600;
}
li.design-by {
	margin-top: 55px;
	margin-left: 10px;
}
li.design-by a {
	text-decoration: none;
	color: #868e77;
}
#banner-interno {
	width: 1000px;
	height: 356px;
	position: relative;

}

.ban-conservas {
	background: url(../banner/banner-conservas.jpg) no-repeat left top;
}
.ban-conservas-en{
	background: url(../banner/banner-conservas-en.jpg) no-repeat left top;
}
.ban-congelados {
	background: url(../banner/banner-congelados.jpg) no-repeat left top;
}
.ban-congelados-en {
	background: url(../banner/banner-congelados-en.jpg) no-repeat left top;
}
.ban-granos {
	background: url(../banner/banner-granos.jpg) no-repeat left top;
}
.ban-granos-en {
	background: url(../banner/banner-granos-en.jpg) no-repeat left top;
}

.ban-deshidratados {
	background: url(../banner/banner-deshidratados.jpg) no-repeat left top;
}

.ban-deshidratados-en{
	background: url(../banner/banner-deshidratados-en.jpg) no-repeat left top;
}
.ban-prodperuanos {
	background: url(../banner/banner-productos-peruanos.jpg) no-repeat left top;
}
.ban-prodperuanos-en {
	background: url(../banner/banner-productos-peruanos-en.jpg) no-repeat left top;
}
.ban-contactenos {
	background: url(../banner/banner-contactenos.jpg) no-repeat left top;
}
.ban-contactenos-en {
	background: url(../banner/banner-contactenos-en.jpg) no-repeat left top;
}


.ban-nosotros {
	background: url(../banner/nosotros.jpg) no-repeat left top;
}
.ban-productos {
	background: url(../banner/productos.jpg) no-repeat left top;
}
.ban-calidad {
	background: url(../banner/calidad.jpg) no-repeat left top;
}
.ban-ventas {
	background: url(../banner/ventas.jpg) no-repeat left top;
}
.ban-contacto {
	background: url(../banner/contacto.jpg) no-repeat left top;
}
h1 {
	background: url(../images/icn-comsalsas.png) no-repeat left center;
	padding: 10px 60px;
	font-weight: 600;
	font-size: 2.4em;
	color: #77ac16;
	margin: 0px 0 30px 0;
}
#sidebar {
	width: 250px;
	float: left;
	border-right: solid 1px #d9e5d5;
}
#sidebar ul{
	margin-left: 10px;
}
#sidebar ul li{
	padding-left: 5px;
}
#sidebar li a {
	text-decoration: none;
	color: #737373;
	font-size: 1.3em;
	font-weight: 600;
	padding: 10px 0 10px 0px;
	display: block;
	margin-bottom: 7px;
	border-right: solid 4px #fff ;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#sidebar li a:hover {
	border-right: solid 4px #d5e4b8 ;
}
#sidebar li.select {
	background: #F5F5F5 ;
}

#sidebar li a.esparrago {
}

.iconlist {
	background-color:#006c0f;
	padding: 4px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	vertical-align: middle;
	margin-right: 6px;
}




#sidebar li a.aji-criollo {
	background: url(../images/icn-aji_criollo.png) no-repeat left center;
}
#sidebar li a.aji-huacatay {
	background: url(../images/icn-aji_con_huacatay.png) no-repeat left center;
}
#sidebar li a.aderezo-especial {
	background: url(../images/icn-aderezo_especial.png) no-repeat left center;
}
#sidebar li a.crema-aji {
	background: url(../images/icn-crema_aji_criollo.png) no-repeat left center;
}
#sidebar li a.crema-rocoto {
	background: url(../images/icn-crema_rocoto.png) no-repeat left center;
}
#productos {
	width: 700px;
	float: left;
	margin-left: 40px;
}
#productos h2, .nosotros h2 {
	color: #ed1c24;
	font-size: 1.6em;
	width: 270px;
	padding: 12px 0 15px 52px;
	margin-bottom: 10px;
	height:30px;
}
.nosotros h2 {
	margin: 0 0 15px 60px;
}
#productos h2.naranja, .nosotros h2.naranja {
	background: url(../images/bkg-titulo-internas.png) no-repeat left top;
}
#productos h2.verde, .nosotros h2.verde {
	background: url(../images/bkg-verde.png) no-repeat left top;
}
#productos h2.rojo, .nosotros h2.rojo {
	background: url(../images/bkg-rojo.png) no-repeat left top;
}
#productos h2.marron {
	background: url(../images/bkg-marron.png) no-repeat left top;
}
#productos p {
	color: #737373;
	font-size: 1.4em;
	font-weight: 400;
	width: 380px;
	line-height: 1.4em;
	margin-bottom: 12px;
}
.nosotros p {
	color: #737373;
	font-size: 1.4em;
	font-weight: 300;
	width: 680px;
	line-height: 1.6em;
	margin-left: 60px;
	margin-bottom: 20px;
	text-align: justify;
	width: 550px;
}

#productos dt{
	float: left;
	font-size: 1.4em;
	font-weight: 600;
	color: #77ac16;
	margin-right: 10px;
}
#productos dd {
	width: 380px;
	color: #737373;
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imagen{
	float: right;
	width: 234px;
	height: 268px;
	background: url(../images/bkg-productos.png) no-repeat left top;
	padding: 25px 0 0 30px;
}
.nosotros dt{                                        
	float: left;
	font-size: 1.4em;
	font-weight: 600;
	color: #77ac16;
	margin-right: 10px;
	margin-left: 60px;
}
.nosotros dd {    
	color: #737373;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 10px;
	margin-left: 60px;
	width: 550px;
	text-align: justify;
	line-height: 1.2em;
}
/*====================================*/
/*============== CONTACTO ============*/
/*====================================*/

.contacto p, .ventas p {
	color: #737373;
	font-size: 1.4em;
	font-weight: 300;
 	line-height: 1.6em;
	margin-left: 60px;
	margin-bottom: 40px;
}

dl.vcard {
	width: 340px;
	float: left;
	margin-left: 60px;
}
dl.vcard  dt{                                        
	font-size: 13px;
	font-weight: 400;
	color: #77ac16;
	margin-bottom: 5px;
	margin-top: 15px;
}
dl.vcard  dd {    
	color: #737373;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 5px;
}

#form-contacto {
 	float: left;
	margin: 0 0 30px 50px;
}
#form-contacto p {
	margin-left: 0;
}

a.email {
	color: #e96822;
	text-decoration: none;
	font-weight: 600;
}
#formulario {
	background: #eeeded;
	padding: 24px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
label {
	color: #007124;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}
#formulario em {
	color: #e96822;
}
#nombre, #correo, #telefono, #mensaje, #ruc{
    font-family: 'Open Sans', sans-serif;
    width: 370px;
    background: #fff;
    border: none;
    font-size: 1.4em;
    font-weight: 300;
    color: #000;
    padding: 5px;
    margin-bottom: 5px;
	border: 1px solid #ebebeb;
}
#mensaje {
    height: 80px;
    margin: 2px 0 0 0;
}
.btenviar {
    background: #f16621;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 1.4em;
    margin-top: 15px;
	display: block;
	cursor: hand;
}
span.confirma {
    display: block;
    padding-left: 30px;
    font-size: 18px !important;
    color: #ef5c00 !important;
}
span.envio {
    display: block;
    padding-left: 30px;
    font-size: 14px !important;
}
legend{
	font-size: 1.4em;
	margin: 10px 0;
}
ul.checkbox {
	background: #fff;
	border-radius: 10px;
	padding: 1px 10px 10px 10px;
	width: 360px;
	overflow: hidden;
}
ul.checkbox li {
	float: left;
	width: 170px;
}
ul.checkbox input {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
ul.checkbox label {
	float: left;
}
.hide {
	display: none;
}
.alignright{
	float: right;
	clear: right;
	margin-bottom: 50px;
}
.article {
	overflow: hidden;
}

hr.style-four {
    border: 0 none;
    box-shadow: 0 12px 1px -12px rgba(174, 152, 152, 0.5) inset;
    height: 12px;
	margin-top: 15px;
}

.divisor {
	float: left;
    margin-left: 42px;
    margin-right: 22px; 
}
.imagen-interior {
    padding: 0 0 0 30px;
}

.lista li {
    color: #878383;
    font-size: 12px;
    line-height: 16px;
    list-style: inside none disc;
    margin-left: 20px;
	font-family: sans-serif, 'Open Sans';
}

.iconcontact {
    margin-right: 5px;
    vertical-align: middle;
}

.contacto dl.vcard dd {
    margin-left: 26px;
}


.afooter {
    color: #fff;
	text-decoration: none;
}


.afooter:hover {
    color: #8FD523;
}