@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../imagenes/header-background.png);
}
*{outline: none;}
.container {
	width:960px;
	height:2500px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:50px;
	margin-left:auto;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
#header {
	padding:0;
	margin:0;
	width:100%;
	height:160px;
	float:left;
	background-image: url(../imagenes/header.png);
	background-repeat: no-repeat;
}
.productos {
	font-size:10px !important;
	float:left;
	height:300px;
	width:260px;
	position:relative;
	margin-left:35px;
	margin-right:0;
	margin-top:40px;
	margin-bottom:10px;
	border:solid 2px rgb(128, 128, 128);
	background:rgb(230, 230, 230);
	-moz-box-shadow:0px 5px 3px rgba(102, 102, 102, 0.51);
	-webkit-box-shadow:0px 5px 3px rgba(102, 102, 102, 0.51);
	list-style-type:none;
	padding-left:2px;
	}
.imagein {
	float: left;
	position:relative;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:10px;
}
h2 {
	padding: 0;
	margin-left:10px;
	margin-top:15px;
	text-align:center;
	color:rgb(102,102,102);
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#666;
}
.small{
	float:right;
	text-decoration: none;
	font-size:15px;
	font-style:italic;
	color:#000;
	height:20px;
	width:50px;
	margin:3px;
	background:#BBB;
	}	
.push {
	width:100%;
	height:5%;
}
#footer {
	padding:10px;
	width:100%;
	height:20px;
	font-size:16px;
	background-color:#999;
	text-align: center;
	border-top-width:thin;
	border-top-style:solid;
	border-top-color:#000;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	position: relative;
}
h3 {
	font-size:20px;
	padding:5px;
	margin-left:30px;
	margin-top:15px;
	text-align:left;
	color:#4F171A;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	text-decoration: none;
}
h4 {
	font-size:14px;
	padding: 0;
	margin-left:37px;
	margin-top:12px;
	text-align:left;
	color:#C66;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	height: 250px;
	width: 250px;
	line-height: 20px;
	text-decoration: none;
}
#caja{
	margin-left:275px;
	margin-right:25px;
	width:300px;
	height:300px;
	}
.pieimagen {
	float: left;
	position: relative;
	z-index: auto;
}
.social{
	float:right;
	}
