/*
    Document   : obrasFichasObra
    Created on : 17/11/2011
    Author     : Contactnova S.L., Abel Pérez Guardado
    Description: Este CSS contén os estilos que definen para a páxina de como traballamos en obras
*/

#contenidoPaginaPublica #centro{      
}

#contenidoPaginaPublica #centro h2{    
    margin: 10px 0 10px 0;
    font-size: 1.1em;
}

#secciones tr td {
    padding: 0 5px 0 5px;
}

#bloquesDatos tr td { 
    border-right: 1px solid #376f6f ;
    padding:0  10px 0 10px;
    vertical-align: top;
}

#bloquesDatos tr td.sinBorde {  
    border:none; 
}

.seccion {
    position: relative;
    width: 430px; height: 346px;
}

.numero {
    position: absolute;
    width: 18px; height: 18px;
     left: -8px;
}

.numero a, .numero a:visited {
    display: block;
}
#numero1 {
    top:25px;
}
#numero2 {
    top: 125px;
}
#numero3{
    top:10px;
}
#numero4 {
    top:75px;   
}


#secciones {
    font-size: 0.9em;
    font-style: italic;
}

.opcion {
    margin-bottom: 10px;
    width: 415px;
    padding: 5px;
}

.opcionDestacar {
    border: 1px solid #376f6f ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFF;
    font-weight: bold;
}