.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

* html .clearfix, :first-child + html .clearfix {
	zoom: 1
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: asap, arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #656A6C;
}

h1 {
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 15px;
	color: #08a3ff;
}

h2 {
	font-size: 24px;
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 15px;
	color: #444;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 5px;
}


/*h3 {
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 15px;
	color: #08a3ff;
}*/
h4 {
	font-size: 35px;
	line-height: 25px;
	margin: 0 0 15px;
	color: rgba(0, 0, 51, 0.75);
}

p {
	margin: 0 0 15px;
}

a {
	color: #08a3ff;
	text-decoration: none;
}

	a:hover {
		color: #999999;
	}

	a.button {
		color: #fff;
		font-weight: bold;
		display: inline-block;
		font-size: 16px;
		border: 1px solid #0472b1;
		padding: 15px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #05caff;
		background: -webkit-linear-gradient(#05caff, #0472b1);
		background: -moz-linear-gradient(#05caff, #0472b1);
		background: -o-linear-gradient(#05caff, #0472b1);
		background: -ms-linear-gradient(#05caff, #0472b1);
		background: linear-gradient(#05caff, #0472b1);
	}

		a.button:hover {
			background: #05caff;
			background: -webkit-linear-gradient(#05caff, #045685);
			background: -moz-linear-gradient(#05caff, #045685);
			background: -o-linear-gradient(#05caff, #045685);
			background: -ms-linear-gradient(#05caff, #045685);
			background: linear-gradient(#05caff, #045685);
		}

#wrap {
}

#wrapHeader {
	background: #fff;
	padding: 10px 0;
}

#header {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0px auto;
	position: relative;
}

#logo {
	float: left;
	padding: 7px 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

.block-contacto-header {
	background: url(../images/icoContact.png) right bottom no-repeat;
	color: #abaaaa;
	padding: 15px 45px 0 0;
	margin: 5px 10px 0 0;
	font-size: 13px;
	line-height: 17px;
	float: right;
	text-align: right;
}

#menu {
	float: right;
	clear: right;
	position: relative;
	padding: 0;
	margin-top: -25px;
}

#wrapContentTop {
	/*background: url(../images/bgCentro.jpg) center top no-repeat;
	background-size: cover;*/
}

	#wrapContentTop #contentTop {
		max-width: 1200px;
		padding: 30px 15px 40px;
		margin: 0px auto;
	}

		#wrapContentTop #contentTop .left {
			width: 50%;
			padding: 0 5% 0 0;
			float: left;
			color: #fff;
			color: #4A4A4A;
			font-weight: bold;
		}

			#wrapContentTop #contentTop .left h1 {
				color: rgba(0, 0, 51, 0.75);
			}

			#wrapContentTop #contentTop .left img {
				float: left;
				width: 250px;
				height: auto;
				margin: 0 20px 0 0;
				border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				;
			}

		#wrapContentTop #contentTop .right {
			width: 45%;
			float: right;
		}

			#wrapContentTop #contentTop .right img {
				float: left;
				width: 250px;
				height: auto;
				margin: 0 20px 0 0;
				border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				;
			}

			#wrapContentTop #contentTop .right p {
				background: url(../images/check.png) left center no-repeat;
				margin: 0;
				padding: 5px 0 5px 25px;
				float: left;
				color: #4A4A4A;
				font-weight: bold;
			}

#container {
	background: url(../images/sep1.png) center -9px no-repeat;
	max-width: 1200px;
	padding: 30px 15px;
	margin: 0px auto;
}

#sidebar-left {
	float: left;
	width: 27%;
}

.sidebar h1, #center h1 {
	background: url(../images/arrow3.png) left center no-repeat;
	padding: 0 0 0 17px;
	color: #999;
}

#sidebar-left .block-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#sidebar-left .block-menu ul li {
		margin: 0 0 3px;
		padding: 0;
		border-radius: 20px 0px 20px 0px;
		-moz-border-radius: 20px 0px 20px 0px;
		-webkit-border-radius: 20px 0px 20px 0px;
		border: 1px solid #ddd;
		background: #f9f9f9;
		background: -webkit-linear-gradient(#f9f9f9, #ccc);
		background: -moz-linear-gradient(#f9f9f9, #ccc);
		background: -o-linear-gradient(#f9f9f9, #ccc);
		background: -ms-linear-gradient(#f9f9f9, #ccc);
		background: linear-gradient(#f9f9f9, #ccc);
	}

		#sidebar-left .block-menu ul li:hover, #sidebar-left .block-menu ul li.active {
			background: #f9f9f9;
			background: -webkit-linear-gradient(#f9f9f9, #b1aeae);
			background: -moz-linear-gradient(#f9f9f9, #b1aeae);
			background: -o-linear-gradient(#f9f9f9, #b1aeae);
			background: -ms-linear-gradient(#f9f9f9, #b1aeae);
			background: linear-gradient(#f9f9f9, #b1aeae);
		}

		#sidebar-left .block-menu ul li a {
			padding: 10px 5px 10px 20px;
			display: block;
			color: #555;
			font-weight: bold;
		}

body.one-sidebar.sidebar-left #center {
	float: right;
	width: 70%;
}

#content p {
	text-align: justify;
}
/*#content.home 		{background:url(../images/bgContentHome.jpg) right 120px no-repeat; background-size:55% auto;}*/

#block-servicios {
	position: relative;
}

	#block-servicios a {
		color: #08a3ff;
		font-size: 15px;
		text-align: center;
		line-height: 18px;
		/*text-shadow: 1px 0px 2px rgba(0,0,0,0.7);*/
	}

		#block-servicios a:hover {
			text-decoration: underline;
		}

		#block-servicios a.link0 {
			top: 192px;
			left: 157px;
			width: 120px;
			font-size: 26px;
			line-height: 30px;
			color: #999;
			text-shadow: none;
		}

		#block-servicios a.link1 {
			top: 90px;
			left: 87px;
			width: 120px;
		}

		#block-servicios a.link2 {
			top: 76px;
			left: 218px;
			width: 120px;
		}

		#block-servicios a.link3 {
			top: 170px;
			left: 282px;
			width: 120px;
		}

		#block-servicios a.link4 {
			top: 280px;
			left: 260px;
			width: 120px;
		}

		#block-servicios a.link5 {
			top: 340px;
			left: 155px;
			width: 120px;
		}

		#block-servicios a.link6 {
			top: 290px;
			left: 50px;
			width: 120px;
		}

		#block-servicios a.link7 {
			top: 190px;
			left: 25px;
			width: 120px;
		}

#cssmenu1 ul, #cssmenu1 li, #cssmenu1 span, #cssmenu1 a {
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu1 {
	line-height: 1;
	border-radius: 0px 5px 0 0;
	-moz-border-radius: 0px 5px 0 0;
	-webkit-border-radius: 0px 5px 0 0;
	width: auto;
	position: relative;
	z-index: 10;
	margin: 12px 0 0;
}

	#cssmenu1:after, #cssmenu1 ul:after {
		content: '';
		display: block;
		clear: both;
	}

	#cssmenu1 a {
		color: #08a3ff;
		display: block;
		padding: 10px 10px;
		text-decoration: none;
		text-shadow: none !important;
		text-transform: uppercase;
	}

		#cssmenu1 a span.holder {
			display: none;
		}

	#cssmenu1 ul {
		list-style: none;
	}

	#cssmenu1 > ul > li {
		display: inline-block;
		float: left;
		margin: 0;
	}

	#cssmenu1.align-center {
		text-align: center;
	}

		#cssmenu1.align-center > ul > li {
			float: none;
		}

		#cssmenu1.align-center ul ul {
			text-align: left;
		}

	#cssmenu1.align-right > ul {
		float: right;
	}

	#cssmenu1.align-right ul ul {
		text-align: right;
	}

	#cssmenu1 > ul > li > a {
		color: #555;
		font-size: 13px;
	}

	#cssmenu1 > ul > li:hover:after, #cssmenu1 > ul > li.active:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		border-left: 35px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 7px solid #08a3ff;
		margin-left: -18px;
	}

	#cssmenu1.align-right > ul > li:first-child > a, #cssmenu1.align-center > ul > li:first-child > a {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	#cssmenu1.align-right > ul > li:last-child > a {
		border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
	}

	#cssmenu1 > ul > li.active > a, #cssmenu1 > ul > li:hover > a {
		color: #05b3fb;
		border-bottom: 0px solid #08a3ff;
		font-weight: bold;
	}

	#cssmenu1 .has-sub {
		z-index: 1;
	}

		#cssmenu1 .has-sub:hover > ul {
			display: block;
		}

		#cssmenu1 .has-sub ul {
			display: none;
			position: absolute;
			width: 300px;
			top: 100%;
			left: 0;
			z-index: 9999;
		}

	#cssmenu1.align-right .has-sub ul {
		left: auto;
		right: 0;
	}

	#cssmenu1 .has-sub ul li {
		*margin-bottom: -1px;
	}

		#cssmenu1 .has-sub ul li a {
			background: #08a3ff;
			border-bottom: 1px dotted #0477bc;
			font-size: 11px;
			filter: none;
			display: block;
			line-height: 120%;
			padding: 10px;
			color: #ffffff;
		}

		#cssmenu1 .has-sub ul li:hover a {
			background: #0477bc;
		}

	#cssmenu1 ul ul li:hover > a {
		color: #ffffff;
	}

	#cssmenu1 .has-sub .has-sub:hover > ul {
		display: block;
	}

	#cssmenu1 .has-sub .has-sub ul {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
	}

	#cssmenu1.align-right .has-sub .has-sub ul, #cssmenu1.align-right ul ul ul {
		left: auto;
		right: 100%;
	}

	#cssmenu1 .has-sub .has-sub ul li a {
		background: #0c7fb0;
		border-bottom: 1px dotted #31b7f1;
	}

		#cssmenu1 .has-sub .has-sub ul li a:hover {
			background: #0a6d98;
		}

	#cssmenu1 ul ul li.last > a, #cssmenu1 ul ul li:last-child > a, #cssmenu1 ul ul ul li.last > a, #cssmenu1 ul ul ul li:last-child > a, #cssmenu1 .has-sub ul li:last-child > a, #cssmenu1 .has-sub ul li.last > a {
		border-bottom: 0;
	}

#wrapFooter {
	background: #5F5E5E;
	margin: 5px 0 0;
}

#footer {
	max-width: 1200px;
	margin: 0px auto;
	padding: 35px 15px;
	color: #333;
}

	#footer a {
		color: #D6D6D6;
	}

		#footer a:hover {
			text-decoration: underline;
		}

	#footer h3 {
		color: #fff;
	}

	#footer .block ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#footer .block ul li {
			background: url(../images/arrow1.png) left center no-repeat;
			padding: 0 0 0 13px;
			color: #D6D6D6;
		}

	#footer .block-logo {
		float: left;
		/*padding: 80px 0 0;*/
		width: 23%;
		margin: 0 2% 0 0;
	}

	#footer .block-accesos {
		float: left;
		padding: 0;
		width: 30%;
		margin: 0 2% 0 0;
		font-size: 12px;
	}

	#footer .block-servicios {
		float: left;
		padding: 0;
		width: 0%;
		margin: 0 2% 0 0;
		font-size: 12px;
	}

	#footer .block-contacto {
		float: right;
		padding: 0;
		width: 25%;
		font-size: 12px;
	}

#wrapCopy {
	background: #999;
}

#copy {
	max-width: 1200px;
	padding: 10px 15px;
	text-align: right;
	margin: 0px auto;
	color: #333;
	font-size: 11px;
}

	#copy a {
		color: red;
	}
/* Responsive */
.slicknav_menu {
	display: none;
}

#Somos {
	background-color: #F8F8F8;
	padding: 20px 20px 20px 20px;
	font-family: "PT Serif",Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
	font-size: 17px;
	font-style: italic;
}

@media screen and (max-width:1170px) {
	h1 {
		font-size: 29px;
		line-height: 32px;
	}

	#wrapContentTop #contentTop .left img {
		width: 170px;
	}

	#wrapContentTop #contentTop .right img {
		width: 170px;
	}
}

@media screen and (max-width:1000px) {


	#wrapContentTop #contentTop {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		#wrapContentTop #contentTop .left {
			width: 50%;
			padding-right: 10%;
		}

		#wrapContentTop #contentTop .right {
			width: 40%;
		}

		#wrapContentTop #contentTop .left img {
			display: none;
		}

		#wrapContentTop #contentTop .right img {
			display: none;
		}

		#wrapContentTop #contentTop .right p {
			float: none;
		}
}

@media screen and (max-width:950px) {
	#cssmenu1 a {
		padding: 12px;
	}

	.callbacks_nav {
		display: none;
	}

	#content.home {
		background: none;
	}
}

@media screen and (max-width: 900px) {
	#wrapHeader {
		padding-bottom: 0;
	}

	.js #cssmenu1 {
		display: none;
	}

	.js .slicknav_menu {
		display: block;
	}

	#menu {
		float: none;
		clear: both;
		margin: 0 -15px;
	}

	.callbacks .caption {
		font-size: 20px !important;
		line-height: 20px !important;
	}
}

@media screen and (max-width: 700px) {

	.block-contacto-header {
		display: none;
	}

	h1 {
		font-size: 22px;
		line-height: 24px;
	}

	h3 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 5px;
	}

	#sidebar-left {
		float: none;
		margin: 0 0 20px;
		width: 100% !important;
	}

	#center {
		float: none;
		margin: 0 0 20px;
		width: 100% !important;
	}

	#sidebar-right {
		float: none;
		margin: 0 0 20px;
		width: 100% !important;
	}

	#footer .block {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}

	#footer .block-logo {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	#container {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	#wrapContentTop {
		/*background: #E4F5FF;
	color: #fff;*/
	}

		#wrapContentTop #contentTop .left {
			float: none;
			width: 100%;
			padding: 0;
		}

		#wrapContentTop #contentTop .right {
			float: none;
			width: 100%;
		}

		#wrapContentTop #contentTop h1 {
			color: #fff;
		}

		#wrapContentTop #contentTop h2 {
			font-size: 15px;
			padding-bottom: 0px;
			line-height: 20px;
		}

	#Somos {
		background-color: #F8F8F8;
		padding: 20px 20px 20px 20px;
		font-family: "PT Serif",Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
		font-size: 12px;
		font-style: italic;
	}
}

@media screen and (max-width: 500px) {
	.callbacks .caption {
		display: none !important;
	}
}

@media screen and (max-width: 450px) {

	#block-servicios img {
		display: none;
	}

	#block-servicios a {
		display: block;
		text-shadow: none;
		top: auto !important;
		left: auto !important;
		text-align: left;
		width: auto !important;
	}

		#block-servicios a:hover {
			text-decoration: none;
			background-color: #afaeae;
		}

		#block-servicios a.link0 {
			display: none;
		}
}

@media screen and (max-width: 400px) {
	#logo img {
		width: 100%;
		height: auto;
	}
}


/* -------------------------------------------------- */
/*	Carousel de proyectos
	/* -------------------------------------------------- */

.no-js .projects-carousel, .no-js .post-carousel {
	border-top: 1px solid #efefef;
	margin: 15px -20px 60px 0;
	padding: 25px 0 0;
}

.projects-carousel > li, .post-carousel > li, #portfolio-items > article {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
}

.projects-carousel > li, .post-carousel > li {
	width: 220px;
}

.projects-carousel, #portfolio-items {
	font-family: 'Open Sans', sans-serif, 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 15px;
}

.no-js .post-carousel > li {
	display: inline-block;
	float: none;
}

.no-js .projects-carousel > li, .no-js #portfolio-items > article {
	margin-bottom: 40px;
}

.projects-carousel a, #portfolio-items article a {
	border-bottom: 1px solid #efefef;
	display: block;
	text-align: center;
}

.projects-carousel a {
	padding: 20px 0 0;
}

#portfolio-items article a, #portfolio-items article .audio-player, #portfolio-items article .video-player {
	margin: 0 auto;
}

.projects-carousel img, #portfolio-items article img {
	background-color: #fff;
	margin: 0 auto -5px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.no-js .projects-carousel img, .no-js #portfolio-items article img {
	margin-bottom: 0;
}

.projects-carousel img {
	margin: -25px auto 20px;
}

.projects-carousel .title, #portfolio-items > article .title {
	font-weight: 400;
	margin-bottom: 0;
}

.projects-carousel > li .categories, #portfolio-items > article .categories {
	color: #aeaeae;
	display: block;
	font-size: 10px;
	/*font-style: italic*/;
	margin: -1px 0 20px;
}

.projects-carousel a:hover, #portfolio-items > article:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #0326f9;
}

.not-ie .projects-carousel a:hover:after, .not-ie #portfolio-items > article:hover:after {
	background: #0326f9;
	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0 0 0 -2.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 5px;
}

.projects-carousel a:hover img, #portfolio-items > article:hover img {
	filter: alpha(opacity=100); /* Fallback for old IE */
	opacity: 1;
}

.projects-carousel a:hover .title, #portfolio-items > article:hover .title {
	color: #0326f9;
}

/* -------------------------------------------------- */
/*	Post Carousel
	/* -------------------------------------------------- */

.post-carousel .entry-meta {
	float: left;
	font-style: italic;
	letter-spacing: -0.5px;
	line-height: 1.3;
	margin: 0 12px 0 0;
	text-align: center;
	width: 33px;
}

	.post-carousel .entry-meta a {
		display: block;
		font-style: normal;
	}

.post-carousel li .post-format {
	margin: 0;
}

.post-carousel li .date {
	display: block;
	margin: 8px 0 0;
}

.post-carousel .entry-body .title {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.post-carousel .entry-body {
	float: right;
	margin: 0;
	width: 175px;
}

.post-carousel .entry-image, .post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

.post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
}

.touch-device .post-carousel .entry-audio {
	margin-top: -8px;
}

.post-carousel .image-gallery-slider {
	margin-bottom: 15px;
}

	.post-carousel .image-gallery-slider li {
		margin: 0;
	}

	.post-carousel .image-gallery-slider img {
		margin-bottom: 0;
	}

/* -------------------------------------------------- */
/*	Projects & Post Carousel Navigation
	/* -------------------------------------------------- */

.jcarousel-container {
	border-top: 1px solid #efefef;
	margin: 45px -20px 80px 0;
	max-width: 100%;
	padding: 25px 0 0;
}

.section-title + .jcarousel-container {
	margin-top: 15px;
}

.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}

.jcarousel-item {
	margin: 0 20px 0 0;
	width: 220px;
}

.jcarousel-next, .jcarousel-prev {
	background: #ddd url(../images/botonesNav.png) no-repeat 0 0;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: 0;
	top: -35px;
	width: 19px;
}

.jcarousel-prev {
	background-position: 0 -19px;
	right: 20px;
}

	.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active,
	.jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
		background-color: #0326f9;
	}

.jcarousel-next-disabled, .jcarousel-next-disabled:hover,
.jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
	background-color: #eee !important;
	cursor: auto !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}
