@charset "utf-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("http://fonts.googleapis.com/css?family=Markazi+Text:400,500,600,700");
@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600");

* {
  margin: 0;
  padding: 0;
}

body{margin:0; background-image:url(images/bg.png);}

p {font-family: 'PT Sans', Tahoma; font-weight:400; color:#444444; font-size:14px;}
p a {font-family: 'PT Sans', Tahoma; font-weight:400; color:#444444; font-size:14px; text-decoration:none;}
p a:hover {color:#152a55;}

.categoria {font-family: 'PT Sans', Tahoma; font-weight:700; color:#FFF; font-size:14px;}
.texto {font-family: 'PT Sans', Tahoma; font-weight:400; color:#000; font-size:14px;}
.texto a {font-family: 'PT Sans', Tahoma; font-weight:400; color:#000; font-size:14px; text-decoration:none;}
.texto a:hover {color:#f36c23;}

h1 {font-family: 'Markazi Text', Tahoma; font-weight:700; color:#444; font-size:18px;}
h1 a {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#B51C1C; font-size:16px; text-decoration:none;}
h1 a:hover {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#B51C1C; font-size:16px;}

h2 {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#3e4095; font-size:36px;}
h3 {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#FFF; font-size:14px;}
h4 {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#f36c23; font-size:24px;}

.iva {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#3e4095; font-size:10px;}

.enc_derecho h1 {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#000; font-size:18px;}
.enc_derecho h1 a {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#000; font-size:18px; text-decoration:none;}
.enc_derecho h1 a:hover {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#B51C1C; font-size:18px;}
.azul {color:#B51C1C;}

.contenidos {max-width:1200px; margin-left:auto; margin-right:auto;}

.abajo {margin-bottom:15px;}
.costado_t_d {padding-left:80px;}
.costado_t {padding-left:20px;}

#barra_superior { width:100%; background-color:#FFF; padding-top:10px; padding-bottom:10px; font-family:'Markazi Text', Tahoma; font-size:18px; color:#152a55; }
#barra_superior a {font-family:'Markazi Text', Tahoma; font-size:18px; color:#000; text-decoration:none;}
#barra_superior a:hover  {text-decoration:underline;}

#top-media a { font-family:'PT Sans', Tahoma; font-size:18px; color:#FFF; text-decoration:none;}
#top-media a:hover {color:#f58634;}
#pos_top {text-align:center; padding-left:10px; padding-right:10px;}

.encabezado {width:100%; padding-top:15px; padding-bottom:15px; background-color:#2a467e;}
.enc_izquierdo {width:100%; text-align:center; height:auto;}
.enc_izquierdo img {width:100%; max-width:262px; max-height:112px;}
.enc_derecho {width:100%; text-align:center; height:auto; font-family: 'PT Sans', Tahoma; font-weight:400; color:#FFF; font-size:20px; }
.enc_derecho a {font-family: 'PT Sans', Tahoma; font-weight:400; color:#FFF; font-size:20px; text-decoration:none; line-height:30px;}
.enc_derecho a:hover {color:#000;}
.clear {clear:both;}

#menu_top_izq {width:100%;}
#menu_top_der {width:95%; margin-left:5%; margin-right:0;}

#buscador_izq {width:80%; float:left; text-align:right; padding-top:6px;}
#buscador_izq input {width:90%; height:31px; border:solid; border-width:1px; border-color:#eae8e8;/*-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
background-color:#eae8e8;}
#buscador_der {width:20%; float:left; text-align:left; padding-top:6px;}

#menu_lateral_cat {
	display:none;
	background-color:#3e4095;
	height:40px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight:700; 
	color:#FFF;
	font-size:24px;
 	width:100%;
}



.lineab{
	border-bottom:solid;
	border-bottom-color:#b51c1c;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#b51c1c;
	border-top-width:1px;
}
	

#menu_lateral_cat_int {
	font-family: 'Markazi Text', sans-serif;
	font-weight:400;
	font-size: 30px;
	color: #444444;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #444444;
	
}

#cuadro {
	width:70px;
	height:70px;
	background-color:#f36c23;
	position:absolute;
	left:0px;
	margin-top:-15px;
	z-index:2;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:10px;
font-family: 'Titillium Web', sans-serif; 
	font-weight:700; 
	color:#FFF;
	font-size:50px;
	text-align:center;

}

#menu_lateral_top {width:100%; padding:5px; background-color:#eae9e9; border-top: solid #464646 5px; display:none; font-family: 'Markazi Text', sans-serif;
	font-weight:400;
	font-size: 24px;
	color: #444444;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display:block;}
    
#menu_lateral_top2 {width:100%; padding:5px; background-color:#eae9e9; border-top: solid #464646 5px; display:none; font-family: 'Markazi Text', sans-serif;
	font-weight:400;
	font-size: 24px;
	color: #444444;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display:none;}
	
#menu_lateral {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #444444;
	background-color:#f9f7f7;
	display:none;
 margin-bottom:30px;
}

#menu_lateral a {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #444444;
	text-decoration:none;
}

#menu_lateral a:hover {
	color: #152a55;
}

#menu_lateral ul {
	list-style-type: none;
}

#menu_lateral li {
	padding-left:10px;
	
}
#cssmenu2 {display:block;}

#contenido {max-width:1200px; margin-left:auto; margin-right:auto; background-color:#FFF;}
#contenido_izq {width:98%; padding:1%;}
#contenido_der {width:98%; padding:1%; position:relative;}
#contenido_der2 {width:98%; padding:1%; position:relative;}


#destacado_prod {width:98%; margin-right:2%; float:left;}
#destacado_prod_int {width:96%; margin-bottom:15px; padding:2%;}
#destacado_imagen {width:96%; padding:2%; text-align:center; border: 1px solid #eae9e9; height:218px; overflow:hidden; }
#destacado_imagen img {text-align:center; max-height:218px;}
#destacado_titulo {width:100%;height:80px; overflow:hidden;}
#destacado_precio {width:100%; text-align:center;}
#destacado_boton {width:60%; text-align:center; font-family:'PT Sans', sans-serif; font-weight:400; color:#444444; font-size:14px; background-color:#eae9e9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left:auto; margin-right:auto;}
#destacado_boton a {width:200px; text-align:center; font-family:'PT Sans', sans-serif; font-weight:400; color:#444444; font-size:14px; text-decoration:none;}
#destacado_boton a:hover {color:#333333;}

.numerador {padding:5px 10px 5px 10px; border:solid; border-color:#1D437A; border-width:1px; background-color:#FFF; text-decoration:none; font-family:'Titillium Web', sans-serif; font-weight:700; color:#1D437A; font-size:16px;}
.numerador_a {text-decoration:none; font-family:'Titillium Web', sans-serif; font-weight:700; color:#1D437A; font-size:16px;}
.numerador_a:hover {text-decoration:none;}

.btn-primary{background-color:#3e4095; padding:10px 50px 10px 50px; font-family:'PT Sans', Tahoma; font-weight:400; color:#FFF; font-size:14px; margin-right:-5px; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ text-decoration:none;/*-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);*/} 
.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#f36c23;}

#detalle_izq {width:80%; text-align:center; margin-left:auto; margin-right:auto;}
#detalle_izq img {width:100%;}

#detalle_der {width:90%; float:left; margin-left:auto; margin-right:auto; margin-bottom:20px;}
#detalle_der h1 {font-family: 'Titillium Web', sans-serif; font-weight:700; color:#B51C1C; font-size:24px; text-transform:uppercase;}

#fomas {width:100%; margin-left:auto; margin-right:auto;}
#formas img { width:100%; max-width:900px; text-align:center;}

.fotitos {
	width:31%;
	float:left;
	height:145px;
	overflow:hidden;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:1%;
	/*border:solid; border-color:#666; border-width:1px; text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}



#descripcion {
	width:100%;
	padding-top:10px;
	margin-bottom:20px;
	padding-top:15px;
}

#descripcion img {width:100%; max-width:880px;}

#descripcion2 {
	width:100%;
	padding-top:10px;
	margin-bottom:20px;
}

#descripcion2 textarea {
	width:90%;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;

}

#descripcion3 {
	width:100%;
	padding-top:10px;
	margin-bottom:20px;
	border-top: 1px solid #000;
	padding-top:15px;
}


#descripcion_izq label {
	display:block;
	text-align:left;
	font-family: 'PT Sans', Tahoma;
	font-weight:400;
	font-size: 14px;
	color:#444444;
	margin-left:10px;
}

#descripcion_izq input {
	width:90%;
	margin-bottom:20px;
	margin-left:10px;
	height:30px;
	padding-left:10px;
	
}


#descripcion_izq textarea {
	width:90%;
	margin-bottom:15px;
	margin-left:10px;
	
}

#descripcion_izq select {
	width:91%;
	height:30px;
	margin-left:10px;
	margin-bottom:20px;
}


#footer { width:100%; height:auto; background: #272727; color: #FFF;}
#footer_cont {width:96%; height:auto; padding:2%;}
.footer1 {width:96%; height:auto; padding-right:2%; text-align:center;font-family:'PT Sans', Tahoma; font-size:14px; color:#FFF; text-decoration:none;line-height:18px;}
.footer1 a{font-family:'PT Sans', Tahoma; font-size:14px; color:#FFF; text-decoration:none;line-height:18px;}
.footer1 a:hover{color:#ccc;}
.footer2 {width:96%; height:auto; padding-right:2%; text-align:center; text-align:center;font-family:'PT Sans', Tahoma; font-size:14px; color:#FFF; text-decoration:none;line-height:18px; display:none;}
.footer2 a{font-family:'PT Sans', Tahoma; font-size:14px; color:#FFF; text-decoration:none;line-height:18px;}
.footer2 a:hover{color:#ccc;}

#footer3 { width:98%; height:auto; background: #000; color: #FFF; padding:1%; text-align:right; font-family:'PT Sans', Tahoma; font-size:13px; color:#FFF; text-decoration:none; }
#footer3 a{font-family:'PT Sans', Tahoma; font-size:13px; color:#FFF; text-decoration:none;}
#footer3 a:hover{color:#000;}

#categorias_boton2 {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

#categorias_icono {
	width:20%;
	height:37px;
	background-color:#f36c23;
	float:left;
	padding-top:7px;
	text-align:center;
}

#categorias_texto {
	width:80%;
	height:29px;
	background-color:#3e4095;
	float:left;
	padding-top:15px;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
} 


#derecha {
	width:96%;
	max-width:960px;
	padding-left:2%;
}

#derecha img {
	width:100%;
	max-width:960px;
}

#ubicacion {width:96%; height:auto; padding:2%; background-color:#dc7109; font-family: 'PT Sans', Tahoma; font-weight:400; color:#FFF; font-size:14px;}
#ubicacion a {font-family: 'PT Sans', Tahoma; font-weight:400; color:#FFF; font-size:14px; text-decoration:none;}
#ubicacion a:hover {color:#333;}

#busacando {width:100%; margin-bottom:30px;}
#buscando_int {width:100%;}
#buscando_int input {width:100%; margin-bottom:10px; height:30px; border:1px #444444 solid;}
#buscando_int label {font-family: 'PT Sans', Tahoma; font-weight:400; color:#44444; font-size:14px;}

#buscando_int2 {width:100%;}
#buscando_int2 select {width:80%; margin-bottom:5px; height:30px; border:1px #444444 solid;}
#buscando_int2 label {font-family: 'PT Sans', Tahoma; font-weight:400; color:#44444; font-size:14px;}

.btnsubmit {
	width:150px!important;
	height:32px!important;
	border:none;
	background-color:#152a55;
	color:#FFF;
	cursor:pointer;
	padding-bottom:6px;
	padding-top:6px;
	text-align:center;
}

#descripcion_izq {width:100%; margin-top:15px;}
#descripcion_der {width:98%; padding:1%; border:1px dashed #a09e9f; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:15px;}

#deta_conte {width:92%; padding:4%; background-color:#FFF;}
#deta_izq {width:96%; padding:2%;}
#deta_izq img {width:100%; max-width:500px;}
#deta_der {width:96%; padding:2%;}
#deta_der_i {width:30%; font-family: 'PT Sans', Tahoma; font-weight:700; color:#44444; font-size:14px; float:left;}
#deta_der_d {width:70%; font-family: 'PT Sans', Tahoma; font-weight:400; color:#44444; font-size:14px; float:left;}

@media screen and (min-width:34.375em){
#destacado_prod {width:48%; margin-right:2%; float:left;}
#buscador_izq {width:85%;}	
#buscador_der {width:15%;}
#menu_lateral_cat_int {font-size:24px;}
}

@media screen and (min-width:50em){
#top-media {width:31%; float:left; padding-left:1%; padding-right:1%;}
#destacado_prod {width:31%; margin-right:2%; float:left;}	
.encabezado {width:100%; background:url(images/fondo-top2.jpg); background-repeat:no-repeat; background-position:right;}	
.enc_izquierdo {width:50%; float:left; text-align:left; height:auto; margin-top:20px; margin-bottom:20px;}
.enc_derecho {width:50%; float:left; text-align:left; height:auto; margin-top:20px;  margin-bottom:20px;}
#contenido_izq {width:23%; padding:1%; float:left;}
#contenido_der {width:74%; padding-top:1%; padding-bottom:1%; padding-right:1%; padding-left:0; float:left;}
#detalle_izq {width:50%; float:left; text-align:left; margin-left:0px; margin-right:0px;}
#detalle_der {width:45%; float:left; margin-left:5%;  margin-right:0px;}
#a_derecha { width:100%; text-align:right; margin-top:30px;}
.footer1 {width:49%; height:auto; padding-right:1%; float:left; text-align:left;}
.footer2 {width:49%; height:auto; padding-left:1%; padding-right:0; float:left; text-align:right;}
#menu_lateral_cat {display:block;}
#menu_lateral {display:block;}
#cssmenu2 {display:none;}
#menu_lateral_top2 {display:block;} 
.footer2 {display:block;} 
#buscando_int {width:31%; float:left; padding-right:2%;}
#buscando_int2 {width:46%; float:left; padding-right:4%;}
#descripcion_izq {width:50%; float:left;}
#descripcion_der {width:43%; float:left; margin-left:5%;}
#deta_izq {width:50%; padding:0; float:left;}
#deta_der {width:46%; padding:0; padding-left:4%; float:left;}
}

@media screen and (min-width:58em){
#pos_top {text-align:left;}    
#menu_top_izq {width:60%; text-align:left; float:left;}
#menu_top_der {width:38%; text-align:right; float:left ;margin-left:0; margin-right:2%;}
#buscador_izq {width:88%; text-align:right;}	
#buscador_izq input {width:60%;}
#buscador_der {width:12%; text-align:left;}
}

@media screen and (min-width:68.75em){
 .enc_izquierdo {width:60%;}
.enc_derecho {width:40%;}   
}

