


body {
    background: darkgrey;    
}

.contenedor{
    background: none repeat scroll 0 0 border-box rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4);
    color: #000000;
    left: 0;
    margin-top: 2.5%;
    padding: 20px 15px 50px 50px;
    width: 90%;
}


 
.contenedor .titulo{
    font-size: 3.5ex;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}
 
#pestanas {
    float: top;
    font-size: 2ex;
    font-weight: normal;
}
 
#pestanas ul{
    margin-left: -40px;    
}
 
#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 1px 1px -0px;
    color: #009ACA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid black;
    border-bottom: dimgray;
    padding: 5px 10px 5px 10px;
    line-height: 27px;
    border-style: hidden hidden none;
    transition:all 0.3s ease;
}

#pestanas li:hover{
    background: #009ACA;
    border-bottom: 7px solid #E2CDF8;
}

#pestanas li.active a{
    color: #ffffff;
}

#pestanas li.active{
    background: #B48BDF!important;
    border-bottom: 7px solid #E2CDF8;
}
 
#pestanas a:link{
    text-decoration: none;
    color: #FFF;
}
 
#contenidopestanas{
    clear: both;  
    background: white;
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid white;
    width: 96%;
}
.btn-caceres{
  background-color: #595ca1!important;
}
#myModal{
  display: hidden!important;
}

.error{
    border: 1px solid #de2828!important;
    -webkit-box-shadow: 0 1px 1px rgba(222,40,40,0.5)!important;
    -moz-box-shadow: 0 1px 1px rgba(222,40,40,0.5)!important;
    box-shadow: 0 1px 1px rgba(222,40,40,0.5)!important;
}

.bootstrap-filestyle .btn{
    margin-bottom: 13px;
    padding: 7px 16px 8px;
    margin-top: 3px;
}
.bootstrap-filestyle input[type="text"]{
    height: 30px;
}
.limpiafiles{
    margin-bottom: 10px;
}
.limpiafiles span{
    color: #FFFFFF;
}
