@charset "UTF-8";
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Estilo */

html {margin:0; padding:0px; width:100%; height:100%;}
body {
	margin:0 0 0 0;
	padding:0px;
	background: #f4fbfe url(img/bg_body.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#header h1 {padding:0; display:none}
#header h2 {display: none;}
div.inner_header {
	background: url(img/bg_inner_header.jpg) no-repeat right 24px;
}


#pagina {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 100%;
}
#header .inner_header {
	margin: 0 auto;
	width: 812px;
}
#header {
	height: 247px;
	background: #FCFCFC url(img/bg_header.jpg) repeat-x;
	margin:0;
}
.columna_izquierda {
	float: left;
	width: 540px;
}
.columna_derecha {
	float: right;
	width: 270px;
	background:url(img/bg_contacto.jpg) repeat-y;
}
.clear_fix {
	clear: both;
}
#contenido {
	width: 812px;
	margin: 0px auto;
}
.subcolumna {
	width: 240px;
	height:240px;
	float:left;
	border:1px solid #FFF;
	background:#effcfc;
	padding:10px;
	display:inline;
}
.col1{ margin: 0 8px 0 0;}
.col2{ margin: 0 0 0 0;}
.col1 img {padding:5px; background:#FFF; border:none; margin-bottom:10px;}
.col2 img {padding:5px; background:#FFF; border:none; margin-bottom:10px;}
.col1 div.texto {width:105px; float:left;}
.col1 div.imagenes {width:120px; float:right;}
.col2 div.texto {width:105px; float:right;}
.col2 div.imagenes {width:120px; }
.col1 div, col2 div {margin:2px; display:inline;}

div.col1 ul, div.col2 ul {
	list-style-image: url(img/bullet.gif);
	margin-left: 15px;
	line-height: 16px;
}
.subcolumna2 {
	width: 240px;
	float:left;
	padding:10px;
	display:inline;
	margin-bottom:10px;
}
div.col1 ol, div.col2 ol{
	list-style-type: decimal;
	margin-left:15px;
	line-height:16px;
}
div.subcolumna2 h2 {
font-size:16px;
padding-bottom:10px;
}
div.subcolumna2 p, div.subcolumna2 ul, div.subcolumna2 ol {
	color:#727272;
	margin-bottom:10px;
	font-size:10px;
}

div#galeria {background-color:#FCFCFC; border:1px solid #fff;}
div.th_holder {width:120px; float:left; padding:7px;}
span.nombre_fotos {display:block; width:110px; height:20px; text-align:center; font-size:11px; padding:5px;}
span.instalaciones {
	color: #FFFFFF;
	background: url(img/bg_titulo_1.jpg) no-repeat;
	display: block;
	width: 138px;
	height:40px;
	position:relative;
	margin-left: -18px;
	margin-top:10px;	
}

span.ventajas {
	color: #FFFFFF;
	background: url(img/bg_titulo_2.jpg) no-repeat;
	display: block;
	width: 138px;
	height:40px;
	position:relative;
	margin-left: -17px;
	margin-top:10px;
}
span.contacto {
	color: #FFFFFF;
	background: url(img/bg_titulo_3.jpg) no-repeat;
	display: block;
	width: 138px;
	height:40px;
	position:relative;
	margin-top:10px;
}
span.galeria {
	color: #FFFFFF;
	background: url(img/bg_titulo_4.jpg) no-repeat;
	display: block;
	width: 513px;
	height:40px;
	position:relative;
	margin-left:-9px;
	margin-top:10px;

}
.titulos {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	text-transform: uppercase;
}
span.galeria {text-align:left; padding-left:10px;}
.columna_derecha {color:#4a4a4a;}
.columna_derecha p {margin:15px;}
label {font-size:10px; margin-left:10px;}
input, textarea {
	font:12px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	width:217px;
	margin-top:5px;
	margin-left:10px;
}
input#enviar {width:222px;}
#footer {
margin-top:20px;
border-top:1px solid #edf1f3;
height:200px;
background:#FFF;
	}

div.inner_footer {	width: 812px;
	margin: 0px auto;
}

