/* 
    Document   : zonas
    Created on : 05-mar-2013, 18:23:00
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#textoZonas{
    width: 730px;
    line-height: 20px;
    text-align: justify;
    margin-top: 20px;
    padding: 10px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-indent: 30px;
}

#introZonas{
    margin: 15px 0;
    text-align: center;
    font-style: italic;
}

.imagenZonas{
    margin: 15px 0px;
    text-align: center;
}

.imagenZonas img{
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

.contenidoZonas{
    width: 750px;
    text-align: center;

}

.categoriaZona{
        font-size: 25px;
    font-weight: bold;
}

.contenidoZonas a{
    text-decoration: none;
    color: black;
}

.itemLocalizacion{
    text-align: center;
    margin: 15px 5px;
    
   overflow: hidden;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
   padding: 5px 5px;
   
   cursor: pointer;
}

.urbana{
    width: 170px;
    height: 200px;
    margin-bottom: 20px;
}

.rural{
        width:167px;
        float: left;
        height: 200px;
}

.itemLocalizacion:hover{
    background-color: rgba(255,255,255,0.75);
}

.itemLocalizacion img{
    border: 1px solid #666;
    
}


.tituloLocalizacion{
    margin: 5px 0px 10px 0px;
    font-weight: bold;
}

.textoLocalizacion{
    margin: 2px;
    font-size: 16px;
}

.lineaSimple{
    margin-top: 40px;
}

.lineaDoble{
    margin-top: 30px;
}