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


body {
	margin: 20;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	text-align: justify;
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Este contenedor de anchura fija rodea a todas las demás divs ~~ */
.container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* el valor automático de los lados, unido a la anchura, centra el diseño */
}


.header {
	background-color: #FFF;
}


.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	background-color: #FFF;
	height: 100%;
}
.content {
	padding: 10px 0;
	width: 500px;
	float: left;
	font-size: 12px;
	height: 100%;
}
.sidebar2 {
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	height: 100%;
	
}









.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.footer {
	padding: 0px;
	position: relative;
	clear: both; 
	background-color: #FFF;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.titulo1verde {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #529526;
	margin-left: 15px;
}

.titulo1azul {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #069;
	margin-left: 15px;
}

.img_borde_verde {
	border: thin solid #063;
}
.img_borde_azul {
	border: thin solid #069;
}
.fotos {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	float: none;

}

.fotos2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: center;
	float: left;

}

.contentcatalogo {
	width: 880px;
	float: left;
	font-size: 12px;
	height: 100%;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.tituloproductos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #529526;
	margin-left: 0px;
}

.enlace_inf {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin-left: 0px;
}
