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

html, body, #container {height: 100%;}

body {
	background: url(../img/back_body.jpg) center top repeat-y;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #B32125;
	margin: 12px 0;
}
h3 {
	font-size: 1.1em;
	color: #B32125;
	font-weight: normal;
	margin: 0;
}
img {
	border: none;
}

/* ID */

#container {
	width: 920px;
	height: auto;
	min-height: 100%;
	background-color: #F2F2F2;
	margin: 0 auto;
}

#head {
	padding: 30px 0 0 0;
	font-size: 0.875em;
	color: #FFFFFF;
}
#menu {
	padding: 0 0 0 40px;
}
#catalogo {
	position: absolute;
	z-index: 100;
	width: 260px;
	background: url(../img/back_catalogo.jpg) no-repeat bottom;
	margin: 0 0 0 40px;
}
	#catalogo ul {
		padding: 10px 0 20px 60px;
		margin: 0;
		line-height: 1.9em;
	}
	#catalogo a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#catalogo a:hover {
		text-decoration: underline;
	}
#destacado {
	position: absolute;
	z-index: 50;
	margin: -2px 0 0 265px;
}
	
#content {
	float: left;
	background: #F2F2F2;
	padding: 35px 40px 50px 10px;
}
#info {
	padding-top: 35px;
	font-size: 0.8em;
	color: #1A1A1A;
	line-height: 1.4em;
}
	#info a {
		text-decoration: none;
		color: #B32125;
	}
	#info a:hover {
		text-decoration: underline;
	}
#info_dos {
	padding-top: 35px;
	font-size: 0.8em;
	color: #1A1A1A;
	line-height: 1.4em;
}
#imagenes {
	padding-top: 35px;
}
#form_presupuesto {
	padding-top: 35px;
	font-size: 1em;
	color: #1A1A1A;
	line-height: 1.4em;
}
	#form_presupuesto textarea {
		width: 234px;
		height: 100px;
		background: #fff;
		padding: 1px 2px;
		border: 1px solid #a1a1a1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		letter-spacing: 0.02em;
		color: #1a1a1a;
	}
	#form_presupuesto .input_text_oculto {
		width: 230px;
		height: 20px;
		background: #e6e6e6;
		padding: 1px 2px;;
		border: none;
		font-size: 0.85em;
		text-align: left;
	}
#form_contacto {
	padding-top: 35px;
	font-size: 1em;
	color: #1A1A1A;
	line-height: 1.4em;
}
	#form_contacto textarea {
		width: 214px;
		height: 100px;
		background: #fff;
		padding: 1px 2px;
		border: 1px solid #a1a1a1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		letter-spacing: 0.02em;
		color: #1a1a1a;
	}
	#form_contacto .input_text_oculto {
		width: 214px;
		height: 20px;
		background: #e6e6e6;
		padding: 1px 2px;;
		border: none;
		font-size: 0.85em;
		text-align: right;
	}
#mapa {
	padding-top: 35px;
	font-size: 0.7em;
	color: #B32125;
}
	#mapa iframe {
		border: 2px solid #e6e6e6;
	}
	#mapa a {
		text-decoration: none;
		color: #B32125;
	}
	#mapa a:hover {
		text-decoration: underline;
	}
#thumbs {
	padding-top: 35px;
	font-size: 1em;
	color: #B32125;
}
	#thumbs a{
		cursor: pointer;
	}
#menu_gamas {
	padding-top: 35px;
	font-size: 0.7em;
	color: #B32125;
	text-align: right;
}
#fotos {
	font-size: 0.7em;
	color: #B32125;
}
#caracteristicas {
	padding-top: 30px;
	font-size: 0.8em;
	color: #1A1A1A;
}
	#caracteristicas ul {
		padding-left: 15px;
		margin: 0;
	}
	#caracteristicas li {
		padding-left: 5px;
		margin: 5px auto;
	}
#planos {
	background: url(../img/back_planos.gif) top left no-repeat;
	padding-top: 30px;
	font-size: 0.8em;
	color: #1A1A1A;
}
	#planos h3 {
		padding: 15px 0 0 30px;
	}
	#planos .back {
		background: url(../img/back_h3.gif) top repeat-y;
	}
#medidas {
	padding-top: 30px;
	font-size: 0.8em;
	color: #1A1A1A;
}
	#medidas table {
		width: 240px;
		background-color: #FFFFFF;
		border: 2px solid #B32125;
		margin-left: 10px;
		text-align: center;
	}
	#medidas th {
		background-color: #B32125;
		height: 30px;
		font-size: 1.1em;
		color: #FFFFFF;
		font-weight: normal;
	}
#nota {
	float: right;
	padding-top: 20px;
	font-size: 0.8em;
	color: #B32125;
	text-align: right;
	font-weight: bold;
}

#footer {
	position: relative;
	clear: both;
	width: 920px;
	height: 30px;
	background: url(../img/back_footer.jpg) top left no-repeat #E6E6E6;
	margin: 0 auto;
	margin-top: -30px;	
	font-size: 0.7em;
	color: #999999;
	line-height: 2.5em;	
}
	#footer a {
		color: #999999;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
#submenu {
	float: left;
	width: 560px;	
	padding: 0 0 0 40px;	
}
#contacto {
	padding: 0 0 0 610px;
}

/* CLASS */

.dos_colum {
	width: 550px;
	float: left;
	padding-left: 30px;
}
.una_colum {
	width: 260px;
	float: left;
	padding-left: 30px;
}

.titular {
	padding: 0 0 15px 0;
}

.pie_foto {
	margin: 8px auto;
	text-align: left;
}

.espacio {
	width: 20px;
	height: 20px;
}

.fila_color {
	background-color: #E6E6E6;
}

.fila_oculta {
	display: none;
}

.table_form {
	background: #e6e6e6;
}
	.table_form td {
	vertical-align: top;
}
.table_subform {
	padding-top: 8px;
	font-size: 0.8em;
}

.input_text_largo {
	width: 170px;
	background: #fff;
	padding: 1px 2px;;
	margin: 0px 0 0 5px;
	border: 1px solid #a1a1a1;
}

.input_text_corto {
	width: 150px;
	background: #fff;
	padding: 1px 2px;;
	margin: 0px 0 0 5px;
	border: 1px solid #a1a1a1;
}

/* FOOTER ABAJO */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
