/* CSS Document */
	body {
		margin: 0;
		padding: 0;
		background: url(./img/fondo_general.gif) repeat center; 
		font-family: Arial, Helvetica, sans-serif;
		font-size:75%;
		color:#000000;
		overflow:hidden;
	}
	form {
		font-size:0.8em;
	}
	
	fieldset {
		color:#000000;
		margin:10px 10px 10px 10px;		
	}
	
	legend {
		color:#000000;
	}
	
	p {
		margin:5px 10px 5px 10px;
	}
			
	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#contenedor {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 800px;
		height: 600px;
		margin-top: -300px;
		margin-left: -400px;
		overflow: hidden;
		min-height:600px;
		min-width:800px;
	}
	
	#Cuadro_sup_izquierda { 
		position:absolute; 
		top:0; 
		left:0; 
		width:  170px;  /*1-para opera*/
		\width: 172px; /*2-para ie-se agrega el padding y border*/
		w\idth: 170px; /*3- estandares*/	
		height:  160px;  /*1-para opera*/
		\height: 162px; /*2-para ie-se agrega el padding y border*/
		he\ight: 160px; /*3- estandares*/				
		overflow:auto; 
		margin-bottom:6px;
		background:url(./img/logo.gif);		
		border: 1px solid black;			
	}
	#Cuadro_inf_izquierda { 
		position:absolute; 
		top:169px; 
		left:0; 
		width:  170px;  /*1-para opera*/
		\width: 172px; /*2-para ie-se agrega el padding y border*/
		w\idth: 170px; /*3- estandares*/
		height:  429px;  /*1-para opera*/
		\height: 431px; /*2-para ie-se agrega el padding y border*/
		he\ight: 429px; /*3- estandares*/					
		overflow:auto; 
		background:url(./img/fondo_contenido.gif) repeat center;	
		border: 1px solid black;						
	}
	#Cuadro_sup_derecha { 
		position:absolute; 
		top:0; 
		left:179px; 
		width:  619px;  /*1-para opera*/
		\width: 621px; /*2-para ie-se agrega el padding y border*/
		w\idth: 619px; /*3- estandares*/
		height:  160px;  /*1-para opera*/
		\height: 162px; /*2-para ie-se agrega el padding y border*/
		he\ight: 160px; /*3- estandares*/							
		overflow:hidden; 
		margin-bottom:6px;
		background:url(./img/foto_cabecera.jpg) no-repeat;	
		border: 1px solid black;
		text-align:right;
		text-transform:uppercase;	
		line-height: 285px;		
		color:#FFFFFF;			
	}	
	#Cuadro_inf_derecha { 
		position:absolute; 
		top:169px; 
		left:179px; 
		width:  619px;  /*1-para opera*/
		\width: 621px; /*2-para ie-se agrega el padding y border*/
		w\idth: 619px; /*3- estandares*/
		height:  429px;  /*1-para opera*/
		\height: 431px; /*2-para ie-se agrega el padding y border*/
		he\ight: 429px; /*3- estandares*/		
		overflow:hidden; 
		background:url(./img/fondo_contenido.gif) repeat center;	
		border: 1px solid black;
		text-align:center;	
							
	}		
		
	#menu {
		position: absolute; /* Menu position that can be changed at will */
		top: 10px;
		left: 0;	
		width: 100%;
		border: none;
		color:#FFFFFF;
	}
	#menu dt {
		cursor: pointer;
		margin-left: 0;
		margin-bottom: 2px;
		margin-top:0;
		margin-right:0;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-weight: bold;
		border: none;
		background: #00792C;
	}
	#menu dd {
		/*border: 1px solid gray;*/
		border:none;
	}
	#menu li {
		text-align: center;
		height: 25px;
		line-height: 25px;		
		background-color: #6E6D6C;
		margin-bottom: 2px;
	}
	#menu li a, #menu dt a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
	}
	#menu li a:hover {
		background-color:#54A371;
	}
	#menu dt a:hover {
		background-color: #343231;
	}	
	.abajo{
		font-size:2em;
		padding-right:10px;
	}
	.envioform {
		text-align:center;		
	}	
	#contact-form td{
		margin:4px 4px 4px 4px;
	}	
	td.etiqueta{
		text-align: right; 
	}				
	form input,select{
		text-align:left;
		width:150px;		
	}
	form input.largo{
		width:380px;
	}		
	form input.boton{
		width:70px;
		text-transform:uppercase;
		padding:1px 1px 1px 1px;
		text-align:center;
		font-size:0.9em;
	}			
	.sinborde{
		border:0;
	}
	#map { 
		width:  500px;  /*1-para opera*/
		\width: 502px; /*2-para ie-se agrega el padding y border*/
		w\idth: 500px; /*3- estandares*/
		height:  300px;  /*1-para opera*/
		\height: 302px; /*2-para ie-se agrega el padding y border*/
		he\ight: 300px; /*3- estandares*/							
		overflow:hidden; 
		border: none;
		text-align:center;
		margin: 0 auto;		
	}		
	#links {
	 	color:#000000;
	}
	#links dl{
	 	margin-top:50px;
	}	
	#links dt {
		margin-left: 10px;
		margin-bottom: 10px;
		margin-top:10px;
		margin-right:0;
		text-align: left;
		font-weight: bold;
		border: none;
	}
	#links dd {
		/*border: 1px solid gray;*/
		border:none;
		text-align:justify;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top:10px;
		margin-right:0;		
	}
	#links li {
		text-align: center;
		margin-bottom: 2px;
	}
	#links a, #links a {		
		text-decoration: none;
		border: 0 none;
		color:#000000;
	}
	#links a:visited, #links a:visited {		
		text-decoration: none;
		border: 0 none;
		color:#000000;
	}	
	#alerta {
		margin-top:5px;
		margin-bottom:5px;
	}
	.parrafo {
		text-indent:10px;
		text-align:justify;
	}
	
	.fotoderecha {
		float:right;
		padding-left:5px;
		padding-right:10px;
	}
	.margen5 {
		margin:5px 5px 5px 5px;
	}
	
	#linea_situacion {
		text-align:left;
		font-size:0.8em;
		text-transform:uppercase;
		padding-left:20px;
		background: #00792C;
		color:#FFFFFF;
	}
	#linea_situacion a {		
		text-decoration: none;
		border: 0 none;
		color:#FFFFFF;
	}
	#linea_situacion a:visited {		
		text-decoration: none;
		border: 0 none;
		color:#FFFFFF;
	}		

	div.hr{
		clear:both;
		height:20px;
		margin: 5px 5px 5px 5px;
	}
	.plano { 
		width:  300px;
		height:  180px;
		border: 2px solid green;
		text-align:center;	
		float:right;
		padding-left:5px;
		padding-right:10px;
	}	
	
	.lista_servicios{
		text-align:left;
		text-indent:10px;
	}
	#inmobiliaria {
		text-indent:10px;
		text-align:justify;
	}
	#empresa {
		font-size:0.9em;
		text-align:justify;
	}	
	
	a .link_blanco{
		color: #000000;
		text-decoration: none;
	}
	a:hover .link_blanco{
		color: #000000;
		text-decoration: none;
	}	