/* *** LAYOUT.CSS *** */

body{
	text-align:center;
	margin:0px auto;
	padding:0px;
}

/* menú superior */

.menu_top{
	font:11px arial,verdana,sans-serif;
	text-align:right;
	font-weight:bold;
	width:640px;
	padding:20px 10px 7px 0px;
}

.menu_top a{
	color:#000;
	text-decoration:none;
}

.menu_top a:hover{
	color:#c13c57;
	text-decoration:underline;
}

/* contenido */

.contenedor{
	width:640px;
	margin:0px auto;
	padding:0px;
	background-image:url('../imagenes/fondo_top.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
	font:11px arial,verdana,sans-serif;
	color:#fff;
	text-align:left;
}

/* cabecera */

.cabecera{
	padding:5px 12px 30px 12px;
}

.cabecera img{
	border:0px;
}

.cabecera a{
	color:#fff;
	text-decoration:none;
}

.cabecera a:hover{
	text-decoration:underline;
}

.logo{
	text-align:center;
	width:640px;
	margin-top:20px;
}

.menu_cabecera{
	display:none;
}

.formu_entrada{
	display:none;
}

/* principal izquierda */

.ppal_izq{
	width:160px;
	float:left;
	padding:10px 0px 0px 17px;
	font-weight:bold;
}

.menu_izq{
	display:none;
}

.menu_izq_2{
	display:none;
}

.tit_catalogo{
	padding-bottom:15px;
}

.tit_catalogo_texto{
	float:left;
	padding:10px 5px 0px 0px;
	font-size:14px;
}

A.dest_catalogo{
	padding:0px 0px 10px 25px;
	font-size:14px;
	background-image:url('../imagenes/punto.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

/* parte izquieda intro */

.intro_izq{
	float:left;
	width:265px;
	padding:5px 10px 10px 10px;
}

.intro_dcha{
	float:left;
	width:265px;
	padding:5px 0px 10px 10px;
}

.texto{
	float:left;
	width:530px;
	padding:5px 0px 10px 10px;
}

.texto a{
	text-decoration:underline;
	color:#fff;
}

.texto a:hover{
	color:#c13c57;
	text-decoration:none;
}

.intro_interior{
	padding:0px 10px 0px 15px;
	border-right:1px solid #fff;
}

.intro_interior a{
	color:#fff;
	text-decoration:underline;
}

.intro_interior a:hover{
	color:#c13c57;
	text-decoration:none;
}

.formu_interior{
	text-align:right;
	width:170px;
	padding-top:10px;
}

.formu_interior a{
	font-size:10px;
	font-weight:bold;
}

.com_electronico {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin:15px 0px 20px 0px;
	background-image:url('../imagenes/fondo_com_electronico.gif');
	background-repeat:no-repeat;
	background-position:100% 0%;
	padding:45px 0px 25px 13px;
}

.com_electronico a{
	text-decoration:none;
}

.com_electronico img{
	border:0px;
}

/* parte derecha intro */

.intro_interior_dcha{
	padding:20px 10px 0px 15px;
}

.intro_interior_dcha a{
	color:#fff;
	text-decoration:underline;
}

.intro_interior_dcha a:hover{
	color:#c13c57;
	text-decoration:none;
}

.fecha {	
	float:right;
	margin-bottom:15px;
}

.fecha_1 {
	float:left;
}

.fecha_2 {
	float:left;
	background-color:#c13c57;
	color: #fff;	
	font-size: 11px;
	padding:3px 2px 3px 2px;
	font-weight:bold;
}

.fecha_3 {
	float:left;
}

.documentos {
	font-weight: bold;
	color: #fff;
	margin:15px 0px 20px 0px;
	background-image:url('../imagenes/fondo_documentos.gif');
	background-repeat:no-repeat;
	background-position:100% 0%;
	padding:45px 0px 40px 13px;
}

.documentos a{
	text-decoration:none;
A}

.documentos img{
	border:0px;
}

/* localizador */

.localizador {	
	display:none;
}

/* pie */

.pie{
	display:none;
}

/* ESTILOS PROPIOS DEL CONTENIDO: fotos --------------------------- */

.foto_left {
  	float: left;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadow_white.gif) no-repeat bottom right;
  	margin: 7px 10px 5px 5px !important;
  	margin: 7px 10px 5px 5px;
}

.foto_left img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	/*height: 60px;*/
}

.foto_right {
  	float: right;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadow_white.gif) no-repeat bottom right;
  	margin: 7px 0px 10px 10px !important;
  	margin: 7px 0px 10px 10px;
}

.foto_right img{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

/* otros */

.cleaner{
	clear:both;
}

.text_right{
	text-align:right;
}

hr{
	color:#C13C57;
	background-color:#C13C57;
	height:1px;
	border:0px;
}

.destacado_quienes{
	padding:4px;
	background-color:#fff;
	border:1px solid #C13C57;
	margin-bottom:20px;
}

.destacado_quienes a{
	color:#C13C57;
}

.destacado_quienes a:hover{
	color:#000;
}




/* *** MOD_GENERICO.CSS *** */

.mod_title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin:30px 0px 20px 0px;
}

.mod_search{ 
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#mod_status_1 {
	clear: both;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 3px;
	border-top: 1px solid #FCDCB0;
	border-bottom: 1px solid #FCDCB0;
	font-size: 9px;
}

#mod_status_2 {
	clear: both;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 3px;
	border-top: 1px solid #FCDCB0;
	border-bottom: 1px solid #FCDCB0;
	font-size: 11px;
}

#mod_status_2 img{
	border: 0px solid;
}

.hide { 
     height: 0; 
     width: 0; 
     overflow: hidden; 
     position: absolute;  /* for the benefit of IE5 Mac */ 
     display: none;
} 

#mod_footer { 
	border-top: 2px solid #E5E6E2;
	padding: 3px;
	margin-top: 5px;
	clear: both;
}

#mod_footer a{
	font-size: 10px;
}

#mod_footer_01{ 
	float: left;
	font-size: 10px;
}

#mod_footer_02{ 
	float: right;
	font-size: 10px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: SEO --------------------------- */

#mod_seo_path {
	background-color: #E5E6E2;
	padding: 5px;
	font-size: 9px;
}

#mod_intro {
	clear: both;
	padding: 10px 0px 10px 0px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Formularios --------------------------- */

.row {
  	clear: both;
  	padding-top: 5px;
  }
  
.concept {
	width: 80px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
.form {
  	float: left;
	text-align: left;
	font-size:10px;
  }
  
.concept_inmo {
	width: 100px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
FORM {
	margin: 0px;
}

input, textarea {	
	font-size: 11px; color: #000; background-color: #FFF; border: 0px;
	margin:2px 0px 2px 0px;
}

select {
	font-size: 10px; color: #000; background-color: #FFF; border: 0px;
	margin:2px 0px 2px 0px;
}

.mod_button {	
	font-size: 11px; font-??weight: bold; color: #fff; background-color: #C13C57; border: 1px solid #fff;
	cursor: pointer;
	margin:2px 0px 2px 0px;
} 

.mod_check {	
	background-color: transparent; border: 0px;
}

.red {
	color: #F00;
}

.text_center {
	text-align: center;
}

/* ESTILOS PROPIOS DEL CONTENIDO: tiny_style --------------------------- */

.tiny_style01 {
	font-size: 14px;
}

.tiny_style02 {
	font-size: 16px;
}

.tiny_style03 {
	font-size: 13px;
	font-weight: bold;
	color: #F7823C;
}

.tiny_style04 {
	background-color: #E5E6E2;
	font-size: 15px;
	font-weight: bold;
	color: #F7823C;
}

/* ESTILOS PROPIOS DEL CONTENIDO: email subscribe --------------------------- */

.mod_email_subscribe {
	padding: 10px;
	text-align: center;
	font-size: 15px;
	color: #999;
}

/* ESTILOS PROPIOS DEL CONTENIDO: page --------------------------- */

.mod_page img{
	margin: 8px;
	border: 1px solid #a9a9a9;
	padding: 4px;
}
