/*------------------------- GENERALES WEB --------------------------------*/
html {
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: 0;
	font-size: 100%;
	color: #000;		
	font-family:  Geneva,Arial, Helvetica, sans-serif; 
}

.oculto {
  display: none;
}

/*------------------------- Centrado ---------------------------------*/
.centrado {
	position: relative;
	width: 64em;
	margin: 0 auto;
  padding: 0; 
  overflow: hidden;        
}

/*--------------------------- CABECERA  -------------------------------*/
#cabecera {
  background:#BCB3A2 url("../imgs/fnd_cabecera.jpg") no-repeat;
  position: relative;
  float: left;
  padding: 0 0 0 9.4375em;
  margin: 0;
  width: 54.5625em;
  height:11.5625em;  
}

#cabecera h1 {
	position: relative;
	float: left;
	width: 203px;
	height: 185px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	z-index: 1;
	text-indent: -5000em;
}

#cabecera h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 203px;
	height: 185px;
	margin: 0;
	padding: 0;
	background: transparent url("../imgs/logo.jpg") no-repeat top left;
	z-index: 2;
	cursor: pointer;
}

/*------------------------ MENU PRINCIPAL -----------------------------*/
#menu_principal {
  float:right;
  margin:0;
  padding:8.2em 4.625em 0 0;  
}

#menu_principal li {
  list-style:none;
  display:inline;
  background:transparent url("../imgs/detalle_li.gif") no-repeat 0 0.55em;
  padding:0 0 0 0.2em;
}

#menu_principal li a {
	font-family: "Times New Roman", Times, serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;  
  text-decoration:none;
}

#menu_principal li a:hover {
  color: #990000;    
  text-decoration: underline; 
}


/*--------------------------  CONTENIDO  ------------------------------*/
#contenido {  
  background:transparent url("../imgs/fnd_contenido.jpg") no-repeat bottom;
  position:relative;
  float:left;
  width:100%;
  padding: 0;
  margin: 0; 
  position:relative;
  float:left;    
}

/*--------------------------- contenidos  -----------------------------*/
.contenido_izq {
  position: relative;
  float: left;
  width: 22.1em;
  height: 24.6875em;
  padding: 0;
  margin: 0;
  background: #ccc;    
}

.tit_ferreria   {background: transparent url("../imgs/detalle_laferreria.gif") no-repeat right top;}
.tit_entorno    { background: transparent url("../imgs/detalle_entorno.gif") no-repeat right top;}
.tit_situacion  {  background: transparent url("../imgs/detalle_situacion.gif") no-repeat right top;}
.tit_tarifas    {  background: transparent url("../imgs/detalle_tarifas.gif") no-repeat right top;}


#foto_apartado {      
  
}

.foto_apartado_plug {
  position:relative;
  float:left;
  padding: 11.3em 0 0 9.35em;    
  width:12.75em;  
}

.tit_imagen {
  position:relative;
  float:left;
  clear:both;  
  width:19em;
  text-align:center;  
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	padding:1.8em 0 0 0;
	text-decoration:none;
	border:none;
	margin:0;
}


.foto_apartado_plug img { 
  width:12.75em;
  height:11.125em;
  border:none;
}

.contenido_dcha {  
  position: relative;
  padding: 11.3125em 0 0 0;
  margin: 0;  
  width: 39em;  
  height:11.125em;
  float:left;      
  min-height:11.125em;   
}

html>body .contenido_dcha {
  height:auto;
}

.ferreria  {background:transparent url("../imgs/general/FOTOGENERAL.jpg") no-repeat;}
.casa1     {background:transparent url("../imgs/casa1/FOTOCASAI.jpg") no-repeat;}
.casa2     {background:transparent url("../imgs/casa2/FOTOCASA II.jpg") no-repeat;}
.entorno   {background:transparent url("../imgs/entorno/FOTOENTORNO.jpg") no-repeat;}
.situacion {background:transparent url("../imgs/situacion/FOTOSITUACION.jpg") no-repeat;}
.tarifas   {background:transparent url("../imgs/tarifas/FOTOTARIFAS.jpg") no-repeat;}
.contacto  {background:transparent url("../imgs/contacto/FOTOCONTACTO.jpg") no-repeat;}

.contenido_dcha .transparencia {
  background:#FFF;
  /*padding: 0 0 0 2.4375em;*/
  position:relative;
  float:left;
  width:100%;
  filter:alpha(opacity=80);
  opacity:.80;
  min-height:11.125em;  
   
  
}

.contenido_dcha .contenido_texto {
  width:100%;
  height:100%;
  padding: 0 0 0 2.4375em;  
}

.contenido_dcha a {
  color:#949593;
}

.contenido_dcha h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;  
  background: transparent url("../imgs/fnd_titulo.gif") no-repeat;  
  padding: .25em 0 .6em .5em;  
}

.contenido_dcha h2 a {
  color: #990000;
}

.contenido_dcha h2 a:hover{
  color:#999;
}

.contenido_dcha .informacion {
  margin: 0;
  padding: 0;
}

.contenido_dcha .info_texto,
.contenido_dcha p{
  margin: 0;
  padding: 0 10em 0 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width:45em;
	width: 37em;	
}
.contenido_dcha em {
  color:#990000;
  font-style:normal;
}

.contenido_dcha .info_tit_int {
  display:none;
}

.contenido_dcha form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.contenido_dcha form legend {
  display:none;
}

.contenido_dcha .lineaf{ 
  font-size:0.8em; 
  padding:0 0 .1em 0;    
}

.contenido_dcha .lineaf input.cajatexto {
  height: 1em;
  width: 15em;
}

.contenido_dcha .lineaf textarea {
  position:relative;
  width: 15em;
  height: 2em;
}

.contenido_dcha label {
  position:relative;
  float:left;
  display:block;
  width:5em;
}

.contenido_dcha input.check {
  position: relative;
  float: left;
}

.contenido_dcha label.check {
  width:auto;
}


/*----------------------------- PIE -----------------------------------*/
#pie {
  position: relative;
  float: left;
  background: #BCB3A2 url("../imgs/fnd_pie.jpg") no-repeat;
  width: 64em;
  height: 11.6875em;
  margin:0;
  padding:0;
}

#pie .direccion {  
  position:relative;
  float:left;
  width:42em;
  padding:0 0 0 31.8em;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;  
  text-decoration:none;    
  margin:0;
}

#pie #aviso_legal {
  position:relative;
  float:left;
  font-family:arial, "Times New Roman", Times, serif;
  color: #666;
  font-size:.625em;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
}


#pie #enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding:11em 0 0.5em 31.8em;
	width:50em;	
	position:relative;
	float:left;	
}

#pie #enlaces a {
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
}

#pie #enlaces a:hover {
  text-decoration: underline;
}



/*--------------------------- FOTOS AMPLIADAS-------------------------------*/
#cabecera_foto {
  position: relative;
  float:left;
  background: transparent url("../imgs/cabecera_foto.jpg") no-repeat;
  height: 5.0625em;
  width:100%;
}

#contenidio_foto {
  position: relative;
  float:left;
  width: 100%;
}

#contenido_aviso {
  width: 600px;
  font-size: 12px;  
}

#pie_foto {
  position: relative;
  float:left;
  width:100%;
  background: transparent url("../imgs/pie_foto.jpg") no-repeat;
  height:3.4375em;
}

#pie_foto  h2 {
  font-size:11px;
  padding: 5px 0 0 50px;
  border-left: 1px solid #BCB3A2;
}

/*--------------------------- PORTADA -------------------------------*/
#portada .centrado{  
  width: 50em;
  padding: 3.1875em 0 0 0;
}

#portada .contenido{
  position:relative;
  float: left;
  width: 99.8%;
  padding: 0;
  margin: 0;
  border: 1px solid #BCB3A2;
}

#portada h1{
  position: relative;
  float:left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  background: transparent url("../imgs/fnd_h1_portada.gif") repeat-x;
  margin:0;
  padding: 10px 0 7px 3px;
  width:99.6%;  
}

#portada #flashcontent {  
  position:relative;
  float:left;
  height: 452px;
  width:50%;    
}

#portada .enlace_entrar {
  position: relative;
  float: left;
  clear:both;
  width: 99.8%;
  background: transparent url("../imgs/fnd_enlace_portada.gif") repeat-x;
  text-align: center;
  margin: 0;
  padding: .2em 0 .3em 0;
  padding: .15em 0 .2em 0;
}

#portada .enlace_entrar a{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: .75em;
  text-decoration: none;
  color: #000;
}

#portada .enlace_entrar a:visited {
  color:  #666;
}

#portada #pie {
  background: #FFF;  
  width: 100%;
  padding: 0;
  height: auto;
}
#portada #pie div{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 1.3125em 0 0 0;
}

#portada #pie ul {  
  list-style-type: none;
  margin: 0;
  padding: 0;      
}

#portada #pie ul li { 
  display: inline;  
  margin: 0;
  padding: 0 0 0 .2em;
  font-family: Arial, helevetica, sans-serif;
  font-size: .625em;
  color: #BCB3A2;
  border-left: 1px solid #BCB3A2;
}

#portada #pie ul li.primero { 
  border:none;
}

#portada #pie ul li a { 
  text-decoration: none;
  color: #666;
}

#portada #pie ul li a:hover { 
  color: #000;
}
