body,
html {
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	font-family: Gotham, "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

body.dark {
	background-color: #373535;
}



* {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

h4 {
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 22px;
	color: #FFF;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}


.templatemo-top-bar {
	background-color: #fff;
	border-bottom: solid 1px #f1f1f1;
	position: fixed;
	z-index: 2000;
	width: 100%;
}

body.dark .templatemo-top-bar {
	background-color: #373535;
	border-bottom: solid 1px #000;
	position: fixed;
	z-index: 2000;
	width: 100%;
}

.templatemo-top-menu {
	background-color: #FFF;
	z-index: 1000;
	width: 100%;
	border-bottom: solid 1px #dbdbdb;
}

.templatemo-top-logo {
	background-color: #FFF;
	z-index: 1000;
	width: 100%;
	margin-top: 45px;
}

body.dark .templatemo-top-logo {
	background-color: #212020;
	z-index: 1000;
	width: 100%;
	margin-top: 45px;
}

.templatemo-top-menu .navbar-toggle {
	margin-top: 20px;
	right: 0;
}

.templatemo-top-menu .navbar-brand {
	padding: 0;
	margin: 5px 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
	background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	margin-bottom: 0;
	height: 500px;
}

#templatemo-carousel .carousel-caption {
	z-index: 10;
}

#templatemo-carousel .item {
	height: 500px;
}

#templatemo-carousel .carousel-inner>.item>img {
	position: absolute;
	min-width: 100%;
	height: 500px;
	left: 0;
	top: 0;
}

.carousel-innerbanner {
	background-image: url('../images/banners_carrusel/ces_virtual_banner_1.png');
	background-position: center;
}

body.dark .carousel-innerbanner {
	background-image: url('../images/banners_carrusel/ces_virtual_banner_1b.png');
	background-position: center;
}

@media (min-width: 768px) {
	#templatemo-carousel .carousel-caption p {
		margin-bottom: 20px;
		line-height: 1.4;
		font-size: 21px;
	}

	#templatemo-carousel .carousel-caption {
		padding-bottom: 140px;
		right: 20%;
		left: 20%;
	}
}

@media (max-width: 768px) {
	#templatemo-carousel .carousel-caption {
		padding-bottom: 120px;
	}
}

@media (max-width: 1024px) {
	#templatemo-carousel {
		background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow-x: hidden;
		margin-bottom: 0;
		height: 500px;
	}
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
	min-height: 80px;
}

.templatemo-slogan {
	font-family: 'Montserrat-Black', sans-serif;
	font-weight: normal;
	margin: 0;
	margin-top: 37px;
	margin-bottom: 13px;
}

.templatemo-service {
	margin-bottom: 0px;
	margin-top: 50px;
}

.templatemo-service-item {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
}


.templatemo-service-item p {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
}

.subheader {
	font-family: 'Montserrat-Bold', sans-serif;
	font-weight: normal;
	color: #00abaf;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 32px;
}

body.dark .subheader {
	color: #f1f1f1;
}


.btn-azul {
	border: solid 1px #4d9fda;
	border-radius: 5px;
	color: #4d9fda;
}

.btn-azul:hover,
.btn-azul:focus,
.btn-azul:active,
.btn-azul.active,
.open .dropdown-toggle.btn-azul {
	background-color: #4d9fda;
	color: #ffffff;
	border: solid 1px #4d9fda;
}

.btn-login {
	font-family: 'Montserrat-Bold', sans-serif;
	background-color: #15284b;
	border: solid 1px #15284b;
	color: #FFF;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
	background-color: #cddc29;
	color: #ffffff;
	border: solid 1px #cddc29;
}

.btn-invitados {
	font-family: 'Montserrat-Bold', sans-serif;
	border: solid 1px #15284b;
	color: #15284b;
	background-color: #eeeeee;
	text-transform: uppercase;
	margin-top: 10px;
}

.btn-invitados:hover,
.btn-invitados:focus,
.btn-invitados:active,
.btn-invitados.active,
.open .dropdown-toggle.btn-invitados {
	background-color: #15284b;
	color: #ffffff;
	border: solid 1px #15284b;
}

.btn-green {
	background-color: #2ecc71;
	border-bottom: 2px solid #27ae60;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
	background-color: #27ae60;
	color: #ffffff;
}



.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #4d9fda;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: #FFF;
	color: #00abaf;
	border-bottom: solid 2px #00abaf;
}



.navbar-default {
	background-color: #fff;
	border: none;
}

body.dark .navbar-default {
	background-color: #212020;
	border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #FFF;
	color: #15284b;
	border-bottom: solid 2px #15284b;
}

.navbar {
	margin-bottom: 0px;
}

.templatemo-service-item-header {
	font-family: 'Montserrat-Black', sans-serif;
	color: #000;
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.templatemo-header-azul {
	background-color: #4d9fda;
	min-width: 298px;
	height: 67px;
	color: #fff;
}

.team_hr {
	border: 1px solid #fff;
	width: 39.5%;
	float: left;
}

.team_hr_left {
	margin-right: 30px;
	margin-left: 15px;
}

.team_hr_right {
	margin-left: 30px;
}

.hr_gray {
	border: 1px solid #cccccc;
}

.templatemo-team {
	background-color: #15284b;
	font-family: 'Montserrat-Black', sans-serif;
	min-height: 550px;
	color: #ffffff;

}

.templatemo-line-header {
	margin-top: 100px;
	margin-bottom: 80px;
}

.member-thumb:hover .thumb-overlay {
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
	opacity: 1;
}

.member-thumb {
	position: relative;
	overflow: hidden;
}

.member-thumb .thumb-overlay {
	background-color: rgba(39, 44, 68, 0.8);
	position: absolute;
	visibility: hidden;
	padding-top: 45%;
	padding-left: 25%;
	height: 100%;
	width: 100%;
	opacity: 0;
	right: 0;
	top: 0;
}

.thumb-overlay a {
	float: left;
	margin-right: 5px;
}



.team-inner {
	margin-top: 10px;
}

.team-inner-header {
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 22px;
	text-align: left;
	line-height: 24px;
	margin-top: 20px;
}

.team-inner-subtext {
	font-weight: normal;
	font-size: 12px;
	color: #8c8c8c;
}

.row_team {
	margin-left: -50px;
	margin-top: 70px;
}

.row_team li {
	list-style: none;
}

.templatemo-project-box {
	background-size: cover;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.templatemo-project-box:hover .project-overlay {
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
	opacity: 1;
}

.project-overlay {
	background: rgba(0, 0, 0, .75);
	border: none;
	visibility: hidden;
	position: absolute;
	text-align: center;
	padding-top: 40px;
	color: #ffffff;
	height: 100%;
	width: 100%;
	opacity: 0;
	right: 0;
	top: 0;
}


.project-overlay hr {
	width: 70%;

}

.templatemo-project-gallery li {
	margin: 0 15px 20px;
}

.txt_cesvirtual {
	color: #15284b;
	font-family: 'Montserrat-Black', sans-serif;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 27px;
	text-align: center;
}

.txt_copy {
	color: #4d9fda;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

.txt_slogan {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #00abaf;
	text-align: center;
	font-weight: bold;
}

body.dark .txt_slogan {
	color: #f1f1f1;
}

.templatemo-line-header span {
	font-size: 18px;
	float: left;
	margin-top: 10px;
}

.team_box div {
	text-align: center;
	padding-top: 100px;
}

.span_blog {
	margin-bottom: 80px;
}

.blog_post {
	color: #333333;
	padding: 10px;
	margin-bottom: 45px;
}

.blog_header {
	font-family: 'Montserrat-Black', sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 24px;
}

.tipo-doc {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #00abaf;
	font-size: 15px;
	line-height: 17px;
	padding-top: 4px;
}

.blog_text {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 15px;
	margin-top: 10px;
	color: #535353;
}

#templatemo-contact {
	font-family: 'Montserrat-Regular', sans-serif;
	background-color: #fafafa;
	margin-top: 40px;
	font-size: 15px;
	color: #535353;
	padding-bottom: 40px;
	line-height: 20px;
}

.templatemo-contact-map {
	margin-bottom: 15px;
	height: 378px;
	border-radius: 5px;
}

.head_contact {
	padding-bottom: 80px;
	margin-bottom: 0;
}

.contact_right img {
	margin-right: 5px;
}

.contact_right form {
	padding-left: 15px;
	padding-right: 15px
}

.tweet_txt {
	border-left: 2px solid #ffffff;
	min-height: 160px;
}

.twitter_user {
	color: #FFFF33;
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	background-color: #ffffff;
}

body.dark .templatemo-partners {
	background-color: #000;
}

.templatemo-partners .templatemo-partner-item {
	margin-bottom: 5px;
}

.templatemo-footer {
	margin-top: 0px;
	background-color: #15284b;
	padding-top: 10px;
}

body.dark .templatemo-footer {
	margin-top: 0px;
	background-color: #212020;
	padding-top: 10px;
}

.footer_container {
	margin-top: 60px;
	margin-bottom: 20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color: #333333;
}

.social-icon-fb {
	background: url('../images/social-icon-fb.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}

a:hover .social-icon-fb {
	background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
	background: url('../images/social-icon-rss.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}

a:hover .social-icon-rss {
	background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
	background: url('../images/social-icon-twitter.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}

a:hover .social-icon-twitter {
	background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
	background: url('../images/social-icon-linkedin.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}

a:hover .social-icon-linkedin {
	background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
	background: url('../images/social-icon-dribbble.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}

a:hover .social-icon-dribbble {
	background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery li a img:hover {
	border: none;
}

.templatemo-gallery-category a {
	color: #333333;
}

.templatemo-gallery-category a.active {
	color: #4d9fda;
	text-decoration: none;
}

.templatemo-gallery-category a:focus {
	color: #4d9fda;
	text-decoration: none;
}

.templatemo-gallery-category a:hover {
	color: #4d9fda;
	text-decoration: none;
}

.link_azul:hover {
	text-decoration: none;
}

.templatemo-project-gallery {
	margin: 0 0 0 0;
	margin-top: 30px;
	margin-left: -40px;
}

.templatemo-project-gallery li {
	list-style: none;
}

.templatemo-project-gallery li img {
	cursor: pointer;
}

.templatemo-tweets {
	background-color: #8996a0;
	min-height: 200px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-top: 100px;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-style: italic;
}

.btn_loadmore {
	margin-top: 30px;
	margin-bottom: 80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {


	.templatemo-project-gallery {
		margin-left: -70px;
	}

	.templatemo-service-item-header {
		padding: 16px 10px 20px;
	}

	.templatemo-header-azul {
		min-width: 230px;
	}

	.team_box,
	.team_box_over {
		height: 220px;
		width: 220px;
	}

}


@media (max-width:991px) {
	.team-inner {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.templatemo-btn-read-more {
		float: right;
		margin-bottom: 40px;
	}
}


@media (min-width:768px) and (max-width:990px) {
	.member-thumb .thumb-overlay {
		padding-left: 30%;
	}

	.templatemo-project-box,
	.project-overlay {
		padding-top: 0px;
	}

	.templatemo-project-gallery {
		margin-left: 10px;
	}

	.blog_box {
		margin-right: -140px;
	}
}


@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 9px;
		padding-bottom: 2px;
		color: #7d7d7d;
		font-family: 'Montserrat-ExtraBold', sans-serif;
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0;
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.member-thumb .thumb-overlay {
		padding-left: 40%;

	}

	.templatemo-btn-read-more {
		float: right;
		margin-bottom: 40px;
	}
}

@media (max-width: 380px) {
	.member-thumb .thumb-overlay {
		padding-left: 30%;

	}

	.templatemo-service-item-header {
		font-size: 16px;

		padding: 23px 10px 22px;
	}

	.templatemo-header-azul {
		min-width: 0px;
	}

}

@media (min-width:991px) and (max-width: 1200px) {
	.team_hr {
		width: 37%;
	}
}

@media (min-width:683px) and (max-width: 991px) {
	.team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and (max-width: 683px) {
	.member-thumb .thumb-overlay {
		padding-left: 25%;

	}

	.team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and (max-width: 585px) {
	.team_hr {
		width: 28%;
	}
}

@media (min-width:410px) and (max-width: 536px) {
	.team_hr {
		width: 21%;
	}
}

@media (min-width:0) and (max-width: 647px) {
	
	.espacio {
		width: 20px;
		height: 40px;
		background-color: transparent;
		display: block !important;
	}

}

.espacio {
	width: 20px;
	height: 40px;
	background-color: transparent;
	display: none;
}

@media (max-width: 410px) {
	.team_hr {
		width: 11%;
	}
}

.follow_us {
	text-align: left;
	padding: 1px 4px 1px 0;
}

.follow_us ul li {
	padding: 0;
	margin: 0 0 0 5px;
	display: inline-block;
	line-height: 30px;
}

.follow_us a.facebook {
	background-position: 0 0;
}

.follow_us a.facebook:hover {
	background-position: 0 -30px;
}

.follow_us a.vimeo {
	background-position: -35px 0;
}

.follow_us a.vimeo:hover {
	background-position: -35px -30px;
}

.follow_us a.tumbrl {
	background-position: -70px 0;
}

.follow_us a.tumbrl:hover {
	background-position: -70px -30px;
}

.follow_us a.twitter {
	background-position: -105px 0;
}

.follow_us a.twitter:hover {
	background-position: -105px -30px;
}

.follow_us a.delicious {
	background-position: -140px 0;
}

.follow_us a.delicious:hover {
	background-position: -140px -30px;
}

.icono-formatos {
	background-color: #f1f1f1;
	width: 100px;
	height: 100px;
	margin: auto;
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 34px;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 10px;
	color: #15284b;
	margin-left: 12px;
}

.info-icono-formatos {
	margin: auto;
	text-align: center;
	padding-top: 30%;
}


/* ------ Recomendaciones ----- */
.recomendaciones {
	font-size: 30px;
	color: #FFF;
	height: 46px;
}

.recomendaciones ul {
	list-style: none;
}

.recomendaciones ul li a {
	display: inline-block;
	color: #535353;
	padding: 5px 5px;
	text-decoration: none;

}

.recomendaciones ul li a:hover {
	display: inline-block;
	color: #FFF;
}


/* ------ linea separador ----- */

.linea-separador {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #3d4c68;
	margin: 15px 0 10px 0;
}

body.dark .linea-separador {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #373535;
	margin: 15px 0 10px 0;
}

.linea-separador-gris {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #e4e4e4;
}

.linea-separador-login {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #e1e1e1;
	box-shadow: 1px 1px #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.linea-separador-vertical {
	width: 1px;
	height: 26px;
	border-right: solid 1px #3d4c68;
	top: 0px;
	padding-top: 5px;
}

body.dark .linea-separador-vertical {
	width: 1px;
	height: 26px;
	border-right: solid 1px #373535;
	top: 0px;
	padding-top: 5px;
}


/* ------ linea footer ----- */

.barra-footter {
	width: 100%;
	background-color: #e1e1e1;
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: auto;
	color: #6f6f6f;
	margin-top: 24px;
}

body.dark .barra-footter {
	width: 100%;
	background-color: #373535;
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: auto;
	color: #dddddd;
	margin-top: 24px;
}


/* ------ logo CES ----- */

.logo-ces {
	width: 90%;
	max-width: 250px;
	height: auto;
	margin: 15px auto;
}

.logo-principal-ces {
	background-image: url(../images/logo_p_UCES.png);
	width: 240px;
	height: 70px;
	margin: 20px auto;
}

/* ------ login ----- */

.form-signin {
	max-width: 440px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 200;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.account-wall {
	padding: 6px 0px 20px 0px;
}

.login-title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.need-help {
	margin-top: 10px;
}

.new-account {
	display: block;
	margin-top: 10px;
}

/* ------ login ----- */
.titulo-contrasena {
	font-family: 'Montserrat-Bold', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.texto-contrasena {
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
	margin: auto;
}

.texto-Cookies {
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	margin: auto;
}

.contenedor-invitados {
	max-width: 440px;
	background-color: #eeeeee;
	margin: auto;
	padding: 15px;
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	box-shadow: 1px 1px #FFF;
}

/* Opacity #1 */
.hover11 img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 31px;
	margin-top: -7px;
}

.hover11:hover img {
	opacity: .2;
}

/* Fonts */
@font-face {
	font-family: Montserrat-Black;
	src: url(../fuentes/Montserrat-Black.otf);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fuentes/Montserrat-Bold.otf);
}

@font-face {
	font-family: Montserrat-ExtraBold;
	src: url(../fuentes/Montserrat-ExtraBold.otf);
}

@font-face {
	font-family: Montserrat-Light;
	src: url(../fuentes/Montserrat-Light.otf);
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fuentes/Montserrat-Regular.otf);
}

/* Fonts */

.fa-power-off {
	font-size: 14px;
}

.fa-user-circle {
	font-size: 15px;
}

.logos {
	max-width: 420px;
	width: 100%;
	height: auto;
	float: left;
	margin: 25px 0;
	margin-bottom: 23px;
	content: url(../images/logos.svg);
}

body.dark .logos {
	max-width: 420px;
	width: 100%;
	height: auto;
	float: left;
	margin: 25px 0;
	margin-bottom: 23px;
	content: url(../images/logos_dark.svg);
}

.fa-chevron-left {
	background-color: #FFF;
	color: #000;
	padding: 25px 30px;
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	font-size: 25px;
	left: 0;
}

.fa-chevron-right {
	background-color: #FFF;
	color: #000;
	padding: 25px 30px;
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	font-size: 25px;
	right: 0;
}


/* ------ Banners ----- */
@media (min-width:1225px) and (max-width: 2560px) {

	.base-banner {
		display: inline-flex;
		padding: 10% 0 14% 0;
		margin: 0;
		width: 100%;
		text-align: left;
		left: 0;
	}

	.textos-banner {
		margin: auto;
		max-width: 1140px;
		width: 100%;
	}

	.titulo-banner {
		padding: 0;
		font-family: 'Montserrat-ExtraBold', sans-serif;
		font-size: 30px;
		margin: 0;
		color: #cddc29;
		text-align: left;
		line-height: 33px;
	}

	.texto-banner {
		font-family: 'Montserrat-ExtraBold', sans-serif;
		margin: 0;
		color: #FFF;
		font-size: 35px;
		padding: 0 45% 5px 0;
		line-height: 41px;
	}

	.boton-banner {
		font-size: 35px;
		background-color: #cddc29;
		padding: 6px 15px 6px 17px;
		color: #15284b;
		line-height: 0;
		position: absolute;
		margin-left: 28px;
		cursor: pointer;
	}

	.boton-banner:hover {
		background-color: #15284b;
		color: #cddc29;
	}
}

/* ------ Banners ----- */

/* ------ Banners ----- */
@media (min-width:800px) and (max-width: 1225px) {

	.base-banner {
		display: inline-flex;
		padding: 10% 0 14% 0;
		margin: 0;
		width: 100%;
		text-align: left;
		left: 0;
	}

	.textos-banner {
		margin: auto;
		max-width: 1140px;
		width: 100%;
	}

	.titulo-banner {
		font-family: 'Montserrat-ExtraBold', sans-serif;
		font-size: 35px;
		margin: 0;
		color: #cddc29;
		text-align: left;
		line-height: 40px;
	}

	.texto-banner {
		font-family: 'Montserrat-ExtraBold', sans-serif;
		margin: 0;
		color: #FFF;
		font-size: 35px;
		padding: 0 30% 5px 0;
		line-height: 35px;
		font-weight: bold;
	}

	.boton-banner {
		font-size: 35px;
		background-color: #cddc29;
		padding: 6px 15px 6px 17px;
		color: #15284b;
		line-height: 0;
		position: absolute;
		margin-left: 50px;
		cursor: pointer;
	}

	.boton-banner:hover {
		background-color: #15284b;
		color: #cddc29;
	}
}

/* ------ Banners ----- */

/* ------ Banners ----- */
@media (min-width:0) and (max-width: 800px) {

	.base-banner {
		display: inline-flex;
		padding: 16% 0 16% 0;
		margin: 0;
		width: 100%;
		text-align: left;
		left: 0;
	}

	.textos-banner {
		margin: auto;
		max-width: 1140px;
		width: 100%;
	}

	.titulo-banner {
		font-family: 'Montserrat-ExtraBold', sans-serif;
		font-size: 30px;
		margin: 0;
		color: #cddc29;
		text-align: left;
		line-height: 25px;
	}

	.texto-banner {
		font-family: 'Montserrat-ExtraBold', sans-serif;
		margin: 0;
		color: #FFF;
		font-size: 25px;
		line-height: 25px;
		font-weight: bold;
	}

	.boton-banner {
		font-size: 20px;
		background-color: #cddc29;
		padding: 6px 12px;
		color: #15284b;
		line-height: 0;
		position: absolute;
		margin-left: 10px;
		cursor: pointer;
	}

	.boton-banner:hover {
		background-color: #15284b;
		color: #cddc29;
	}
}

/* ------ Banners ----- */

.iconos-cv {
	margin: auto;
	width: 76px;
}

.botones {
	background-color: #cddc29;
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 39px;
	padding: 0 10px 0 20px;
	display: -webkit-flex;
	position: absolute;
	right: 0;
	text-decoration: none;
	margin-right: 30px;
	height: 37px;
}

body.dark .botones {
	background-color: #cddc29;
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #373535;
	line-height: 39px;
	padding: 0 10px 0 20px;
	display: -webkit-flex;
	position: absolute;
	right: 0;
	text-decoration: none;
	margin-right: 30px;
	height: 37px;
}

.botones:hover {
	background-color: #15284b;
	color: #cddc29;
}

body.dark .botones:hover {
	background-color: #212020;
	color: #cddc29;
}

.botones-fc {
	background-color: #cddc29;
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 37px;
	padding: 1px 10px 0 20px;
	display: -webkit-flex;
	position: absolute;
	right: 0;
	text-decoration: none;
	height: 37px;
	margin-right: 5px;
}

.botones-fc:hover {
	background-color: #15284b;
	color: #cddc29;
}

.icono-boton-cv {
	font-size: 23px !important;
	text-align: right;
	margin: 8px 3px 2px 20px;
}

.icono-boton {
	font-size: 23px !important;
	text-align: right;
	margin: 7px 3px 2px 20px;
}

.marco-boton {
	border-bottom: solid 1px #bfbfbf;
	height: 38px;
}

body.dark .marco-boton {
	border-bottom: solid 1px #212020;
	height: 38px;
}

.marco-boton-enviar {
	border-bottom: solid 1px #bfbfbf;
	height: 38px;
	margin-left: -15px;
	margin-right: -15px
}

.boton-tuto {
	font-size: 25px;
	background-color: #00abaf;
	padding: 12px 16px 8px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-tuto:hover {
	background-color: #FFF;
	color: #15284b;
}

.boton-mv-fm {
	font-size: 25px;
	background-color: #02244a;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-fm:hover {
	background-color: #FFF;
	color: #15284b;
}

.boton-mv-fo {
	font-size: 25px;
	background-color: #a0519c;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-fp {
	font-size: 25px;
	background-color: #fc4943;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-fmvz {
	font-size: 25px;
	background-color: #bace2a;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-ff {
	font-size: 25px;
	background-color: #179f7d;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-fd {
	font-size: 25px;
	background-color: #0e66af;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-ibm {
	font-size: 25px;
	background-color: #2d4e7e;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-aph {
	font-size: 25px;
	background-color: #02244a;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-bio {
	font-size: 25px;
	background-color: #18a84c;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.boton-mv-fa {
	font-size: 25px;
	background-color: #fd8b32;
	padding: 10px 16px 9px 18px;
	color: #FFF;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.iconos-mv {
	width: 70px;
	margin: auto;
}

.boton-enviar {
	background-color: #cddc29;
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 37px;
	padding: 0 10px 0 20px;
	display: -webkit-flex;
	position: absolute;
	right: 0;
	text-decoration: none;
	margin-right: 20px;
	height: 37px;
	border: solid 1px #cddc29;
}

.boton-enviar:hover {
	background-color: #15284b;
	border: solid 1px #15284b;
	color: #cddc29;
}

.texto-footer {
	font-family: 'Montserrat-Light', sans-serif;
	line-height: 17px;
	text-align: left;
	color: #FFF;
	padding-top: 10px;
}

.botones-footer {
	background-color: #eeeeee;
	border-bottom: solid 3px #00abaf;
}

body.dark .botones-footer {
	background-color: #eeeeee;
	border-bottom: solid 3px #373535;
}

.botones-footer:hover {
	background-color: #eeeeee;
	border-bottom: solid 3px #15284b;
}

body.dark .botones-footer:hover {
	background-color: #eeeeee;
	border-bottom: solid 3px #cddc29;
}

.boton-idioma {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #535353;
	text-align: left;
	font-size: 12px;
}

.boton-idioma:hover {
	font-family: 'Montserrat-Bold', sans-serif;
	color: #8c8c8c;
	text-align: left;
	font-size: 12px;
}







img {
	width: 100%;
	height: auto;
}

.feature-gallery {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}

.feature-gallery img.thumb {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.feature-gallery:hover img.thumb {
	opacity: 1;
	transition: all 0.35s;
	-moz-transform: scale(1.13);
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
}

.fg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all.3s;
	width: 100%;
	height: 100%;
	padding: 30px;
	cursor: pointer;
}

.feature-gallery:hover .fg-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.fg-overlay h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	opacity: 0;
	margin-bottom: 5px;
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	transition: all .35s;
}

.fg-overlay p {
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: all .35s;
}

.feature-gallery:hover .fg-overlay h2,
.feature-gallery:hover .fg-overlay p {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.fg-overlay:before {
	opacity: 0;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 10;
	content: "";
	display: block;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: all .35s;
}

.feature-gallery:hover .fg-overlay:before {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}








.wrap {
	overflow: hidden;
	margin: 0;
}

.box {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 20%;
}

.boxInner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}

.boxInner img {
	width: 100%;
}

.boxInner .titleBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -50px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

body.no-touch .boxInner:hover .titleBox,
body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}

@media only screen and (max-width : 480px) {

	/* Smartphone view: 1 tile */
	.box {
		width: 100%;
		padding-bottom: 100%;
	}
}

@media only screen and (max-width : 650px) and (min-width : 481px) {

	/* Tablet view: 2 tiles */
	.box {
		width: 50%;
		padding-bottom: 50%;
	}
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {

	/* Small desktop / ipad view: 3 tiles */
	.box {
		width: 33.3%;
		padding-bottom: 33.3%;
	}
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {

	/* Medium desktop: 4 tiles */
	.box {
		width: 25%;
		padding-bottom: 25%;
	}
}

.selectableImageContainer {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 7px;
	float: left;
	width: 212px;
	text-align: center;
}

.zoom_toolbar_button {
	height: 32px;
	width: 32px;
	float: right;
	border-radius: 4px;
	margin-left: 2px;
	margin-top: 8px;
	cursor: pointer;
	border: 1px solid #000000;
	padding: 6px 0 0 3px;
}

.approved_image_toolbar_button {
	background-color: #8bc249;
	height: 32px;
	width: 32px;
	float: right;
	border-radius: 4px;
	margin-left: 2px;
	margin-top: 8px;
	cursor: pointer;
	padding: 6px 0 0 3px;
}

.disapproved_image_toolbar_button {
	background-color: #bb232a;
	height: 32px;
	width: 32px;
	float: right;
	border-radius: 4px;
	margin-left: 2px;
	margin-top: 8px;
	cursor: pointer;
	padding: 6px 0 0 1px;
}

.reviewIssuesButton {
	margin-left: 20px;
	color: #ffffff;
	background-color: #00aeef;
}

.markAllReviewed {
	background-color: #00aeef;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #ffffff;
}

.white {
	color: #ffffff;
}



.contenedor-fotter {
	width: 100%;
	max-width: 810px;
	margin: auto;
}

.contenedor-icon {
	width: 100%;
	max-width: 400px;
	margin: auto;
}



/* ------ Menu ----- */
@media (min-width:991px) and (max-width: 2560px) {
	.navbar-right {
		padding-top: 21px;
	}
}

/* ------ Menu ----- */

/* ------ Control Banners ----- */


@media (min-width:0px) and (max-width: 800px) {
	.fa-chevron-left {
		font-size: 0;
		background-color: transparent;
	}
}

@media (min-width:0px) and (max-width: 800px) {
	.fa-chevron-right {
		font-size: 0;
		background-color: transparent;
	}
}

/* ------ Control banners ----- */

ul.social-list {
	float: right;
	list-style: none;
	height: 0;

}

ul.social-list li {
	float: left;
	list-style: none;
}

ul.social-list li a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 28px;
	color: #c3c3c3;
	margin-top: 35px;
	text-shadow: 1px 1px #FFF;
}

body.dark ul.social-list li a {
	color: #FFF;
	text-shadow: none;
}

ul.social-list li a:hover {
	text-shadow: none;
	text-shadow: 1px 1px #FFF;
}

ul.social-list li a.facebook:hover {
	color: #507CBE;
}

ul.social-list li a.twitter:hover {
	color: #63CDF1;
}

ul.social-list li a.instgram:hover {
	color: #3f729b;
}

ul.social-list li a.youtube:hover {
	color: #c4302b;
}

ul.social-list li a i {
	font-size: 1em;
	width: 34px;
	height: 33px;
	text-align: center;
}



.imagen {
	background-image: url("../images/banners_carrusel/ces_virtual_banner_2.png");
	background-position: center;
	height: 360px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.titulo-tiptic {
	padding: 0 25px 0 25px;
	font-family: 'Montserrat-ExtraBold', sans-serif;
	font-size: 30px;
	margin: 0;
	color: #cddc29;
	line-height: 30px;
}

.titulo-mes-destacado {
	padding: 0 25px 0 25px;
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 18px;
	margin: 0;
	color: #FFF;
}

.titulo-tic-destacado {
	font-family: 'Montserrat-ExtraBold', sans-serif;
	margin: 0;
	color: #FFF;
	font-size: 35px;
	padding: 0 45% 20px 25px;
	line-height: 35px;
	text-transform: uppercase;
}


.base-titulo-destacado {
	display: inline-flex;
	height: 360px;
	margin: 0;
}

.titulo-destacado {
	margin: auto;
}

.separador-titulo {
	width: 50%;
	height: 1px;
	background-color: #FFF;
	opacity: .5;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boton-tiptic {

	background-color: #f1f1f1;
	color: #666;
	font-size: 16px;
	font-family: 'Montserrat-Bold', sans-serif;
	padding: 15px;
	text-align: center;
	margin-bottom: -20px;
	cursor: pointer;
	border-bottom: solid 1px #d2d2d2;
}

.boton-tiptic:hover {

	background-color: #15284b;
	color: #FFF;

}







.thumbnails li>.fff .caption {
	padding: 10px
}

body.dark .thumbnails li>.fff .caption {
	padding: 10px
}

/* Page Header */
.page-header {
	background: #f9f9f9;
	margin: -30px -40px 40px;
	padding: 20px 40px;
	border-top: 4px solid #ccc;
	color: #999;
	text-transform: uppercase;
}

.page-header h3 {
	line-height: 0.88rem;
	color: #000;
}

ul.thumbnails {
	margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #00abaf;
	font-size: 22px;
	text-align: Left;
	display: block;
	padding: 10px 0;
}

body.dark .caption h4 {
	color: #FFF;
}

.caption p {
	font-family: 'Montserrat-Light', sans-serif;
	line-height: auto;
	color: #535353;
}

body.dark .caption p {
	font-family: 'Montserrat-Light', sans-serif;
	line-height: auto;
	color: #f1f1f1;
}



/* Carousel Control */
.control-box {
	text-align: center;
	width: 100%;
	padding-left: 20px;
}

.carousel-control {
	background: #666;
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	padding: 4px 10px 0px;
	position: static;
	height: 30px;
	width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {

	.page-header,
	.control-box {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.caption {
		word-break: break-all;
	}
}


li {
	list-style-type: none;
}

::selection {
	background: #ff5e99;
	color: #FFFFFF;
	text-shadow: 0;
}

::-moz-selection {
	background: #ff5e99;
	color: #FFFFFF;
}



.edicion-boletin {
	background-color: #f1f1f1;
	font-family: 'Montserrat-Black', sans-serif;
	padding: 40px 10px;
	color: #15284b;
	font-size: 25px;
	text-align: center;
	box-shadow: 0px 12px 10px -11px rgba(0,0,0,0.4);
	border-radius: 3px;
}

body.dark .edicion-boletin {
	background-color: #212020;
	font-family: 'Montserrat-Black', sans-serif;
	padding: 40px 10px;
	color: #cddc29;
	font-size: 25px;
	text-align: center;
}

.thumbnail {
	background-color: transparent;
}






@media only screen and (max-width: 650px) {

	.top-bar {
		text-align: center;
	}

	.col-md-5 {
		height: 0;
	}

	.navbar-default .navbar-nav {
		padding: 15px 0;
	}

	.show-search,
	.search-form {
		display: none;
	}

	ul.social-list li {
		margin: 0 3px;
		visibility: hidden;
	}

	ul.social-list li a i {
		font-size: 0.9em;
		display: block;
		width: auto;
		line-height: 30px;
		border: none !important;
	}

	ul.social-list li a:hover {
		background-color: transparent !important;
	}

	ul.social-list li a.facebook:hover {
		color: #507CBE;
	}

	ul.social-list li a.twitter:hover {
		color: #63CDF1;
	}

	ul.social-list li a.google:hover {
		color: #F16261;
	}

	ul.social-list li a.dribbble:hover {
		color: #E46387;
	}

	ul.social-list li a.linkdin:hover {
		color: #90CADD;
	}

	ul.social-list li a.tumblr:hover {
		color: #4D7EA3;
	}

	ul.social-list li a.flickr:hover {
		color: #E474AF;
	}

	ul.social-list li a.instgram:hover {
		color: #4D4F54;
	}

	ul.social-list li a.vimeo:hover {
		color: #87D3E0;
	}

	ul.social-list li a.skype:hover {
		color: #36C4F3
	}

	.navbar-default .navbar-toggle {
		margin-top: 15px;
		outline: none;
	}

	.navbar-default .navbar-nav>li>a {
		border: none;
		padding: 5px 10px;
		display: block;
		border: none !important;
		padding-right: 0;
	}

	.navbar-default .navbar-nav>li>a:after {
		display: none;
	}

	.navbar-default .navbar-nav>li>a:hover {
		opacity: 0.7;
	}

	.navbar-default .navbar-nav>li {
		margin-left: 0;
		display: block;
		margin-bottom: 5px;
		width: 100%
	}

	.navbar-default .navbar-nav>li.drop>a {
		padding-right: 10px;
	}

	.navbar-default .navbar-nav>li.drop>a {
		border-radius: 2px;
	}

	ul.dropdown,
	ul.sup-dropdown {
		opacity: 1 !important;
		position: relative !important;
		visibility: visible !important;
		width: 100% !important;
		top: inherit !important;
		left: 0 !important;
		margin-top: 0 !important;
		background: #fff !important;
		padding-left: 20px !important;
		box-shadow: none !important;
	}

	ul.dropdown li,
	ul.sup-dropdown li {
		border-top: none;
	}

	.milestone-block {
		display: block;
		clear: left;
		margin-right: 0;
	}

	.btn-system {
		margin-bottom: 10px;
	}

	.easyPieChart {
		font-size: 24px;
		font-weight: 400;
		position: relative;
		text-align: center;
		display: inline-block;
		margin: 0 0 20px 0;
		overflow: hidden;
	}

}





.contenedor-botones-ayudas {
	float: right;
	right: 0px;
}

.botones-ayudas {
	background-color: #fff;
	border: none;
	text-align: center;
	color: #00abaf;
}

body.dark .botones-ayudas {
	background-color: #373535;
	border: none;
	text-align: center;
	color: #f1f1f1;
}

.botones-ayudas:hover {
	background-color: #00abaf;
	border: none;
	color: #fff;
	border-radius: 50px;
}

body.dark .botones-ayudas:hover {
	background-color: #212020;
	border: none;
	color: #fff;
	border-radius: 50px;
}



.footer-botones {
	display: contents;
	align-items: center;
}

.footer-botones li {
	display: inline-block;
	align-items: center;
	flex-wrap: wrap;
	padding: 3px;
}
