/* MODIFICACIÓN DE ESTILOS A ELEMENTOS PROPIOS HTML Y BOOTSTRAP*/
html,
body {
    height: 100%;
}

body {
    padding-top: 90px; 
}
p{
    text-align: justify;
    text-justify: inter-word;
}
label{
    font-size: 12px;
}

.navbar{
    min-height: 90px;
    font-family: "Gadugi";
    color: #987654;
}
.navbar-inner{
     /*background: url('img/bannerunior.jpg') center top repeat-x;*/
     background-image: url("../img/bannerunior.jpg");
     height: 100px;
     width: auto;
     border-bottom: 10px solid #F9D835;
 }

.navbar .nav{
    padding-top: 20px;
}

.navbar-header{
    padding-top: 10px;
}
.navbar-toggle{
    margin-top: 20px;
    /*margin-right: 35px;*/
    background-color: #fff;
}

#logo {
    margin-left: 0;
    width: 200px;
    height: 70px;
    background: transparent url("../img/logounior.png") no-repeat 0 50%;
}

.navbar-toggle .icon-bar{
     background-color: #337ab7;
}

.navbar-collapse{
    
}

.navbar-nav > li > a {
    color: #fff;
} 
.navbar-nav > li > a:focus, 
.navbar-nav > li > a:hover {
    outline: 0;
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}
.navbar-nav > .active > a, 
.navbar-nav > .active > a:focus, 
.navbar-nav > .active > a:hover {
    outline: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 100%;
}
.page-header {
    border-bottom: 1.5px solid #0753B9;
}


.ih-item.square{
    width: auto;
    height: auto;
    border: 0;
}

.ih-item.square.effect6 .info h3{
    font-family: "Gadugi";
    text-transform: none;
    font-size: 15px;
}
.form-control{
    height: 25px;
}



/*MIS ELEMENTOS Y ESTILOS PROPIOS*/
.panel-aux{
    border-color: #D7D5D7;
}

.panel-aux > .panel-heading {
    color: #0E5DAF;
    background-color: #D7D5D7;
    border-color: #D7D5D7;
    padding: 1px 15px;
}
.panel-aux > .panel-heading > h5{
    font-size: 13px;
}

.panel-aux > .panel-body {
    padding: 5px 10px;
    font-size: 12px;
}
.panel-aux > .panel-body > a {
    color:#333;
}
.panel-aux > .panel-body > a > i {
    color: #0E5DAF;
}

.desc-prod{
    font-size: 11.5px; 
}
.btn-flat{
    border-radius: 0px;
}
.obligatorio{
	font-size:16px;
}

footer {
    margin-bottom: 0;
    background: #333;
    font-size: 12px;
    color: #fff;
    font-family: "Cambria";
    text-align: center;
}

/* Responsive Styles */
@media(max-width:991px) {
    .ih-item.square{
        width: 225px;
        height: 225px;
        border: 0;
    }
}

@media(max-width:767px) {
    header.carousel{
        height: 40%;
    }
    .ih-item.square{
        width: 175px;
        height: 175px;
        border: 0;
    }
    .navbar-collapse {
        background-color: #002049;
    }
}