body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #64A20B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:84%;
}
p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
}
li {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
	text-align: justify;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(images/img-vineta.gif);
}

h1{
	color: #fff;
	margin: 0px;
	padding: 0;
	font-weight: normal;
	font-size: 2.5em;
}
h2{
	color:#045c72;
	font-weight: normal;
}


/*MENÚ PRINCIPAL*/
#content_menu{
	display: block;
	background-color: #fff;
	width:99%;
	text-align:center;
	border: solid 1px #fff;
}

ul.nav { /* Todo el menú */
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
	
ul.nav li { /* Cada celda de menú - opción, sin importar si tiene enlaces o no */
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-size: 0.9em;
	text-align: right;
	position:relative;
	z-index:100;
}	

ul.nav li a { /* Celdas del menú (opciones) que contienen enlaces únicamente */
	display: block;
	padding: 14px 20px 10px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul.nav li a:hover{ /* Celdas del menú al pasar el mouse (hover) */
	background-color: #fff;
	background-image: url(images/flecha.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #0F7B96;
}

ul.nav li a:active{ /* no existe a.selected, ni tampoco existe a:selected, el estilo para los seleccionados es a:active, debe estar después de hover */
	/* Este estilo se activa al seleccionar una opción del menú */
	text-decoration: none;
	color: #0F7B96;
	background-color: #FFFFFF;
}

ul.nav li a.selected, ul.nav li a.selected:hover{  /* Esto no existe, no aplica */
	display: block;
	padding: 14px 20px 14px 10px;
	text-decoration: none;
	
	color: #0a299d;

	background-image: url(../images/flecha_abajo.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}

/* Estilos para submenus */

ul.nav ul { /* Todo el sub-menu */
	margin: 0;
	padding: 0;
	position:absolute;
	left:0;
	top: 43px;
	min-width: 200px;
	width: auto !important;
	width: 200px;
	visibility:hidden;
}

ul.nav li:hover ul{ /* Todo el submenú cuando se pasa el mouse por su padre en el menú principal, hace aparecer el submenú */
	visibility: visible;
}

ul.nav li a:hover ul {
	visibility: visible;
	background-color:#0F7B96;

}

ul.nav ul li { /* Cada celda del sub-menú - opción, sin importar si tiene enlaces o no */
	float: left;
	min-width: 200px;
	padding: 0px;
}

ul.nav ul li a { /* Celdas del sub-menú (opciones) que contienen enlaces únicamente */
	background-color: #0f7b96;
	color: #fff;
	text-decoration: none;
	display: block;
	float: none;
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #fff;

}
ul.nav ul li a:hover { /* Celdas del sub-menú al pasar el mouse (hover) */
	background-color: #7FC31C;
	color: #fff;
	background-image: none;
}


/* style the table so that it takes no part in the layout - required for IE to work */
ul.nav table {
	position:absolute;
	top:0;
	left:0;
}
/* fin submenu  */


/*ENTORNO GRÁFICO*/
#fondo_centrado{
	background-image:url(images/fdo_trama.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.fdo {
	background-image: url(images/img-fondo.gif);
	background-repeat: repeat-x;
}
.fdo-inf {
	background-image: url(images/img-sombra-inf.gif);
	background-repeat: repeat-x;
}
.borde-tbl {
	border-top-width: 5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.eg-azul-centro {
	background-image: url(images/eg-azul-centro.gif);
	background-repeat: repeat-x;
	padding: 15px 0px 15px 0px;
}
.eg-verde-centro {

	background-image: url(images/eg-verde-centro.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 15px 0px;
}

.eg-violeta-centro {
	background-image: url(images/eg-violeta-centro.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 15px 0px;
}
.tt-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}

.eg-azul2-centro {



	background-image: url(images/eg-azul2-centro.gif);
	background-repeat: repeat-x;
}
.tt-blanco2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;	
	color: #FFFFFF;
	text-align: left;
	
}
.txt-peq {
	font-size: 1em;
	line-height: 1.3em;	
	font-weight: normal;
	color: #333333;
}
.txt-form-afiliacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.td-ttestupef {
	background-color: #C7D9DF;
	padding: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.td-ttestupef-2 {
	background-color: #E9F0F2;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.td-ttestupef-3 {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0F7B96;
	text-decoration: none;
}
a.info {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0F7B96;
	text-decoration: underline;
}
a.link2:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF9D00;
	text-decoration: none;
}
a.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #0F7B96;
	text-decoration: none;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px solid #6DB40E;
}
.input-form-afiliacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #BCDAE0;
}
.tt-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #81B9C9;
}
.piepagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006699;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
a.solicitadas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0F7B96;
	text-decoration: none;
}
.tt-solicitadas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #64A20B;
}
a.solicitadas:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9D00;
	text-decoration: none;
}
.tt-resalto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}
/* PROYECTO INDEX*/
#proyecto{
	position: relative;
	z-index: 0;
	height:341px;
	width: 455px;
}
#proyecto_imagen{
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#proyecto_fondo{
	display: block;
	position: absolute;
	z-index: 3;
	top: 261px;
	left: 0px;
	
	width: auto; 
	height: 70px;
	width: 445px;
	padding: 5px 5px 5px 5px;
	background-image: url(images/fdo_fotoindex.png);
	background-position: left top;
}
#proyecto_texto{
	color: #fff;
	display: block;
	position: absolute;
	z-index: 6;
	top: 270px;
	left: 10px;
	width: 435px;
	height: 60px;
	text-align: left;
}
a.proyecto, a.proyecto:link, a.proyecto:active{
	color: #fff;
	text-decoration: none;
}
a.proyecto:hover{
	text-decoration: underline;
}
.separador1, .inmueble, .interno{
	background-image: url(images/linea_separador.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
/*INMUEBLES INDEX*/
#inmuebles_global {
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 464px; /* important */  
    height: 440px; /* important */  
	 padding:0;
	 margin-left:10px;
}
#inmuebles_contenido {
	position: relative;
	overflow: hidden;
	height:412px;
	top:0;
	left:0;
}
.inmueble {
	padding-top: 13px;
	display: block;
	width: 464px !important;
	height: 90px;
	margin-left: 0;
	clear: both;
}
#inmuebles_global_interno {
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 330; /* important */  
    max-height: 852px; /* important */  
	 padding:0;
	 margin-left:10px;
}
#inmuebles_contenido_interno {
	position: relative;
	overflow: hidden;
	max-height:824px;
	top:0;
	left:0;
}
.inmueble_interno {
	padding-top: 13px;
	display: block;
	width: 330px !important;
	height: 90px;
	margin-left: 0;
	clear: both;
}
.inmueble_texto_interno {
	display: block;
	width: 206px;
	float: right;
	color: #00323a;
	font-size: 1em;
	text-align: left;

}

.inmueble_foto {
	display: block;
	float: left;
	padding-right: 20px;
	width: 100px;
	height: 75px;
	border:none;
}
.inmueble_foto img {
	border:none;
	width:100px;
	height:75px;
}
.inmueble_texto {
	display: block;
	width: 340px;
	float: right;
	color: #00323a;
	font-size: 1em;
	text-align: left;

}
#inmuebles_navegar {
	position:relative;
}
#inmuebles_navegar img {
	position:absolute;
}
#inmuebles_previous {
	left:390px;
	top:0px;
}
#inmuebles_next {
	left: 427px;
	top:0px;
}
/*INMUEBLES INTERNO*/
.interno{
	display: block;
	width: 350px;
	min-height: 90px;
	margin-left: 10px;
	clear: both;
}
.interno_foto{
	display: block;
	float: left;
	padding-right: 20px;
	width: 100px;

}
.interno_texto{
	display: block;
	width: 230px;
	float: right;
	color: #00323a;
	font-size: 1em;

}
/*FIN INTERNO*/

#footer{
	display: block;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #fff;
	min-height: 210px;
	position:relative;
}
#frase_footer {
	position:relative;
	top:-40px;
	left:0;
	font-size: 0.8em;
	text-align:center;
	color:#B9FF00;
	margin-left:auto;
	margin-right:auto;
}
.direccion{
	display: block;
	width: 380px;
	float: left;
	font-size: 0.8em;
	line-height: 1.6em;
	color:#B9FF00;
}
.submenus{
	display: block;
	width: 200px;
	float: left;
	font-size: 0.8em;
}

ul.foot { /* Todo el menú */
	display: block;
	margin-left: 0;
	margin-right: 0px;
	width: 150px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
	
ul.foot li { /* Cada celda de menú - opción, sin importar si tiene enlaces o no */
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1em;
	text-align: left;
}	

ul.foot li a { /* Celdas del menú (opciones) que contienen enlaces únicamente */
	display: block;
	padding: 5px 8px 3px 0px;
	text-decoration: none;
	color: #CCFF42;
	font-weight: normal;
	background-image: url(images/linea_verde.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.foot li a:hover{ /* Celdas del menú al pasar el mouse (hover) */
	color: #fff;
	background-image: url(images/linea_blanca_verde.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.foot li a:active{ /* no existe a.selected, ni tampoco existe a:selected, el estilo para los seleccionados es a:active, debe estar después de hover */
	/* Este estilo se activa al seleccionar una opción del menú */
	text-decoration: none;
	color: #0F7B96;
	background-color: #FFFFFF;
}

ul.foot li a.selected, ul.nav li a.selected:hover{  /* Esto no existe, no aplica */
	display: block;
	padding: 14px 20px 14px 10px;
	text-decoration: none;
	
	color: #0a299d;

	background-image: url(../images/flecha_abajo.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}

/* Estilos para submenus */

ul.foot ul { /* Todo el sub-menu */
	margin: 0;
	padding: 0;
	position:absolute;
	left:0;
	top: 25px;
	min-width: 200px;
	width: auto !important;
	width: 200px;
	visibility:hidden;
}

ul.foot li:hover ul{ /* Todo el submenú cuando se pasa el mouse por su padre en el menú principal, hace aparecer el submenú */
	visibility: visible;
}

ul.foot li a:hover ul {
	visibility: visible;
	background-color:#0F7B96;

}

ul.foot ul li { /* Cada celda del sub-menú - opción, sin importar si tiene enlaces o no */
	float: left;
	min-width: 200px;
	padding: 0px;
}

ul.foot ul li a { /* Celdas del sub-menú (opciones) que contienen enlaces únicamente */
	background-color: #0f7b96;
	color: #fff;
	text-decoration: none;
	display: block;
	float: none;
	text-align: left;
	padding: 4px 5px 2px 0px;
	border-bottom: 1px solid #fff;
}
ul.foot ul li a:hover { /* Celdas del sub-menú al pasar el mouse (hover) */
	background-color: #7FC31C;
	color: #fff;
	background-image: none;
}


/* style the table so that it takes no part in the layout - required for IE to work */
ul.foot table {
	position:absolute;
	top:0;
	left:0;
}
/* fin submenu  */

