﻿@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?ptxg7q');
    src:    url('../fonts/icomoon.eot?ptxg7q#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?ptxg7q') format('truetype'),
        url('../fonts/icomoon.woff?ptxg7q') format('woff'),
        url('../fonts/icomoon.svg?ptxg7q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-carrito:before {
    content: "\e901";
}
.icon-telefono:before {
    content: "\e900";
}







body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family:'century gothic', sans-serif;
}

#cintillo{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #323232 57%, #4e4e4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(57%,#323232), color-stop(100%,#4e4e4e));
	background: -webkit-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -o-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -ms-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);

	width: 100%;
	height: 10px;
	float: left;
}


#cabecera{
	background: #a8b204;
	background: -moz-linear-gradient(top, #a8b204 0%, #edfb06 57%, #b3bd05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b204), color-stop(57%,#edfb06), color-stop(100%,#b3bd05));
	background: -webkit-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: -o-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: -ms-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);

	width: 100%;
	height: 160px;
	float: left;
}

#cabecera-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid red;
	width: 28%;
	height: 100%;
	float: left;
}

#logotipo img{
	height: 100%;
}



#car{
	border: 0px solid red;
	width: 41%;
	float: right;
	margin: 10px 0 0 0;
}

#car a{
	text-decoration: none;
}

#datos{
	width: 100%;
	text-align: center;
}

#datos span{
	background: #f7f7f7;
	padding: 5px;
	display: inline-block;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#car-conten{
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	margin: 15px 0 0 0;
}

#login{
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	margin: 15px 0 0 0;
}

#buscador{
	width: 100%;
	float: left;
	padding: 10px 0;
}

#buscador form{
	width: 100%;
	float: left;
}

#buscador form input[type="text"]{
	border: 0;
	width: 85%;
	font-size: 19px;
	padding: 5px;

	border-radius: 3px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#buscador form input[type="submit"]{
	border: 0;
	background: black;
	width: 14%;
	color: white;
	cursor: pointer;
}






#menu{
	background: black;
	width: 100%;
	float: left;
	margin: 10px 0;
}

#menu-conten{
	width: 1150px;
	margin: 0 auto;
}

#menu #menu-conten a{
	color: white;
	text-decoration: none;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	position: relative;
	width: 25%;
	color: white;
	float: left;
}

.menu{
	width: 100%;
	color: white;
	font-size: 24px;
	text-align: center;
	float: left;
	padding: 8px 0;
	cursor: pointer;
}

.menu:hover{
	background: #a8b204;
	background: -moz-linear-gradient(top, #a8b204 0%, #edfb06 57%, #b3bd05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b204), color-stop(57%,#edfb06), color-stop(100%,#b3bd05));
	background: -webkit-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: -o-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: -ms-linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);
	background: linear-gradient(top, #a8b204 0%,#edfb06 57%,#b3bd05 100%);

	color: black;
}

#menu-conten ul li:hover #menu-secundario{
	display: block;
}



#wrapP{
	width: 1150px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	padding: 0 10px;
}

#efecto{
	width: 100%;
	float: left;
	margin: 10px 0;
}



#contenido{
	width: 100%;
	float: left;
	padding: 10px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}


#ladoi{
	border: 0px solid red;
	width: 20%;
	float: left;
}

.items{
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.titulo-items{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #323232 57%, #4e4e4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(57%,#323232), color-stop(100%,#4e4e4e));
	background: -webkit-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -o-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -ms-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);

	width: 100%;
	font-weight: 19px;
	color: white;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 8px 0;
}

.item{
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding:10px;
	float: left;
	cursor: pointer;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.item:hover{
	background: #ddd;
}

.formaDeBusqueda{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.formaDeBusqueda select{
	width: 100%;
}


#ladod{
	border: 0px solid red;
	width: 78%;
	float: right;
}

#ladod b{
	width: 100%;
	font-size: 24px;
	float: left;
	margin-bottom: 20px;
}

.fondoBlanco{
	background: white;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#leyendaPagina{
	border: 0px solid red;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	float: left;
}

#leyendaPagina b{
	font-size: 18px;
}



#footer{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #323232 57%, #4e4e4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(57%,#323232), color-stop(100%,#4e4e4e));
	background: -webkit-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -o-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: -ms-linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	background: linear-gradient(top, #000 0%,#323232 57%,#4e4e4e 100%);
	width: 100%;
	height: auto;
	float: left;
}

#footer-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	color: white;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 20px 0;
}