/***********************************************/
/* InvestHouse.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body.inicio{
        font-family: Arial,sans-serif;
        color: #333333;
        line-height: 1.166;     
        margin: 5px 0px 30px 0px;
        padding: 0px;
        background: #cccccc url("images/bg_grad.gif") fixed;
}

body.contenidos{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

body.popup{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

/************* mapLinks styles **************/

#mapLinks{

}

#mapLinks a{       
        font-weight:bold;
        font-family:Arial,sans-serif;
        color: #ffffff; 
        position:absolute;
        text-decoration: none;
}

#mapLinks a:hover{
        color: #FF0000; 
        text-decoration: none;
}

#credits{

}

#credits a{       
        font-weight:bold;
        font-family:Arial,sans-serif;
        color: #ffffff; 
        position:absolute;
        text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagCell{
        width: 780px;
        height: 600px;
        background-color: #ffffff;
        text-align: left;
        margin: 0px;
        padding-bottom:0px;
}

#tl {
        position:relative;
        top: -10px;
        left: -1px;
        align: left;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#tr {
        position:relative;
        top: -10px;
        left: 765px;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#pageName{
        padding: 10px 0px 35px 0px;
        margin: 0px;
        border-bottom:1px solid #cccccc;
}


.textoCell{
        font-family:Arial,sans-serif;
        padding: 10px 0px 0px 0px;
        font-size: 12px;
        text-align: justify;
        vertical-align:top;
}

.pageNav{
	width:130px;
        background-color: #F5f7f7;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        font: 10px Verdana,sans-serif;
	padding: 1px 1px 2px 2px;
	cursor:hand;
}

#contenidos{
	width: 630;
	height:500; 
}

.titlepageNav{
		width:140px;
        font: 10px Verdana,sans-serif;
        font-weight: bold;
}

.localidades{
		width:140px;
        font: 10px Verdana,sans-serif;
        font-weight: bold;
        border: 0 0 0 0;
}
.punto{		
        background-color: #F5f7f7;
        border-bottom: 1px solid #bbbbbb;
        font: 16px Verdana,sans-serif;
        font-weight: bold;
}

h4{
 font: 11px Arial,sans-serif;
 color: #000000;
 margin: 5px 0px 5px 0px;
 padding: 0px;
}

a:link, a:visited{
        color: #ffffff;
        text-decoration: underline;
}

.topmnu {
	font: 10px Verdana, Arial;
	color: #ffffff;
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	height: 15px;
}

.pie {
	font: 10px Verdana, Arial;
	color: #ffffff;
	height: 18px;
	text-align: center;
}

.fototh {
	width:100px;
	height:75px;
        border-bottom: 1px solid #cccccc;   
}


/* ESTILOS DE EL LISTADO */
.listtitulo {
	font: 12px Verdana, Arial;
	background-color: #F5f7f7;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

.listtipologia {
	font: 10px Verdana, Arial;
	background-color: #aaaaaa;
	padding: 2px 10px 2px 10px;
	color: #eeeeee;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.listdescripcion {
	font: 11px Verdana, Arial;
	padding: 3px 10px 3px 10px;
	height:50px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.listprecio {
	font: 9px Verdana, Arial;
	padding: 0px 10px 0px 0px;
	color: #000000;
	text-align: right;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #F5f7f7;
}
