root { 
    display: block;
}

.bloque_opinion{
    width: 100%;
}

.bloque_opinion h3{
    width: 100%;
     background-image: url("../../../img_new/fondos_h.jpg");
     background-repeat: repeat-x;
     font-weight: bold;
}

.bloque_opinion h4{
    width: 100%;
     background-image: url("../../../img_new/fondos_h.jpg");
     background-repeat: repeat-x;
     font-weight: bold;
}


.opinion{

 }
 .listado_opinion{

 }

 .bloque_texto{
    display: block;
    overflow: auto;
    height: 8em;
 }

.bloque_texto_titulo{
     background-image: url("../../../img_new/fondos_h.jpg");
     background-repeat: repeat-x;
     font-weight: bold;
 }


 .listado_opinion ul{
    margin: 0;
    padding: 0;
     display: block;
     float: left;
 }

 .listado_opinion li{
     list-style: none;
     float: left;
     border-bottom: 2em;
     display: block;
     float: left;
 }

 .opinion{

 }

 .opinion label{
    width: 20%;
    display: block;
    float:left;
    font-weight: bold;
 }

 .opinion .advertencia{
    font-size: 0.8em;
    width: 30%;
    float:right;
    display: block;
 }

 .no_error{
    display: none;
  }

  .error{
    display: block;
    color: red;
    font-weight: bold;
    background-image: url('./img/info_error.gif');
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }
