@charset "utf-8";
/* CSS Document */


/*	TODOS	*/
body
{
	font-family: Tahoma, Geneva, sans-serif;
}

div.contenido
{
	position: relative;
	top: 0;
	left: 50%;
	min-height: 400px;
	width: 960px;
	margin-left: -480;	/* 960px / 2 para centrar horizontalmente */
/*	background-color: #F0F0F0; */
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat;
}

table.contenido
{
	width: 100%;
	height: 400px;
	border: 0;
	padding: 0px;
	margin: 0px;
}

.texto
{
	font-size: 13px;
}

td.separador
{
	background: url(../imagenes/separador.png);
	/*Transparencias*/
	filter: alpha(opacity=50);	/*IE:*/
	opacity: .5;	/*Firefox:*/
	-moz-opacity:0.5;	/*Mozilla:*/
}

.redondeado
{
	background: none;
	border: none;
	margin: 0px;
	padding: 2px 7px 0px 7px;
}


/* INDEX */
.imagenes1Index
{  
    width:   254px;
    height:  254px;
    padding: 0;
    margin:  0;
	overflow: hidden;
} 
 
.imagenes1Index img
{  
    width:  254px;
    height: 254px;
    top:  0;
    left: 0;
} 

.imagenes2Index
{  
    width:   254px;  
    height:  254px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
.imagenes2Index img
{  
    width:  254px; 
    height: 254px; 
    top:  0;
    left: 0;
} 



/*	MENU	*/
a.menu
{
	color: #7F7F7F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.menu:hover
{
	color: #FFFFFF;
}

a.menuActual
{
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.menuActual:hover
{
	color: #FFFFFF;
}


/*	HEADER	*/
div.header
{
	position: relative;
	overflow: auto;
	top: 0;
	left: 50%;
	min-height: 200px;
	width: 960px;
	margin-left: -480;	/* 960px / 2 para centrar horizontalmente */
	background-color: #FFFFFF;
}


/*	FOOTER	*/
td.footer
{
	font-size: 12px;
	font-weight: normal;
	position:absolute;
	top: 603px;
}



/* DIALOGO */
div.dialogo
{
	overflow: auto;
	background-color: #F0F0F0;
	layer-background-color: #F0F0F0;
	border: 1px solid #000000;
	min-height: 70px;
	min-width: 400px;
}

tr.barraDialogo
{
	background: #000000;
}

td.cerrarDialogo
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

td.textoDialogo
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

td.botonDialogo
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}



/*	LA EMPRESA	*/
td.tituloEmpresa
{
	font-weight: bold;
	font-size: 15px;
}

/*	CONTACTO	*/
td.tituloContacto
{
	font-weight: bold;
	font-size: 15px;
}

td.textoContacto
{
	font-size: 11px;
}

a.enviarContacto
{
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

a.enviarContacto:hover
{
	color: #999999;
}



/*	OFREZCA	*/
td.tituloOfrezca
{
	font-weight: bold;
	font-size: 15px;
}

td.subTituloOfrezca
{
	font-weight: bold;
	font-size: 13px;
}

.textoOfrezca
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

a.enviarOfrezca
{
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.enviarOfrezca:hover
{
	color: #999999;
}



/*	PROPIEDADES	*/
td.tituloPropiedades
{
	font-weight: bold;
	font-size: 15px;
}

td.subTituloPropiedades
{
	font-weight: bold;
	font-size: 13px;
}

.textoPropiedades
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

a.enviarPropiedades
{
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.enviarPropiedades:hover
{
	color: #999999;
}


/*	LISTAR PROPIEDADES	*/
td.tituloListaPropiedades
{
	font-weight: bold;
	font-size: 15px;
}

td.descripcionListaPropiedades
{
	font-size: 13px;
}

td.valorListaPropiedades
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

/*	LISTAR PROPIEDAD	*/
td.tituloListaPropiedad
{
	font-weight: bold;
	font-size: 14px;
}

td.descripcionListaPropiedad
{
	font-size: 12px;
}



/* PAGINACION */
td.paginacion
{
	font-size: 12px;
/*	font-weight: bold; */
}

a.paginacion
{
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.paginacion:hover
{
	text-decoration: underline;
}

a.paginacionActual
{
	color:#999999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.paginacionActual:hover
{
	text-decoration: underline;
}



