/**********************************************************************/
/** This file belongs to "3D Fractal Dimension" package software     **/
/** Este fichero pertenece al programa "3D Fractal Dimension"        **/
/** (c) 2014 - J. Ruiz de Miras, J. Jimenez, F.J. Esteban, J. Navas, **/
/**            A.M. Lopez, J. Cruz, A. Graciano, P. Villoslada       **/
/**********************************************************************/

body{
    background:transparent url(../images_web/fondo.png) repeat-x;
}

#contenido{
    margin:auto;
    padding-left:0px;
    width:1000px;
}

#centro{
    width:800px;    
    float:left;
}
#centro .titulo{
    /*background:transparent url(../images_web/titulo.png) no-repeat;*/
    background: transparent url(../images_web/titulo.png) no-repeat !important;
    background: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images_web/titulo.png');

    height:26px;
    padding-left:15px;
    color: #ffffff;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
}

#centro .info{
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    width:780px;
    overflow:hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#centro .info .datos{
    color: #4c7260;
    font-style: italic;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}

/*
#centro .info a:hover{
    color:#fc4c23;
}
*/
#centro .info a:visited{
    text-decoration: none;
}

#centro .pieImagen{
    font-weight:bold;
    font-size: 11px;
    text-align: center;
}

.volver a{ 
    font-size: 14px;
    color:#2b6d31;
    font-weight: bold;
}

.rojo {color: #FF0000}
.verde {color: #2b6d31}
.amarillo {color: #FFCC00}
.amarillo2 {color: #D7AC00}
