@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local('Exo Regular'), local('Exo-Regular'), url(http://fonts.gstatic.com/s/exo/v4/kA_pX0U45Eb7PbHijV1x2w.woff2) format('woff2'), url(http://fonts.gstatic.com/s/exo/v4/wocyXRLWPo2Av-yUTmmbTA.woff) format('woff');
}


body {	
	font-family: Exo, Arial, Helvetica, sans-serif;
	background-color:#000;	
	margin: 0px;
	}
#menu_top ul {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
   background: url(/images/menu_top_back.png) repeat-x;	
}
#menu_top ul li {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
   font-size: 12px;
   color: #AEAEAE;
   background: url(/images/menu_top_back-line.png) no-repeat;        
}
#menu_top ul li:hover {
   color:#786DB1;
   cursor: pointer; 
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;	
	margin-bottom: 0;	
	background: url(/images/container_back.png) repeat-y;
	background-position: center;
}
#banner_top {	
	width:1020px;
	height:174px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image:url(/images/banner_top_web.png);
}
#banner_top_text {
	position: relative;
	top:139px;
	padding-right: 50px;
	padding-top: 5px;
	height: 30px;
	color: #F0F0F0;
	background-color: #000;
	opacity: 0.5;
	text-align: right;
	font-size: 16px;
	}

section {
	width: 980px;
	margin: 0 auto;
	padding: 5px 20px;
	background: url(/images/container_info_back.png) repeat-y;
	}

.home_text_inline {
	/*width: 946px;*/
	}
.home_text_float {
	float: left;
	width: 460px;
	}

 h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #F2F1F0;
	background: #660B2A url(/images/menu_nav_back.png) repeat-x;
	}
/*#home_text div {
	padding: 10px;
	font-size: 14px;
	text-decoration: none;	
	}*/
/*#home_text img {
	padding: 5px;
	margin: 5px;
	border:1px solid #660B2A; 
	background-color: #FCFBFA;
	}*/


/*CATALOGO*/	

.catalogo {
	width: 237px;
	height: 300px;
	padding: 0;
	float: left;
	border:1px solid #D3D2D2;
	margin: 2px;
	text-align: center;
	}
.catalogo img {
	margin: 0 auto;
	
	display: block;
	}
.catalogo_title {
	font-size: 14px;
	color: #717171;
	display: table-cell;
	/*position: relative;*/
	vertical-align: middle;
	text-align: center;
	height: 35px;
	padding: 5px;
	width: 227px;
	}
.catalogo_title_in {
	max-height: 35px;
	overflow: auto;
	width: 227px;
	display: block;
	}
.precio {
	color: #A40D33;
	font: 400 25px/27px Arial,Helvetica,sans-serif;
	margin: 10px 0;
	display: block;
	}
.boton_consultar {
	color: #000;
	text-align: center;
	font: 400 20px/22px Arial,Helvetica,sans-serif;
	padding: 5px 0;
	border:1px solid #d2d2d2;
	text-decoration: none;
	width: 163px;
	display: block;
	margin: 0 auto;
	background: #fcfcfc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.boton_consultar:hover {
	/*background:#D2D2D2;*/
	background:#A40D33;
	color: #fff;
	}
.catalogo_img { width: 153px; height: 153px; margin: auto; overflow: hidden; border:1px solid #d2d2d2; 
	background-color: #FCFBFA; padding: 5px; }


/*FOOTER*/
footer {	
	background: #000000 url(/images/footer_back.png) repeat-x;
	}
footer div {
	width: 1020px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
footer div div {
	float: left;
	width: 280px;
	color: #F7F6F6;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
footer div div ul li {
	color: }
ol li {
	margin: 10px;
	}

/*CLEAR FLOATS*/
.clear:before,
.clear:after {
   content: " ";
   display: table;
	}
.clear:after {
   clear: both;
	}

/*MENU DESPLEGABLE*/

.mi-menu-wrap {
	width: 1020px;
	height: 40px;
	margin: 0 auto;
	border-bottom:1px solid #60102B; 
	border-top:1px solid #570E27;
	background: #000000 url(/images/menu_nav_back.png) repeat-x; 
	}

/* el menú en si mismo */
.mi-menu  {
   margin: 0 auto; /* si queremos centrarlo */
   padding: 2px 0;
	/* la altura y su ancho dependerán de los textos */
   height: 36px; 
   width: 1020px;
	}

/* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

/* cada item del menu */
.mi-menu  li {
   display: block;
   float: left; /* la lista se ve horizontal */
   height: 36px;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   }
.mi-menu li a {
   border-left: 1px solid #000;
   border-right: 1px solid #666;
   color: #aeaeae;
   display: block;
	/*font-family: Tahoma;*/
   font-size: 18px;
   /*font-weight: bold;*/
   /*line-height: 28px;*/
   line-height: 36px;
   margin: 0;
   padding: 0 25px;
   /*margin: 6px 0;*/
   text-decoration: none;
	/* animamos el cambio de color de los textos */
   -webkit-transition: color .2s ease-in-out;
   -moz-transition: color .2s ease-in-out;
   -o-transition: color .2s ease-in-out;
   -ms-transition: color .2s ease-in-out;
   transition: color .2s ease-in-out;
   }

/* eliminamos los bordes del primer y el último */
.mi-menu li:first-child a { border-left: none; }
.mi-menu li:last-child a{ border-right: none; }

/* efecto hover cambia el color */
.mi-menu li:hover > a { color: #dcdcdc; }

/* los submenús */
.mi-menu ul {
   border-radius: 0 0 5px 5px;
   left: 0;
   margin: 0;
   opacity: 0; /* no son visibles */
   padding: 0 20px;
   position: absolute;
   top: 39px; /* se ubican debajo del enlace principal */
	/* el color de fondo */
   background: #222;
   background: -moz-linear-gradient(#222,#555);
   background: -webkit-linear-gradient(#22,#555);
   background: -o-linear-gradient(#222,#555);
   background: -ms-linear-gradient(#222,#555);
   background: linear-gradient(#222,#555);
   width: 200px;
	/* animamos su visibildiad */
   -moz-transition: opacity .25s ease .1s;
   -webkit-transition: opacity .25s ease .1s;
   -o-transition: opacity .25s ease .1s;
   -ms-transition: opacity .25s ease .1s;
   transition: opacity .25s ease .1s;
   }

/* son visibes al poner el cursor encima */
.mi-menu li:hover > ul { opacity: 1; }

/* cada un ode los items de los submenús */
.mi-menu ul li {
   height: 0; /* no son visibles */
   overflow: hidden;
   padding: 0;
   width: 100%;
   /* animamos su visibildiad */
   -moz-transition: height .25s ease .1s;
   -webkit-transition: height .25s ease .1s;
   -o-transition: height .25s ease .1s;
   -ms-transition: height .25s ease .1s;
   transition: height .25s ease .1s;
	}
.mi-menu li:hover > ul li {
   /*height: 36px; /* los mostramos */
   height: 100%;
   overflow: visible;
   padding: 0;
	}
.mi-menu ul li a {
   border: none;
   border-bottom: 1px solid #111;
   margin: 0;
   /* el ancho dependerá de los textos a utilizar */
   padding: 5px 0;
   width: auto;
   font-size: 14px;
   line-height: 25px;
	}

/* el último n otiene un borde */
.mi-menu ul li:last-child a { border: none; }


/*CONSULTAR*/

.breadcrumb {
	padding: 12px 20px;
	border: 1px solid #b8b8b8;
	margin: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #717171;	
	}
.breadcrumb a {
	font-weight: bold;
	font-size: 14px;
	color: #717171;
	text-decoration: none;	
	}
.breadcrumb a:hover {
	color: #A40D33;
	}
.breadcrumb a.last {
	color: #A40D33;
	}
.product-info {
	margin: 20px;
	}
.product-info-image {
	border: 1px solid #b8b8b8;
	float: left;
	width: 300px;
	height: 300px;
	}
.product-info-description {
	float: right;
	width: 600px;
	}
.product-info-description h2 {
	color:#575757;
	border-bottom:1px solid #b8b8b8;
	margin-bottom:30px;
	padding-bottom:15px;
	font-size: 22px;
	}
.product-info-price {
	color:#575757;
	border-bottom:1px solid #b8b8b8;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform: uppercase;
	}
.product-info-price .text-price {
	font-size: 13px;
	font-weight: bold;
	}
.product-info-price .price-new {
	font-size: 28px;
	color: #A40D33;
	margin-left: 10px;
	}
.product-info-review {
	color:#575757;
	margin-bottom:30px;
	padding-bottom:15px;
	}
.product-info-review h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/*CONTACTO*/

.contacto_form {
	width: 475px;
	float: left;
	margin: 20px 0 0 0;
	}
.contacto_map {
	width: 475px;
	float: right;
	margin: 20px 0 20px 0;
	}
.form_row {
	margin-bottom: 5px;
	}
.form_row:after {
	clear: both;
	}
.form_row:before, .form_row:after {
	display: table;
	line-height: 0;
	content: "";
	}
.form_label {
	float: left;
	width: 120px;
	padding-top: 5px;
	text-align: right;
	}
label {font-weight: bold;font-size: 16px; color: #575757;}
.form_input {
	margin-left: 140px;
	}
.form_input input {
	width: calc(100% - 8px);
	padding: 4px;
	font-size: 14px;
	}
.form_input textarea {
	width: calc(100% - 8px);
	padding: 4px;
	font-size: 14px;
	}
input, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #989898;
	color: #555;
	overflow: auto;
	resize: none;
	}
.form_enviar {
	color: #000;
	font: bold 16px/18px Arial,Helvetica,sans-serif;
	padding: 5px 0;
	border:1px solid #989898;
	text-decoration: none;
	width: 100px;
	display: block;
	margin: 5px 0 0 140px;
	background: #d1d1d1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.form_enviar:hover {
	/*background:#D2D2D2;*/
	background:#A40D33;
	color: #fff;
	}
.contacto_datos {
	width: 475px;
	margin: 40px 0 0 0;
	float: left;
	}
.contacto_datos_icon {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 0 10px 80px;
	text-align: right;
	}
.contacto_datos_text {
	width: 330px;
	line-height: 40px;
	float: left;
	margin: 0 0 10px 20px;
	}

.lista-secciones { margin: 20px; list-style-image: url(/images/lista.png); }
.lista-secciones li { margin: 5px 20px;} 
.lista-secciones a { font-size: 16px; text-decoration: none; color: #1A191A; }
.lista-secciones a:hover { color: #801237; }

.inputmenor { font-size: 18px; border: 1px solid #630D29; padding:10px; background: #8E153E; color:#fff; font-weight:bold; cursor:pointer; top:250px; position:relative;  }
.divmenor { text-align: center; position: absolute; width: 100%; height:100%; top:0; right:0; background-color: rgb(255,255,255); opacity: 0.9;}







