@charset "utf-8";
/* CSS Document */

.fondo-gris{
    background:#DBD9CC;
     padding:20px 30px;
}
    
.colorB{
padding:20px 30px;
border-radius:10px;
}
    .fondo-contrato{
    background-image:url("../Imagenes/Datec_ERP/fondo-contrato.jpg");
    background-size:100% 100%;
    background-repeat:no-repeat;
background-attachment:fixed;
    }

 .btn {
  margin:15px 0px 0px 0px;
  }
.opacity button a{
   text-decoration:none;
   color:#ffffff;
}


.accordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
    border:1px solid #666;
    border-radius:10px;
    width:100%;
    padding:10px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:18px;
    line-height:16px;
    background:rgba(147,206,222,1);
    border:1px solid #542437;
    color:#542437;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    font-weight:600;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    color:#FFF;
    border-radius:10px;
    box-shadow:0px 2px 10px #000;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background: rgba(73,155,234,1);
    color:#000;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
    font-weight:500;

}
.accordion .content {
    padding:0px 10px;
    overflow:hidden;
    border:1px solid #fff; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

.accordion p {
    color:#333;
    margin:10 10px;

}

/* Vertical */
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:15px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    border:1px solid #542437; /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
    height:0px;
    border-top:0;
}
.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
    height:auto;
    border:1px solid #666;
}
