/* CSS Document */

.texto_contenido{
	font-size:16px;

}

#contenidos_pie_pagina{
	margin:0px auto;
	border:#0F0 solid 1px;
}

.info_footer{
	border-top:#E5E5E5 solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #EFEFEF;
}

.info_footer img{
	float:right;
}

.info_footer .links_pie_pagina a{
	color:#7E7E7E;
	border-right: #7E7E7E solid 1px;
	padding-right:7px;
	font-size:12px;
}

.info_footer .links_pie_pagina a.ultimo{
	border-right:inherit;
}

.info_footer .links_pie_pagina a:hover{
	color:#7E7E7E;
	text-decoration:none;
}

.info_footer p{
	color:#444444;
	font-size: 13px;
}


.datafiscal {
	float:left; 
	text-align:left; 
}

@media (max-width:768px){
	.info_footer p{
		width:96%;
		margin-right:2%;
		margin-left:2%;
	}
	
}

.divider{
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5;
}

/*img.imagen_mapa{
	position: absolute; 
	z-index:1;
	margin:0 auto;
}*/

img.imagen_mapa{
	position:inherit;
	width:100%;
	z-index:1;
	margin:0 auto;
}
	
@media (min-width: 1700px){
	img.imagen_mapa{
		position:inherit;
		width:100%;
	}
}

img.icono_mapa{
	position:relative; 
	left:50%; 
	border:none; 
	z-index:100;
}

.contacto_footer{
	background-color:#F7F7F7;
	display:block;
	color:#444444;
	font-size:15px;
	font-family: 'Rubik', sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	}


.contacto_footer .informacion{
	background-image:url(/imagenes/estructura/fondo_contacto.png);
	background-size:90%;
	background-repeat:no-repeat;
	
	}

@media (max-width:768px){
	.contacto_footer form{
		margin-top:15px;
	}
	
	.contacto_footer .informacion{
		margin-left:10px;
	}
}
.contacto_footer h3{
	font-size:13px;
	font-weight:bold;
	}
	


label{
	text-transform:uppercase;
	color:#444444;
	font-size:13px;
	font-weight:500;
	}

.form-control{
	border-radius: 0px;
	}

.boton_contacto{
	background-color:#ffcc28;
	border:#ffcc28;
	border-radius: 0px;
	text-transform:uppercase;
	font-weight:500;
	padding:12px 18px;
	}

.boton_contacto:hover, .boton_contacto:active, .boton_contacto:visited, .boton_contacto:focus{
	background-color:#F9C000;
	}
	
.boton_contacto_cancelar{
	background-color:#252525;
	border:#252525;
	border-radius: 0px;
	text-transform:uppercase;
	font-weight:500;
	padding:12px 18px;
	color:#FFF;
	}

.boton_contacto_cancelar:hover{
	background-color:#141414;
	color:#FFF;
	}	
	
.resumen_compra{
	background:#F7F7F7; 
	margin-top:15px; 
	margin-bottom:15px;
	padding:10px 0px;
	display: flow-root;
}

.precios{
	color:#A0A0A4; 
	font-weight:400;
}

.eliminar_movil a{
	color:#d9534f;
}

.imagen_producto_movil{
	margin-right:10px;
}
.costo_total{
	font-size:18px;
	font-weight:600;
}
.precio_resumen{
	text-align:right;
}

.terminos_y_condiciones{
	font-size:12px;
}

.whatsapp_bar {
	z-index:100; 
	position:fixed; 
	bottom:0;
	width:100%;
	background-color:#25D366;
	padding:10px;
}

.whatsapp_bar a{
	text-align:center;
	color: #FFF;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500;
}


.whatsapp_bar a:hover{
	color: #FFF;
	text-decoration:none;
}


/*Registro usuario*/
#contenedor_inicio_sesion {
	padding-top:50px;
}
#contenedor_carrito_vacio {
	margin-top:50px;
	margin-bottom:50px;
	display: flex;
}
.datos_cuenta_usuario {
	border-right:#EAEAEA solid 1px;
}

@media screen and (max-width: 480px) {

.datos_cuenta_usuario {
	border-right:none;
	border-bottom:#EAEAEA solid 1px;
}
}

.datos_cuenta_usuario h2 {
	padding-bottom:20px;
}

.datos_cuenta_usuario .password {
	font-style:italic;
	font-size:12px;
}

.contenedor_opcion_registro p {
	padding-top:20px;
	font-size:18px;
}


/*HISTORIAL COMPRAS*/
.contenedor_compra {
	border:1px solid #D6D6D6; 
	padding:15px;
}

.contenedor_compra .fecha_compra {
	margin-bottom:10px; 
	color:#999;
}

.contenedor_compra .imagen_compra {
	height:80px;
}

.contenedor_compra .nombre_producto {
	font-weight:500; 
	color:#000000; 
	font-size:18px; 
	margin-bottom:5px;
}

.historial_detalle {
	display:none; 
	float:left; 
	width:100%; 
	border:1px solid #D6D6D6; 
	border-top:0; 
	padding:15px;
	margin-bottom:15px;
}


/*REGISTRO MINORISTA*/

.minorista_bienvenida{
	font-size:28px; 
	padding:40px 0 15px 0; 
	text-align:center; 
	font-weight:600
}

.minorista_mensaje {
	font-size: 16px;
	padding: 10px; 
	text-align:center;
}

.minorista_aclaracion {
	font-size: 14px; 
	padding: 10px; 
	font-style:italic; 
	text-align:center;
}



/*MAPA PIE*/
.mapa_pie{
	width: 100%;
    min-height: 150px;
    background: url(/imagenes/estructura/mapa.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mapa_pie .row{
    min-height: 150px;
}

.datos_mapa_pie {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    top: 2.5em;
	text-align:center;
}

.datos_mapa_pie span {
	text-align:center;
	margin:0 auto;
}

.datos_mapa_pie span a{
text-decoration:none;
}
/*Catalogos*/
.item_listado_catalogos{
border:#CCC solid 1px;
		text-align:center;
	margin-bottom:20px;
	padding:10px;

}

