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

*{
	margin:0;
	padding:0;
	}
	
	
	
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/open/opensans-condbold-webfont.eot');
    src: url('../fonts/open/opensans-condbold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/open/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/open/opensans-condbold-webfont.ttf') format('truetype'),
         url('../fonts/open/opensans-condbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
body{
	margin:0;
	padding:0;
	background-image:url(../img/bg.jpg);
	background-size: cover;
	background-attachment:fixed;
	font-family: 'robotolight';
	font-size:15px;	
}

#fondoSitio{
/* background-image: url(../img/bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -20;
}


#lineaNaranja{
	width:100%; 
	height:5px; 
	background-color:#0069b4;
}

#wrapper{
	width:990px; 
	height:auto; 
	margin:0 auto;
}


#topSuperior{
	height:40px; 
	width:100%; 
}

#logo{
	width:366px;
	float:left;
	height:154px;
	background-image:url(../img/logo.png);
	margin-left:-23px;
	margin-top:-6px;
	z-index:300;
	position:absolute;
	}

#menuPpal{
	width:660px;
	float:right;
	height:30px;
	background-color:#000000;
	z-index:1;
	top:-148px;
	padding-left:70px;
	padding-top:10px;
	
	font-family:'robotolight';
	font-size:14px;
	}
	
#menuPpal ul li{
	display:inline;
	padding:5px;
	border-right: #333333 2px solid;
	}
	
	
#menuPpal ul li a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#menuPpal ul li a:hover{
	color: #ef9f46;
	}
	
#iconoFace{
	width:180px;
	float:right;
	height:45px;
	z-index:3;
	margin-top:-34px;
	margin-right:-10px;
	position:relative;
	background-image:url(../img/pestana_facebook.png);
	}
	
#imgFace{
	width:124px;
	height:36px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	background-image: url(../img/icono_facebook.png);
	}

#imgFace:hover{
	opacity:0.7;
	cursor:pointer;
	}


#banner{
	width:100%;
	/*height:360px;*/
	height:auto;
	margin-left:1px;
	}
	

#menuCategorias{
	width:1150px;
	height:54px;
	background-image:url(../img/franja_menu.png);
	margin-left:-80px;
	}
		
#ofertas{
	width:100%;
	height:auto;
	margin-left: -6px;
}
	
.destacados{
	width:230px;
	height:320px;
	background-color:#FFFFFF;
	margin:8px;
	float:left;
}

.titProductos{
	width:200px;
	height:auto;
	color:#e52250;
	font-size:15px;
	text-align:center;
	font-family: 'robotobold';
}

#contenido{
	width:100%;
	height:auto;
}

.bannersHome{
	margin:5px;}


#promoFace{
	width:100%;
	height:auto;
	}

#promoHome{
	width:660px;
	height:auto;
	display: inline-block;
	}

#facebook{
	width:300px;
	height:auto;
	margin-left:10px;
	display: inline-block;
	float:right;
	background-color:#FFFFFF;
}

.topFacebook{
	background-image: url(../img/buscanos_facebook.png);
	width: 300px;
	height: 30px;
	background-color: #3B5998;
}
    		

#footer{
	width:100%; 
	height:300px;
	background-color:#CCCCCC;
	border-top:#808080 6px solid;
	float:left;
}

#contentFooter{
	width:990px;
	height:175px;
	margin:0 auto;
	}

#itemsFooter{
	width:720px;
	height:170px;
	float:left;
}
	
.itemsPata{
	width:140px;
	height:150px;
	float:left;
	margin-top:20px;
	margin-right:4px;
	font-size:12px;
	}
	
.itemsPata ul li{
	list-style-image:url(../img/vineta.png);
	}
	
.itemsPata ul li a{
	text-decoration:none;
	color:#000;
	}
	
.itemsPata ul li a:hover{
	color:#666;
	}
	
#navarrito{
	width:259px;
	height:317px;
	border:#00FF33;
	float:left;
	margin-top:-130px;
	background-image:url(../img/navarrito.png);
	}

#datos{
	margin: 10px 0 0 0;
	font-family: 'robotolight';
	width:960px;
	height:70px;
	float:left;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color:#000;
	text-align:center;
}

/********* estilo para los productos descatados *******/	

.imagenProducto{
	/* height: 149px;
	width: 149px;
	margin-left: 34px;
	margin-top: 27px; */
	height: 135px;
	width: 149px;
	margin-left: 34px;
	/* margin-top: 27px; */
	overflow: hidden; 
	float:left;
}
.imagenProducto a img{
	/* height:100%;
	width:100%; */
}
.tituloProductoDest{
	float:left;
	
	width: 100%;
	text-align: center;
	margin-top:40px;
	/*padding: 0 0 18px 0;*/
	font-family: 'robotobold';
	font-size:15px;
	
}
.tituloProductoDest a {
	text-decoration:none;
	color:#E52250;
}
.descripProduct{
/*	margin-top: 26px;*/
	width: 100%;
	font-family: 'robotoregular';
	font-size: 12px;
	text-align:center;
}
.PrecioFinalProductDest{
	
	/*-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;*/
	width:100%;
	text-align:center;
	font-weight:bold;
	height:26px;
	background-image:url('../img/fondo_precio_destc.png');
	background-repeat:no-repeat;
	

}
.contentProductDestacados{
	
	margin-left:15px; 
	width: 232px;
	height:310px;
	background-color:white;
}
.PrecioMensual{
	
	margin-top:-20px;
	font-size:11.84px;
	text-align:center;
}
.VerDetallesDestacados{
	
	width:100%;
	height:26px;
}
.BotonverDetalleDestc{
	
	background-image:url('../img/boton_detalle.png');
	background-repeat:no-repeat;
	width: 78px;
	float: right;
	height: 26px;
	margin-right: 10px;
	margin-top: 1px;

}
/*menu*/
#menu-horizontal{
	 list-style: none; /*Elimina el bullet de la lista*/ 
     margin: 0; /*Sobre escribe los margenes de la lista a 0*/ 
     padding: 0; /*Sobre escribe el relleno de la lista a 0*/
	margin-left: 64px;
	float: left;
	margin-top: 10px;	 
	position: absolute;
	z-index: 100;
}
#menu-horizontal li{
	float: left;
	padding-left: 72px;
	color:white;
	font-weight:bold;
	
}
#menu-horizontal li a{
	text-decoration:none;
	color:white;
}

#indicador{
	background-image:url('../img/hover_menu.png');
	width:189px;
	height:57px;
	float:left;
	position: absolute;
	z-index: 98;
	margin-left: 105px;
	margin-top: -6px;
	display: none;
}

#viewport ul li img{
	margin-top: -10px;
}

/* Modificaciones cesar */	

.imgProductCategoria{
	margin-left: 35px;
	width:144.573px;
	height:144.573px;
	overflow: hidden;
	
}

.descripcionProductoCategoria{
	
	width:222px;
	margin-left:-70px;
	font-size: 13px;
	text-align:center;
	margin-top: -28px;
	font-family: 'robotolight';
}

.ContentProductos{
	width:223px;
	height:300px;
	background-color:white;

}

.contentAllProduct{	
	width:720px;
}

.contentAll{
	width: 722px;
}


.detalleProduct {	
	background-image:url('../img/botonVer.png');
	width:78px;
	height:26px;
	float:right;
	margin-top: -12px;
}
.detalleProduct a{
	margin-top: 4px;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	color: white;
	font-family: 'open_sans_condensedbold';
	font-size: 14px;
	text-transform: uppercase;

}
.tituloProductoV{

	height:38px;
	text-align:center;	

}
.tituloProductoV a{
	text-decoration:none;
	color: #E52250;
	font-family: 'robotobold';
}
.precioTotal{
	background-image:url('../img/lineaVerde.png');
	width:201px;
	height:28px;
	float: left;
	margin-left: -69px;
	text-align: center;
	
	font-family: 'robotobold';
	
}

.precioMensual{
	font-size: 13px;
	margin-left: -12px;
	font-family: 'robotobold';
}
.anchoProductDetall{
	width: 715px;
	border:1px solid;
	background-color:white;
	height: 516px;

}
.anchoDescripcionProduct{
	width: 320px;
	height: 280px;
	/* border: 1px solid red; */
	font-family: 'robotoregular';
}
.anchoImgDetall{
	/* border:1px solid red; */
	width:371px;
	height:361px;
	margin: 39px 0 0 0;
}
.anchoImgDetall img{
	/* border:1px solid yellow; */
	
}
.tituloDetalleProd{
	
	width: 336px;
	height: 59px;
	float: right;
	position: relative;
	background-image:url('../img/lineaRoja.png');
	text-align:center;
	color:white;
	font-family: 'robotobold';
	font-size: 22px;
	margin: 19px 0 0 0;
}
.subtituloDescrip{

	color:#E8414C;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:20px;
}
.fondoPrecioSemanal{
		background-image:url(../img/lineaDetalle.png);
		width:444px;
		height:59px;
		margin-left: -168px;
		text-align:center;
		
}
.precioSemanal{
	font-family: 'robotobold';
	margin-top: 0px;
	float: left;
	margin-left: 40px;
	font-size:44px;
}
.detailsSemanal{
	display: none;
	float:left;
	margin:14px;
	font-family: 'robotoregular';
	font-size: 24px;

}

.leftOfertas{
	display: none;
	background-image:url('../img/imgOferta.png');
	width:79px;
	height:79px;
	float:left;
	margin: -15px 0 0 -15px;
}
.titProd{
	width: 180px;
	margin: 0 32px;
}
.googleMap{
	width:985px;
	height:426px;
	margin:0 auto;

	background-repeat:no-repeat;
	background-position:8px 8px;
}
.caption{
	float:left;
	width:224px;
	height:134px;

}

/******************TIENDAS**********************/

.contentTienda{
	width:985px;
	height:auto;
	margin:0 auto;	
	text-align:center;
	
}
.contentTienda p{
	font-size:14px;
	color:#565556;
}

.contentTienda table tr td{
	width:240px;
	height:295px;
	color:#565556;
	font-family: 'robotoregular';
	font-size:13px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.5);	  		
}
	  

.contentTienda table tr td img{
	margin-top:8px;
		
}

.contentTienda table tr td strong{
margin-top:10px;
	color:#4894cf;
	font-size:18px;
	
		  		
}


/* Menu Desplegable */	

#mElectroHogar{
	position:absolute;
	float: left;	
	width: auto;
	/*height: auto;*/
	height:0px;
	margin-top:44px;
	margin-left:80px;
	background-color: white;
	display:none;
	/* border:1px solid #939393; */
	/*z-index:15;*/
	z-index: 10000;
	/*padding: 10px;*/
	overflow:hidden;
	
}

/* Menu Desplegable Fin */	

.suscripcionNav{
	width:318px;
	height:183px;	
	background-image:url('../img/banner_suscripcion.png');
	float:left;
}
.suscripcionNav input[type="text"] {
	float: left;
	margin: 139px 0 0 20px;
	width: 170px;
	height: 25px;
	border:none;
	outline:none;
	color: #B5B5B5;
	background-color:transparent;
	
}
.mailFooter{
	
	width: 88px;
	height: 32px;
	float: right;
	margin: 136px 14px 0 0;
	cursor:pointer;
}

.promoHome .custom img{
	float:left;
	border:none;
}

input::-webkit-input-placeholder {
   color: #B5B5B5;
   
}

input:-moz-placeholder { /* Firefox 18- */
   color: #B5B5B5;
   
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #B5B5B5;
   
}

input:-ms-input-placeholder {  
   color: #B5B5B5;
   
}
/******titulos secciones********/

.tituloContact {
    background-image: url("../img/imgDestacados.png");
    height: 52px;
    margin: 25px 0 0;
    width: 450px;
}

.textoKub{
    color: #FFFFFF;
    font-family: 'robotobold';
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    text-transform:uppercase;
    width:100%;
}

.contentIntArticulo{
width:715px;
height:auto;
padding:20px;
background-color:#FFFFFF;
margin-top:20px;

}

.imgEmpresa{
width:180px;
height:180px;
border-radius:0 20px 0 20px;
border:6px solid #7fc13a;
float:left;
margin:0 20px 0 20px;
}




#contentImgEmpresa{
width:700px;
height:200px;
margin-top:20px;
}

#contentSerEmpresa{
width:710px;
min-height:400px;
margin-top:20px;
}

.servEmpresa{
width:290px;
height:400px;
margin:0 10px 0 10px;
float:left;
text-align:justify;
}

.titServEmpresa{
text-align:center;
color:#e8790a;
border-bottom: 2px dotted #e8790a;
font-family: 'robotobold';
font-size:14px;
margin-bottom:10px;
}

.servEmpresa ul li{
	list-style-image:url(../img/vineta.png);
}

/* eventos */	

.eventos{
	width:630px;
	padding:30px;
	height:140px;
	border-bottom: 4px dotted #e8790a;
	}

.imgFecha{
	width:149px;
	height:149px;
	background-image:url(../img/fondo_fecha_evento.png);
	float:left;
	}
	

	
.imgFecha h3{
	padding-top:14px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-family: 'robotobold';
	}
		
.imgFecha h2{
	
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	font-family: 'robotobold';
	}
	
.imgFecha h1{
	
	text-align:center;
	color:#000;
	font-size:58px;
	font-family: 'robotobold';
	}
	
.descrEvento{
	width:460px;
	height:auto;
	float:right;	
	}
	
.descrEvento h2{
	color:#000;
	font-size:22px;
	font-family: 'robotobold';
	}
	
.descrEvento h3{
	color:#000;
	font-size:14px;
	font-family: 'robotobold';
	margin-top:10px;
}


.menuPrincipales{
	float: left;
	height: 145px;
	width: 120px;
	padding: 4px;
	text-align: center;
	margin-left: 6px;
	margin-top: 15px;
	background-image: url(../img/points.png);
	background-repeat: repeat-y;
	background-position: right;
	/*
	border-right: dotted;
	border-width: 2px;
	border-color: #949495;
	*/
	cursor: pointer;
} 


.menuPrincipales:hover{
	opacity: 0.8;
}


.menuPrincipales a{
	text-decoration: none;
	color: black;
	font-family: 'robotolight';
	
}

.menuPrincipales img{
	margin-top:8px ;
}
.imgproduct{
	height:120px;
}

.enlaceMenu
{
	color: #E52250;
	text-transform: uppercase;
	font-size: 13px;
    /*font-family: 'robotoregular';	*/
	font-family: 'robotobold';
}