.titulo
{
    font-family:Arial Verdana;    
    font-size:11px;
    font-weight:bold;
    color:Black;
}

.descripcion
{
    font-family:Arial Verdana;    
    font-size:10px;
    font-weight:normal;
    color:Black;
    text-align:center;
}

.foto
{
    width:230px;
    height:120px;    
    text-align:center;
    cursor:hand; 
    cursor:pointer;
}

.icono
{
    width:20px;
    height:20px;    
    text-align:center;
}

.iconoDescripcion
{
    font-family:Arial Verdana;    
    font-size:10px;
    font-weight:normal;
    color:Black;
    width:99%;    
}

.tdP
{
    width:1%;
}

.table
{
    width:100%;
}

a:link,a:active,a:visited {color : #003DB2; text-decoration: none;}
a:hover		{text-decoration: underline ; color : #003DB2; }

.olMarkerLabel 
{
    font-size: small;
    color: white;
    background-color: darkblue;
    width: auto;
    padding: 1px;
    border: 1px white solid;
    opacity: 0.7;
    z-index: 1000;
}