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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-mas:before {
	color: green;
	font-size: 11px;
	margin-right: 5px;

	content: "\e600";
}

.icon-carrrito:before {
	content: "\e601";
}


body{
	font-family: 'Open Sans', sans-serif;
	overflow-y:scroll;
}

#menu{
	background: #f7f7f7;
	width: 100%;
	height: 50px;
}

#menu-conten{
	border: 0px solid red;
	background: #f7f7f7;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

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

#menu ul li{
	position: relative;
	width: 11.11%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	padding: 17px 0;
}

.menu:hover, .activo{
	background: black;
	color: white;
}

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

#menu-secundario{
	border: 1px solid #ddd;
	background: #f7f7f7;
	position: absolute;
	left: -50%;
	z-index: 100;
	display: none;
	width: 200%;
}

#menu-secundario ul{
	width: 100%;
}

#menu-secundario ul li{
	width: 100%;
}

.menu-secundario{
	border: 0px solid red;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 17px 0;
}

.menu-secundario:hover{
	background: black;
	color: white;
}

#wrapP{
	width: 1200px;
	margin: 20px auto;
}

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#controles{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	margin:20px 0;
	float: left;
}

#controles a{
	text-decoration: none;
	color: black;
}

.control{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 200px;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 20px 0 0;
	display: inline-block;

	box-shadow: 2px 2px 3px #000;

	border-radius: 4px;
}

.control:hover{
	color: green;
}

#filtros{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 15px 0;
}

#busqueda-filtro-input{
	border: 1px solid gray;
	width: 400px;
	padding: 5px;
}

#submit-filtro{
	width: 50px;
	margin: 0 0 0 10px;
	padding: 5px !important;
}

.subtitulo{
	width: 100%;
	color: blue;
	text-align: center;
	font-size: 22px;
	padding:10px 0;
}

.separacion{
	background: black;
	width: 100%;
	height: 2px;
	float: left;
	margin: 40px 0;
}




.linea{
    border: 1px solid #ddd;
    width: 49%;
    float: left;
    padding: 5px;
    margin: 0 0.5%;

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

.linea div{
	width: 33.33%;
	text-align: center;
	float: left;
}