html{
    height:100%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(147,182,216,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(147,182,216,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(147,182,216,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(147,182,216,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(147,182,216,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(147,182,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#93b6d8', GradientType=0 );
}
body{
    background-color: transparent;
}
.top{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #0A1740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}
.logo{
    max-width: 65px;
    margin-left: 25px;
    margin-top: 25px;
}
.nombre{
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;

}
.nav > li {

    margin-left: 40px;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}
.navbar-nav > li > a {

    color: #ffffff);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #38A6F0;
    background-color: transparent;
}
.navbar-nav {

    margin-right: 50px;
}
.navbar-standard .navbar-nav > li > a:hover, .navbar-standard .navbar-nav > li > a:focus {
    color: #ffffff;
    border-color: #ffffff;
}
.banner-grande{
    height: 300px;
    max-width: inherit;
    width: 100%;
    position: relative;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.navegacion{
    margin-bottom: 15px;

}
.titulo{
    background: rgba(14,33,93,1);
    background: -moz-linear-gradient(left, rgba(14,33,93,1) 0%, rgba(67,82,129,0.34) 22%, rgba(255,255,255,0.34) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,33,93,1)), color-stop(22%, rgba(67,82,129,0.34)), color-stop(100%, rgba(255,255,255,0.34)));
    background: -webkit-linear-gradient(left, rgba(14,33,93,1) 0%, rgba(67,82,129,0.34) 22%, rgba(255,255,255,0.34) 100%);
    background: -o-linear-gradient(left, rgba(14,33,93,1) 0%, rgba(67,82,129,0.34) 22%, rgba(255,255,255,0.34) 100%);
    background: -ms-linear-gradient(left, rgba(14,33,93,1) 0%, rgba(67,82,129,0.34) 22%, rgba(255,255,255,0.34) 100%);
    background: linear-gradient(to right, rgba(14,33,93,1) 0%, rgba(67,82,129,0.34) 22%, rgba(255,255,255,0.34) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e215d', endColorstr='#ffffff', GradientType=1 );
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.sangria{
    margin-left: 20px;
}
.contenidos{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #0A1740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background-color: transparent;
    border: none;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #7F9DAE;

}
.nav-tabs > li > a {
    color: #ffffff;
    border: none;

}
.nombres{
    width: 330px;
}

.nav-tabs {
    border-bottom: none;
}
.logo1{
    width: 25px;
    height: 25px;
}
.c-nombre{
    color: #156B99;
    font-size: 20px;
}
.c-mail{
    color: #1F48A0;
}
.c-mails{
    color: #38A6F0;
    text-decoration: none;
}
.c-mails > a:hover{

    text-decoration: none;
}
.cabecera{
    background-color: #13265D;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.textos{
    border : none;

    color : #ffffff;
    padding : 4px;
    width : 80%;
    height : 280px;
    overflow : auto;
}