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

#main {
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 100px;
	width: 900px;
	background-image: url(images/fieltro_header.JPG);
}
#slogan_holder {
	float: left;
	width: 495px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}


#logo_holder {
	float: left;
	margin-left: 35px;
}

#menu {
	float: left;
	height: 25px;
	width: 900px;
	background-color: #e5e5e5;
}
.menu_section {
	float: left;
	width: auto;
	padding-left: 5px;
	margin-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.menu_separator {
	float: left;
	width: 15px;
	font-size: 9px;
	margin-top: 4px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#middle {
	float: left;
	height: auto;
	width: 900px;
	background-color: #d8d8d8;
}
#sidebar {
	float: left;
	height: 550px;
	width: 300px;
	background-color: #d8d8d8;
}
.sidebar_block {
	height: auto;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	float: left;
}


#content {
	float: left;
	height: auto;
	width: 600px;
	background-repeat: repeat;
	background-color: #ffffff;
}
.centrado {
	text-align: center;
	display: block;
}
body {
	background-repeat: repeat;
	background-color: #caf9f2;
}

#content_head {
	float: left;
	height: auto;
	width: 500px;
	padding-right: 50px;
	padding-left: 50px;
}

.content_photo {
	float: left;
	height: 132px;
	width: 150px;
	margin-left: 10px;
}

#content_footer {
	height: 600px;
	width: 520px;
	float: left;
	margin-top: 50px;
	text-align: center;
	padding-right: 30px;
	padding-left: 50px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

li {
	width: 200px;
	float: left;




}
ul {
	width: 200px;
	float: left;




}
#content2 {
	float: left;
	height: auto;
	width: 640px;
	padding-left: 10px;
}

.fieltro_product_box {
	float: left;
	height: auto;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fieltro_product_img {
	float: left;
	height: auto;
	width: 150px;
	overflow: hidden;
}
.fieltro_product_txt {
	float: left;
	height: 30px;
	width: 150px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

