.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
	background-color: #5da2cb;
}

/*cover area*/


.cover-fondo {
	margin-top: -10px;
	
	background: rgba(112,160,208,1);
	background: -moz-linear-gradient(left, rgba(112,160,208,1) 0%, rgba(194,215,236,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,160,208,1)), color-stop(100%, rgba(194,215,236,1)));
	background: -webkit-linear-gradient(left, rgba(112,160,208,1) 0%, rgba(194,215,236,1) 100%);
	background: -o-linear-gradient(left, rgba(112,160,208,1) 0%, rgba(194,215,236,1) 100%);
	background: -ms-linear-gradient(left, rgba(112,160,208,1) 0%, rgba(194,215,236,1) 100%);
	background: linear-gradient(to right, rgba(112,160,208,1) 0%, rgba(194,215,236,1) 100%);
	background-image: url(../img/ft-cover2.png);
	background-repeat: no-repeat;
}

.cover-texto {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 350px;
}

.texto-blanco {
	color: #fff;
}


.texto-azul {
	color: #6d9dce;
}

.claves {
	background-color: #efefef;
	line-height: 42px;
	margin-top: 0;
}

.texto-12em {
	font-size: 1.2em;
}

.texto-1em {
	font-size: 1em;
}

.borde-abajo {
	border-bottom: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
}

.borde-arriba {
	border-top: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
}

.padding-izq-20 {
	padding-left: 20px;
}

.padding-top-10 {
	padding-top: 10px;
}

.lista-ul {
	float: left;
	width: 50%;
	list-style-image: url(../img/fft-icon-lista.jpg);
	margin-top: -10px;
}

.lista-ul li{
	margin: 10px 0;
	margin-top: 0;
}

.pie {
	background-color: #cccccc;}




/******************************
responsive area
********************************/

.logo-imagen2 {
		display: none;
}

.logo-imagen3 {
		display: none;
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
h3{
	font-size:1.5em;
}
	
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
h3{
	font-size:1.5em;
}

	
}

/* XS Portrait */
@media (min-width: 361px) and (max-width: 479px) {
.logo-imagen1 {
		display: none;
}

.logo-imagen2 {
		display: none;
}

.logo-imagen3 {
		display: block;
		visibility: visible;
}
#cover-texto {
	display: none;
}

.cover-texto {
	text-align: center;
}

h3{
	font-size:1.8em;
}


}

@media (max-width: 360px) {
.logo-imagen1 {
		display: none;
}

.logo-imagen2 {
		display: block;
		visibility: visible;
}

.logo-imagen3 {
		display: none;
}

#cover-texto {
	display: none;
}

.cover-texto {
	text-align: center;
}

h3{
	font-size:1.5em;
}




}
