@charset "UTF-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.header {
	background-color: #60635E;
	height: 130px;
}
.header .cont   {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header .cont h1 , .header .cont h3{
	position: absolute;
	font-size: 1px;
	color: #60635E;
	top: 49px;
	left: 0px;
}
.header .cont ul.menuTop {
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #D0D1C3;
	position: absolute;
	top: 70px;
	right: 0px;
}
.header .cont ul.menuTop li {
	line-height: 24px;
	height: 24px;
	padding-right: 11px;
	padding-left: 11px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	position: relative;
}
.header .cont ul.menuTop li .flecha {
	height: 22px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 26px;
	background-image: url(img/menuActive.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.header .cont ul.menuTop li a {
	color: #D0D1C3;
	text-decoration: none;
}
.header .cont ul.menuTop li a:hover {
	color: #FFF;
	text-decoration: none;
}
.header .cont ul.menuTop li.active a {
	color: #FFF;
	text-decoration: none;
}
.section {
	font-size: 30px;
	color: #FFF;
	background-color: #B38D4D;
	height: 48px;
}
.section .cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.section .cont h1 {
	font-size: 30px;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.section .cont ul.menuProductos {
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #D0D1C3;
	position: absolute;
	top: 19px;
	right: 0px;
}
.section .cont ul.menuProductos li {
	line-height: 30px;
	height: 40px;
	float: left;
	width: 109px;
	background-image: url(img/spriteProductos.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.section .cont ul.menuProductos li:hover {
	background-position: center -40px;
}
.section .cont ul.menuProductos li.active {
	background-position: center top;
}
.section .cont ul.menuProductos li a {
	color: #FFF;
	text-decoration: none;
}
.section .cont ul.menuProductos li.active a {
	color: #5F635E;
}
.contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.contents ul.menuHome {
	color: #5F635E;
	padding: 0px;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 55px;
	margin-bottom: 1px;
	margin-left: 55px;
	font-size: 14px;
}
.contents ul.menuHome li {
	color: #5F635E;
	text-decoration: none;
	background-color: #D0D1C3;
	height: 385px;
	width: 166px;
	float: left;
	margin: 2px;
	display: block;
	overflow: hidden;
}
.contents ul.menuHome li a {
	color: #5F635E;
	text-decoration: none;
}
.contents ul.menuHome li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 17px;
	clear: both;
}
.contents ul.menuSection {
	color: #5F635E;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 55px;
	margin-left: 55px;
	font-size: 14px;
	overflow: hidden;
}
.contents ul.menuSection li {
	color: #5F635E;
	text-decoration: none;
	background-color: #D0D1C3;
	height: 200px;
	width: 166px;
	float: left;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D1C3;
	overflow: hidden;
}
.contents ul.menuSection li:hover {
	background-color: #ECEEE0;
}
.contents ul.menuSection li img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 7px;
	height: 166px;
}
.contents ul.menuSection li a {
	color: #5F635E;
	text-decoration: none;
}
.contents.productos {
	padding-top: 50px;
}
.contents.productos h3{
	font-size: 14px;
	color: #B28C4C;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.contents.productos p  {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.contents.productos .bloque {
	margin-bottom: 20px;
	display: block;
}
.contents.productos table  {
	width: 300px;
	font-size: 12px;
}
.contents.productos table tr th  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.contents.productos table tr td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contents.productos .imagenes .foto {
	height: 306px;
	width: 464px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contents.productos .caracteristicas table .par td {
	background-color: #F3F3F0;
}
.contents.productos .caracteristicas{
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 50px;
	text-align: left;
	display: block;
	position: relative;
}
/* Easy Slider */
.contents.productos .caracteristicas p {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents.productos .caracteristicas ul{
	list-style-type: none;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666;
}
.contents.productos .caracteristicas ul li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	float: left;
	display: block;
	width: 90px;
}
.contents.productos .imagenes{
	margin-left: 400px;
	height: 380px;
	width: 550px;
	border: 1px solid #D0D1C3;
	position: relative;
}
.contents.productos .imagenes h2{
	font-size: 14px;
	color: #B28C4C;
	line-height: 32px;
	display: block;
	width: 368px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents.productos .imagenes .mas {
	background-image: url(img/spriteMas.png);
	display: block;
	height: 32px;
	width: 34px;
	cursor: pointer;
	margin-right: 16px;
	margin-left: 16px;
	float: left;
}
.contents.productos .imagenes .mas.atras {
	background-position: 0px 0px;
}
.contents.productos .imagenes .mas.adelante {
	background-position: 34px 0px;
}
.contents .textos {
	margin-left: 400px;
	height: 380px;
	width: 550px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents .textoss {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 50px;
	text-align: left;
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents .textoss h3 {
	font-size: 14px;
	color: #B28C4C;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.contents .textoss h4 {
	font-size: 13px;
	color: #999;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
}
.contents .textoss p {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.footer {
	background-color: #D0D1C3;
	height: 100px;
	position: relative;
	width: 100%;
}
.footer .cont {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 65px;
}
.footer .cont h1 , .footer .cont h3{
	font-size: 1px;
	color: #D0D1C3;
	position: absolute;
	right: 0px;
	top: 15px;
}
.footer .cont .afip{
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}
.footer .cont .dirtel {
	font-size: 12px;
	color: #5F635E;
	text-align: left;
	line-height: 16px;
	padding-top: 10px;
}
.contents.productos .color {
	float: left;
	width: 100px;
	font-size: 12px;
	line-height: 16px;
}
.contents.productos .color .ico {
	height: 14px;
	width: 14px;
	float: left;
	display: block;
	margin-right: 6px;
	border: 1px solid #CCC;
}
.contents.productos .color .ico.blanco {
	background-color: #FFF;
	margin-bottom: 4px;
}
.contents.productos .color .ico.fuccia {
	background-color: #FF0099;
	margin-bottom: 4px;
}
.contents.productos .color .ico.violeta {
	background-color: #5300A6;
	margin-bottom: 4px;
}
.footer .social {
	width: 230px;
	position: absolute;
	top: 5px;
	left: 341px;
}
.footer .social ul li {
	background-image: url(img/social.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	height: 22px;
	overflow: hidden;
	text-align: left;
	display: block;
	padding-left: 28px;
	float: left;
	padding-right: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
}
.footer .social ul li a {
	color: #666;
	text-decoration: none;
}
.footer .social ul li a:hover {
	text-decoration: underline;
}
.footer .social ul li.face {
	background-position: left top;
}
.footer .social ul li.twit {
	background-position: left bottom;
}
.contents.productos .color .ico.marfil {
	background-color: #FFFFCC;
	margin-bottom: 4px;
}
.contents.productos .color .ico.vManzana {
	background-color: #669900;
	margin-bottom: 4px;
}
.contents.productos .color .ico.azul {
	background-color: #000080;
	margin-bottom: 4px;
}
.contents.productos .color .ico.amarillo {
	background-color: #FFEA1A;
	margin-bottom: 4px;
}
.contents.productos .color .ico.vIngles {
	background-color: #006633;
	margin-bottom: 4px;
}
.contents.productos .color .ico.negro {
	background-color: #000;
	margin-bottom: 4px;
}
.contents.productos .color .ico.naranja {
	background-color: #FF8533;
	margin-bottom: 4px;
}
.contents.productos .color .ico.turquesa {
	background-color: #51AABA;
	margin-bottom: 4px;
}
.contents.productos .color .ico.dorado {
	background-color: #FFDC24;
	margin-bottom: 4px;
}
.contents.productos .color .ico.rojo {
	background-color: #FF0000;
	margin-bottom: 4px;
}
.contents.productos .color .ico.bordo {
	background-color: #B90202;
	margin-bottom: 4px;
}
.contents.productos .color .ico.plateado {
	background-color: #C0C0C0;
	margin-bottom: 4px;
}
/* // Easy Slider */#slider   {
	height: 306px;
	width: 514px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}



	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:514px;
	height:338px;
	overflow:hidden;
		}
#slider h2   {
	font-size: 14px;
	color: #B28C4C;
	line-height: 32px;
	display: block;
	width: 464px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
span#prevBtnORIG{}
span#nextBtnORIG{}					
.masAtras, .masAdelante  {
	background-image: url(img/spriteMas.png);
	display: block;
	height: 32px;
	width: 34px;
	cursor: pointer;
	margin-right: 16px;
	margin-left: 16px;
	float: left;
}
.masAdelante   {
	background-position: 34px 0px;
	position: absolute;
	right: 0px;
	bottom: 16px;
}
.masAtras {
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	bottom: 16px;
}
.contents .novedades {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents .novedades .banner {
	padding-top: 3px;
	padding-bottom: 3px;
}
form label  {
	font-weight: bold;
	float: left;
	width: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	white-space: nowrap;
}
