/***********/
/* GENERAL */
/***********/

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#general{
	width: 920px;
	margin-top: 60px;
	text-align: left;
}

body{
	color: #5B707A;
	font-family: Tahoma;
	font-size: 11px;
	scrollbar-arrow-color: #6C7172;
	scrollbar-base-color: #CBD4D6;
	scrollbar-dark-shadow-color: #CBD4D6;
	scrollbar-track-color: #CBD4D6;
	scrollbar-face-color: #CBD4D6;	
	scrollbar-shadow-color: #6C7172;
	scrollbar-highlight-color: #6C7172; 
}

form, input, textarea{
	border: 1px;
}

.sin_margen{
	margin-bottom: 0px;
}

/**********/
/* HEADER */
/**********/

#header{
	width: 100%;
}

#sub_header{
	width: 100%;
	height: 18px;
	background-image: url("../img/fondo_subcabecera.jpg");
	background-repeat: repeat-x;
	border-top: solid 2px #5A7179;
	border-bottom: solid 2px #5A7179;
}

/**********/
/* FOOTER */
/**********/

#footer{
	border-top: solid 2px #5A7179;
}

#footer a:hover{
	text-decoration: underline;
}

#asesoramiento{
	background-image: url("../img/asesoramiento.jpg");
	background-repeat: no-repeat;
	width: 234px;
	height: 104px;
}

#materiales_nobles{
	background-image: url("../img/materiales_nobles.jpg");
	background-repeat: no-repeat;
	width: 229px;
	height: 104px;	
}

#visita_virtual{
	background-image: url("../img/visita_virtual.jpg");
	background-repeat: no-repeat;
	width: 230px;
	height: 104px;	
}
#ahorro_agua{
	background-image: url("../img/ahorro_agua.jpg");
	background-repeat: no-repeat;
	width: 227px;
	height: 104px;	
}

.titulo_pie{
	font-family: Helvetica Neue, Helvetica;
	color: #415046;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-left: 105px;
	margin-top: 11px;
	letter-spacing: -1px;
	text-decoration: none;
}

.texto_pie{
	font-family: Tahoma;
	color: #646565;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-left: 105px;
	margin-top: 5px;
	
}

#cuerpo{
	height: 369px;
}

.cuerpo_inst{
	background-image: url("../img/fondo_instalaciones.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;
}

.cuerpo_ases{
	background-image: url("../img/fondo_asesoramiento.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;
}

.cuerpo_servi{
	background-image: url("../img/fondo_servicios.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;
}

.cuerpo_mater{
	background-image: url("../img/fondo_materiales.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;
}

.cuerpo_consej{
	background-image: url("../img/fondo_consejos.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;
}

.cuerpo_contac{
	background-image: url("../img/fondo_contacto.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #D3DDDF;	
}

#left_text{
	width: 445px;
	padding-left: 22px;
	overflow: auto;
	height: 290px;
	line-height: 15px;
	padding-right: 15px;
}

#left_text p{
	margin-bottom: 20px;
}

.cuerpo_prod{
	background-color: #E4E5E7;
}

#left_prod{
	width: 250px;
	height: 100%;
	float: left;
}

#content_prod{
	margin-right: 10px;
	width: 660px;
	height: 355px;
	float: right;
	margin-top: 12px;
	overflow: auto;
}

.tabla_productos{
	width:220px;
	margin-top: 7px;
	margin-left: 5px;
}

.cabecera_tabla{
	background-color: #5C707B;
	color: #FFFFFF;
	padding: 5px;
	font-family: Helvetica;
}

.fila_tabla{
	padding: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-family: Helvetica;
}

.red{
	color: #C1161E;
}

.big{
	font-size: 35px;
	letter-spacing: -1px;
}

.med{
	font-size: 16px;
}

.justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.link_prod{
	text-decoration: none;
	font-family: Helvetica;
	font-weight: bold;
	color: #5A707B;
}

.titulo_producto {
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #9FAAB0;
	width: 157px;
	padding: 2px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

.descr_producto{
	height: 83px;
	background-color: #C1C7CB;
	width: 157px;
	padding: 2px;
	padding-left: 5px;
	color: #4D5051;
}

.un_producto{
	margin-left: 10px;
}