/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}

::-webkit-scrollbar {
  width: 20px;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/*BANNER SUPERIOR INDEX*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-control-thumbs img {cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {overflow:hidden; position: relative; z-index:2;}
.flexslider.top_slider {
	min-height: 200px;
	background-color: #000;	
}

.flexslider.top_slider:before {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-image: url(../imagenes/slide_shadow.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {
	zoom: 0;
}
.carousel li { margin-right: 5px; }



/* Direction Nav */
.flexslider.top_slider .flex-direction-nav {
	position: relative;
	margin-top:30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}



.flexslider.top_slider .flex-direction-nav li a {
	position: absolute;
	z-index: 300;
	bottom: 50px;
	display: none;
	width: 70px;
	height: 70px;
	font-family: FontAwesome;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	
}
.flexslider.top_slider .flex-direction-nav li a:hover {background-color:#000;}
.flexslider.top_slider .flex-direction-nav li a.flex-prev {left:0;}
.flexslider.top_slider .flex-direction-nav li a.flex-next {left:71px;}
.flexslider.top_slider .flex-direction-nav li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 66px;
	font-size: 2em;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

}
.flexslider.top_slider .flex-direction-nav li a.flex-prev:before {content: "\f104";}
.flexslider.top_slider .flex-direction-nav li a.flex-next:before {content: "\f105";}
.flexslider.top_slider .flex-direction-nav li a:hover:before {color:#fff;}



/* __________ Portfolio Post Direction Nav __________ */
.flexslider.portfolio_single_slider {
	position: relative;
	
}
.flexslider.portfolio_single_slider .flex-direction-nav li a {
	position:absolute;
	z-index:300;
	top:0;
	bottom:0;
	display:block;
	width:200px;
	height:100%;
	font-family:FontAwesome;
	text-align:center;
	opacity:0;
}
.flexslider.portfolio_single_slider .flex-direction-nav li a:hover {background:none;}
.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-prev {left:-50px;}
.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-next {right:-50px;}
.flexslider.portfolio_single_slider:hover .flex-direction-nav li a.flex-prev {left:0; opacity:1;}
.flexslider.portfolio_single_slider:hover .flex-direction-nav li a.flex-next {right:0; opacity:1;}
.flexslider.portfolio_single_slider .flex-direction-nav li a:before {
	position:absolute;
	top:50%;
	width:70px;
	height:70px;
	margin-top:-35px;
	line-height:66px;
	font-size:20px;
	color:rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-prev:before {content: "\f104"; left:0;}
.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-next:before {content: "\f105"; right:0;}
.flexslider.portfolio_single_slider .flex-direction-nav li a:hover:before {color:#fff;}



/* __________ Control Navigation __________ */
.flex-control-nav {
	position:absolute;
	z-index:300;
	left:0;
	bottom:30px;
	width:100%;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 8px;
}
.flex-control-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #fff;	
	cursor: pointer;
	transition: none;
	-webkit-transition: none;
}
.flex-control-nav li a.flex-active {
	position: relative;
	top: -3px;
	left: -3px;
	right: -3px;
	width: 16px;
	height: 16px;
	background-color: #000;
	cursor: default;
}




/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }



/* Works Slider */
.flexslider.works_slider .flex-direction-nav li a {
	position:absolute;
	z-index:300;
	bottom:30px;
	display:block;
	width:50px;
	height:50px;
	font-family:FontAwesome;
	text-align:center;
	background-color:#fff;
}
.flexslider.works_slider .flex-direction-nav li a:hover {
	background-color: #000;
}
.flexslider.works_slider .flex-direction-nav li a.flex-prev {left:20px;}
.flexslider.works_slider .flex-direction-nav li a.flex-next {left:70px;}
.flexslider.works_slider .flex-direction-nav li a:before {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	line-height:46px;
	font-size:32px;
	color:#000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider.works_slider .flex-direction-nav li a.flex-prev:before {content: "\f104";}
.flexslider.works_slider .flex-direction-nav li a.flex-next:before {content: "\f105";}
.flexslider.works_slider .flex-direction-nav li a:hover:before {color:#fff;}




/* Control Nav */
.flex-control-thumbs {
	position: absolute;
	z-index:200;
	left:0;
	bottom:50px;
	width:100%;
	text-align:center;
}
.flex-control-thumbs li {
	overflow:hidden;
	position:relative;
	display:inline-block;
	width: 100px;
	height:70px;
	margin: 0 5px;
}
.flex-control-thumbs img {
	position:asbolute;
	width: auto;
	max-width:none;
	height:100%;
	display: block;
	cursor: pointer;
}
.flex-control-thumbs li img.flex-active:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:5px solid #fff;
}


/* thumb navigation */
#carousel {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
}
#carousel .slides {
	text-align: center;
}
#carousel .slides li {
		cursor: pointer;
overflow: hidden;
	z-index: 10 !important;
	float: none !important;
	display: inline-block !important;
	padding: 5px 0 0;
	width: 105px !important;
	height: 75px !important;
	margin: 0 2px 0 5px !important;
	opacity: 1 !important;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
#carousel .slides li.flex-active-slide:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	right:0;
	bottom:0;
	border:5px solid transparent;
}
#carousel .slides li.flex-active-slide:before {border-color:#fff;}

#carousel .slides li.flex-active-slide:after {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	margin-left:-2px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #fff;
	
}


/* Caption */

.top_slider .slide1 {
	height: 100%;
}

.top_slider .slide1 .flex_caption1 {
	position: absolute;
	z-index: 30;
	left: 2%;
	top: 55%;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 200px;
}

.top_slider .slide1 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 170px;
	width: 140px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.top_slider .slide1 .flex_caption1 .title1 {
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 900;
	line-height: 80px;
	font-size: 4em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide1 .flex_caption1 .title2 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide1 .flex_caption1 .title3 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 300;
	line-height: 50px;
	font-size: 1.7em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide1 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 200;
	line-height: 25px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}


/*---------------slide2-------------------*/



.top_slider .slide2 {
	height: 100%;
	
}

.top_slider .slide2 .flex_caption1 {
position: absolute;
	z-index: 30;
	left: 5%;
	top: 55%;
	width: 98%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

.top_slider .slide2 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 180px;
	width: 150px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_slider .slide2 .flex_caption1 .title1 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide2 .flex_caption1 .title2 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide2 .flex_caption1 .title3 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 50px;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
	
}
.top_slider .slide2 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}


/*---------------slide3-------------------*/


.top_slider .slide3 {
	height: 100%;
	
}

.top_slider .slide3 .flex_caption1 {
position: absolute;
	z-index: 30;
	left: 5%;
	top: 55%;
	width: 98%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

.top_slider .slide3 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 180px;
	width: 150px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_slider .slide3 .flex_caption1 .title1 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide3 .flex_caption1 .title2 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide3 .flex_caption1 .title3 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 50px;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
	
}
.top_slider .slide3 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}



/*---------------slide4-------------------*/


.top_slider .slide4 {
	height: 100%;
	
}

.top_slider .slide4 .flex_caption1 {
position: absolute;
	z-index: 30;
	left: 5%;
	top: 55%;
	width: 98%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

.top_slider .slide4 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 180px;
	width: 150px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_slider .slide4 .flex_caption1 .title1 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide4 .flex_caption1 .title2 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide4 .flex_caption1 .title3 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 50px;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide4 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}


/*---------------slide5-------------------*/



.top_slider .slide5 {
	height: 100%;
	
}

.top_slider .slide5 .flex_caption1 {
	position: absolute;
	z-index: 30;
	left: 5%;
	top: 55%;
	width: 98%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

.top_slider .slide5 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 180px;
	width: 150px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_slider .slide5 .flex_caption1 .title1 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide5 .flex_caption1 .title2 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide5 .flex_caption1 .title3 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 45px;
	font-size: 1em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide5 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}
/*---------------slide6-------------------*/



.top_slider .slide6 {
	height: 100%;
	
}

.top_slider .slide6 .flex_caption1 {
	position: absolute;
	z-index: 30;
	left: 5%;
	top: 55%;
	width: 98%;
	color: #fff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

.top_slider .slide6 .flex_caption1 .imagen-banner {
	display: inline-block;
	padding: 0px;
	float: left;
	height: 180px;
	width: 150px;
	margin-top: -28px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_slider .slide6 .flex_caption1 .title1 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	font-size: 2.3em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide6 .flex_caption1 .title2 {
margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 1em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide6 .flex_caption1 .title3 {
margin-bottom: 0px;
	display: inline-block;
	font-weight: 300;
	line-height: 50px;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
}
.top_slider .slide6 .flex_caption1 .title4 {
	margin-bottom: 0px;
	display: inline-block;
	font-weight: 100;
	line-height: 30px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	width: 80%;
}

.top_slider .slide1.bg,
.top_slider .slide2.bg,
.top_slider .slide3.bg,
.top_slider .slide4.bg,
.top_slider .slide5.bg,
.top_slider .slide6.bg {
	height: 100%;
	/*background-image: url(../imagenes/fondo-principal-fundacioncnse.png);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.top_slider .slide_btn {
	position: absolute;
	z-index: 110;
	bottom: 25px;
	width: 400px;
	display: inline-block;
	margin-left: 414px;
	font-weight: bolder;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	right: 20px;
	font-size: 1em;
	padding: 5px;
}
.top_slider .slide_btn:hover {background-color:#fff; color:#fff;}
.top_slider .slide_btn:before {
	position: absolute;
	/*content: "\f105";*/
	right: 30px;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	text-align: right;
	line-height: 66px;
	font-size: 0.8em;
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: bolder;
}
.top_slider .slide_btn:hover:before {color:#fff;}

/*bto2*/
.top_slider .slide_btn2 {
	position: absolute;
	z-index: 110;
	bottom: 25px;
	left: 55%;
	width: 200px;
	display: inline-block;
	margin-left: 0px;
	font-weight: 900;
	color: #000;
	border-radius: 20px;
	font-size: 0.8em;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.top_slider .slide_btn2:hover {background-color:#000; color:#fff;}
.top_slider .slide_btn2:before {
	position:absolute;
/*	content: "\f105";*/
	right:10px;
	top:0;
	width:20px;
	height:20px;
	font-family:FontAwesome;
	text-align:right;
	line-height:66px;
	font-size:35px;
	color:#000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.top_slider .slide_btn2:hover:before {color:#fff;}

/*bto3*/
.top_slider .slide_btn3 {
	position: absolute;
	z-index: 110;
	bottom: 25px;
	left: 35%;
	width: auto;
	display: inline-block;
	margin-left: 0px;
	font-weight: 900;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.top_slider .slide_btn3:hover {background-color:#000; color:#fff;}
.top_slider .slide_btn3:before {
	position:absolute;
/*	content: "\f105";*/
	right:10px;
	top:0;
	width:20px;
	height:20px;
	font-family:FontAwesome;
	text-align:right;
	line-height:66px;
	font-size:35px;
	color:#000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.top_slider .slide_btn3:hover:before {color:#fff;}


/*bto4*/
.top_slider .slide_btn4 {
	position: absolute;
	z-index: 110;
	bottom: 25px;
	left: 40%;
	width: 250px;
	display: inline-block;
	margin-left: 0px;
	font-weight: 900;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	font-size: 0.8em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.top_slider .slide_btn4:hover {background-color:; color:;}
.top_slider .slide_btn4:before {
	position:absolute;
/*	content: "\f105";*/
	right:10px;
	top:0;
	width:20px;
	height:20px;
	font-family:FontAwesome;
	text-align:right;
	line-height:66px;
	font-size:35px;
	color:#000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.top_slider .slide_btn4:hover:before {color:;}






/* __________ Video Slide __________ */
.slide3 .buttonBar {display:none;}

#controlBar_P2 {display:none !important;}

/*.slide3.bg {
	height: 100%;
	background-image: url(../imagenes/fondo-principal-fundacioncnse.png);
	background-size: cover;
	background-repeat: no-repeat;
}*/

#carousel .slides li .video {
	position:absolute;
	left:50%;
	top:50%;
	width:30px;
	height:30px;
	margin:-15px 0 0 -15px;
	background-image:url(../images/video.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}

/* _________ //Video Slide _________ */


/* Flex Caption Effect */
.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {opacity: 0; transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out;}
.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}

.flexslider li.flex-active-slide .FadeIn {opacity: 1;}
.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}



/* Responsive Styles */



@media (min-width: 992px) and (max-width: 1024px) {
	
		.flexslider.top_slider {
	min-height: 520px;
	
}

	.top_slider .slide1 .flex_caption1, .top_slider .slide1 .flex_caption1, .top_slider .slide1 .flex_caption1 ,
	.top_slider .slide2 .flex_caption1, .top_slider .slide2 .flex_caption1, .top_slider .slide2 .flex_caption1 ,
	.top_slider .slide3 .flex_caption1, .top_slider .slide3 .flex_caption1, .top_slider .slide3 .flex_caption1 ,
	.top_slider .slide4 .flex_caption1, .top_slider .slide4 .flex_caption1, .top_slider .slide4 .flex_caption1 ,
	.top_slider .slide5 .flex_caption1, .top_slider .slide5 .flex_caption1, .top_slider .slide5 .flex_caption1 ,
	.top_slider .slide6 .flex_caption1, .top_slider .slide6 .flex_caption1, .top_slider .slide6 .flex_caption1 	{
	left: 0%;
	width: 100%;
	font-size: 0.7em;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

	
.top_slider .slide1 .flex_caption1 .imagen-banner,
.top_slider .slide2 .flex_caption1 .imagen-banner,
.top_slider .slide3 .flex_caption1 .imagen-banner,
.top_slider .slide4 .flex_caption1 .imagen-banner,
.top_slider .slide5 .flex_caption1 .imagen-banner,
.top_slider .slide6 .flex_caption1 .imagen-banner
 {
	padding: 0px;
	float: left;
	height: auto;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: -45px;
	right: 50px;
	
}

}

@media (min-width: 768px) and (max-width: 991px) {
	
			.flexslider.top_slider {
	min-height: 520px;
	
}
.top_slider .slide1 .flex_caption1 {	
	left: 1%;
	top: 40%;	
	padding-left: 50px;
}


.top_slider .slide1 .flex_caption1 .title1 {
	line-height: 70px;
	font-size: 2.5em;	
}

	.top_slider .slide1 .flex_caption1, .top_slider .slide1 .flex_caption1, .top_slider .slide1 .flex_caption1 ,
	.top_slider .slide2 .flex_caption1, .top_slider .slide2 .flex_caption1, .top_slider .slide2 .flex_caption1 ,
	.top_slider .slide3 .flex_caption1, .top_slider .slide3 .flex_caption1, .top_slider .slide3 .flex_caption1 ,
	.top_slider .slide4 .flex_caption1, .top_slider .slide4 .flex_caption1, .top_slider .slide4 .flex_caption1 ,
	.top_slider .slide5 .flex_caption1, .top_slider .slide5 .flex_caption1, .top_slider .slide5 .flex_caption1 ,
	.top_slider .slide6 .flex_caption1, .top_slider .slide6 .flex_caption1, .top_slider .slide6 .flex_caption1 	{	
	left: 0%;
	width: 100%;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

	
.top_slider .slide1 .flex_caption1 .imagen-banner,
.top_slider .slide2 .flex_caption1 .imagen-banner,
.top_slider .slide3 .flex_caption1 .imagen-banner,
.top_slider .slide4 .flex_caption1 .imagen-banner,
.top_slider .slide5 .flex_caption1 .imagen-banner,
.top_slider .slide6 .flex_caption1 .imagen-banner
 {
	padding: 0px;
	float: left;
	height: auto;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: -45px;
	right: 50px;
}

.top_slider .slide_btn4 {
	position: absolute;
	z-index: 110;
	bottom: 10px;
	left: 20%;
	width: 210px;
	display: inline-block;
	margin-left: 0px;
	font-weight: 900;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
	
	
	.top_slider .slide_btn {margin-left:180px;}
	.top_slider .slide_btn {
	width: auto;
	left: 0px;
	right: 0px;
	bottom: 110px;
	text-align: center;
	border-radius: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

}

@media (max-width: 479px) {
	.flexslider.top_slider:before {
	height: 20px;
	
}
	
	
	
	.top_slider .slide1 .flex_caption1, 
	.top_slider .slide2 .flex_caption1,
	.top_slider .slide3 .flex_caption1,
	.top_slider .slide4 .flex_caption1, 
	.top_slider .slide5 .flex_caption1, 
	.top_slider .slide6 .flex_caption1{
	margin-left: 0px;
	left: 0px;
	top: 53%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 100%;
	
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}
	.top_slider .slide1 .flex_caption1 .title1, .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3, 
	.top_slider .slide2 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title3, 
	.top_slider .slide3 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title3, 
	.top_slider .slide4 .flex_caption1 .title1, .top_slider .slide4 .flex_caption1 .title2, .top_slider .slide4 .flex_caption1 .title3, 
	.top_slider .slide5 .flex_caption1 .title1, .top_slider .slide5 .flex_caption1 .title2, .top_slider .slide5 .flex_caption1 .title3, 
	.top_slider .slide6 .flex_caption1 .title1, .top_slider .slide6 .flex_caption1 .title2, .top_slider .slide6 .flex_caption1 .title3  {
	font-size: 1.3em;
	line-height: 35px;
	width: 100%;	
}
	
	.top_slider .slide1 .flex_caption1 .title4, 
	.top_slider .slide2 .flex_caption1 .title4, 
	.top_slider .slide3 .flex_caption1 .title4,
	.top_slider .slide4 .flex_caption1 .title4,
	.top_slider .slide5 .flex_caption1 .title4,
	.top_slider .slide6 .flex_caption1 .title4 {
	font-size: 0.7em;
	line-height: 20px;
	width: 100%;
}
	.top_slider .slide1 .flex_caption1 .imagen-banner,
	.top_slider .slide2 .flex_caption1 .imagen-banner,
	.top_slider .slide3 .flex_caption1 .imagen-banner,
	.top_slider .slide4 .flex_caption1 .imagen-banner,
	.top_slider .slide5 .flex_caption1 .imagen-banner,
	.top_slider .slide6 .flex_caption1 .imagen-banner{
	display: none;
	
}
	
	#carousel .slides li {
	width: 70px !important;
	height: 55px !important;
	margin: 0 0 0 2px !important;
}
	
	.flexslider.top_slider {
	min-height: 450px;
}
	.flexslider.top_slider .flex-direction-nav li a {
	width: 50px;
	height: 50px;
	margin-top: 100px;
	display: none;
}
	.flexslider.top_slider .flex-direction-nav li a.flex-next {
	left: 91%;	
	display: none;
}
	.flexslider.top_slider .flex-direction-nav li a:before {width:50px; height:50px; line-height:46px;}
	
	.top_slider .slide_btn2 {
	
	display: none;
	
}
	.top_slider .slide_btn3 {
	
	display: none;
	
}

.top_slider .slide_btn4 {
	
	display: none;
	
}

	.top_slider .slide_btn {
	width: auto;
	font-size: 0.8em;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	border-radius: 0px;
	top: 360px;
	margin: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
	.top_slider .slide_btn:before {right:10px; font-size:0px; top:100px;}
	
	#carousel {display:none;}
}

/*BANNER INDEX FIN*/


/*MENU PRINCIPAL SUPERIOR*/
.mini2{
	font-size: 0.5em;
	margin-top: 10px !important;
	margin-left: 20px;
	font-weight: 300 !important;	
	}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
 
 
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	line-height: 1;
	height: auto;
	width: 80%;
	right: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #000;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-left: 2px;
	margin-top: 5px;
	display: none;
	
}

#cssmenu > ul > li {
	padding-left: 0px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: right;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
	font-size: 1.5em;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: 400;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	color: #999999;	
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 0px;
}


#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
 
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
    
}
#cssmenu ul li:hover > ul > li {
  height: auto;

}
#cssmenu ul ul li a {
	width: 300px;
	font-size: 0.7em;
	background-color: rgba(0,0,0,0.9);
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	letter-spacing: -0.01em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 20px;
	right: 7px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #CCCCCC;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;	
	border-left-color: #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


@media all and (max-width: 912px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 912px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 912px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 912px), only screen and (min-device-pixel-ratio: 2) and (max-width: 912px), only screen and (min-resolution: 192dpi) and (max-width: 912px), only screen and (min-resolution: 2dppx) and (max-width: 912px) {
 

 


  #cssmenu {
    width: 100%;
	margin-top: 55px;
	right: 0px;
	padding-bottom: 30px;
		  }
	  


  #cssmenu ul {
    width: 100%;
    display: none;
	background: #ffffff;
	border-radius:0px;
  }
  #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	color: #254251;
}

  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
	
  }

  
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	font-size: 0.6em;			
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	 background: #EEE;
	
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
	
  }
  #cssmenu ul ul li a {
    padding: 5px 5px 5px 5px;	
    font-size: 0.7em;
    color: #000000;	
    background: #fff;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
	
  }
  #cssmenu ul ul ul li a {
    padding-left: 0px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.9em;
    text-transform: uppercase;
	background-color:#000;
		border-radius:0px;
	
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
	
	
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 9px;
    right: 20px;
    display: block;
    width: 15px;
    height: 1px;
    border-top: 1px  solid #fff;
    border-bottom: 1px  solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 5px solid rgba(10, 10, 10, 0.15);
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
 #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 21px;
    display: block;
    width: 2px;
    height: 20px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
	left: 12px;
    top: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
    
#enlaces_interes {
	  display: none;
}
}




/*fin menu*/


body {
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Epilogue', sans-serif;
	/*font-family: 'Terminal Dosis Light', Arial, sans-serif;*/
	font-weight: 300;
	font-size: 2.4em;
	line-height: 20px;
	color: #333333;
	background-color: #FFF;
}
.espacio {
	height: 80px;
	width: 100%;
}
.adorno {
	width: 20%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 0px;
	margin-bottom: 50px;
}

.grande {
	font-size: 2em;
}
.alert {
	color: #FFF;
	text-align: center;
	font-size: 0.6em;
	line-height: 24px;
	text-decoration: none;
}
.alert a {
	text-decoration: none;	
}

.cc_dialog.interstitial {
    right: 3vw;
    top: 3vh;
    left: 3vw;
    max-width: 100%;
    position: fixed;
    margin-top: 0px;
	}
/*.boton-cooki{
	border-radius: 10px;
	background-color: #294953;
	font-size: 0.8em;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
.boton-cooki:hover {
	background-color: #FFDD02;
	color: #FFF;
}
	
.boton-cooki-active {
	background-color: #FFDD02;	
	filter: none !important;
	}*/
	
.fondo-recusos {
	background-image: url(../imagenes/recursos-educativos2.png);
	background-size: cover;
	padding-top: 200px;
	background-repeat: no-repeat;
}
#video-seccion{
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius:10px;
	cursor: pointer;
}
video {
outline:none;
}
.introduccion {
	width: 100%;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;
	/*background-color: rgba(51,68,81,0.1);*/
	margin-bottom: 0px;
	margin-top: 0px;
}
.introduccion h3 {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.introduccion p {
	line-height: 30px !important;
	text-align: center !important;

}


.introduccion2 {
	width: 100%;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;
	/*background-color: rgba(51,68,81,0.1);*/
	margin-bottom: 0px;
	margin-top: 0px;
}
.introduccion2 h3 {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.introduccion2 p {
	line-height: 38px !important;
	text-align: center !important;
	font-size: 1em !important;
}

.color_gris {	
	background-color: rgba(51,68,81,0.1);
	
}

.color_gris2{
	background-color: rgba(51,68,81,0.1);
	border-radius: 10px;
	padding: 5px;	
}
.color_negro {
	/*background-color: rgba(0,0,0,0.8);*/
	background-attachment: fixed;
	background-image: url(../imagenes/fondo-redes.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.catalogo{
	text-align: right;
	}
.formacion-presencial {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 0.8em;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.formacion-presencial h2 {
	font-size: 3em;
	line-height: 55px;
	padding: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000 !important;
}
.negrita{
	color: #000 !important;
	}


.formacion-presencial h4 {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: -0.05em;
}
.formacion-presencial h4 b {
	font-size: 1.2em;
	font-weight: 900;
	color: #000;	
}
.seccion-formacion {
	text-align: center;
	height: 400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding-top: 140px;
	
	background-color: #004753;
}

.seccion-formacion h1 {
	background-color: rgba(0,0,0,0.7);
	font-size: 2em;
	font-weight: 300;
	color: #FFF;
	padding: 50px;
	
}
.seccion-formacion h1 b{

	font-size: 2.3em;
	font-weight: 900;
	
}

.signocampus{
	background-image: url(../imagenes/fondo-publi-svisual.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	height: 650px;
	width: 100%;
	padding: 0px;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	


.neutro{
	background-image: url(../imagenes/fondo-cabecera-neutro.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	}
.general{
	background-image: url(../imagenes/fondo-cabecera-general.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	}
	
.profesional{
	background-image: url(../imagenes/fondo-cabecera-profesionall.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	}
.continua{
	background-image: url(../imagenes/fondo-cabecera-continua.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	}
	
	.presencial{
	background-image: url(../imagenes/fondo-cabecera-presencial.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	}	
.fondo-gris{
	padding-top: 50px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 1em;
    text-align: center;
 
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(51,68,81,0.1);
}
.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.derecha {
	position: fixed;
	right: 0px;
	height: 46px;
	width: 44px;
	margin-top: -45px;
	margin-right: 10px;
}


#page {
	overflow-x: hidden;
	position: relative;
	z-index: 5;
	
}

.preloader_hide {
	opacity: 0;
}

#about {
}


#preloader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	display: block;
	margin-top: -16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -16px;

}

section {
	background-image: url(../imagenes/fondo.jpg);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {
	color: #999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: lighter;
}
a:hover, a:focus {text-decoration:none; color:#333;}




.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(48,166,124,0.5);
}
.relative_block {position:relative; z-index:5;}


.destacado-contenedor {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
.destacado-contenedor p{
	padding-right: 30px;
	padding-left: 30px;
	font-size: 0.7em;
	font-weight: 300;
	text-align: center;
	line-height: 27px;
	color: #FFF;
}
.destacado-contenedor h3 {
	font-weight: 200;
	font-size: 1.2em;
	margin-bottom: 50px;
	color: #FFF;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px !important;
}
.destacado-contenedor h4 {
	font-weight: 800;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	color: #FFF;
}
.destacado-contenedor h5 {
	    font-weight: 200;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    color: #FFF;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
}



.destacado span {
	font-size: 4em;
	color: #145E64;
}

.grande2 {
	font-size: 5em;
	text-align: center;
}
.destacado-contenedor2 {
	text-align: center;
	margin: 0px;
	width: 100%;
	color: #000;
	padding-top: 10px;
	padding-right: 80px !important;
	padding-bottom: 10px;
	padding-left: 80px !important;
}
.destacado-contenedor2 p {
	text-align: center !important;
}


.destacado-contenedor2 h3 {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 40px;
	line-height: 40px;
}
.destacado-contenedor2 h4 {
	font-weight: 800;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 5px;
}




.grande3 {
	font-size: 5em;
	text-align: center;
	color: #FFF;
	background-color: #d67a37;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
.destacado-contenedor3 {
	text-align: center;
	margin: 0px;
	width: 100%;
	color: #000;
	padding-top: 10px;
	padding-right: 80px !important;
	padding-bottom: 10px;
	padding-left: 80px !important;
}
.destacado-contenedor3 p {
	text-align: center !important;
	font-weight: 500 !important;
	margin-top: 15px;
	font-size: 1.1em !important;
}


.destacado-contenedor3 h3 {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 40px;
	line-height: 40px;
}
.destacado-contenedor3 h4 {
	font-weight: 800;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
}


.destacado2 {
	text-align: center;
	line-height: 25px;
	font-size: 0.7em;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: 400;
}
.destacado2 p {
	text-align: center;
}
.destacado2 span {
	font-size: 4em;
	color: #FFFFFF;
}



.destacado-contenedor3 {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}


.banner-contacto-cont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../imagenes/fondo-redes.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 200px;

}

.banner-contacto h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.banner-contacto p {
	font-size: 1.5em;
	font-weight: 300;	
}

.banner-contacto {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 5px;
	line-height: 30px;
}



.contacto li {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
}
.contacto li a {
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	margin: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contacto li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


/*-----------------------------------------------------------------------------------*/
/*	BANNER SUPERIOR
/*-----------------------------------------------------------------------------------*/

.slide1{
	
	background-image: url(../imagenes/fondo-recursos-educa.png);
	background-repeat: no-repeat;
background-position: 0px 150px;
background-size:cover;
}
.slide2{
	background-image: url(../imagenes/dilse.png);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	background-size:cover;
	
}
.slide3{
	background-image: url(../imagenes/signocampus.png);
	background-repeat: no-repeat;
	background-position: 0px 300px;
	background-size:cover;
	
}
.slide4{
	background-image: url(../imagenes/svisual-servicio-video-interpretacion-banner.png);
	background-repeat: no-repeat;
background-position: 0px 150px;
background-size:cover;
}
.slide5{
	background-image: url(../imagenes/fondo-cnlse.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
	background-size:cover;
}
.slide6{
	/*
	background-image: url(../imagenes/banco-lse.png);
	background-image: url(../imagenes/web-desarrollo-atipico-de-la-lse.png);
	background-image: url(../imagenes/lse-aula-banner-superior.png);
	background-image: url(../imagenes/proteccion-datos2.png);*/
	background-image: url(../imagenes/mi-baul-lenguade-signos-fondo-superior.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
	background-size:cover;
}
.separa {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mini {
	font-size: 0.6em;
	/*font-family: 'Terminal Dosis Light', Arial, sans-serif;	*/
}
.logo {
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.presentacion h2 {
	color: #333;
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 60px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 2px 2px 2px #ffffff;
}
.texto-destacar {
	/*font-family: 'Varela Round', sans-serif;*/
	color: #333;
	font-size: 1.3em;
	letter-spacing: -2px;
	
}



.md-modal {
	position: fixed;
	top: 55%;
	left: 50%;
	width: 40%;
	max-width: 50%;
	min-width: 80%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;	
	background-repeat: no-repeat;
	border-radius:15px;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
	
}
/*-----------------------------------------------------------------------------------*/
/*	REDES SOCIALES
/*-----------------------------------------------------------------------------------*/
.contenedor-redes {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo-redes.png);
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titulo-redes {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}

/*
.derecha-redes {
	float: right;
	width: 900px;
	height: 410px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.facebook {
	height: 350px;
	overflow: hidden;
	border: 10px solid #FFF;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	float: right;
	margin: 5px;
}
.twitter {
	height: 350px;
	overflow: auto;
	border: 10px solid #FFF;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
	width: 400px;
	float: right;
	margin: 5px;
	padding: 5px;
}*/
/*-----------------------------------------------------------------------------------*/
/*	POP VIDEO
/*-----------------------------------------------------------------------------------*/
.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../../antologia-poesias/imagenes/squareloading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#video-conten {
	width: 62%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;	
	
}

.cerrar-contenido {
	background-color: #334351;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #666666;
}
.tox-progress {
}


button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {
	margin: 0 0 20px;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	/*	font-family: 'Terminal Dosis Light', Arial, sans-serif;*/
	text-transform: none;
	font-weight: 100;
	color: #333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {
	font-size: 2.5em;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 70px;
	margin-left: 0;
}
h2 b {
	/*font-family: 'Varela Round', sans-serif;*/
	font-weight: 800;
	color: #004753;
	font-size: 1.3em;
}
h3 {


}
h3 b {font-weight:900;}
h4 {
	margin: 0 0 34px;
	line-height: 35px;
	font-size: 1em;
}
h4 b {
	font-weight: 700;
	font-size: 1em;
}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_yellow {color:#fec400;}

.color_bg {background:#30a67c;}

/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/



/* __________ Menu __________ */
.menu_block {
	z-index: 9999;
	left: 0;
	top: 0;
	right: 0;
	height: auto;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	position: fixed;
}
.pull-left {
	position: absolute;
	z-index: 1000000;
	padding-top: -5px;
	margin-left: 5px;
	width: 326px;
	height: 79px;
}
.accesible {
	float: left;
	height: auto;
	width: 230px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 0.2em;
	color: #FFF;
}
.normal {
	color: #000;
	background-color: #FFF;
}
.amarillo {
	color: #000;
	background-color: #FF0;
}
.negro {
	color: #FFF;
	background-color: #000;
}

.accesible a {
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 4em;
}

.accesible li{
	display: inline;
}
.con-menu-sub {
	/*background-color: #FFFFFF;*/
	/*box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.certificado {
	background-color: #FFF;
	position: absolute;
	top: 20px;
	border-radius: 15px;
	right: 10px;
	padding: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.certificado li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.bto-redes {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}



/*.redes {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

*/



/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.bto-redes li {
	display: inline-block;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0;
}

.bto-redes li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 1em;
	color: #CCC;	/*border: 2px solid #FFF;
	border-radius:50%;
	border-radius:20px;*/
	
}
.bto-redes li a:hover {
	border-color: #ccc;
	color: #666;
}





/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative;}

/* __________ Services __________ */
.services_block {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.services_item {
	display:block;
	cursor:default;
}

.services_item p {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 19px;
	text-transform: none;
	font-weight: 300;
	font-size: 20px;
}
.services_item p b {font-weight:400;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#ccc;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}




/* __________ Clean Code __________ */
.cleancode_block {
	padding:96px 0 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
	background-attachment:fixed !important;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin: 0 0 17px;
	font-weight: 100;
	line-height: 80px;
	font-size: 80px;
	color: #fff;
}
.cleancode_block p.title b {font-weight:500;}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin:0;
	padding:0 15px;
}
.cleancode_block .nav-tabs li a {
	width:170px;
	height:170px;
	margin:0;
	padding:54px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:20px;
	color:#333;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
}


/* __________ recursos __________ */
.purpose_block {
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: 30px;
}

.purpose_block p {
	margin-bottom: 26px;
	line-height: 35px;
	font-size: 0.8em;
	text-align: justify;
	font-weight: 300;
}
.purpose_block a {
	font-weight: 600;
	color: #000;
}
.purpose_block a:hover {
	color: #999;
	
}
.purpose_block .ipad_img1 {
	margin-top: -50px;
}
.bto-centrar {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* __________ Buttons __________ */
.btn{
	border-radius: 10px;
	background-color: #294953;
	font-size: 1.5em;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	width: 50%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.btn:hover {
	background-color: #FFDD02;
	color: #FFF;
}
	
.btn-active {
	margin-top: 5px;
	border-radius: 20px;
	background-color: #FFDD02;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
	margin:0 7px 10px 0;
	filter:none !important;}
	
.btn-active:hover {color:#fff;}

.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


/*.btn_shortcodes .btn {margin:0 7px 10px 0;}*/
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}







/*-----------------------------------------------------------------------------------*/
/*	CAJAS FORMACION
/*-----------------------------------------------------------------------------------*/
#projects {padding-top:47px;}

.work_item {
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 100%;

}


.work_item h1 {
	font-size: 2em;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	line-height: 50px;
	color: #000;
	padding-right: 30px;
	letter-spacing: -0.05em;
	background-color: rgba(255,255,255,0.8);
	padding-top: 100px;
	padding-bottom: 50px;
}
.work_item h1 b {
	font-size: 1.3em;
	font-weight: 900;
}
.work_item p {
	font-size: 0.7em;
	line-height: 24px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
}
.owl-item:hover .work_item {
	transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.work_item .work_description {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(0,0,0,0.9);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display: block;
	font-weight: 300;
	line-height: 30px;
	font-size: 0.9em;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 150px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 40px;
}
.work_item .work_description span {
	color: #FFF;
	font-size: 0.8em;
	line-height: 20px;
}

.work_item a.zoom {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 0;
	width: 128px;
	height: 36px;
	margin-left: -70px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	
}
.work_item:hover a.zoom {
	bottom:40px;
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../imagenes/zoom.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family: FontAwesome;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}



/* __________ Our Clients __________ */
.our_clients {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.our_clients .client_img {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: 100px;
	width: 230px;
}
.our_clients .client_img:hover {opacity:1;}
/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#conten-impacto {
	
}


/* __________ impacto cifras __________ */
.impacto-cifras {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	font-size: 1em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(51,68,81,0.1);
	cursor: context-menu;
}

.text-center{
	text-align: center;
	font-size: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	line-height: 32px;
	font-weight: 700;
	padding-top: 5px;
}

.top-cifras {
	margin-top: 30px;
	font-size: 1.5em;
	color: #002638;
	font-weight: bolder;
}
.tox-progress-content {
	color: #FFF;
	text-align: center;
}




.tox-progress{
	position: relative;
	
}.tox-progress .radial-outer,.tox-progress .radial-inner{
	border-radius: 50%;
	background-color: #003C50;
}.tox-progress .radial-inner,.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3,.tox-progress .tox-progress-content{position:relative}.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3{transform-origin:bottom center}.tox-progress .radial-mask-1,.tox-progress .radial-mask-3{transform:rotate(90deg)}.tox-progress .radial-mask-2{transform:rotate(270deg)}



/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	padding:75px 0 100px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

.crewman_item {
	position:relative;
	margin:0 15px;
}
.crewman_item .crewman_descr {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr {opacity:1;}
.crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.crewman_item .crewman_descr p {
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.crewman_item .crewman_descr span {
	color:#666;
}

.crewman_item .crewman_social {
	position:absolute;
	z-index:30;
	left:0;
	bottom:0;
	width:100%;
	opacity:0;
	text-align:center;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; 
	-webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.crewman_item .crewman_social a {
	display:inline-block;
	width:60px;
	height:60px;
	margin:0 7px 0 10px;
	border:2px solid #333;
	border-radius:50%;
	line-height:58px;
	font-size:26px;
	color:#333;
}
.crewman_item:hover .crewman_social {
	bottom:56px;
	opacity:1;
}
.crewman_item .crewman_social a:hover {
	color:#fff;
	border-color:#fff;
}







/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}






/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/



.ico-mano{
	background-image: url(../imagenes/ico-mano.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 129px;
	position: absolute;
	left: 0px;
	top: 119px;
	}
	
.icon-modalidad {
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}	
.icon-modalidad li{
	display: inline !important;
	
}
.icon-modalidad img{
	width: 15% !important;
	float: right!important;
	padding: 5px;
}
.post_item {


}
.post_item_img {
	position: relative;	
	margin-bottom: 2px;
	padding: 15px;
}

.post_item_img p {
	font-size: 0.8em;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post_item_img h1{
	background-color: #004753;
	font-size: 1.3em;
	font-weight: 100;
	color: #FFF;
	border-radius: 10px;
	text-align: right;
	line-height: 43px;
	letter-spacing: -0.03em;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.post_item_img h2{
	background-color: rgba(0,0,0,0.8);
	font-size: 1.2em;
	font-weight: 700 !important;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
	letter-spacing: -0.03em;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../imagenes/fondo-redes.png);
}
.post_item_img span{
	font-weight: 800;
	
}
.post_item_img b{
	font-size: 1.5em;
	font-weight: 800;
	padding-top: px;
	display: block;
	
}

.post_item_img ul{
	margin-top: 40px;	
}
.post_item_img li{
	font-size: 0.8em;
	line-height: 30px;
	font-weight: 300;	
	padding-left: 40px;
	
	padding-bottom: 5px;
}

.post_item_img:before {
	content:'';
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:103%;
	border-radius: 10px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {
	text-align: justify;
	margin-top: 0px;
}
.post_item_content a.title {
	font-weight: 300;
	line-height: 22px;
	font-size: 0.7em;
	color: #000;
	text-align: justify;
	margin-top: 20px;
	letter-spacing: -0.01em;
}
.post_item_inf {
	margin-top: 5px;
	text-align: center;
}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf a {
	font-weight: 600;
	font-size: 0.7em !important;
	color: #333;
	padding-left: 10px;
	padding-top: 10px;
}
.mini3{
	font-size: 0.3em;
}

.post_item_img a.link {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 60%!important;
	font-weight: 600;
	font-size: 4em !important;
	color: #fff;
	opacity: 0;
	line-height: 40px;		
	/*width: 311px;
	height: 87px;
	margin: 0 0 0px 0px;
	
	background-image: url(../imagenes/zoom_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;*/
	
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {
	
	color: #999 !important;	/*background-image: url(../imagenes/zoom.png);*/
}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
	overflow: hidden;
	float: left;
	width: 135px;
	height: 100px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 13px;
	margin-left: 0;
}
.post_item_img_small img {
	width: auto;
	max-width: none;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
	display:block;
	line-height:17px;
	font-size:14px;
	color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.post_item_img_widget {
	overflow:hidden;
	width:270px;
	height:180px;
	margin-bottom:16px;
	background-color:#000;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
	display:block;
	line-height:21px;
	font-size:18px;
	color:#333;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
	display:inline-block;
	padding-top:12px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#999;
}







/*-----------------------------------------------------------------------------------*/
/*	pie
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}

footer {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 50%;
	opacity: 0;
	width: 100%;
	color: #999;
	background-color: #1c1c1c;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
footer h4 {
	color: #fff;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}



/* __________ direccion fundacion __________ */
.foot_about_block p {
	margin-bottom: 24px;
	padding-right: 0px;
	line-height: 28px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: lighter;
}

.foot_about_block a {
	color: #CCC;
	font-size: 0.7em;
	font-weight: bolder;
}
.foot_about_block a:hover {
	color: #FFF;
	border-color: #ccc;
}


/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social {

}
.social ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.social li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.social li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	color: #FFF;
}
.social li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

/*-----------------------------------------------------------------------------------*/
/*	CERTIFICADO
/*-----------------------------------------------------------------------------------*/
.certificado {

}
.certificado ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.certificado li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.certificado li a {
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
	width: 50%;
}
.certificado li a:hover {

}








/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:100%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 2px solid #242424;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color: #999;
	border-color: #ccc;
}


.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}
.pie-submenu {
	background-color: #000;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin-left: 0px;
}
.pie-submenu li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 40px;
}
.pie-submenu ul {
	margin: 0px;
}

.pie-submenu li a {
	color: #FFF;
	font-size: 0.7em;
}
.pie-submenu li a:hover {
	color: #999;
	
}
.notification_error {color:#30a67c;}

/*-----------------------------------------------------------------------------------*/
/*	Novedades
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:50px;}


.blog_block hr {border-top:2px solid #e9e9e9;}



/* __________ Novedades __________ */
.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:470px;
	height:369px;
	margin-right:30px;
	background-color:#000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.5;}

.blog_post a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:50px;
	width:60px;
	height:36px;
	margin:0 0 -30px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
}

.blog_post_title {
	display:block;
	padding-bottom:19px;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {font-size:14px;}
.blog_post_content {
	padding-bottom:18px;
	line-height:26px;
	font-size:17px;
}
.blog_post .read_more_btn {
	font-weight:500;
	font-size:16px;
	color:#333;
}
.blog_post .read_more_btn:hover {color:#666;}



/* __________ Pagina __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:68px;
	height:70px;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#999;
}
.pagination li a:focus,
.pagination li a:hover {
	background:none !important;
	color:#333 !important;
}
.pagination li.active a {
	border:2px solid #333 !Important;
	font-size:26px;
	color:#333 !important;
	background:none !important;
}








/* __________ Single Blog Post __________ */
.single_blog_post_date {
	margin:-2px 0 -4px;
	line-height:13px;
	font-size:11px;
	color:#999;
}
.single_blog_post_title {
	padding-bottom:12px;
	line-height:60px;
	font-size:50px;
	color:#333;
}

.single_blog_post_info {padding-bottom:20px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:14px;}

.single_blog_post_img img {
	margin-bottom:23px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:17px;
}



/* __________ Single Blog Post Tags __________ */
.single_blog_post_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.single_blog_post_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single_blog_post_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}





/* __________ Comments __________ */
#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	border:1px solid #efefef;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:500;
	font-size:16px;
	color:#333;
}
#comments .comment_date {color:#999; font-size:11px;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}


#comment_form textarea,
#comment_form input[type="text"] {
	padding:10px 8px 11px;
	border-color:#e9e9e9;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#comment_form textarea {min-height:140px;}
#comment_form .contact_btn {
	background-color:#1c1c1c;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ccc;}

.comment_note {padding-top:11px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/
.single_page #portfolio {padding-top:50px;}


.portfolio_block hr {border-top:2px solid #e9e9e9;}



/* __________ Single Portfolio Post __________ */
.single_portfolio_post_title {
	padding-bottom:20px;
	line-height:40px;
	font-size:40px;
	color:#333;
}




/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:25px;}

.sidebar hr {
	border-color:#e9e9e9;
	margin:25px 0;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position:relative;
	padding:13px 10px 12px 30px;
	border-top:1px solid #e9e9e9;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content:'°';
	position:absolute;
	left:10px;
	top:20px;
	font-size:27px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#333;}
.widget_meta li a {
	display:inline-block;
	line-height:24px;
	font-size:20px;
	color:#666;
}
.widget_meta li a:hover {color:#333;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.widget_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}



/* __________ Text Widget __________ */
.widget_text p {
	line-height:26px;
	font-size:16px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}




/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/



@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 .top_slider .slide4, .top_slider .slide5, .top_slider .slide6, {background-size:cover !important;}

}



@media (max-width: 1350px) {
.contenedor-redes {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titulo-redes {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 1em;
	padding-bottom: 10px;
	float: left;
}

.destacado-contenedor {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
.destacado-contenedor p{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.6em;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
	color: #FFF;
}
.destacado-contenedor h3 {
	font-weight: 500;
	font-size: 0.8em;
	margin-bottom: 40px;
	line-height: 40%;
}
.destacado-contenedor h4 {
	font-weight: 800;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	color: #FFF;
}

.destacado span {
	font-size: 4em;
	color: #145E64;
}




}



@media (max-width: 1200px) {
.menu_block {
	height: 120px;
	
}

#cssmenu {
	
	width: 100%;
	
	
}
.pull-left {
	width: 300px;
	margin-top: -20px;
}
.bto-redes {
	width: 180px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}
.work_item h1 {
	font-size: 1.4em;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	line-height: 32px;
	color: #000;
	padding-right: 5px;
	letter-spacing: -0.05em;
	background-color: rgba(255,255,255,0.8);
	padding-top: 80px;
	padding-bottom: 50px;
}
.work_item h1 b {
	font-size: 1.1em;
	font-weight: 900;
}
.work_item .work_description a {
	line-height: 22px !important;
	font-size: 0.6em !important;
	padding-top: 160px !important;
}	
.work_item .work_description b {
	
	font-size: 1.5em !important;
	
}
.introduccion {
	width: 100%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;	
	margin-bottom: 0px;
}
.introduccion p {
	line-height: 27px !important;
	text-align: center !important;
}
.formacion-presencial {
	width: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.8em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 80px;
}

.formacion-presencial h2 {
	font-size: 3em;
	line-height: 55px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.formacion-presencial b {
	font-size: 1em !important;
	
}


.formacion-presencial h4 {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: -0.05em;
	margin: 0px;
	padding: 0px;
}
.ico-mano{
	background-image: url(../imagenes/ico-mano.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 129px;
	position: absolute;
	left: 0px;
	top: 80px;
	}
.icon-modalidad {
	width: 100%;
	padding-right: 30px;
	margin-top: 10px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
.icon-modalidad li{	
	/*display: inline !important;	*/
}
.icon-modalidad img{
	width: 10% !important;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pull-left {
	margin-left: 0px;
	
}
.slide1{
	background-image: ;

}
.work_item .work_description a {
	line-height: 25px;
	font-size: 0.8em;
	padding-top: 90px;
}

.work_item .work_description span {
	font-size: 0.7em;
	line-height: 15px;
}	
.work_item a.zoom {
	display: none;	
}

.banner-contacto h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 1.5em;
	line-height: 40px;
}

.banner-contacto p {
	font-size: 1em;
	font-weight: 300;	
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px;}

/* __________ Index __________ */
	.cleancode_block p.title {
	font-size: 100px;
	line-height: 70px;
}
	.cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {
	font-size: 0.8em;
	line-height: 30px;
}
.purpose_block .ipad_img1 {
	margin-top: 30px;}
	
.work_item .work_description a {
	line-height: 25px;
	font-size: 0.7em;
	padding-top: 90px;
}	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.img_wrapper {width:137px !important;}
	
	
	.post_item_img a.link {
	width: 128px;
	height: 36px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -40px;
}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}

	}	
	
#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.7em;	
		
}

	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}	
	.purpose_block .ipad_img1 {
	margin-top: 60px;
}
	.purpose_block p {font-size:0.8em; line-height:25px;}
	
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}


	
	.img_wrapper {width:100px !important;}
	
	
	.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -40px;}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	
	
	.map_hide {margin-left:325px;}	
	
	.respond_clear {clear:both; height:0; font-size:0;}




@media (max-width: 767px) {
	/*-----------------------------------------------------------------------------------*/
/*	REDES SOCIALES
/*-----------------------------------------------------------------------------------*/
.contenedor-redes {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: 210px;
}
.titulo-redes {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	height: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	line-height: 50px;
	display: block;
}
.titulo-redes ul {
	float: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


	
.container {padding-left:5px; padding-right:5px;}
	
	
h2 {
	font-size: 30px;
	line-height: 32px;
}
h3 {
	line-height: 30px;
	font-size: 1em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	
	
	.logo a {font-size:22px;}
	
	
	#search-form input:focus {width:42px;}


/* __________ Recursos __________ */	
	.work_item .work_description a {
	font-size: 0.8em;
	line-height: 25px;
}
/* __________ Menu __________ */
	a.menu_toggler {display:none; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#333;}
	a.menu_toggler:hover {background-color:#333;display:none;}
	
	.navmenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background-color: #fff;
	margin-top: 80px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
}
	.navmenu ul {padding:10px 0;}
	.navmenu ul li {display:block; text-align:left;}
	.navmenu ul li a {
	padding: 4px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
	
	.sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;}
	.sub-menu ul:before {display:none !important;}
	.navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {
	
}
	.sub-menu ul li a {
	border: 0;
	padding-left: 30px;
	color: #333;
	background-color: #000;
	background-image: none;
}
	.sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;}
	.sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;}


/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:15px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {	display: none;
}
	.purpose_block p {
	font-size: 0.7em;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display:inline-block;}
	.img_wrapper {width:110px !important;}
	
	
	.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -25px;}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:14px; line-height:22px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}


/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	
	
}

@media (max-width: 479px) {
.menu_block {	
	height: 120px;
	}
.mini2{	
	display:none!important;			
	}

.btn{
	width: 100%;
	border-radius: 0px;
	font-size: 1.2em;
	}
	
h3 {
	line-height: 20px;
	font-size: 1.5em;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 100px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	width: 100%;
}	
.introduccion {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	text-align: justify !important;	
	margin-bottom: 0px;
}
.introduccion p {
	line-height: 24px !important;
	text-align: justify !important;
}

.introduccion2 {
    width: 100%;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
    /* background-color: rgba(51,68,81,0.1); */
    margin-bottom: 0px;
    margin-top: 0px;
}


.signocampus{
	display:none!important;		
	}
.formacion-presencial {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.6em !important;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.formacion-presencial  p{
	padding-right: 20px;
	padding-left: 20px;	
}

.formacion-presencial h2 {
	font-size: 2em;
	line-height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.formacion-presencial b {
	font-size: 0.9em !important;
	
}


.formacion-presencial h4 {
	font-size: 1.4em;
	font-weight: 800;
	line-height: 35px;
	letter-spacing: -0.05em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

.certificado {
	top: 68px;
	right: 5px;
	box-shadow: none;
	background-color: #FFF;
}

.pull-left {
	width: 240px;
}


.bto-redes {
	width: 80px;
	float: right;
	margin-top: 25px;
	margin-right: 5px;
}
.bto-redes li {
	display: inline-block;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
}

.bto-redes li a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: right;
	font-size: 1em;
	color: #CCC;	/*border: 2px solid #FFF;
	border-radius:50%;
	border-radius:20px;*/	
}
.destacado-contenedor3 {
	text-align: center;
	margin: 0px;
	width: 100%;
	color: #000;
	padding-top: 10px;
	padding-right: 5px !important;
	padding-bottom: 10px;
	padding-left: 5px !important;
}


.destacado-contenedor3 p {
	text-align: center !important;
	font-weight: 500 !important;
	margin-top: 15px;
	font-size: 1.2em !important;
}


.destacado-contenedor3 h3 {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 40px;
	line-height: 40px;
}

.destacado-contenedor3 p {
 
    font-size: 0.8em !important;
}	



.work_item .work_description a {
	line-height: 23px;
	font-size: 0.7em;
	padding-top: 100px;
}	

.ico-mano{
	background-image: url(../imagenes/ico-mano2.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 85px;
	position: absolute;
	left: 0px;
	top: 105px;
	}
	
.icon-modalidad {
	width: 100%;
	padding-right: 30px;
	margin-top: 10px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
.icon-modalidad img{
	width: 35% !important;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.post_item_img {
	position: relative;	
	margin-bottom: 2px;
	padding: 0px;
}
.post_item_img h1{
	background-color: #004753;
	font-size: 1em;
	font-weight: 100;
	color: #FFF;
	border-radius: 10px;
	text-align: right;
	line-height: 25px;
	letter-spacing: -0.03em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.post_item_img span{
	font-weight: 800;
	
}
.post_item_img b{
	font-size: 1.7em;
	font-weight: 800;
	padding-top: 20px;
	display: block;
}
.post_item_img li{
	font-size: 0.7em;
	line-height: 25px;
	font-weight: 300;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
}

.catalogo{
	text-align: center;
	}
		
/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
		.purpose_block {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

		
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:26px; line-height:26px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:96px; height:96px;}
	
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
	
/* __________ Blog __________ */
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	.single_blog_post_title {font-size:17px; line-height:22px;}
	.single_blog_post_content {font-size:13px; line-height:20px;}

	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}
