@charset "utf-8";
/* CSS Document */
#ie{ display:none;}
body{ background:#F5F6F8; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

figure img{ width:100%;}

h1,h2{
	color:#333;
}
h1,h2,h3,h4,h5{
	margin-top:0;
}

h1{
	font-size:18px;
	border-bottom:#2866ac solid 5px;
	padding-bottom:9px;
	margin-bottom:9px;
	padding-top:10px;
}
h2{
	color:#9dcc63;
	font-size: 25px;
	margin-bottom:10px;
}
h3{
    color: #2866ac;
    font-size: 20px;
}

a{ color:#3c65a2}

.btn-default {
	background-color:#F5F6F8;
}
.btn-warning {
    color: #fff;
    border-color: #CAAB1B;
	background-color: #faef6e; /* Old browsers */
	background: -moz-linear-gradient(top, #faef6e 0%, #f7e30d 6%, #e1bd12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #faef6e 0%,#f7e30d 6%,#e1bd12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #faef6e 0%,#f7e30d 6%,#e1bd12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faef6e', endColorstr='#e1bd12',GradientType=0 ); /* IE6-9 */
}
.btn-warning:hover {
    border-color: #CAAB1B;
	background: #faef6e; /* Old browsers */
	background: -moz-linear-gradient(top, #faef6e 0%, #ebd984 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #faef6e 0%,#ebd984 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #faef6e 0%,#ebd984 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faef6e', endColorstr='#ebd984',GradientType=0 ); /* IE6-9 */
}

.header-top{
	padding-top:6px;
	padding-bottom:6px;
}

.bg1 {
	background-color: #F4F4F4;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(36,36,36,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(36,36,36,1);
	box-shadow: 0px 0px 2px 0px rgba(36,36,36,1);
}

.box-video{
	padding:6px;
}
.box-video .embed-responsive{ margin-bottom:5px;}
.box-donar{
	font-size:19px;
	text-align:center;
	padding:30px 0;
	margin-top:30px;
}

.box-donar a { font-weight:bold; }
.box-donar .btn {padding-left:30px; padding-right:30px; }

.box-flias h3{ margin:20px 0;}
.box-frase{
	padding:30px;
	color:#FFF;
	background:url(../img/bg-fraces.jpg) repeat;
}

#logo {
	width:175px;
	height:89px;
}

.box-idiomas {
    text-align: right;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.box-idiomas a.btn {font-size:12px;}

.imgTop1 figure, .imgTop2 figure{ position:relative;}
.imgTop1 figcaption {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #FFFFFF;
    font-size: 45px;
    text-shadow: 3px 3px #333;
    max-width: 550px;
	bottom:30px;
	left:50px;
	position:absolute;
}

.imgTop2 figcaption {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #FFFFFF;
    font-size: 35px;
    text-shadow: 3px 3px #333;
    max-width: 550px;
	bottom:30px;
	left:50px;
	position:absolute;
}






/* menu header */
header .navbar-brand {
    padding: 0;
}
.navbar-inverse {
	background: #FFF;
}
header .navbar{
	border:none;
	border-radius:0;
	margin-bottom:0;
	padding:5px 20px;
}
header .nav{}

.navbar-inverse .navbar-nav>li>a {
	color:#3c65a2;
	 border-radius:6px;
	 padding:6px 20px;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background:#F5F6F8;
	color:#3c65a2;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	text-decoration:underline
}

.navbar-inverse .navbar-nav>li>a.btn-login {background-color: #9dcc63; }
.navbar-inverse .navbar-nav>li>a.btn-login:hover {background-color:#2867AC; color:#FFF}

header .navbar-inverse .navbar-collapse, header .navbar-inverse .navbar-form {
	border: none;
}



	/* submenu ::: muestra submenu con mousehover */

	@media (min-width: 768px) {
	  ul.nav li:hover > ul.dropdown-menu {
		display: block;
	  }
	}

	/* submenu colores */
	.dropdown-menu {
		background-color: #000;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	.dropdown-menu>li>a {
		color: #FFF;
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		color: #E1E1E1;
		text-decoration: none;
		background-color: #0479BF;
	}


section{
	background:#FFF;
	padding:30px;
}

.img-section{
	max-width:250px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

/* box-noticias */

.box-noticias{

}

.box-noticias figure{
	padding-left:0;
}

hr{
	border-bottom: 1px solid #ccc;
}

.noticia{ padding: 0 10px;}
.noticia .banner{
	margin-top:30px;
}

.banner-col {
	max-width:301px;
	margin:10px auto;
}

.banner figure  {
	max-width:350px;
	margin:10px auto;
}

.banner-prestamo{
	max-width:350px;
	margin:0 auto;
}
.banner-prestamo img{ width:100%;}

.box {
    background-color: #D8FFB1;
    border: 2px dashed #669933;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	padding:15px;
}
.box p { margin:0;}
.box span { color:#F60; }

/* gallery */
.gallery {
	overflow:hidden;
	padding:10px;
}
.gallery .thumbnail { margin-bottom:5px; margin-top:5px;}
.gallery .row{
	margin-left:-8px;
	margin-right:-8px;
}
.gallery div[class*="col-"]{
	padding-left:5px;
	padding-right:5px;
}

figure.ampliar{
	background: url(../img/icon-lupa.png) no-repeat center center;
}
figure.ampliar:hover img{
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* formulario */

#prestamos{
	max-width:301px;
	margin:0 auto;
}
#prestamos-form {
	background:#F1F1F1;
	padding: 0 15px;
	position:relative;
}
#prestamos-header img { width:100%;}

form label {
    display: inline-block;
    max-width: 100%;
	margin-bottom:inherit;
	font-weight:200;
    font-size: 12px;
	margin-bottom:0;
}
form .form-group {
    margin-bottom: 5px;
}
.input-sm, .form-group-sm .form-control { height:27px; }

form .btn-success {width:100%; margin:5px 0}


.box-contacto {
	background:#017AC3;
	color:#FFF;
	padding:30px;
}
.box-contacto h3{
	color:#FFF;
	border-bottom:#fff dashed 2px;
	padding-bottom:15px;
}
.box-contacto p {padding-bottom:50px; }
.box-contacto a { color:#FFF; }
.box-contacto .contacto { margin-bottom:10px; font-size:18px;}

.box-formulario-contacto{
	position:relative

}
#formLoading {
    background: rgba(255,255,255,.8) url(../img/loading.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display:none;
}

label.error{
	font-weight:normal;
	font-size:12px;
	color:#C30;
}
input.error,select.error, textarea.error{
	border-color: #C30;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
}

/* listado producto*/

.box-info-producto{
	margin-bottom:30px;
	height:180px;
}
.txt-producto{
		background-color:#FFF;
		background-position:center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

		overflow:hidden;
		height:100%;
		display:table;
		width:100%;
}
.txt-producto span{
	display:table-cell;
    vertical-align:middle;
	text-align:center;
	background: rgba(0,0,0,.3);
	color:#FFF;
	font-size:24px;
	line-height:23px;
	text-transform:uppercase;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
	-webkit-text-shadow: 0 0 10px #0F0F0F;
	-moz-text-shadow: 0 0 10px #0F0F0F;
	-o-text-shadow: 0 0 10px #0F0F0F;
	text-shadow: 0 0 10px #0F0F0F;
}

.box-info-producto a:hover .txt-producto span{
	background: none;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}

/* footer */

footer{ background:#124071; color:#FFF; padding:30px 10px; text-align:center}


/* scrollup */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
}


/* movil */
@media (max-width: 768px) {

	.container{ padding:0;}

	#logo{
		width:99px;
		height:50px;
	}
	#logo img { height:100%}

	.navbar-toggle { background-color:#2867AC  }

	.box-idiomas {
		text-align: left;
		margin-right: 15px;
		float: right;
		padding-bottom: inherit;
	}

	.imgTop1 figcaption, .imgTop2 figcaption {

		font-size: inherit;
		text-shadow: none;
		bottom:0;
		left: 5px;
	}

	.box-destacado .destacado { margin-bottom:20px; }

	.box-noticias .noticia { text-align:center;}
	.noticia { padding:0;}

	.scrollup { display:none!important;}

}