/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'Gotham-Book';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham-Book'), url('Gotham-Book.woff') format('woff');
}
@font-face {
	font-family: 'Gotham-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham-Medium'), url('Gotham-Medium.woff') format('woff');
}
body {
	text-align:center;
	font-style: normal;
	font-variant: normal;
	margin:0 auto;
	width:100%;
	height:100%;
	font-family: 'Gotham-Book';
}

.clearer{
    display:block;
    clear: both;
}

#wrapper{
	width:96%;
	/*height:100%;*/
	height:auto;
	padding:0 2%;
	margin:0 auto;
	/*background:rgba(204,204,204,0.1);*/
	display:table;
}

/*INDEX*/
#cabecera{
	width:100%;
	height:auto;
	padding:10px 0;
	display:table;
	background:#FFF;
	z-index:10;
	position:fixed;
	border-bottom:solid 10px #333;
}
#cabecera_izq{
	width:35%;
	float:left;
	text-align:center;
}
#cabecera_der{
	width:65%;
	float:left;
	text-align:right;
}
#telefonos{
	position:absolute;
	top:20px;
	right:30px;
	font-size:12px;
	color:#666;
	text-align:right;
}
#menu{
	position:absolute;
	width:90%;
	bottom:20px;
	right:5px;
	text-align:right;
	font-size:14px;
}
#menu ul{
	width:100%;
}
#menu ul li{
	width:15%;
	float:right;
	text-align:center;
	border-left:solid 1px #333;
}
#menu ul li a{
	text-decoration:none;
	color:#333;
}
.seleccionado{
	color:#999;
}
.horario{
	font-size:12px;
	color:#999;
}
#titulo_sucursales{
	width:90%;
	padding:20px 5%;
	text-align:center;
	font-size:30px;
	color:#32397B;
}
#telefono{
	width:auto;
	position:absolute;
	top:0px;
	right:20px;
}
#telefono_icono{
	width:auto;
	float:left;
	padding:20px 15px;
}
#telefono_cabecera{
	width:auto;
	float:left;
	padding-top:25px;
	font-size:17px;
	color:#EDEDED;
}
#redes{
	position:absolute;
	top:10px;
	right:20px;
}
#slide{
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
	z-index:5;
	background: url(../images/slide_home.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide_ubicacion{
	width:100%;
	height:400px;
	overflow:hidden;
	z-index:5;
	background: url(../images/slide_ubicacion.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide_cotizaciones{
	width:100%;
	height:400px;
	overflow:hidden;
	z-index:5;
	background: url(../images/slide_cotizaciones.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide_productos{
	width:100%;
	height:300px;
	overflow:hidden;
	z-index:5;
	background: url(../images/slide_productos.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logotipo{
	position:absolute;
	top:35%;
	width:100%;
	text-align:center;
}
#accesos_directos{
	width:100%;
	padding:10px 0;
	display:table;
	background:#FFF;
}
#accesos_directos ul{
	width:100%;
}
#accesos_directos ul li{
	width:25%;
	float:left;
	text-align:center;
	position:relative;
}
#tit_1{
	position:absolute;
	left:55%;
	top:50px;
	font-size:13px;
	color:#333;
}
#tit_2{
	position:absolute;
	left:60%;
	bottom:90px;
	font-size:13px;
	color:#333;
}
#tit_3{
	position:absolute;
	left:65%;
	top:130px;
	font-size:13px;
	color:#333;
}
#tit_4{
	position:absolute;
	left:50%;
	top:40px;
	font-size:13px;
	color:#333;
}
#bloque_64{
	width:100%;
	min-height:250px;
	background-color:#EEEEEE;
	overflow:hidden;
	display:table;
	position:relative;
	font-family: 'Gotham-Medium';
}
#detalle_bloque_64{
	position:absolute;
	left:65%;
	top:0;
}
#bloque_64_izq{
	width:70%;
	height:250px;
	float:left;
	background-color:#333;
}
#bloque_64_izq_2{
	width:85%;
	height:190px;
	border:solid 1px #FFF;
	margin-top:30px;
	margin-left:7%;
	text-align:center;
}
#bloque_64_izq_3{
	width:60%;
	padding:30px 20%;
	text-align:left;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 40px;
	color:rgba(255,255,255,0.8);
}
#bloque_64_der{
	width:30%;
	height:250px;
	float:left;
	overflow:hidden;
	background:#333;
	background-image:url(../images/imagen_calendario.jpg);
	background-size:cover;
}
#bloque_64_der img{
	width:80%;
}
#index_productos{
	width:90%;
	padding:20px 5%;
	height:auto;
	background-color:#FFF;
	display:table;
}
#titulo_index_productos{
	width:100%;
	font-size:20px;
	padding:10px 0;
	text-align:center;
	color:#0B3762;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
}
#listado_productos_inicio{
	width:22%;
	padding:0 1%;
	float:left;
	height:auto;
	margin:0 10px 10px 0;
	position:relative;
}
.nombre_sucursal{
	font-size:15px;
	color:#336;
}
.btn_mapa{
	text-decoration:none;
	font-size:13px;
	padding:10px 15px;
	background:#FFF;
	border:solid 1px #336;
	border-radius:15px;
	transition:all .5s ease-in-out;
	color:#336;
}
.btn_mapa:hover{
	text-decoration:none;
	font-size:13px;
	padding:10px 15px;
	background:#336;
	border:solid 1px #336;
	border-radius:15px;
	color:#FFF;
	transition:all .5s ease-in-out;
}
#logo_productos{
	position:absolute;
	top:5px;
	left:5px;
	opacity:0.5;
}
#nombre_categoria{
	padding:10px 0;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
}
#nombre_producto{
	font-size:12px;
	color:#333;
	padding:10px 0;
	background:rgba(204,204,204,0.6);
}
#productos_imagen_inicio{
	width:100%;
	height:auto;
	/*margin:0 10%;*/
}
#productos_imagen_inicio img{
	
}


#bloque_entrega{
	width:100%;
	padding:20px 0;
	background-color:#333;
	display:table;
}
#bloque_entrega_izq{
	width:60%;
	padding:20px 0;
	float:left;
	text-align:center;
}
#bloque_entrega_der{
	width:40%;
	padding:20px 0;
	float:left;
	text-align:center;
}
#datos_sucursales{
	width:90%;
	padding:10px 5%;
	text-align:left;
	color:#FFF;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
#datos_sucursales_izq{
	width:30%;
	float:left;
	text-align:center;
}
#datos_sucursales_der{
	width:70%;
	float:left;
	text-align:left;
	color:rgba(255,255,255,0.8);
}
#mapa{
	width:100%;
	height:auto;
}
#footer{
	width:100%;
	padding:20px 0 50px 0;
	background:#333;
	color:rgba(255,255,255,0.4);
	font-size:12px;
	display:table;
	line-height:20px;
}
/*FIN DEL BLOQUE*/




/*SERVICIOS*/
#slide_servicios{
	width:100%;
	height:450px;
	overflow:hidden;
	position:relative;
	top:0;
	z-index:5;
	background: url(../images/slide_servicios.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover 100%;
}
#titulo_servicios{
	width:100%;
	padding:30px 0;
	text-align:center;
	font-size:50px;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#servicios{
	width:100%;
	height:auto;
	display:table;
}
#servicios ul{
	width:100%;
	list-style:none;
}
#servicios ul li{
	width:14%;
	margin:5px 3%;
	float:left;
	text-align:center;
	font-size:13px;
	margin-bottom:10px;
}
#servicios ul li a{
	width:100%;
	text-decoration:none;
	color:#666;
}
#servicios ul li a img{
	width:100%;
}
#servicios ul li a:hover img{
	width:80%;
	padding-top:10%;
	opacity:0.4;
	transition:all .5s ease-in-out;
	color:#333;
}
/*FIN DEL BLOQUE*/

/*CITAS*/
#slide_citas{
	width:100%;
	height:450px;
	overflow:hidden;
	position:relative;
	top:0;
	z-index:5;
	background: url(../images/slide_citas.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover 100%;
}
#logo_citas{
	width:100%;
	padding:10px 0;
	text-align:center;
	display:table;
	border-bottom:solid 3px #333333;
}
#columna_citas{
	width:25%;
	float:left;
	text-align:center;
	background:rgba(53,53,53,0.2);
	color:#333; padding:10px 0;
	margin-right:1px;
	font-size:12px;
}
#columna_horas{
	width:100%;
	height:auto;
	display:table;
	background:rgba(255,255,255,0.5);
}
#columna_horas a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#333;
	padding:10px 0;
}
#columna_horas a:hover{
	background:rgba(255,255,255,0.6);
}
/*FIN DEL BLOQUE*/

/*FRANQUICIAS*/
#slide_franquicias{
	width:100%;
	height:450px;
	overflow:hidden;
	position:relative;
	top:0;
	z-index:5;
	background: url(../images/slide_franquicias.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover 100%;
}
#franquicias{
	width:100%;
	height:auto;
	display:table;
}
#franquicias ul{
	width:100%;
	list-style:none;
}
#franquicias ul li{
	width:29%;
	padding:30px 2%;
	float:left;
	min-height:150px;
	max-height:200px;
	font-size:14px;
	text-align:center;
	color:#666;
	border-right:thin dotted rgba(102,102,102,0.5);
	margin-bottom:20px;
}
#titulo_sucursal{
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#663;
	font-size:17px;
}
#btn_video{
	position:absolute;
	bottom:20px;
	left:20px;
	border:none;
	font-size:15px;
}
#btn_video a{
	text-decoration:none;
	color:#FFF;
	padding:15px 40px;
	background:#336;
	border-radius:20px;
	transition:all .5s ease-in-out;
}
#btn_video a:hover{
	text-decoration:none;
	color:#336;
	padding:15px 40px;
	background:#FFF;
	border-radius:20px;
	transition:all .5s ease-in-out;
}
/*FIN DEL BLOQUE*/

#productos{
	width:18.8%;
	float:left;
	height:auto;
	margin:0 0.5% 2% 0;
}
#productos_imagen{
	width:100%;
	height:auto;
}
#productos_imagen img{
	width:100%;
	height:auto;
	padding:40px 0;
	border-radius:200px;
	border:1px solid #E2E2E2;
	background-color:#FFF;
}
#titulo_producto{
	width:100%;
	text-align:center;
	font-size:15px;
	color:#900;
}
#precio{
	width:80%;
	margin:1px 10%;
	padding:10px 0;
	background:rgba(103,103,103,0.15);
	color:#333;
	font-size:13px;
}
#controles{
	width:79%;
	margin:1px 10%;
	padding:5px 0;
	background:#FFF;
	color:#999;
	font-size:13px;
	display:table;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
#btn_rojo{
	width:80%;
	margin:1px 10%;
	padding:10px 0;
	background:rgba(204,0,0,0.8);
	font-size:12px;
	border-radius:0 0 10px 10px;
}
#pasos{
	width:100%;
	padding:10px 0;
	text-align:center;
	border-bottom:solid 1px #CCC;
}
#ipedido{
	width:100%;
	text-align:center;
	padding:10px 0;
}

.ver_mas{
	text-decoration:none;
	color:#FFF;
	display:block;
}

/*REGISTRO INICIAR PEDIDO*/
#registro_izq{
	width:30%;
	padding-top:5%;
	height:93%;
	float:left;
	background:rgba(0,0,0,0.9);
}
#registro_izq img{
	width:100%;
}
#registro_der{
	width:64%;
	padding:0 3%;
	height:100%;
	float:left;
}
#titulo_registro{
	width:100%;
	padding:20px 0;
	text-align:center;
	font-size:20px;
}
#notas{
	width:100%;
	text-align:left;
	font-size:12px;
	color:#666;
}
.texto{
	width:90%;
	padding:10px;
	font-size:13px;
	color:#333;
	text-align:left;
}
.combo{
	background: #f1f1f2;
	padding: 15px;
	width: 90%;
	margin-bottom: 9px;
	border:solid 1px #CCC;
}
.enviar{
	width:95%;
	padding:10px;
	font-size:13px;
	color:#FFF;
	background:#9F2706;
	border:none;
	cursor:pointer;
}
.procesando{
	color:#666;
}
/*FIN DEL BLOQUE*/

/*BLOQUE CORTES*/
#barra_pedido{
	width:90%;
	padding:0 5%;
	background:rgba(153,153,153,0.2);
	font-size:13px;
	color:#333;
	display:table;
}
#barra_pedido_izq{
	width:50%;
	float:left;
	text-align:left;
	color:#900;
	padding:10px 0;
}
#barra_pedido_der{
	width:50%;
	float:left;
	text-align:right;
	padding:5px 0;
	position:relative;
}
#cantidad{
	position:absolute;
	top:10px;
	right:10px;
	background:#FFF;
	color:#900;
	border-radius:15px;
	padding:2px 6px;
}
#listado_productos{
	width:100%;
	padding:7px 0;
	background:rgba(153,0,0,0.1);
	color:#333;
	font-size:13px;
	display:table;
}
#listado_productos_titulos{
	width:100%;
	padding:5px 0;
	background:rgba(153,0,0,0.2);
	color:#333;
	font-size:13px;
	display:table;
}
#listado_productos_1{
	width:5%;
	padding:0;
	float:left;
	text-align:center;
}
#listado_productos_1 a{
	text-decoration:none;
	padding:4px 9px;
	background-color:#C00;
	color:#FFF;
	border-radius:15px;
}
#listado_productos_2{
	width:21%;
	padding:0 5%;
	float:left;
	text-align:left;
}
#listado_productos_3{
	width:10%;
	padding:0 2%;
	float:left;
	text-align:center;
}
#control_menos{
	width:30%;
	float:left;
	text-align:center;
	display:table;
}
#control_menos a{
	text-decoration:none;
	padding:3px 9px;
	border:solid 1px #666666;
	border-radius:40px;
	background:#FFF;
}
#control_menos a:hover{
	background-color:#C00;
	color:#FFF;
	border:none;
}
#numero_cantidad{
	width:40%;
	float:left;
	text-align:center;
	display:table;
}
#control_mas{
	width:30%;
	float:left;
	text-align:center;
	display:table;
}
#control_mas a{
	text-decoration:none;
	padding:3px 7px;
	border:solid 1px #666666;
	border-radius:40px;
	background:#FFF;
}
#control_mas a:hover{
	background-color:#C00;
	color:#FFF;
	border:none;
}
#listado_productos_4{
	width:15%;
	padding:0 5%;
	float:left;
	text-align:center;
}
#listado_productos_5{
	width:15%;
	padding:0 5%;
	float:left;
	text-align:center;
}
/*FIN DEL BLOQUE*/

/*CARRITO*/
#botones{
	width:100%;
	padding:10px 0;
	text-align:center;
}
#botones_izq{
	width:40%;
	padding:0 5%;
	float:left;
	text-align:right;
}
#botones_der{
	width:40%;
	padding:0 5%;
	float:left;
	text-align:left;
}
#subtotal{
	width:100%;
	padding:10px 0;
	background:rgba(153,153,153,0.2);
	display:table;
}
#subtotal_izq{
	width:75%;
	float:left;
	text-align:right;
	font-size:13px;
}
#subtotal_der{
	width:25%;
	float:left;
	text-align:center;
	font-size:13px;
}
/*FIN DEL BLOQUE*/

/*FICHAS*/
#fichas{
	width:100%;
	padding:10px 0;
	height:auto;
	display:table;
}
#fichas ul{
	width:100%;
	padding:0;
	margin:0;
	font-size:13px;
}
#fichas ul li{
	width:18%;
	float:left;
	padding:20px 1%;
}
#fichas ul li img{
	width:100%;
}
/*FIN DEL BLOQUE*/

/*COTIZACIONES*/
#producto_cotizaciones{
	width:46%;
	float:left;
	margin:0 3% 2% 0;
	height:110px;
	border:solid 1px rgba(0,102,153,0.5);
	height:auto;
	display:table;
	overflow:hidden;
	position:relative;
}
#producto_cotizaciones_izq{
	width:36%;
	padding:10px 2%;
	float:left;
	text-align:left;
	font-size:11px;
}
#producto_cotizaciones_der{
	width:60%;
	float:left;
	background:#FFF;
	text-align:center;
}
#producto_cotizaciones_der img{
	height:100px;
}
#mas{
	/*width:100%;
	text-align:center;*/
	position:absolute;
	bottom:0;
	text-align:right;
	right:0;
}
#mas img{
	width:70%;
}
/*FIN DE BLOQUE*/

/*PRODUCTOS*/
#productos{
	width:90%;
	padding:50px 5%;
	height:auto;
	display:table;
}
#productos_izq{
	width:25%;
	float:left;
}
#listado_categoria{
	width:80%;
	padding:15px 10%;
	text-align:left;
	font-size:13px;
	background:rgba(54,105,133,0.6);
	margin-bottom:1px;
	color:#FFF;
}
#listado_subcategoria{
	width:80%;
	padding:10px 10%;
	text-align:left;
	font-size:13px;
	background:rgba(54,105,133,0.3);
	margin-bottom:1px;
}
#listado_subcategoria a{
	text-decoration:none;
	color:#45758E;
}
#productos_der{
	width:71%;
	float:left;
	padding:0 2%;
	position:static;
}
#lis_productos{
	width:31%;
	height:auto;
	float:left;
	margin-right:2%;
	border:solid 1px rgba(102,102,102,0.3);
	margin-bottom:40px;
	position:relative;
	
	-webkit-box-shadow: 4px 4px 13px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 13px -6px rgba(0,0,0,0.75);
box-shadow: 4px 4px 13px -6px rgba(0,0,0,0.75);
}
#lis_productos_imagen{
	width:100%;
	padding:10px 0;
	height:200px;
	overflow:hidden;
	text-align:center;
}
#lis_productos_imagen img{
	height:150px;
}
#lis_productos_titulo{
	width:90%;
	height:10px;
	padding:20px 5%;
	text-align:center;
	/*background:rgba(54,105,133,0.4);*/
	background:rgba(153,153,153,0.2);
	font-size:11px;
	color:#666;
}
#lis_productos_modelo{
	width:90%;
	height:30px;
	padding:10px 5%;
	text-align:center;
	background:rgba(153,153,153,0.4);
	font-size:11px;
	display:table;
	color:#666;
}
#icono_ver{
	width:100%;
	padding:5px 0;
	text-align:center;
	background:#45758E;
}
#icono_ver img{
	height:30px;
}
#telefonos_movil{
	display:none;
}
#menu_movil, #bloque_menu, #opcion, #menu_movil_2, #servicios_movil{
	display:none;
}
@media only screen and (min-width:300px) and (max-width:750px){
#cabecera{
	width:100%;
	height:auto;
	padding:10px 0;
	display:table;
	background:#FFF;
	z-index:10;
	position:fixed;
	border-bottom:solid 10px #333;
}
#cabecera_izq{
	width:100%;
	padding:40px 0 10px 0;
	text-align:center;
}
#cabecera_der{
	display:none;
}
#telefonos{
	display:none;
}
#telefonos_movil{
	width:90%;
	padding:5px 5%;
	text-align:right;
	font-size:12px;
	position:absolute;
	top:0;
	display:block;
}
#slide{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:5;
	background: url(../images/slide_home.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#accesos_directos ul li{
	width:50%;
	float:left;
	text-align:center;
	position:relative;
}
#accesos_directos ul li img{
	width:80%;
}
#bloque_64{
	display:none;
}
#index_productos{
	width:100%;
	padding:20px 0;
	height:auto;
	background-color:#FFF;
	display:table;
}
#titulo_sucursales{
	width:90%;
	padding:20px 5%;
	text-align:center;
	font-size:20px;
	color:#FFF;
	background:#32397B;
}
#listado_productos_inicio{
	width:45%;
	padding:0 1%;
	float:left;
	height:auto;
	margin:0 10px 10px 0;
	position:relative;
}
#productos_imagen_inicio{
	width:100%;
	height:auto;
}
#productos_imagen_inicio img{
	width:80%;
}
.horario{
	font-size:10px;
	color:#999;
}
#bloque_entrega{
	display:none;
}
#mapa{
	width:100%;
	height:400px;
	overflow:hidden;
}
#menu_movil{
	position:absolute;
	top:1px;
	left:1px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:17px;
	left:12px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:246px;
	padding:50px 0;
	background:#000;
	position:absolute;
	left:-100%;
	top:-8%;
}
#opcion{
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:15px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#CCC;
	display:block;
}
#slide_servicios{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	top:0;
	z-index:5;
	background: url(../images/slide_servicios.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover 100%;
}
#servicios{
	display:none;
}
#servicios_movil{
	width:100%;
	height:auto;
	display:table;
}
#servicios_movil ul{
	width:100%;
	list-style:none;
}
#servicios_movil ul li{
	width:29%;
	height:180px;
	margin:5px 2%;
	float:left;
	text-align:center;
	font-size:13px;
	margin-bottom:10px;
}
#servicios_movil ul li img{
	width:100%;
}
#titulo_servicios{
	width:100%;
	padding:30px 0;
	text-align:center;
	font-size:30px;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#slide_franquicias{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	top:0;
	z-index:5;
	background: url(../images/slide_franquicias.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover 100%;
}
#franquicias ul li{
	width:90%;
	padding:10px 5%;
	float:left;
	min-height:150px;
	max-height:200px;
	font-size:14px;
	text-align:center;
	color:#666;
	border-bottom:thin dotted rgba(102,102,102,0.5);
	margin-bottom:10px;
}
}