/* CSS Document */

body,td,th {
	font-family: Arial, verdana;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
/*home*/
#header {
	width:900px;
	height:377px;
}
#cont {
	width:900px;
}
.clearing{
	clear:both;
}
#banners {
	width:325px;
	float:left;
	padding:15px 45px 30px 14px;
	vertical-align:middle;
}
#search {
	width:810px;
	min-height: 300px;
	margin-left: 50px;
}
#novedades {
	width:510px;
	min-height: 300px;
	margin-left:385px;
}
.noveCont {
	height:58px;
	border-bottom:#248bb3 thin solid;
}
.noveCont_search {
	min-height:58px;
	border-bottom:#248bb3 thin solid;
}
.noveProd {
	float:left;
	margin-right:4px;
}
.noveCont a {
	color:#248bb3;
	text-decoration:none;
}
.noveCont a:hover {
	color:#ef9433;
	text-decoration:underline;
}
#footer {
	width:900px;
	height:35px;
	background-color:#b2c9b9;
	margin-top:4px;
	padding:0px;
}
.campos {
	vertical-align:top;
	margin-top:8px;
}
/*internas*/
#top {
	width:900px;
	height:196px;
}
/*internas con texto*/
.foto {
	float:left;
}
#dereTxt {
	width:540px;
	/*height:360px;*/
	margin-left:355px;
	padding:7px 0px 5px 0px;
	/*overflow-y:auto;*/
	overflow-x: hidden;
}
#dereSuc {
	width:540px;
	height:360px;
	margin-left:355px;
	padding:7px 0px 5px 0px;
	overflow-y:auto;
	overflow-x: hidden;
	background:url(../../images/frontend/sucu_mapa.jpg) no-repeat center;
}
.texto {
	width:505px;
	text-align:justify;
	padding: 0px 20px 5px 10px;
}
.texto a {
	color:#006699;
	text-decoration:none;
}
.texto a:hover {
	color:#006699;
	text-decoration:underline;
}
.texto ul {
	margin-left:10px;
}
.texto li {
	list-style-type:circle;
	list-style-image:url(../../images/frontend/bull_azul.gif);
	padding:1px;
}
.titulo {
	padding-bottom: 5px;
}
.botonDere {
	margin-left:330px;
}
.diviAzul {
	border-bottom:#6fcee3 thin solid;
}
.diviTitRojo {
	text-align:left;
    font-size:15px;
	color: #b81919;	
	border-bottom:#6fcee3 thin solid;
}
/*internas con productos*/
#dereProd {
	width:580px;
	min-height:330px;
	margin-left:320px;
	padding:10px 0px 5px 0px;
}
#izqProd {
	width:310px;
	float:left;
	padding:10px 0px 5px 0px;
}

/*productos central*/
.cuadroMenu {
	width:185px;
	margin:5px 3px 5px 17px;
	padding:2px;
}
.categTit {
	width:170px;
	height:15px;
	background-color:#377873;
	padding:1px 0px 1px 5px;
	margin-bottom:3px;
	font-size:10px;
	line-height:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.cuadroMenu a {
	padding-left:10px;
	color:#666666;
	text-decoration:none;
}
.cuadroMenu a:hover {
	color:#333333;
	text-decoration:none;
}
.categTit a {
	color:#ffffff;
}
.categTit a:hover {
	color:#ffffff;
}
.cuadroMenu ul {
	padding: 0px;
	margin: 0px;
}
.cuadroMenu li {
	margin:2px 0px 0px 5px;
	list-style:none;
	background:url(../../images/frontend/flecha_ver.gif) no-repeat 2px;
}
.subCuadroMenu {
	position:absolute;
	width:110px;
	z-index:1;
	left: 207px;
	top: 252px;
	border-left:#a1c0bd medium solid;
	padding:2px;
}
.subCuadroMenu a {
	padding-left:10px;
	color:#666666;
	text-decoration:none;
}
.subCuadroMenu a:hover {
	color:#333333;
	text-decoration:none;
}
.subCuadroMenu li {
	margin:2px 0px 0px 5px;
	/*border-left:#408983 1px solid;*/
	list-style:none;
	background:url(../../images/frontend/flecha_ver.gif) no-repeat 2px;
}

/*detalle producto*/
#titProd {
	width:690px;
	height:15px;
	padding:2px 0px 2px 10px;
	margin:10px;
	background-color:#2e4252;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
#descProd {
	width:295px;
	margin-top:20px;
	padding:10px 10px 10px 15px;
	float:left;
}
#descProd li {
	list-style:disc;
	list-style-image:url(../../images/frontend/bull_verde.gif);
	padding:2px;
}
#fotoProd {
	width:385px;
	margin-left:322px;
	
}

/*productos naranja*/
.cuadroLFC {
	width:180px;
	margin:5px 3px 10px 17px;
	padding:2px;
}
.categLFC {
	width:170px;
	height:15px;
	background-color:#f5be67;
	padding:1px 0px 1px 5px;
	margin-bottom:3px;
	font-size:10px;
	line-height:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.cuadroLFC a {
	padding-left:10px;
	color:#666666;
	text-decoration:none;
}
.cuadroLFC a:hover {
	color:#333333;
	text-decoration:none;
	/*border-left:#f6c77e thick solid;*/
}
.cuadroLFC li {
	margin:2px 0px 0px 5px;
	padding-left:0px;
	list-style:none;
	/*list-style-image:url(images/flecha_nar.gif);*/
	background:url(../../images/frontend/flecha_nar.gif) no-repeat 2px;
}

/*forma contacto*/
#forma {
	width:730px;
	height:330px;
	margin:15px 0px 10px 80px;
}
.textoForma {
	font-size:10px;
	color:#0faed0;
	text-transform:uppercase;
}
/*extra*/

#top-sections {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
	
}
#top-sections li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;	
}

#title-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 25px;
}
#title-list li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #0077A3;	
}

#cats {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
#cats li {
	float: left;
	overflow: hidden;
	width: 264px;
	height: 330px;
	display: inline;
	padding: 0px;
	margin: 5px;
	margin-left: 10px;
	border: 1px solid #2e4252;
}
#cats li img {
	padding: 1px;
}
#cats li h1 {
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 25px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
	background: #2e4252;
}
#cats li p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;	
	padding-left: 25px;
	padding-right: 25px;	
}
.show_prods {
	width: 580px;
	min-height: 160px;
}
.show_prods ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.show_prods li {
	float: left;
	padding-left: 10px;
	width: 180px;
	display: inline;
}
.show_prods li img {
	overflow: hidden;
	width: 178px;
	height: 130px;	
}
.title-cat {
	width: 175px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;	
	height: 14px;
	background: #2e4252;
	font-size: 10px;
	color: #ffffff;
}
.title-cat a {
	color: #ffffff;
	text-decoration: none;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.border-green {
	border: 1px solid #2e4252;
}
.show_prods li {
	float: left;
	padding-left: 10px;
	width: 180px;
	display: inline;
}
.little_prods li {
	float: left;
	padding-left: 10px;
	width: 116px;
	display: inline;
}
.little_prods li img {
	overflow: hidden;
	width: 112px;
	height: 96px;
	margin-bottom: 4px;	
}
.litle_prods hr {
	width: 112px;
	height: 1px;
	color: #3b8d77;
}
.title-prod-little {
	width: 112px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;	
	height: 14px;
	font-size: 10px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #3b8d77;
}
.title-prod-little a {
	color: #666666;
	text-decoration: none;
}
#overlay, #window {
	display: none;
}
#overlay {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background: #ffffff;
	filter: alpha(opacity=70); 
	-moz-opacity: .7;
	opacity: .7;
	z-index: 10;	
	cursor: pointer;
	cursor: hand;
}
#window {
	position: absolute; 
	width: 805px; 
	border: 2px #333 solid; 
	padding: 5px 11px 22px 11px; 
	background: #ffffff; 
	top: 50%; 
	left: 50%;
	z-index: 10;
	margin-top: -89px;
	margin-left: -352px;
}


/*nueva sección Promociones*/

#contpromo {
	width:540px;
	height:360px;
	margin: 0px 0px 0px 0px;
	padding-left:355px;
	overflow-y:auto;
	overflow-x: hidden;
	background: url(../../images/frontend/ofertas0001b.jpg) no-repeat top left;
}
#promoderint {
	width:500px;
	margin: 80px 0px 0px 6px;
	background: transparent;
}
#promoderint01 {
	float : left;
	clear : none;
	width:145px;
	height:110px;
	margin: 0px 10px 0px 10px;
	background: url(../../images/frontend/ofermarcimgs.jpg) no-repeat top left;
}
#promoderint01img {
	margin: 5px 5px 5px 5px;
	width:133px;
	height:95px;
	background: transparent;
}
#promoderint02 {
	float : left;
	width:335px;
	height:110px;
	margin: 0px 0px 0px 0px;
	background: transparent;
}
#promoderint02txt01 {
	float : left;
	width:325px;
	height:20px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d6f9f;
	background: transparent;
}
#promoderint02txt02 {
	float : left;
	width:325px;
	height:90px;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	background: transparent;
}

