@import "reset.css";


/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 font-family: Verdana, Helvetica;
 font-size: 12px;
 background: url(imgs/fondo_puerta.jpg);
 color: #82674d;
}

h1 {
 text-align: right;
 padding-top: 8px;
 font-family: "Arial Black";
 font-size: 18px; 
 margin-bottom: 15px;
 border-bottom: 1px solid #82674d;
 background: url("imgs/h1.png") right  no-repeat;
 padding-right: 90px;
 color: #82674d;
 clear: both;
}

h2 {
 text-align: left;
 font-family: "Verdana";
 font-size: 14px;
 font-weight: bold;
 border-bottom: 1px solid #8F7E6C;
 margin-bottom: 15px;

}
p {
 margin-bottom: 16px;
 text-align: justify;
}

table {
 margin: 10px auto;
}

td {
 vertical-align: bottom;
 text-align: left;
 height: 20px;
 margin-bottom: 5px;

 border-bottom: 1px solid #8F7E6C;
 
}

td.titulo {
 border-bottom: 1px solid #8F7E6C;
 font-weight: bold;
 width: 140px;
 height: 40px;

}


.centro {
 text-align: center;
}


#idiomas {
 position: relative; 
 width: 1024px;
 height: 20px;
 margin: 0px auto;
 overflow: hidden;

}

#contenedor {
 
 position: relative; 
 width: 1024px;
 margin: 0px auto;
 overflow: hidden;

 
}

#superior {
 position: relative;
 width: 1024px;
 height: 171px;
 margin-bottom: -2px;

}

#cuerpo {
 background: url("imgs/fondo_centro.png");
 padding-left: 261px;
 padding-right: 130px;	
 margin-top: -2px;
 overflow: visible;
 width: 634px;
}

#titulo {
 margin-left: -10px;
 margin-top: -10px;
 width: 664px;
 overflow: hidden;
}

#pie {
	color: #FFFFFF;
	width: 1024px;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	background-color:  #8F7E6C;

}



.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

/* ESPECIFICO */

#TablaTitulo {
  border: 1px solid #333;
  font-weight: bold;
  padding: 3px;
  color: #000;
  background-color: #999;

}

#Tabla {
  border: 1px solid #333;
  padding: 3px;

}

.FotoGaleria {
  float: left;
  margin: 10px;
  width: 125px;
  height: 110px;
  text-align: center;
}

.Thumb {
  width: 125px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #8F7E6C;
}

.FotoGaleria a {
  text-decoration: none;
  color: #8F7E6C;
}

.Foto {
  border: 1px solid #207F06;
  background-color: #FFF;
  padding: 5px;
  margin: 15px 15px 15px 15px;
}

.Cita {
	text-align: right;
	font-style: italic;
}

