/* JacoboProl.com */
@import url('font.css');
@charset "UTF-8";
::-moz-selection {
	background: #43AADD;
	color: white;
	text-shadow: none;
 }
 
::selection {
	background: #43AADD;
	color: white;
	text-shadow: none;
 }
 
::-webkit-selection {
	background: #43AADD;
	color: white;
	text-shadow: none;
 }
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
 }
 
/**** GENERAL ****/
* {
	padding: 0;
	margin: 0;
	outline: 0;
 }
 
body {
	margin: 0;
	padding: 0;
	color: #262626;
	background: #fff;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
 }
 
	body.buscar {background: #fcf2f4;}
 
html, body {
	height: 100%;
	outline: 0;
 }
 
header, section, footer, aside, article, figure {display: block;}
 
ul, ol, dl {
	padding: 0;
	margin: 0;
 }
 
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-weight: normal;
 }
 
a img {border: none;}
 
/*** LÍQUIDOS ***/
#contenedor-general {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	width: 100%;
 }
 
.container {
	width: 1024px;
	margin: 0 auto;
 }
 
.content {
	padding-right: 0;
	padding-left: 0;
	width: 1024px;
	float: left;
 }
 
.contenedor-gris {
	margin: 0 auto;
	width: 100%;
	background-color: #f5f5f5;
 }
 
.contenedor-amarillo {
	margin: 0 auto;
	width: 100%;
	background-color: #F3BC05;
 }
 
.contenedor-social {
	margin: 0 auto;
	width: 100%;
	background-color: #555555;
 }
 
.contenedor-transparente {
	margin: 0 auto;
	width: 100%;
 }
 
	.contenedor-transparente.bordes {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	 }
 
.contenedor-proyectos {
	margin: 0 auto;
	width: 100%;
	background-color: #968CBE;
 }
 
.contenedor-servicios {
	margin: 0 auto;
	width: 100%;
	background-color: #67b3df;
 }
 
.contenedor-contacto {
	margin: 0 auto;
	width: 100%;
	background-color: #5FBBAB;
 }
 
.contenedor-error {
	margin: 0 auto;
	width: 100%;
	background-color: #EA6C7F;
 }
 
.contenedor-blog {
	margin: 0 auto;
	width: 100%;
	background-color: #ea6c7f;
 }
 
section {
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	float: left;
	width: 100%;
	position: relative;
 }
 
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
 }
 
#separador {
	height: 100px;
	width: 100%;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
 }
 
/*** HEADER ***/
header {
	background: #fff;
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 5;
	border-bottom: 1px solid #F0F0F0;
 }
 
	header .contenido {
		width: 1024px;
		margin: 0 auto;
	 }
 
	header h1 {
		display: block;
		background: url(../images/logo-jacoboprol.png) no-repeat center center;
		background-size: contain;
		float: left;
		line-height: 100px;
		letter-spacing: 2px;
		transition: height 500ms, margin 500ms, background 500ms, font-size 500ms;
		height: 100px;
		width: 200px;
		text-indent: -9999px;
	 }
 
#menu {float: right;}
 
	#menu ul {
		list-style: none;
		font-size: 13px;
	 }
 
	#menu li {
		display: block;
		float: left;
		text-transform: uppercase;
		text-align: center;
	 }
 
		#menu li a {
			display: block;
			color: #ACACAC;
			text-decoration: none;
			height: 100px;
			line-height: 100px;
			padding: 0;
			margin: 0 30px 0 0;
			font-family: 'OSL', Arial, sans-serif;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		 }
 
			#menu li a:hover,#menu li a.activo {color: #262626;}
 
			#menu li a.admin {
				color: #fff;
				background: #62B8AA;
				padding: 0 10px;
				margin: 0 0 0 0;
			 }
 
			#menu li a:hover.admin {background: #2b9582;}
 
#idioma {float: right;}
 
	#idioma ul {
		list-style: none;
		font-size: 10px;
		margin-top: 38px;
	 }
 
	#idioma li {
		display: block;
		float: left;
		text-transform: uppercase;
		text-align: center;
		-webkit-border-radius: 150px;
		border-radius: 150px;
		-moz-border-radius: 150px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #eee;
		margin-left: 5px;
	 }
 
		#idioma li a {
			display: block;
			color: #bbb;
			text-decoration: none;
			height: 22px;
			line-height: 23px;
			padding: 0;
			width: 22px;
			font-family: 'OS', Arial, sans-serif;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			-webkit-border-radius: 150px;
			border-radius: 150px;
			-moz-border-radius: 150px;
		 }
 
			#idioma li a:hover {
				color: #eee;
				background: #777;
			 }
 
			#idioma li a.activo {
				color: #808080;
				background: #eee;
			 }
 
		#idioma li.chat {
			-webkit-border-radius: 0;
			border-radius: 0;
			-moz-border-radius: 0;
			background: none;
			margin-left: 15px;
		 }
 
			#idioma li.chat img {
				border: none;
				background-size: contain;
				width: 26px;
				height: 28px;
				margin-top: -3px;
			 }
 
			#idioma li.chat a:hover {
				color: none;
				background: none;
			 }
 
			#idioma li.chat a {
				color: none;
				background: none;
			 }
 
/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile {
	display: none;
	background: url(../images/icon/nav.png) no-repeat center center;
	float: right;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 16px;
	top: 20px; /*opacity: .6;*/
 }
 
/*#nav-mobile.nav-active { opacity: 1; }*/
/*** SLIDER ***/
.boxedcontainer {
	max-width: 1170px;
	margin: 0;
	position: relative;
	float: left;
	z-index: 1;
 }
 
.tp-banner-container {
	width: 100%;
	min-width: 100%;
	position: relative;
	padding: 0;
	z-index: 1;
	background: #F5F5F5; /*background: #968cbe;*/
 }
 
.tp-banner {
	width: 100%;
	position: relative;
	min-width: 100%;
	z-index: 1;
 }
 
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
	min-width: 100%;
	z-index: 1;
 }
 
.cargando {
	width: 44px;
	height: 44px;
	background: url(../images/load.gif);
	position: fixed;
	background-size: contain;
	margin-top: -22px;
	top: 50%;
	margin-left: -22px;
	left: 50%;
 }
 
.que-necesitas {
	position: absolute;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 0;
	z-index: 9999;
 }
 
	.que-necesitas h2 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 44px;
		text-align: center;
		color: #fff;
		margin-bottom: 30px;
	 }
 
/* ----------------------------------------------------------------
	SELECT INICIO
-----------------------------------------------------------------*/
#select-inicio {
	position: relative;
	padding: 0 51px;
 }
 
	#select-inicio a {text-decoration: none;}
 
	#select-inicio .DivSelect {
		font-family: 'OS', Arial, sans-serif;
		position: relative;
		max-width: 450px;
		margin: 0 auto;
		text-align: left;
		font-size: 16px;
		left: -31px;
		display: block;
	 }
 
	#select-inicio .valorSelect {
		width: 100%;
		background: #fff;
		color: #777;
		height: 60px;
		line-height: 20px;
		padding: 20px;
		display: block;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		vertical-align: middle;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	 }
 
		#select-inicio .valorSelect:after {
			content: '';
			width: 60px;
			height: 60px;
			background: #fff url(../images/icon/flecha.png) no-repeat center;
			background-size: 30px;
			right: -62px;
			top: 0;
			position: absolute;
			-webkit-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
		 }
 
	#select-inicio .selectUl {
		display: none;
		background: #fff;
		position: absolute;
		left: 0;
		top: 62px;
		width: 100%;
		padding: 10px 0;
		box-shadow: 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
		list-style: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	 }
 
		#select-inicio .selectUl li:first-of-type {display: none;}
 
		#select-inicio .selectUl a {
			padding: 10px 20px;
			display: block;
			color: #777;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			text-decoration: none;
		 }
 
			#select-inicio .selectUl a:hover {
				background: #ea6c7f;
				color: #fff;
			 }
 
/* ----------------------------------------------------------------
	BOTONES
-----------------------------------------------------------------*/
.boton {
	position: relative;
	color: #FFFEFE;
	text-decoration: none;
	font-family: 'OS', Arial, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 40px auto 0 auto;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	width: 200px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	outline: none;
 }
 
	.boton:after {
		content: '';
		position: absolute;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
	.boton.full {
		margin: 0 auto 0 auto;
		letter-spacing: 1px;
		padding: 20px 0;
		width: 100%;
	 }
 
	.boton.sintop {margin: 0 auto 0 auto;}
 
	/* ROJO */
.boton.rojo {
		background: #ea6c7f;
		color: #fff;
		box-shadow: 0 5px #c14a63;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.rojo:hover {
			box-shadow: 0 4px #c14a63;
			top: 1px;
		 }
 
		.boton.rojo:active {
			box-shadow: 0 0 #c14a63;
			top: 5px;
		 }
 
	/* AZUL */
.boton.azul {
		background: #67b3df;
		color: #fff;
		box-shadow: 0 5px #3991bc;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.azul:hover {
			box-shadow: 0 4px #3991bc;
			top: 1px;
		 }
 
		.boton.azul:active {
			box-shadow: 0 0 #3991bc;
			top: 5px;
		 }
 
	/* VIOLETA */
.boton.violeta {
		background: #968cbe;
		color: #fff;
		box-shadow: 0 5px #64618d;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.violeta:hover {
			box-shadow: 0 4px #64618d;
			top: 1px;
		 }
 
		.boton.violeta:active {
			box-shadow: 0 0 #64618d;
			top: 5px;
		 }
 
	/* AMARILLO */
.boton.amarillo {
		background: #f8b648;
		color: #fff;
		box-shadow: 0 5px #ce923c;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.amarillo:hover {
			box-shadow: 0 4px #ce923c;
			top: 1px;
		 }
 
		.boton.amarillo:active {
			box-shadow: 0 0 #ce923c;
			top: 5px;
		 }
 
	/* VERDE */
.boton.verde {
		background: #5fbbab;
		color: #fff;
		box-shadow: 0 5px #2c9682;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.verde:hover {
			box-shadow: 0 4px #2c9682;
			top: 1px;
		 }
 
		.boton.verde:active {
			box-shadow: 0 0 #2c9682;
			top: 5px;
		 }
 
	/* GRIS */
.boton.gris {
		background: #aeaeae;
		color: #fff;
		box-shadow: 0 5px #777;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	 }
 
		.boton.gris:hover {
			box-shadow: 0 4px #777;
			top: 1px;
		 }
 
		.boton.gris:active {
			box-shadow: 0 0 #777;
			top: 5px;
		 }
 
/* ----------------------------------------------------------------
	TRABAJOS INDEX
-----------------------------------------------------------------*/
section.trabajos-index {
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 65px;
	float: left;
	width: 100%;
 }
 
	section.trabajos-index.sinpad {padding-top: 0;}
 
	section.trabajos-index h2 {
		text-align: center;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 40px;
		color: #968cbe;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	 }
 
	section.trabajos-index h3 {
		text-align: center;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 20px;
		color: #999;
		line-height: 30px;
		display: block;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	 }
 
	section.trabajos-index a.pincha {
		font-family: 'OS', Arial, sans-serif;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		text-decoration: none;
		color: #968cbe;
		padding-bottom: 1px;
		border-bottom: 1px dashed transparent;
	 }
 
	section.trabajos-index a:hover.pincha {border-bottom: 1px dashed #968cbe;}
 
	section.trabajos-index ul {
		list-style: none;
		margin-top: 4%;
		width: 100%;
		float: left;
	 }
 
		section.trabajos-index ul li {
			float: left;
			width: 30%;
			height: auto;
			margin-top: 0;
			margin-right: 1.5%;
			margin-left: 1.5%;
			margin-bottom: 3%;
			border: 1px solid #ddd;
			position: relative;
		 }
 
			section.trabajos-index ul li a img {
				float: left;
				width: 100%;
			 }
 
			section.trabajos-index ul li a span {
				opacity: 0;
				position: absolute;
				width: 100%;
				text-align: center;
				background: #968CBE;
				color: #FFFFFF;
				padding: 0;
				bottom: 0;
				left: 0;
				font-family: 'OSL', Arial, sans-serif;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			 }
 
			section.trabajos-index ul li:hover a span {
				opacity: 0.9;
				padding: 20px 0;
			 }
 
/* ----------------------------------------------------------------
	TRABAJOS INLINE
-----------------------------------------------------------------*/
.mfp-no-margins img.mfp-img {padding: 0;}
 
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
 }
 
.mfp-no-margins .mfp-container {padding: 0;}
 
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
 }
 
	.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
 
	.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
 
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
 }
 
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
 
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
 
/* Styles for dialog window */
.dialogo {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 1024px;
	margin: 40px auto;
	position: relative;
 }
 
	.dialogo.sinpad-sinmar {
		padding-top: 0;
		margin-top: 0;
	 }
 
	.dialogo a.ver {
		width: 50%;
		position: absolute;
		top: -13px;
		left: 0;
		padding: 5px 0;
		text-align: center;
		background: #5ebaaa;
		font-family: 'OSL', Arial, sans-serif;
		text-decoration: none;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
	.dialogo a:hover.ver {background: #2b9582;}
 
	.dialogo a.editar {
		width: 50%;
		position: absolute;
		top: -13px;
		right: 0;
		padding: 5px 0;
		text-align: center;
		background: #f8b548;
		font-family: 'OSL', Arial, sans-serif;
		text-decoration: none;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
	.dialogo a:hover.editar {background: #ce913c;}
 
	/**
* Fade-zoom animation for first dialog
*/
.dialogo h2 {
		font-size: 40px;
		text-align: center;
		font-family: 'OSL', Arial, sans-serif;
		margin-bottom: 8px;
		color: #968cbe;
	 }
 
	.dialogo h3 {
		font-size: 20px;
		text-align: center;
		color: #777;
		font-family: 'OSL', Arial, sans-serif;
	 }
 
	.dialogo img {
		margin-top: 30px;
		width: 100%;
	 }
 
	.dialogo a.url {
		width: 100%;
		float: left;
		text-align: center;
		color: #666;
		text-decoration: none;
		font-family: 'OSL', Arial, sans-serif;
		margin-top: 8px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		margin-bottom: 5px;
	 }
 
	.dialogo a:hover.url {color: #968CBE;}
 
/* start state */
.my-mfp-zoom-in .dialogo, .my-mfp-zoom-in .popup {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
 }
 
/* animate in */
.my-mfp-zoom-in.mfp-ready .dialogo, .my-mfp-zoom-in.mfp-ready .popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
 }
 
/* animate out */
.my-mfp-zoom-in.mfp-removing .dialogo, .my-mfp-zoom-in.mfp-removing .popup {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
 }
 
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
 }
 
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {opacity: 0.8;}
 
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}
 
.mfp-hide {display: none;}
 
/** DIÁLOGO PACKS **/
.dialogo.packs {
	background: white;
	padding: 0;
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
 }
 
	.dialogo.packs .contenedor-packs {
		margin: 0 auto;
		width: 100%;
		position: relative;
		background-color: #fff;
		font-family: 'OSL', Arial, sans-serif;
	 }
 
	.dialogo.packs section.cab-packs {
		background: #F3BC05;
		width: 100%;
		padding: 40px 0;
	 }
 
		.dialogo.packs section.cab-packs h2 {
			text-align: center;
			font-size: 30px;
			color: #F5F5F5;
			display: block;
			width: 100%;
			font-family: 'OS', Arial, sans-serif;
		 }
 
			.dialogo.packs section.cab-packs h2 span {
				display: block;
				font-size: 23px;
			 }
 
	.dialogo.packs section.cuerpo-packs {
		padding: 0 8%;
		width: 100%;
		margin-bottom: 20px;
	 }
 
#formpack {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
 }
 
	#formpack input[type=text],#formpack input[type=tel],#formpack input[type=email] {
		width: 94.8%;
		padding: 2.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		float: left;
	 }
 
	#formpack input[type=text].error,#formpack input[type=tel].error,#formpack input[type=email].error {
		background: #F7E8EB;
		border-color: #ED8599;
		color: #E891A1;
	 }
 
	#formpack textarea {
		width: 94.8%;
		max-width: 94.8%;
		min-width: 94.8%;
		height: 120px;
		padding: 2.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #cecece;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
		#formpack textarea.error {
			background: #F7E8EB;
			border-color: #ED8599;
			color: #E891A1;
		 }
 
	#formpack .bg-fila {
		margin-top: 20px;
		float: left;
		width: 84%;
	 }
 
		#formpack .bg-fila.top {margin-top: 30px;}
 
/* SOCIAL PROYECTOS */
.social {margin: 40px 0 13px 0;}
 
	.social.sinmar {margin-top: 0;}
 
	.social ul {
		margin: 0;
		padding: 0;
		background: none;
	 }
 
	.social a {
		margin: 0 10px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		border-radius: 150px;
		width: 35px;
		height: 35px;
		line-height: 100%;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
		border: none;
		text-decoration: none;
		text-indent: -9999px;
	 }
 
		.social a.facebook {background: #bbb url(../images/icon/social.png) 0 0;}
 
		.social a:hover.facebook {background: #244d92 url(../images/icon/social.png) 0 0;}
 
		.social a.twitter {background: #bbb url(../images/icon/social.png) -35px 0;}
 
		.social a:hover.twitter {background: #69a8de url(../images/icon/social.png) -35px 0;}
 
		.social a.google {background: #bbb url(../images/icon/social.png) -70px 0;}
 
		.social a:hover.google {background: #c04f3c url(../images/icon/social.png) -70px 0;}
 
		.social a.linkedin {background: #bbb url(../images/icon/social.png) -105px 0;}
 
		.social a:hover.linkedin {background: #0078aa url(../images/icon/social.png) -105px 0;}
 
		.social a.leermas {
			text-indent: 0;
			width: 105px;
			float: right;
			text-align: right;
			margin-top: 14px;
			font-family: 'OSB', Arial, sans-serif;
			color: #000000;
		 }
 
		.social a:hover.leermas {
			text-decoration: underline;
			color: #EA6C7F;
		 }
 
	.social.center ul {text-align: center;}
 
/* ----------------------------------------------------------------
	NOSOTROS INDEX
-----------------------------------------------------------------*/
section.nosotros-index h2 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 40px;
	color: #67b3df;
	margin-bottom: 10px;
	display: block;
	width: 100%;
 }
 
	section.nosotros-index h2.verde {color: #5FBBAB;}
 
section.nosotros-index h3 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 20px;
	color: #888888;
	line-height: 30px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
 }
 
/* ----------------------------------------------------------------
	PROYECTOS
-----------------------------------------------------------------*/
section.proyect {
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 55px;
	float: left;
	width: 100%;
 }
 
section.cab-proyectos h2 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	width: 100%;
 }
 
section.cab-proyectos h3 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 20px;
	color: #e6e0fc;
	line-height: 30px;
	display: block;
	width: 100%;
 }
 
/* ----------------------------------------------------------------
	SERVICIOS
-----------------------------------------------------------------*/
section.cab-servicios h2 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	width: 100%;
 }
 
section.cab-servicios h3 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 20px;
	color: #e1f4ff;
	line-height: 30px;
	display: block;
	width: 100%;
 }
 
	section.cab-servicios h3 span.rojo {color: #bf4c65;}
 
	section.cab-servicios h3 span.verde {color: #2C9682;}
 
section.servicios .corporativa {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	margin-bottom: 45px;
	margin-top: 50px;
	position: relative;
 }
 
	section.servicios .corporativa ul {
		list-style-image: url(../images/icon/lista-corporativa.gif);
		list-style-position: inside;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 17px;
		width: 65%;
		float: right;
		margin-bottom: 50px;
		margin-right: 2.8%;
	 }
 
		section.servicios .corporativa ul li {
			float: left;
			margin: 1.6% 2.5%;
			width: 45%;
		 }
 
		section.servicios .corporativa ul a {
			color: #262626;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			margin-bottom: 5px;
		 }
 
			section.servicios .corporativa ul a:hover {color: #EA6C7F;}
 
	section.servicios .corporativa .imagen {
		background: url(../images/servicios/corporativa.png) no-repeat;
		width: 23%;
		float: left;
		height: 220px;
		position: absolute;
		bottom: 0;
		left: 0;
	 }
 
section.servicios .web {
	float: left;
	width: 100%;
	margin-bottom: 40px;
 }
 
	section.servicios .web ul {
		list-style-image: url(../images/icon/lista-web.gif);
		list-style-position: inside;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 17px;
		width: 65%;
		float: left;
	 }
 
		section.servicios .web ul li {
			float: left;
			margin: 2.5% 2% 0.7%;
			width: 46%;
		 }
 
		section.servicios .web ul a {
			color: #262626;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			margin-bottom: 5px;
		 }
 
			section.servicios .web ul a:hover {color: #F8B648;}
 
	section.servicios .web .imagen {
		background: url(../images/servicios/web.png) no-repeat;
		width: 23%;
		float: right;
		height: 220px;
	 }
 
section.subservicios {margin: 30px 0;}
 
	section.subservicios .left {
		width: 50%;
		float: left;
	 }
 
	section.subservicios .right {
		width: 50%;
		float: right;
	 }
 
	section.subservicios .pantone {
		background: url(../images/servicios/pantone.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .identidad {
		background: url(../images/servicios/identidad.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .aplica {
		background: url(../images/servicios/aplica.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .html5 {
		background: url(../images/servicios/html5.png) no-repeat center center;
		width: 333px;
		height: 225px;
		position: absolute;
		right: 0;
		bottom: -30px;
	 }
 
	section.subservicios .responsive {
		background: url(../images/servicios/responsive.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .cms {
		background: url(../images/servicios/cms.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .tienda {
		background: url(../images/servicios/tienda.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .marketing {
		background: url(../images/servicios/marketing.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .pagos {
		background: url(../images/servicios/pagos.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .nube {
		background: url(../images/servicios/nube.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .hosting {
		background: url(../images/servicios/hosting.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios .linux {
		background: url(../images/servicios/linux.png) no-repeat center center;
		width: 333px;
		height: 225px;
	 }
 
	section.subservicios h3 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 30px;
		margin-top: 40px;
	 }
 
	section.subservicios h4 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 18px;
		color: #888;
		margin-top: 10px;
		line-height: 25px;
		margin-bottom: 15px;
	 }
 
/* ----------------------------------------------------------------
	CONTACTO
-----------------------------------------------------------------*/
#mapa {
	width: 100%;
	height: 500px;
 }
 
section.cab-contacto {
	margin: 0 auto;
	width: 64%;
	padding-top: 50px;
	padding-bottom: 0;
	float: none;
 }
 
	section.cab-contacto .box-left {
		width: 45%;
		float: left;
	 }
 
	section.cab-contacto .box-mid {
		width: 10%;
		float: left;
		height: 60px;
		font-family: 'OSL', Arial, sans-serif;
		line-height: 60px;
		text-align: center;
		color: #888;
		font-size: 13px;
	 }
 
	section.cab-contacto .box-right {
		width: 45%;
		float: left;
	 }
 
	section.cab-contacto .boton.full {letter-spacing: 0;}
 
ul.contacta {
	width: 64%;
	margin: 0 auto;
	list-style: none;
 }
 
	ul.contacta a {
		text-decoration: none;
		color: #f5f5f5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
		ul.contacta a li {
			float: left;
			line-height: 35px;
			font-family: 'OSL', Arial, sans-serif;
			font-size: 19px;
		 }
 
			ul.contacta a li.ic-tel {width: 36.3%;}
 
			ul.contacta a li.ic-mail {width: 41.1%;}
 
			ul.contacta a li.ic-skype {width: 22.5%;}
 
			ul.contacta a li i {
				position: relative;
				float: left;
				display: block;
				width: 35px;
				height: 35px;
				margin-right: 20px;
			 }
 
			ul.contacta a li.ic-tel i {
				background: url(../images/icon/contacto-tel.png);
				background-size: contain;
			 }
 
			ul.contacta a li.ic-mail i {
				background: url(../images/icon/contacto-mail.png);
				background-size: contain;
			 }
 
			ul.contacta a li.ic-skype i {
				background: url(../images/icon/contacto-skype.png);
				background-size: contain;
			 }
 
/* ----------------------------------------------------------------
	FORMULARIO CONTACTO
-----------------------------------------------------------------*/
#contacto {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px; /* [disabled]margin-top: 60px; */
	text-align: left;
 }
 
	#contacto input[type=text],#contacto input[type=tel],#contacto input[type=email] {
		width: 94.8%;
		padding: 2.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		float: left;
	 }
 
	#contacto input[type=text].error,#contacto input[type=tel].error,#contacto input[type=email].error {
		background: #F7E8EB;
		border-color: #ED8599;
		color: #E891A1;
	 }
 
	#contacto textarea {
		width: 94.8%;
		max-width: 94.8%;
		min-width: 94.8%;
		height: 120px;
		padding: 2.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #cecece;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
		#contacto textarea.error {
			background: #F7E8EB;
			border-color: #ED8599;
			color: #E891A1;
		 }
 
	#contacto .bg-fila {
		margin-top: 20px;
		float: left;
		width: 100%;
	 }
 
		#contacto .bg-fila.top {margin-top: 30px;}
 
		#contacto .bg-fila.corto {
			margin-top: 20px;
			width: 50%;
		 }
 
			#contacto .bg-fila.corto input[type=text],#contacto .bg-fila.corto input[type=tel],#contacto .bg-fila.corto input[type=email] {
				padding: 5% 4.5%;
				width: 91%;
			 }
 
			#contacto .bg-fila.corto input[type=text].der,#contacto .bg-fila.corto input[type=tel].der,#contacto .bg-fila.corto input[type=email].der {
				-webkit-border-radius: 0 3px 3px 0;
				border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
			 }
 
			#contacto .bg-fila.corto input[type=text].izq,#contacto .bg-fila.corto input[type=tel].izq,#contacto .bg-fila.corto input[type=email].izq {
				-webkit-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
				-moz-border-radius: 3px 0 0 3px;
			 }
 
::-webkit-input-placeholder {color: #777777;}
 
::-moz-placeholder {color: #777777;}
 
:-ms-input-placeholder {color: #777777;}
 
input:-moz-placeholder {color: #777777;}
 
/* ----------------------------------------------------------------
	FORMULARIO PRESUPUESTO
-----------------------------------------------------------------*/
#presupuesto {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: left;
 }
 
	#presupuesto h2 {
		text-align: center;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 35px;
		color: #262626;
		margin-top: 60px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		display: block;
		width: 100%;
	 }
 
	#presupuesto h3 {
		text-align: center;
		font-family: 'OSL', Arial, sans-serif;
		font-size: 18px;
		color: #888;
		line-height: 40px;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	 }
 
	#presupuesto h4 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 15px;
		color: #777777;
		display: block;
		width: 96%;
		padding: 1.5% 2%;
		border-bottom: #ddd solid 1px;
	 }
 
	#presupuesto h5 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 24px;
		color: #555;
		display: block;
		width: 100%;
		margin-top: 50px;
		padding-top: 30px;
		margin-bottom: 10px;
		float: left;
		border-top: 1px dashed #ccc;
	 }
 
	#presupuesto input[type=text],#presupuesto input[type=tel],#presupuesto input[type=email],#presupuesto input[type=url] {
		width: 96.8%;
		padding: 1.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		float: left;
	 }
 
	#presupuesto input[type=text].error,#presupuesto input[type=tel].error,#presupuesto input[type=email].error,#presupuesto input[type=url].error {
		background: #F7E8EB;
		border-color: #ED8599;
		color: #E891A1;
	 }
 
	#presupuesto textarea {
		width: 96.8%;
		max-width: 96.8%;
		min-width: 96.8%;
		height: 150px;
		padding: 1.5%;
		color: #777777;
		font-family: 'OS', Arial, sans-serif;
		font-size: 15px;
		border: 1px solid #cecece;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	 }
 
		#presupuesto textarea.error {
			background: #F7E8EB;
			border-color: #ED8599;
			color: #E891A1;
		 }
 
	#presupuesto .bg-fila {
		margin-top: 20px;
		float: left;
		width: 100%;
	 }
 
		#presupuesto .bg-fila.top {margin-top: 30px;}
 
		#presupuesto .bg-fila.corto {
			margin-top: 20px;
			width: 50%;
		 }
 
			#presupuesto .bg-fila.corto input[type=text],#presupuesto .bg-fila.corto input[type=tel],#presupuesto .bg-fila.corto input[type=email],#presupuesto .bg-fila.corto input[type=url] {
				padding: 3% 3%;
				width: 93.8%;
			 }
 
			#presupuesto .bg-fila.corto input[type=text].der,#presupuesto .bg-fila.corto input[type=tel].der,#presupuesto .bg-fila.corto input[type=email].der,#presupuesto .bg-fila.corto input[type=url].der {
				-webkit-border-radius: 0 3px 3px 0;
				border-radius: 0 3px 3px 0;
				-moz-border-radius: 0 3px 3px 0;
			 }
 
			#presupuesto .bg-fila.corto input[type=text].izq,#presupuesto .bg-fila.corto input[type=tel].izq,#presupuesto .bg-fila.corto input[type=email].izq,#presupuesto .bg-fila.corto input[type=url].izq {
				-webkit-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
				-moz-border-radius: 3px 0 0 3px;
			 }
 
		#presupuesto .bg-fila.check {
			margin-top: 18px;
			width: 25%;
			margin-bottom: 18px;
		 }
 
	#presupuesto .box-checkbox {
		float: left;
		background: #f5f5f5;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
	 }
 
	#presupuesto .bg-fila.check input[type="checkbox"] {display: none;}
 
		#presupuesto .bg-fila.check input[type="checkbox"] + label {
			color: #777;
			font-family: 'OSL', Arial, sans-serif;
			font-size: 15px;
			cursor: pointer;
		 }
 
			#presupuesto .bg-fila.check input[type="checkbox"] + label span {
				display: inline-block;
				width: 22px;
				height: 22px;
				margin: -2px 10px 0 18px;
				vertical-align: middle;
				cursor: pointer;
				border: 1px solid #ccc;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-transition: background-color 0.3s;
				-moz-transition: background-color 0.3s;
				-ms-transition: background-color 0.3s;
				-o-transition: background-color 0.3s;
				transition: background-color 0.3s;
			 }
 
		#presupuesto .bg-fila.check input[type="checkbox"]:checked + label span {
			background: #67b3df url(../images/icon/checkbox.png);
			background-size: contain;
			border: 1px solid #3991bc;
		 }
 
/* ----------------------------------------------------------------
	SELECT CONTACTO & PRESUPUESTO
-----------------------------------------------------------------*/
#select-contacto {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
 }
 
	#select-contacto.encima {z-index: 2;}
 
	#select-contacto a {text-decoration: none;}
 
	#select-contacto .DivSelect {
		font-family: 'OS', Arial, sans-serif;
		position: relative;
		max-width: 100%;
		!important margin: 0 auto;
		text-align: left;
		font-size: 15px;
		display: block;
	 }
 
	#select-contacto .valorSelect {
		width: 100%;
		background: #fff;
		color: #777777;
		height: 50px;
		line-height: 20px;
		padding: 15px;
		display: block;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		vertical-align: middle;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ccc;
	 }
 
		#select-contacto .valorSelect:after {
			content: '';
			width: 48px;
			height: 48px;
			background: #fff url(../images/icon/flecha.png) no-repeat center;
			background-size: 23px;
			right: 0;
			top: 0;
			position: absolute;
			-webkit-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
			border: 1px solid #ccc;
		 }
 
	#select-contacto .selectUl {
		display: none;
		background: #fff;
		position: absolute;
		left: 0;
		top: 49px;
		width: 99.6%;
		padding: 10px 0;
		border: 1px solid #ccc;
		list-style: none;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	 }
 
		#select-contacto .selectUl li:first-of-type {display: none;}
 
		#select-contacto .selectUl a {
			padding: 10px 20px;
			display: block;
			color: #999;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			text-decoration: none;
		 }
 
			#select-contacto .selectUl a:hover {
				background: #ea6c7f;
				color: #fff;
			 }
 
#mensaje-enviado {
	position: absolute;
	width: 100%;
	text-align: center;
	background: #5FBBAB;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 30px;
	top: 0;
	left: 0;
	color: #f5f5f5;
	padding: 55px 0;
	line-height: 45px;
	display: none;
 }
 
#packenviado {
	position: absolute;
	width: 100%;
	text-align: center;
	background: #67B3DF;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 30px;
	top: 0;
	left: 0;
	color: #f5f5f5;
	padding: 55px 0;
	line-height: 52px;
	display: none;
 }
 
/* ----------------------------------------------------------------
	SOCIAL
-----------------------------------------------------------------*/
section#social {
	padding: 50px 0 30px 0;
	float: left;
	width: 100%;
 }
 
	section#social ul {
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	 }
 
		section#social ul li {
			list-style: none;
			display: inline-block;
			margin: 0 20px 0 0;
		 }
 
	section#social li a {
		padding: 0;
		list-style: none;
		display: inline-block;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px; /* ie7 */
		border-radius: 150px;
		width: 90px;
		height: 90px;
		text-indent: -9999px;
		text-decoration: none;
		line-height: 100%;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
		overflow-x: hidden;
		overflow-y: hidden;
	 }
 
	section#social li.facebook a {background: #777 url(../images/icon/social-grande.png) 0 0;}
 
	section#social li:hover.facebook a {background: #244d92 url(../images/icon/social-grande.png) 0 0;}
 
	section#social li.twitter a {background: #777 url(../images/icon/social-grande.png) -90px 0;}
 
	section#social li:hover.twitter a {background: #69a8de url(../images/icon/social-grande.png) -90px 0;}
 
	section#social li.google a {background: #777 url(../images/icon/social-grande.png) -180px 0;}
 
	section#social li:hover.google a {background: #c04f3c url(../images/icon/social-grande.png) -180px 0;}
 
	section#social li.linkedin a {background: #777 url(../images/icon/social-grande.png) -270px 0;}
 
	section#social li:hover.linkedin a {background: #0078aa url(../images/icon/social-grande.png) -270px 0;}
 
/* ----------------------------------------------------------------
	PACKS
-----------------------------------------------------------------*/
section.packs h2 {
	font-family: 'OSL', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
 }
 
section.packs.web h2 {color: #FFF;}
 
section.packs h4 {
	font-family: 'OSL', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 100%;
 }
 
section.packs ul {
	list-style: none;
	margin: 30px 0;
 }
 
	section.packs ul li {
		width: 26%;
		float: left;
		background: #FFF;
		padding: 3%;
		position: relative;
		height: 300px;
	 }
 
		section.packs ul li.web {height: 350px;}
 
		section.packs ul li.centro {margin: 0 2%;}
 
		section.packs ul li h3 {
			font-family: 'OSL', Arial, sans-serif;
			font-size: 20px;
			border-bottom: 1px solid #DDD;
			padding-bottom: 15px;
			margin-bottom: 30px;
			text-align: center;
		 }
 
			section.packs ul li h3 span {
				display: block;
				font-size: 16px;
				color: #5fbbab;
			 }
 
		section.packs ul li p {
			font-family: 'OSL', Arial, sans-serif;
			font-size: 16px;
			margin-bottom: 30px;
			color: #777;
			line-height: 25px;
		 }
 
.botonpack {
	position: absolute;
	bottom: 30px;
	width: 82%;
 }
 
/* ----------------------------------------------------------------
	BLOG
-----------------------------------------------------------------*/
section.cab-blog h2 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	width: 100%;
 }
 
section.cab-blog h3 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 20px;
	color: #fee1e5;
	line-height: 30px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
 }
 
section.blog .banderas {
	background: url(../images/idiomas.png) no-repeat center center;
	background-size: contain;
	display: block;
	height: 205px;
	width: 100%;
	margin: 80px 0;
 }
 
section.blog h3.soloEsp {
	text-align: center;
	font-size: 25px;
	font-family: 'OSL', Arial, sans-serif;
	margin-bottom: 10px;
 }
 
section.blog a.enlaceIdioma {
	text-align: center;
	font-size: 25px;
	font-family: 'OSL', Arial, sans-serif;
	margin-bottom: 60px;
	width: 100%;
	display: block;
	color: #EA6C7F;
	text-decoration: none;
 }
 
	section.blog a.enlaceIdioma:hover {text-decoration: underline;}
 
section.blog .lista {
	width: 62%;
	float: left;
	margin-right: 8%;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
 }
 
	section.blog .lista.opacidad {
		-ms-filter: \"progid: DXImageTransform.Microsoft.Alpha(Opacity=10)";
		filter: alpha(opacity=10);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	 }
 
	section.blog .lista ul.post {list-style: none;}
 
		section.blog .lista ul.post li {
			font-family: 'OSL', Arial, sans-serif;
			font-size: 16px;
			float: left;
			margin-bottom: 50px;
			padding-bottom: 30px;
			border-bottom: #ddd solid 1px;
			width: 100%;
		 }
 
			section.blog .lista ul.post li:last-child {
				border-bottom: none;
				margin-bottom: 20px;
				padding-bottom: 10px;
			 }
 
			section.blog .lista ul.post li a.category {
				color: #777;
				margin-bottom: 6px;
				display: block;
				text-decoration: none;
				width: 100%;
			 }
 
			section.blog .lista ul.post li a:hover.category {
				color: #EA6C7F;
				margin-bottom: 6px;
				display: block;
				text-decoration: underline;
			 }
 
			section.blog .lista ul.post li a.titulo {
				font-family: 'OS', Arial, sans-serif;
				font-size: 30px;
				margin-bottom: 8px;
				color: #262626;
				text-decoration: none;
				float: left;
				line-height: 32px;
				width: 100%;
				display: block;
			 }
 
			section.blog .lista ul.post li a:hover.titulo {
				color: #EA6C7F;
				text-decoration: underline;
			 }
 
			section.blog .lista ul.post li .autor-date {
				width: 100%;
				margin-bottom: 20px;
				float: left;
				word-spacing: 2px;
				font-size: 15px;
			 }
 
				section.blog .lista ul.post li .autor-date span.autor {
					color: #5fbbab;
					font-family: 'OS', Arial, sans-serif;
				 }
 
				section.blog .lista ul.post li .autor-date a.comentar {
					color: #67b3df;
					font-family: 'OS', Arial, sans-serif;
					float: right;
					display: block;
					width: 40%;
					text-decoration: none;
					text-align: right;
					position: relative;
				 }
 
				section.blog .lista ul.post li .autor-date a:hover.comentar {
					color: #3991bc;
					text-decoration: underline;
				 }
 
				section.blog .lista ul.post li .autor-date a.comentar i {
					width: 18px;
					height: 18px;
					float: right;
					background: url(../images/icon/comentar.png);
					background-size: 18px;
					display: block;
					margin-top: 3px;
					margin-left: 6px;
				 }
 
				section.blog .lista ul.post li .autor-date a:hover.comentar i {
					background: url(../images/icon/comentar.png) 0 -54px;
					background-size: 18px;
					display: block;
				 }
 
			section.blog .lista ul.post li .content-img {
				float: left;
				width: 100%;
				position: relative;
				margin-bottom: 10px;
			 }
 
				section.blog .lista ul.post li .content-img a.editar {
					position: absolute;
					bottom: 20px;
					right: 20px;
					width: 40px;
					height: 40px;
					background: #FFF url(../images/icon/editar.png);
					background-size: contain;
					text-align: center;
					text-decoration: none;
					-webkit-transition: all 0.3s;
					-moz-transition: all 0.3s;
					-ms-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
					filter: alpha(opacity=80);
					-moz-opacity: 0.8;
					-khtml-opacity: 0.8;
					opacity: 0.8;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				 }
 
				section.blog .lista ul.post li .content-img a:hover.editar {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: alpha(opacity=100);
					-moz-opacity: 1;
					-khtml-opacity: 1;
					opacity: 1;
				 }
 
			section.blog .lista ul.post li img {
				width: 100%;
				float: left;
			 }
 
			/**** APLICAR ESTILOS CUERPO *****/
section.blog .lista ul.post li .cuerpoblog {
				width: 100%;
				float: left;
				margin-top: 20px;
				font-size: 15px;
				line-height: 25px;
				color: #000000;
				word-spacing: 3px;
				font-family: 'OS', Arial, sans-serif;
			 }
 
				section.blog .lista ul.post li .cuerpoblog h2 {
					font-size: 26px;
					margin-bottom: 13px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog h2 a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog h2 a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog h3 {
					font-size: 23px;
					margin-bottom: 13px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog h3 a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog h3 a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog h4 {
					font-size: 20px;
					margin-bottom: 13px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog h4 a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog h4 a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog h5 {
					font-size: 18px;
					margin-bottom: 13px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog h5 a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog h5 a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog h6 {
					font-size: 16px;
					margin-bottom: 13px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog h6 a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog h6 a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog p {
					margin-bottom: 15px;
					margin-top: 15px;
				 }
 
					section.blog .lista ul.post li .cuerpoblog p strong {
						color: #000000;
						font-family: 'OS', Arial, sans-serif;
					 }
 
					section.blog .lista ul.post li .cuerpoblog p b {
						color: #000000;
						font-family: 'OS', Arial, sans-serif;
					 }
 
					section.blog .lista ul.post li .cuerpoblog p a {
						color: #67B3DF;
						text-decoration: none;
					 }
 
						section.blog .lista ul.post li .cuerpoblog p a:hover {
							color: #3991BC;
							text-decoration: underline;
						 }
 
				section.blog .lista ul.post li .cuerpoblog img {
					width: 100%;
					border: none;
					margin: 15px 0;
				 }
 
				section.blog .lista ul.post li .cuerpoblog blockquote {
					border-left: 3px solid #968CBE;
					padding: 8px 0 1px 20px;
					margin: 20px 0 20px 20px;
					font-style: italic;
				 }
 
				section.blog .lista ul.post li .cuerpoblog ol {
					padding-left: 4%;
					margin: 15px 0;
					float: left;
					width: 96%;
				 }
 
					section.blog .lista ul.post li .cuerpoblog ol li {
						padding: 0 0;
						margin-bottom: 15px;
						padding-bottom: 0;
						border: none;
						list-style: decimal;
						font-family: 'OS', Arial, sans-serif;
						font-size: 15px;
					 }
 
				section.blog .lista ul.post li .cuerpoblog ul {
					padding-left: 3%;
					margin: 15px 0;
					float: left;
					width: 97%;
				 }
 
					section.blog .lista ul.post li .cuerpoblog ul li {
						padding: 0 0;
						margin-bottom: 15px;
						padding-bottom: 0;
						border: none;
						float: left;
						list-style: disc;
						font-family: 'OS', Arial, sans-serif;
						font-size: 15px;
					 }
 
			/*****************/
section.blog .lista ul.post li .no-registros {
				width: 100%;
				height: 370px;
				background: url(../images/sinresultados.png) no-repeat center 80px;
			 }
 
			section.blog .lista ul.post li .texto-no-registros {
				width: auto;
				text-align: center;
				font-family: 'OSL', Arial, sans-serif;
				font-size: 30px;
				color: #bbbbbb;
			 }
 
			section.blog .lista ul.post li .blog-social {
				float: left;
				width: 100%;
			 }
 
section.blog .sidebar {
	width: 30%;
	float: left;
	position: relative;
 }
 
	section.blog .sidebar.opacidad {
		-ms-filter: \"progid: DXImageTransform.Microsoft.Alpha(Opacity=10)";
		filter: alpha(opacity=10);
		-moz-opacity: 0.1;
		-khtml-opacity: 0.1;
		opacity: 0.1;
	 }
 
	section.blog .sidebar h3 {
		font-family: 'OSL', Arial, sans-serif;
		font-size: 25px;
		color: #777;
		line-height: 30px;
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 8px;
		float: left;
	 }
 
	section.blog .sidebar ul.categorias {
		list-style: none;
		margin-top: 15px;
		font-family: 'OS', Arial, sans-serif;
		float: left;
		width: 100%;
	 }
 
		section.blog .sidebar ul.categorias a {text-decoration: none;}
 
			section.blog .sidebar ul.categorias a li {
				color: #777;
				padding: 10px 0;
				border-bottom: 1px solid #f0f0f0;
				font-size: 15px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				padding-left: 5px;
			 }
 
			section.blog .sidebar ul.categorias a:last-child li {border-bottom: 1px solid transparent;}
 
			section.blog .sidebar ul.categorias a li:hover {color: #EA6C7F;}
 
			section.blog .sidebar ul.categorias a li.activo {color: #EA6C7F;}
 
	section.blog .sidebar .box-newsletter {
		position: relative;
		float: left;
		width: 100%;
	 }
 
		section.blog .sidebar .box-newsletter .newsletter {
			z-index: 1;
			width: 80%;
			float: left;
			margin: 0 10% 20% 10%;
			background: #5fbbab;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		 }
 
			section.blog .sidebar .box-newsletter .newsletter:hover {background: #777;}
 
			section.blog .sidebar .box-newsletter .newsletter .top {
				width: 45%;
				float: left;
				height: 100px;
				background-repeat: no-repeat;
				background-position: 15px 15px;
				background-size: 70%;
				background-image: url(../images/mail-newsletter.png);
			 }
 
			section.blog .sidebar .box-newsletter .newsletter .mid {
				width: 55%;
				float: left;
				display: block;
				height: 70px;
				padding: 30px 0 0 0;
			 }
 
				section.blog .sidebar .box-newsletter .newsletter .mid h3 {
					color: #fff;
					font-family: 'OSL', Arial, sans-serif;
					font-size: 20px;
					border: 0;
					line-height: 15px;
				 }
 
				section.blog .sidebar .box-newsletter .newsletter .mid h4 {
					color: #fff;
					font-family: 'OSL', Arial, sans-serif;
					font-size: 15px;
					border: 0;
				 }
 
	section.blog .sidebar .ahorraPacks {
		width: 80%;
		float: left;
		margin: 20% 10% 20% 10%;
	 }
 
		section.blog .sidebar .ahorraPacks .top {
			width: 100%;
			float: left;
			height: 80px;
			background: #968CBE url(../images/top-packs-sidebar.jpg);
			background-repeat: no-repeat;
			background-size: 100%;
		 }
 
		section.blog .sidebar .ahorraPacks .mid {
			width: 100%;
			background: #968CBE;
			float: left;
			display: block;
			padding-bottom: 40px;
		 }
 
			section.blog .sidebar .ahorraPacks .mid h3 {
				color: #fff;
				font-family: 'OSL', Arial, sans-serif;
				font-size: 20px;
				text-align: center;
				padding: 20px 0;
				border: 0;
			 }
 
			section.blog .sidebar .ahorraPacks .mid h4 {
				color: #EFEDF9;
				font-family: 'OSL', Arial, sans-serif;
				font-size: 16px;
				text-align: center;
				padding: 0 40px 22px 40px;
			 }
 
			section.blog .sidebar .ahorraPacks .mid .boton {
				width: 50%;
				padding: 10px 15px;
				margin-top: 5px;
			 }
 
		section.blog .sidebar .ahorraPacks .bottom {
			width: 100%;
			background: #63608C;
			float: left;
			display: block;
			height: 8px;
		 }
 
	section.blog .sidebar .proyectosSidebar {
		width: 80%;
		float: left;
		margin: 20% 10% 20% 10%;
	 }
 
		section.blog .sidebar .proyectosSidebar .top {
			width: 100%;
			float: left;
			height: 80px;
			background: #67B3DF url(../images/top-proyectos-sidebar.jpg);
			background-repeat: no-repeat;
			background-size: 100%;
		 }
 
		section.blog .sidebar .proyectosSidebar .mid {
			width: 100%;
			background: #67B3DF;
			float: left;
			display: block;
			padding-bottom: 40px;
		 }
 
			section.blog .sidebar .proyectosSidebar .mid h3 {
				color: #fff;
				font-family: 'OSL', Arial, sans-serif;
				font-size: 20px;
				text-align: center;
				padding: 20px 0;
				border: 0;
			 }
 
			section.blog .sidebar .proyectosSidebar .mid h4 {
				color: #EDF2F7;
				font-family: 'OSL', Arial, sans-serif;
				font-size: 16px;
				text-align: center;
				padding: 0 40px 22px 40px;
			 }
 
			section.blog .sidebar .proyectosSidebar .mid .boton {
				width: 50%;
				padding: 10px 15px;
				margin-top: 5px;
			 }
 
		section.blog .sidebar .proyectosSidebar .bottom {
			width: 100%;
			background: #3991BC;
			float: left;
			display: block;
			height: 8px;
		 }
 
	section.blog .sidebar ul.lomejor {
		list-style: none;
		margin-top: 15px;
		font-family: 'OS', Arial, sans-serif;
		float: left;
		width: 100%;
	 }
 
		section.blog .sidebar ul.lomejor a {text-decoration: none;}
 
			section.blog .sidebar ul.lomejor a li {
				color: #777;
				padding: 10px 0;
				border-bottom: 1px solid #f0f0f0;
				font-size: 15px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				padding-left: 30px;
				position: relative;
			 }
 
			section.blog .sidebar ul.lomejor a:last-child li {border-bottom: 1px solid transparent;}
 
			section.blog .sidebar ul.lomejor a li:hover {color: #EA6C7F;}
 
			section.blog .sidebar ul.lomejor a li span {
				display: block;
				color: #B3B3B3;
				font-size: 12px;
				margin-top: 5px;
			 }
 
			section.blog .sidebar ul.lomejor a li .lomej {
				display: block;
				font-size: 12px;
				left: 0;
				position: absolute;
				margin-right: 10px;
				font-size: 35px;
				font-family: 'OSB', Arial, sans-serif;
				line-height: 33px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			 }
 
			section.blog .sidebar ul.lomejor a:hover li .lomej.l1, section.blog .sidebar ul.lomejor a:hover li .lomej.l2, section.blog .sidebar ul.lomejor a:hover li .lomej.l3, section.blog .sidebar ul.lomejor a:hover li .lomej.l4, section.blog .sidebar ul.lomejor a:hover li .lomej.l5 {color: #EA6C7F;}
 
			section.blog .sidebar ul.lomejor a li .lomej.l1 {color: #333333;}
 
			section.blog .sidebar ul.lomejor a li .lomej.l2 {color: #595959;}
 
			section.blog .sidebar ul.lomejor a li .lomej.l3 {color: #787878;}
 
			section.blog .sidebar ul.lomejor a li .lomej.l4 {color: #949494;}
 
			section.blog .sidebar ul.lomejor a li .lomej.l5 {color: #B3B3B3;}
 
/****************/
/** PAGINACIÓN **/
section.blog .paginacion {
	float: left;
	width: 62%;
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
 }
 
	section.blog .paginacion .left {
		float: left;
		width: 40%;
		margin-right: 1%;
		margin-left: 9%;
	 }
 
	section.blog .paginacion .right {
		float: left;
		display: block;
		width: 40%;
		margin-right: 9%;
		margin-left: 1%;
	 }
 
.boton.btnPagi {
	display: block;
	margin: 0 auto 0 auto;
	width: 80%;
 }
 
.boton.desactivado {
	box-shadow: 0;
	top: 5px;
	background: #fff;
	color: #fff;
	cursor: default;
 }
 
	.boton.desactivado:hover {
		box-shadow: 0;
		top: 5px;
		background: #fff;
		color: #fff;
		cursor: default;
	 }
 
/***************/
/** BUSCADOR **/
#contentBuscar {
	display: none;
	position: absolute;
	height: 30px;
	top: 0;
	width: 100%;
	left: 0px;
 }
 
#searchform {
	float: left;
	width: 95.9%;
 }
 
	#searchform input {
		width: 100%;
		height: 40px;
		padding: 20px;
		border: #ddd 1px solid;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		font-size: 25px;
		color: #848484;
		font-family: 'OSL', Arial, sans-serif;
		text-align: center;
	 }
 
		#searchform input:focus {
			border-left: #EA6C7F 1px solid;
			border-bottom: #EA6C7F 1px solid;
			border-right: #EA6C7F 1px solid;
			border-top: transparent 1px solid;
		 }
 
a#muestraSocial {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
 }
 
.icon-buscar {
	background: url(../images/icon/buscar.png) 0 0;
	width: 30px;
	height: 30px;
	background-size: 30px;
	margin-top: 1px auto 0 auto;
	-ms-filter: \"progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
 }
 
	.icon-buscar:hover {
		background: url(../images/icon/buscar.png) 0 0;
		width: 30px;
		height: 30px;
		background-size: 30px;
		-ms-filter: \"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	 }
 
	.icon-buscar.activa {
		background: url(../images/icon/buscar.png) 0 -30px;
		background-size: 30px;
		-ms-filter: \"progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	 }
 
/*************************/
/** RESULTADOS BÚSQUEDA **/
#suggestions {
	position: absolute;
	width: 100%;
	right: 0;
	top: 90px;
	padding-top: 15px;
 }
 
#searchresults {
	font-family: 'OSL', Arial, sans-serif;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	overflow: auto;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
 }
 
	#searchresults a {
		display: block;
		background: #fff;
		clear: left;
		height: auto;
		text-decoration: none;
		color: #848484;
		padding: 0 15px 30px 15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px #eee solid;
		padding-top: 7px;
	 }
 
		#searchresults a:hover {
			/*background: #f5f5f5;*/
                        background: #fcf2f4;
			color: #000;
		 }
 
		#searchresults a:last-child {border: none;}
 
		#searchresults a img {
			float: left;
			margin: 30px 30px 10px 10px;
			width: 75px;
			height: 75px;
			-webkit-border-radius: 150px;
			-moz-border-radius: 150px;
			border-radius: 150px;
		 }
 
		#searchresults a span.searchheading {
			display: block;
			font-family: 'OSB', Arial, sans-serif;
			padding: 24px 0 6px 0;
			color: #EA6C7F;
			text-transform: uppercase;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		 }
 
		#searchresults a:hover span.searchheading {color: #968cbe;}
 
		#searchresults a span {
			display: block;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			padding-top: 8px;
		 }
 
		#searchresults a:hover span {color: #666;}
 
	#searchresults span.category {
		font-size: 18px;
		display: block;
		color: #fff;
		background: #5fbbab;
		padding: 20px 10px;
		text-transform: uppercase;
		font-family: 'OS', Arial, sans-serif;
		letter-spacing: 1px;
		text-align: center;
	 }
 
	#searchresults span.fechaNot {font-family: 'OS', Arial, sans-serif;}
 
	#searchresults span.seperator {
		width: 100%;
		float: left;
		background: #fff;
		text-align: center;
		font-size: 16px;
		display: block;
		text-transform: uppercase;
		margin: 20px auto;
		color: #5E5E5E;
		font-family: 'OS', Arial, sans-serif;
	 }
 
.flechaBuscar {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
	width: 30px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	background: url(../images/icon/flechaBuscar.png);
	background-size: contain;
 }
 
/*****************/
/** COMENTARIOS **/
section.blog .lista .comentarios {
	width: 100%;
	float: left;
	font-family: 'OS', Arial, sans-serif;
 }
 
	section.blog .lista .comentarios h3 {
		font-size: 23px;
		text-transform: uppercase;
		float: left;
		position: relative;
		width: 100%;
		margin: 0 0 10px 0;
		padding-bottom: 30px;
		padding-top: 30px;
		border-bottom: solid #eee 1px;
		border-top: solid #eee 1px;
	 }
 
	section.blog .lista .comentarios ul {
		list-style: none;
		width: 100%;
		margin-top: 0;
	 }
 
		section.blog .lista .comentarios ul li {
			border-top: 1px dashed #efe3e9;
			margin-bottom: 40px;
			padding-top: 40px;
			float: left;
			width: 100%;
		 }
 
			section.blog .lista .comentarios ul li:first-child {border-top: 1px dashed transparent;}
 
			section.blog .lista .comentarios ul li .imagen {
				float: left;
				border: 1px solid transparent;
				border-radius: 150px;
				-webkit-border-radius: 150px;
				-moz-border-radius: 150px;
				width: 13%;
				height: auto;
				line-height: 82px;
				text-align: center;
				color: #FFF;
				font-size: 20px;
				font-family: 'OSL', Arial, sans-serif;
				text-transform: capitalize;
			 }
 
				section.blog .lista .comentarios ul li .imagen.verde {background: #5FBBAB;}
 
				section.blog .lista .comentarios ul li .imagen.violeta {background: #968CBE;}
 
				section.blog .lista .comentarios ul li .imagen.azul {background: #67B3DF;}
 
				section.blog .lista .comentarios ul li .imagen.rojo {background: #EA6C7F;}
 
				section.blog .lista .comentarios ul li .imagen.amarillo {background: #F8B648;}
 
			section.blog .lista .comentarios ul li img {
				float: left;
				border: 1px solid transparent;
				border-radius: 150px;
				-webkit-border-radius: 150px;
				-moz-border-radius: 150px;
				width: 13%;
				height: auto;
			 }
 
			section.blog .lista .comentarios ul li .nombre {
				float: left;
				width: 30%;
				margin: 0 0 0 6%;
				color: #262626;
				text-transform: capitalize;
			 }
 
				section.blog .lista .comentarios ul li .nombre a {
					text-decoration: none;
					color: #262626;
					border-bottom: #262626 1px dashed;
					-webkit-transition: all 0.3s;
					-moz-transition: all 0.3s;
					-ms-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;
					text-transform: capitalize;
				 }
 
					section.blog .lista .comentarios ul li .nombre a:hover {
						color: #EA6C7F;
						border-bottom: #EA6C7F 1px dashed;
					 }
 
			section.blog .lista .comentarios ul li .fecha {
				float: left;
				width: 40%;
				margin: 0 0 0 10%;
				text-align: right;
				color: #262626;
				font-size: 14px;
				text-transform: capitalize;
			 }
 
			section.blog .lista .comentarios ul li .texto {
				float: left;
				width: 80%;
				margin: 2% 0 0 6%;
				text-align: justify;
				font-size: 15px;
				line-height: 22px;
				color: #848484;
			 }
 
			section.blog .lista .comentarios ul li:first-child .texto > span {
				display: block;
				color: #FFF;
				background: #5FBBAB;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				padding: 3px;
				margin-top: 8px;
				width: 200px;
				text-align: center;
			 }
 
			section.blog .lista .comentarios ul li a.reply {
				float: right;
				color: #FFF;
				background: #5FBBAB;
				text-decoration: none;
				padding: 3px 8px;
				margin-top: 15px;
				font-size: 14px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			 }
 
				section.blog .lista .comentarios ul li a.reply:hover {background: #2C9682;}
 
			section.blog .lista .comentarios ul li a.ver {
				float: right;
				color: #FFF;
				background: #F8B648;
				text-decoration: none;
				padding: 3px 8px;
				margin: 15px 5px 0 5px;
				font-size: 14px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			 }
 
				section.blog .lista .comentarios ul li a.ver:hover {background: #CE923C;}
 
			section.blog .lista .comentarios ul li a.delete {
				float: right;
				color: #FFF;
				background: #EA6C7F;
				text-decoration: none;
				padding: 3px 8px;
				margin-top: 15px;
				font-size: 14px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				cursor: pointer;
			 }
 
				section.blog .lista .comentarios ul li a.delete:hover {background: #C14A63;}
 
			section.blog .lista .comentarios ul li .texto b {color: #EA6C7F;}
 
			section.blog .lista .comentarios ul li .texto strong {color: #EA6C7F;}
 
			section.blog .lista .comentarios ul li .texto i {color: #848484;}
 
			section.blog .lista .comentarios ul li .texto em {color: #848484;}
 
section.blog .lista .nuevo-comentario {
	width: 100%;
	float: left;
	font-family: 'OS', Arial, sans-serif;
 }
 
	section.blog .lista .nuevo-comentario h3 {
		font-size: 23px;
		text-transform: uppercase;
		float: left;
		position: relative;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 30px 0;
		border-bottom: solid #eee 1px;
		border-top: solid #eee 1px;
	 }
 
	section.blog .lista .nuevo-comentario #comentario {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 60px; /* [disabled]margin-top: 60px; */
		text-align: left;
	 }
 
		section.blog .lista .nuevo-comentario #comentario input[type=text], section.blog .lista .nuevo-comentario #comentario input[type=email], section.blog .lista .nuevo-comentario #comentario input[type=url] {
			width: 94.8%;
			padding: 2.5%;
			color: #777777;
			font-family: 'OS', Arial, sans-serif;
			font-size: 15px;
			border: 1px solid #ccc;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			float: left;
		 }
 
		section.blog .lista .nuevo-comentario #comentario input[type=text].error, section.blog .lista .nuevo-comentario #comentario input[type=email].error, section.blog .lista .nuevo-comentario #comentario input[type=url].error {
			background: #F7E8EB;
			border-color: #ED8599;
			color: #E891A1;
		 }
 
		section.blog .lista .nuevo-comentario #comentario textarea {
			width: 94.8%;
			max-width: 94.8%;
			min-width: 94.8%;
			height: 120px;
			padding: 2.5%;
			color: #777777;
			font-family: 'OS', Arial, sans-serif;
			font-size: 15px;
			border: 1px solid #cecece;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		 }
 
			section.blog .lista .nuevo-comentario #comentario textarea.error {
				background: #F7E8EB;
				border-color: #ED8599;
				color: #E891A1;
			 }
 
		section.blog .lista .nuevo-comentario #comentario .bg-fila {
			margin-top: 20px;
			float: left;
			width: 100%;
		 }
 
			section.blog .lista .nuevo-comentario #comentario .bg-fila.corto {
				margin-top: 20px;
				width: 32%;
			 }
 
				section.blog .lista .nuevo-comentario #comentario .bg-fila.corto.centro {
					margin-left: 2%;
					margin-right: 2%;
				 }
 
				section.blog .lista .nuevo-comentario #comentario .bg-fila.corto input[type=text],section.blog .lista .nuevo-comentario #comentario .bg-fila.corto input[type=email],section.blog .lista .nuevo-comentario #comentario .bg-fila.corto input[type=url] {
					padding: 9% 8%;
					width: 83%;
				 }
 
/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/
.corte {
	clear: both;
	padding-top: 10em;
 }
 
footer {
	height: 10em;
	margin-top: -10em;
	border-top: 1px solid #333333;
	background: #333333;
 }
 
	footer .contenido {
		margin-top: 3em;
		margin-right: auto;
		margin-left: auto;
		width: 1024px;
		height: 7em;
		float: none;
	 }
 
		footer .contenido .box-left {
			font-family: 'OS', Arial, sans-serif;
			font-size: 20px;
			float: left;
			padding-top: 8px;
			padding-bottom: 0;
			color: #666666;
			width: 48%;
			margin-left: 2%;
		 }
 
			footer .contenido .box-left span {
				float: left;
				margin-right: 0;
				background: url(../images/logo-jacoboprol-footer.png) no-repeat center center;
				width: 140px;
				text-indent: -9999px;
				background-size: contain;
			 }
 
			footer .contenido .box-left a {
				font-family: 'OS', Arial, sans-serif;
				color: #666666;
				font-size: 12px;
				text-decoration: none;
				width: 100%;
			 }
 
		footer .contenido .box-right {
			width: 48%;
			float: left;
			padding: 0;
			margin-left: 2%;
		 }
 
			footer .contenido .box-right ul {
				margin: 0;
				padding: 0;
				text-align: right;
			 }
 
				footer .contenido .box-right ul li {
					list-style: none;
					display: inline-block;
					margin: 0 20px 20px 0;
				 }
 
					footer .contenido .box-right ul li a {
						padding: 0;
						display: inline-block;
						-webkit-border-radius: 150px;
						-moz-border-radius: 150px; /* ie7 */
						border-radius: 150px;
						width: 35px;
						height: 35px;
						text-decoration: none;
						line-height: 100%;
						-webkit-transition: background-color 0.3s;
						-moz-transition: background-color 0.3s;
						-ms-transition: background-color 0.3s;
						-o-transition: background-color 0.3s;
						transition: background-color 0.3s;
						cursor: pointer;
						overflow-x: hidden;
						overflow-y: hidden;
					 }
 
			footer .contenido .box-right li.facebook a {background: #555 url(../images/icon/social-footer.png) 0 0;}
 
			footer .contenido .box-right li:hover.facebook a {background: #244d92 url(../images/icon/social-footer.png) 0 0;}
 
			footer .contenido .box-right li.twitter a {background: #555 url(../images/icon/social-footer.png) -35px 0;}
 
			footer .contenido .box-right li:hover.twitter a {background: #69a8de url(../images/icon/social-footer.png) -35px 0;}
 
			footer .contenido .box-right li.google a {background: #555 url(../images/icon/social-footer.png) -70px 0;}
 
			footer .contenido .box-right li:hover.google a {background: #c04f3c url(../images/icon/social-footer.png) -70px 0;}
 
			footer .contenido .box-right li.linkedin a {background: #555 url(../images/icon/social-footer.png) -105px 0;}
 
			footer .contenido .box-right li:hover.linkedin a {background: #0078aa url(../images/icon/social-footer.png) -105px 0;}
			
			footer .contenido .box-right li.feed a {background: #555 url(../images/icon/social-footer.png) -140px 0;}
 
			footer .contenido .box-right li:hover.feed a {background: #ef9007 url(../images/icon/social-footer.png) -140px 0;}
 
section.error img {
	margin: 0 auto;
	width: 100%;
 }
 
section.cab-error h2 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	width: 100%;
 }
 
section.cab-error h3 {
	text-align: center;
	font-family: 'OSL', Arial, sans-serif;
	font-size: 20px;
	color: #fbd2d8;
	line-height: 30px;
	display: block;
	width: 100%;
 }
 
/* CORREO AL REVÉS */
.backwards {
	unicode-bidi: bidi-override;
	direction: rtl;
 }
 
#gotoTop {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	background: #555555 url(../images/icon/totop.png);
	background-size: contain;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 22px;
	bottom: 20px;
	cursor: pointer;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	z-index: 10000;
 }
 
	#gotoTop:hover {background-color: #968CBE;}
 
#aviso-legal {
	background: white;
	text-align: left;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	height: 700px;
	padding: 0;
 }
 
.contenedor-aviso {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'OSL', Arial, sans-serif;
 }
 
section.cab-aviso {
	background: #F3BC05;
	width: 100%;
	padding: 40px 0;
 }
 
	section.cab-aviso h2 {
		text-align: center;
		font-size: 40px;
		color: #FFF;
		display: block;
		width: 100%;
	 }
 
section.cuerpo-aviso {
	width: 100%;
	padding: 20px 0;
 }
 
	section.cuerpo-aviso h3 {
		display: block;
		font-size: 20px;
		padding: 0 35px 10px 35px;
	 }
 
	section.cuerpo-aviso p {
		text-align: justify;
		padding: 0 35px 15px 35px;
	 }
 
	section.cuerpo-aviso ul {
		list-style-image: url(../images/icon/lista-corporativa.gif);
		font-family: 'OSL', Arial, sans-serif;
		font-size: 17px;
		padding: 0 35px 15px 35px;
		margin-bottom: 10px;
		margin-right: 0;
	 }
 
		section.cuerpo-aviso ul li {
			margin: 0;
			display: block;
			text-align: justify;
			padding: 5px 10px;
		 }
 
.contenedor-email {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: #F3BC05;
	font-family: 'OSL', Arial, sans-serif;
 }
 
section.email p {
	margin: 40px 0 40px 0;
	text-align: justify;
	font-family: 'OSL', Arial, sans-serif;
	line-height: 26px;
 }
 
section.email a {
	text-decoration: none;
	color: #ddab04;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px dashed transparent;
 }
 
	section.email a:hover {border-bottom: 1px dashed #ddab04;}
 
/* ----------------------------------------------------------------
	QR
-----------------------------------------------------------------*/
section.qr {
	margin: 0 auto;
	width: 100%;
	position: relative;
 }
 
header h1.h1-qr {
	float: none;
	width: 200px;
	margin: 0 auto;
 }
 
section.qr img {
	margin: 0 auto;
	width: 100%;
 }
 
/* ----------------------------------------------------------------
	VOTACIONES ENTRADAS
-----------------------------------------------------------------*/
.votos {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 92px;
	height: 40px;
	list-style: none;
 }
 
	.votos .up_button {
		background: url(../images/icon/love.png) 0 0;
		float: left;
		height: 30px;
		width: 92px;
		cursor: pointer;
	 }
 
		.votos .up_button:hover {background: url(../images/icon/love.png) 0 -40px;}
 
	.votos .activo {
		background: url(../images/icon/love.png) 0 -80px;
		height: 33px;
	 }
 
	.votos .voting_btn {float: left;}
 
		.votos .voting_btn span {
			font-size: 14px;
			font-family: 'OSB', Arial, sans-serif;
			color: #FFFFFF;
			margin: 0 0 0 54px;
			display: block;
			width: 33px;
			height: 40px;
			line-height: 38px;
			text-align: center;
			text-shadow: 0 0 3px #000
		 }
 
	.votos .intMegusta_votado {background: url(../images/icon/love.png) 0 -80px !important;}
 
/* ----------------------------------------------------------------
	VOTACIONES PROYECTO
-----------------------------------------------------------------*/
.imagenes-proyecto {
	position: relative;
	width: 100%;
	float: left;
 }
 
.votosProyecto {
	position: absolute;
	top: 13px;
	left: 6px;
	width: 100px;
	height: 40px;
	list-style: none;
	border: none;
 }
 
	.votosProyecto.popup {
		top: 50px;
		left: 17px;
	 }
 
	.votosProyecto .up_button {
		background: url(../images/icon/love-proyectos.png) no-repeat 0 0;
		float: left;
		height: 33px;
		width: 100px;
		cursor: pointer;
		border: none;
	 }
 
		.votosProyecto .up_button:hover {background: url(../images/icon/love-proyectos.png) no-repeat 0 -40px;}
 
	.votosProyecto .activo {
		background: url(../images/icon/love-proyectos.png) no-repeat 0 -80px;
		height: 33px;
		width: 100px;
		border: none;
	 }
 
	.votosProyecto .voting_btn {
		float: left;
		border: none;
	 }
 
		.votosProyecto .voting_btn span {
			font-size: 14px;
			font-family: 'OSB', Arial, sans-serif;
			color: #888;
			margin: 0 0 0 57px;
			display: block;
			width: 33px;
			height: 40px;
			line-height: 38px;
			text-align: center;
			text-shadow: 0 0 3px #FFFFFF;
			border: none;
		 }
 
	.votosProyecto .intMegusta_votado {
		background: url(../images/icon/love-proyectos.png) no-repeat 0 -80px !important;
		border: none;
		height: 33px;
		width: 100px;
	 }