/* 
Document   : firefox
Created on : 12-feb-2009, 13:51:35
Author     : LeyreA
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.carruselCentro{
    position:absolute;
    width:324px;
    height:250px;
    margin-left:27%;
    /* *margin-left:-160px;*/
    margin-top:-8%;
    z-index:-1;
}
.cuadroFotos2{
   /*background:pink;*/
    /*margin:15 auto;*/
    margin:20px;
    width:100%;
   /* *width:99%;*/
    height:400px;

}
.dchaPie{
    float:left;
    width:30.4%;
   /* *width:31.7%;*/
    height:25px;
    text-align:right;

}
.centroPie{
    float:left;
    width:38%;
    /**width:36.3%;*/
    height:25px;
    text-align:center;

}
.lista_errores{
     margin-left: 20px; /*!important;*/
 
   /* *margin-left: 0px; !important;*/
    text-align:justify;
    padding-right:9px;
}
#texto_contenido {
    /*padding-top:34px;*/
    padding-top:47px;
    width: 100%;
    color:#848381;
    text-align:justify;


}