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

.sep-gris {
	background-color:#CCC;
	height:50px; 
	margin-bottom:5px; 
	margin-top:5px;
}

.idiomas {
    padding-top:14px;
}

.redondo {
	-moz-border-radius: 10px;
 	border-radius: 10px;
}

nav.navbar ul.nav li a {
    color: #272980;/*#0d17aa;*/
	font-weight:bold;
}

/*ul.navbar-nav li.active {
    background-color:#0d17aa;
}*/

.navbar-default {
	height:52px;
}

.navbar-default .navbar-nav > .active > a {
    /*color: #ffffff;*/
    background-color: #272980;/*#181ea5;*/
	color:#fff;
}

.container {
  transition: padding 500;
}

.container-is-open {
  padding-top:200px;
}

footer {
    color: #fff;
	margin-top:5px;
}

footer h3 {
    margin-bottom: 30px;
}

.fa {
	color:#FFFFFF;
}

.fa:hover {
	color:#e3e3e3;
}

footer .footer-above {
    padding-top: 4px;
    min-height: 50px;
    background-color:#272980; /*#181ea5;*/ /*#2c3e50;*/
}

footer .footer-col {
    margin-bottom: 0px;
    padding-top: 3px;
}

footer .footer-below {
    padding: 5px 0;
    background-color: #fff;/*#233140;*/
	color:#181ea5;
}

.btn-social {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    margin-top: 3px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}


.panel-body > p {
	text-align:justify;
}