/*** CSS Document ***/

table.contacto{
}
table.contacto td.titulo{
color: #696969;
font-size:12px;
font-weight:bold;
width:120px;
height:17px;
}

/*-------------------- Otras Propiedades ----------------------------*/
.propFoto{
width: 180px;
margin-left:0px;
margin-top:0px;
float: left; 
display: inline;
}

.propDetalles{
font-size:10px;
width: 180px;
height: 80px;
padding-left: 2px;
float: left; 
display: inline;
}
    .propDetalles a:link{
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    color: #1E25BD;
    }
    .propDetalles a:visited {
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    color: #1E25BD;
    }
    .propDetalles a:hover {
    text-decoration:underline;
    font-weight:bold;
    font-size:10px;
    color: #1E25BD;
    }
    .propDetalles a:active {
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    color: #1E25BD;
    }  