.col-centrado
{
    float: none !important;
    margin: 0 auto;
}
.seleccion:hover
{
    -webkit-transition    : all 0.25s ease-in-out;
    -moz-transition       : all 0.25s ease-in-out;
    -ms-transition        : all 0.25s ease-in-out;
    -o-transition         : all 0.25s ease-in-out;
    transition            : all 0.25s ease-in-out;
    opacity: 0.8;
    cursor: pointer;
}
.barra-pie
{
    height:35px;
    
    width: 100%;
    z-index: 100;
    background: #011365;
    bottom: 0px;
    border-top: 1px solid #E4E4E4;
    padding-top: 5px;    
}
.barra-piee1
{
    height:35px;
    
    width: 100%;
    z-index: 100;
    background: #66012B;
    bottom: 0px;
    border-top: 1px solid #E4E4E4;
    padding-top: 5px;    
}
.text-right
{
    font-family: arial;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.form-group label
{
    font-size: 15px;
    color: #fff;    
}
.forma1 .form-group label
{
    font-size: 17px;
    color: #fff;    
}
.tit1 
{
    padding: 20px;
    background: #011365;
    z-index: 2000;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    line-height: 1.1em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    border-radius: 10px;
}
.tit2
{
    padding: 20px;
    background: #011365;
    z-index: 2000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    line-height: 1.1em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    border-radius: 10px;
}
.tite1 
{
    padding: 20px;
    background: #66012B;
    z-index: 2000;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    line-height: 1.1em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    border-radius: 10px;
}
.tite2
{
    padding: 20px;
    background: #66012B;
    z-index: 2000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    line-height: 1.1em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    border-radius: 10px;
}

.borde1
{
    border:1px solid #fff;
}
.borde2
{
    border: 5px solid #fff;
    padding-bottom: 20px !important;
    border-radius: 10px;
}
.boton1 {    
    font-family: arial;
    font-size: 17px;
    font-weight: bold;    
    color: #FFF001 !important;
    width: 100%; 
    outline: none;
    padding: 15px 60px;
    border: none;
    background: #0A9ADA;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;    
    margin: 0 auto;
    margin: 0 auto;
    box-shadow: inset 5px -5px 5px 0px #0A9ADA;
}
.boton1:hover{ 
    color: #fff !important;
    background: #0A9ADA;
    text-decoration: none;   
    box-shadow: inset -6px 6px 5px 0px #0A9ADA;
}

.boton2 {    
    font-family: arial;
    font-size: 17px;
    font-weight: bold;    
    color: #fff !important;
    width: 100%; 
    outline: none;
    padding: 15px 60px;
    border: none;
    background: #0219ca;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;    
    margin: 0 auto;
    margin: 0 auto;
    box-shadow: inset 5px -5px 5px 0px #030f6f;
}
.boton2:hover{ 
    color: #fff !important;
    background: #0219ca;
    text-decoration: none;   
    box-shadow: inset -6px 6px 5px 0px #030f6f;
}
.alert-danger {
    color: #ffffff !important;
    background-color: #ff0000  !important;
    border:none  !important;
    font-size: 21px  !important;
    text-align: center  !important;
}
.alert-info {
    color: #FF5500;
    background-color: #ffffff;
    border-color: #bce8f1;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.padd
{
padding-left:5px !important;
padding-right:5px !important;
}