@charset "UTF-8";
/* CSS Document */
/*···········································································
				ESTRUCTURAS DEL SITE
···········································································*/

	.espaciolimpio:after {
	    content: "."; 
	 	display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
		
	#content { 
		padding:0 0 15px 0;
		}
	
	.cajaprincipal { 
		width:950px;
		margin:15px auto 0 auto;
		padding: 0;
		background:#f8f2e3;
		}

	
	.subheader {
		margin:0;
		width:950px;
		height:137px;
		padding:0 0 10px 0;
		/*border-bottom:1px solid #d3d7dc;*/
		}
	.subheader_opciones{
		float:right;
		width:250px;
		padding:30px 15px 0 0;
		font-size:11px;
		/*text-transform:uppercase;*/
		text-align:right;
	}
	.subheader_logo{
		float:left;
		padding:8px 0 0 8px;
	}
	.header {
		width:950px;
		height:325px;
		padding:0px 0px 16px 0;
		float:left;
		margin-top:0;
		/*z-index:0;*/
		/*border-bottom:1px solid #d3d7dc;*/
		}
	
	.float_rightpanel_header{
		float:right;
		font-size:10px;
		color:#C6E4F7;
		width:201px;
		padding:140px 12px 5px  12px;
		height:180px;
		background: url(../images/fondo-panel-index.gif) no-repeat;
		line-height:12px;
	}
	
	.header_contenido {
		width:694px;
		height:375px;
		padding:0 0px 5px 10px;
		float:right;
		/*border-bottom:1px solid #d3d7dc;*/
		}
	
	.cajacontenido1 { 
		float:left; 
		width:916px;
		background:#f8f2e3;
		padding:0 16px 10px 16px;
		line-height:20px;
		}
	
	.cajacontenido1_contenido { 
		float:left; 
		width:930px;
		background:url(../images/fondo-header.jpg) top no-repeat;
		padding:15px 10px 5px 10px;
		line-height:20px;
		margin-top:10px;
		}
	
		.cajacontenido2 { 
		float:right; 
		width:694px;
		margin:0px;
		padding:5px 0 5px 10px;
		background:#FFF;
		}
		
	.cajacontenido3 { 
		float:left; 
		width:575px;
		margin:10px 0 10px 0;
		padding:5px 5px 5px 10px;
		border:1px solid #E4E4E4;
		background:#FCFCFC;
		color:#000000;
		}

	.cajacontenido4 { 
		float:left; 
		width:575px;
		margin:10px 0 10px 0;
		padding:5px 5px 5px 10px;
		border:1px solid #E4E4E4;
		background:#FFF;
		color:#000000;
		}
		
	/* Footer */
	#footer {
		width:950;
		padding: 15px;
		background:#7e9db6;/* url(../images/patter-footer.jpg) top no-repeat;*/
		margin:0;
		clear:both;
		height:50px;
		font-size:10px;
		color:#b6d3eb;
		}
	
	#footer a{
		color:#cee5f7;
		text-decoration:none;
	}
	
	#footer a:hover{
		color:#cee5f7;
		text-decoration:underline;
	}
	
	.imagenflotante_r{
		float:right;
	}
	
	.texto_l{
		width:450px;
		float:left;	
	}
	
	/*FLOOR PLANS*/
	.panelfloorplans{
		float:left;
		width:230px;
		padding-bottom:20px;
	}
	.panelfloorplans_b{
		float:left;
		width:750px;
		padding-bottom:20px;
	}
	.panelfloorplans_c{
		float:left;
		width:915px;
		border-top:1px solid #F4E6BD;
		padding: 10px 0 5px 0;
		margin-top:10px;
	}
	.floorplans{
		width:216px;
		padding:6px;
		float:left;	
	}
	
	/*FORMULARIO REQUEST INFORMATION*/
	.campo_form{
		border:1px solid #86a7c2;
		background:#5a778e;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding:6px 4px 6px 4px;
	}
	.boton_form{
		border:1px solid #86a7c2;
		background:#FFF;
		color:#999999;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}