@charset "UTF-8";

body {
	margin:0px;
	background-color: #FFF;
}
.body_azul{background-color:rgba(36,43,53,1);}
#body_servicios {
	margin:0px;
	background-color:#2E353F;
	background-image:url(../imagenes/bg_escritorio_bn.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment:fixed;
}
#body_proyectos{
	margin:0px;
/*	background-image:url(../imagenes/bg_comic.png);*/
}
#body_clientes {
	margin:0px;
	background-color:#2E353F;
	background-image:url(../imagenes/tableta-dos.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment:fixed;
}
#background_txerrera{
	margin:0px;
	background-color:#FFF;
	background-image:url(../imagenes/bg_txerrera_foto_02b.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_header{
	width:100%;
	height:auto;
	display:block;
}
#wrapper_header_otros{
	width:100%;
	height:auto;
	display:block;
	background-image:url(../imagenes/bg_index.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#header_txerrera{
	display:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ PROYECTO */
#header_otros{ /*Nuevo tx*/
	width:100%;
	height:55px;
	display:block;
	margin-bottom:0px;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#00B5D0;
}
#header_proyectos{
	width:100%;
	height:205px;
	display:block;
	margin-bottom:0px;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#00B5D0;
/*	background-color:rgba(46,53,63,1);*/
	background-color:rgba(31,33,37,1);
}
#header_proyectos_nobanner{
	width:100%;
	height:75px;
	display:block;
	margin-bottom:0px;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#00B5D0;
/*	background-color:rgba(46,53,63,1);*/
	background-color:rgba(31,33,37,1);
}
#banner_proyectos{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
	background-color:#FFF;
	z-index:10;
	position:relative;
}
#banner_proyectos_colec{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:130px;
	margin-bottom:20px;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
	background-color:#FFF;
	z-index:10;
	position:relative;
}
#no_banner_proyectos{
	max-width:1200px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
	
	z-index:10;
	position:relative;
}
#wrap_ante-sig{
	width:100%;
	z-index:11;
	position:fixed;
	margin-top:0px;
}
.servicios_home{display:none;}
#proy_ante{
	width:153px;
	height:40px;
	background-color: rgba(31,33,37,1);
	/*background:rgba(46,53,63,1);*/
	background-image:url(../imagenes/ico_anterior.png);
	background-repeat:no-repeat;
	background-position:120px 8px;
	cursor:pointer;
	float:left;
	margin-left:-115px;
	padding-bottom:50px;
	padding-left:10px;
	padding-right:40px;
	box-sizing: border-box;
	
	-webkit-transition: margin 0.4s ease 0s;/*Chrome, Safari*/
    -moz-transition: margin 0.4s ease 0s;/*Firefox*/
    -o-transition: margin 0.4s ease 0s;/*Opera*/
    transition: margin 0.4s ease 0s;/*Standard*/
	
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
#proy_ante:hover{margin-left:0px; background-color:#F9FF00;background-position:120px -35px;}
#proy_sig{
	width:153px;
	height:40px;
	/*background:rgba(46,53,63,1);*/
	background-color: rgba(31,33,37,1);
	background-image:url(../imagenes/ico_siguiente.png);
	background-repeat:no-repeat;
	background-position:5px 6px;
	cursor:pointer;
	float:right;
	margin-right:-115px;
	padding-bottom:50px;
	padding-left:45px;
	padding-right:10px;
	box-sizing: border-box;
	
	-webkit-transition: margin 0.4s ease 0s;/*Chrome, Safari*/
    -moz-transition: margin 0.4s ease 0s;/*Firefox*/
    -o-transition: margin 0.4s ease 0s;/*Opera*/
    transition: margin 0.4s ease 0s;/*Standard*/
	
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
#proy_sig:hover{margin-right:0px;background-color:#F9FF00;background-position:5px -37px;}
#proyecto_descrip{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	display:block;
	overflow:hidden;
}
#proyecto_fotos{
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}
.col_proy_titulo{
	width:25%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
}
.col_proy_texto{
	width:50%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding-top:0px;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:40px;
	vertical-align:top;
}
.col_proy_trabajos{
	width:25%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	vertical-align:top;
	
	border-left-color:#00B5D0;
	border-left-style:solid;
	border-left-width:1px;
}
.proy_una_col{
	width:100%;
	height:auto;
	box-sizing: border-box;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	padding:20px;
}
.proy_dos_col{
	width:50%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:20px;
}
.proy_tres_col{
	width:33.3%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.proy_cuatro_col{
	width:25%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.proy_seis_col{
	width:16.5%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
header{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:50;
	position:fixed;
}
#header_sbg{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:50;
	position:fixed;
}
#header_sbg_dos{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:49;
	background-color:rgba(26,33,43,0.9);
	position:fixed;
	display:none;
	margin-top:0px;
}
#header_cont_inicio{
	max-width:1400px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:rgba(46,53,63,0);
}
#header_cont{
	max-width:1400px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#logo{
	width:auto;
	height:auto;
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-left:20px;
	position:absolute;
}
#logo_dos{display:none;}
nav{
	margin-right:10px;
	min-width:auto;
	width:100%;
	height:100%;
	z-index:900;
	position:fixed;
	margin-top:0px;
	padding-top:55px;
	margin-left:100%;
	/*background-color:#2E353F;*/
	background-color:rgba(36,43,53,1);
	float:right;
	display:block;
}
#ico_menu{
	width:30px;
	height:30px;
	display:block;
	
	float:right;
	margin-right:15px;
	margin-top:12px;
}
#bt-resp{
	width:70px;
	height:55px;
	display:block;
	overflow:hidden;
	background:rgba(0,181,208,1);
	float:right;
	margin-top:0px;
	margin-right:0px;
	padding-top:7px;
	padding-left:12px;
	box-sizing: border-box;
	/*border-color:#FFF;
	border-width:thin;
	border-style:solid;*/
	cursor:pointer;
	
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:-65px 10px;

    -webkit-transition: background 0.3s ease 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s ease 0s;/*Firefox*/
    -o-transition: background 0.3s ease 0s;/*Opera*/
    transition: background 0.3s ease 0s;/*Standard*/
}
#bt-resp:hover{
	background:#F9FF00;
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
.menu_resp{
	width:100%;
	height:100%;
	display:block;
	text-align:left;
	margin-top:5px;
	margin-left:0px;
}
.lista_menu{
	width:90%;
	height:auto;
	display:block;
	list-style-type:none;
	margin-top:2px;
	margin-left:-10px;
	background-color:rgba(0,181,208,0.8);
	vertical-align:middle;
	padding-left:1px;
	float:left;
	margin-right:8px;
	color:#F00;

-webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/
}
.lista_menu:hover{
	background-color:rgba(0,181,208,1);
	padding-left:10px;
	
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#FF0;
}
.lista_menu a{width:100%; padding-left:0px; display:block;}
.lista_menu_inactivo{
	width:90%;
	height:auto;
	display:block;
	list-style-type:none;
	margin-top:2px;
	margin-left:-10px;
	background-color:rgba(255,255,255,0.6);
	background-image:url(../imagenes/bg_achurado.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-left:1px;
	float:left;
	margin-right:8px;
	color:#F00;
	
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#FF0;

-webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/
}
.lista_menu_dest{
	width:90%;
	height:auto;
	display:block;
	list-style-type:none;
	margin-top:2px;
	margin-left:-10px;
	background-color:rgba(249,255,0,0.3);
	vertical-align:middle;
	padding-left:1px;
	float:left;
	margin-right:8px;
	color:#F00;
	
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#FF0;

-webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/
}
.tx_menu{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
	text-align:left;
	color:#FFF;
	font-weight:300;
	line-height:14px;
	text-decoration:none;
}
.tx_menu a{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
	text-align:left;
	color:#FFF;
	font-weight:300;
	line-height:14px;
	text-decoration:none;
	padding-left:0px;
	padding-right:100%;
	margin-left:20px;
}
.tx_menu a:hover{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size:1.1em;
	line-height:14px;
	margin-left:20px;
}

.tx_menu_inactivo{
font-family: 'Ubuntu', sans-serif;
	font-size:1.2em;
	line-height:14px;
	font-weight:300;
	text-align:left;
	border-bottom-style:none;
	border-bottom-color:none;
	border-width:none;
	padding-left:20px;
	text-decoration:line-through;
	color:#000;
}
.tx_menu_volver{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
	font-weight:300;
	text-align:left;
	border-bottom-style:none;
	border-bottom-color:none;
	border-width:none;
	padding-left:20px;
	color:#FFF;
}
.tx_menu_volver a{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
	font-weight:300;
	text-align:left;
	padding-left:0px;
	color:#FFF;
	text-decoration:none;
	display:block;
	
	-webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/
}
.tx_menu_volver a:hover{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
	font-weight:300;
	text-align:left;
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
}
.cerrar-dos{
	font-family: 'Ubuntu', sans-serif;
	font-size:26px;
	font-weight:400;
	cursor:pointer;
	background:#F9FF00;
	list-style-type:none;
	text-align:center;

	z-index:901;
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:-300px;
	overflow:hidden;
	
	height:55px;
	padding-top:12px;
	box-sizing: border-box;
	padding-left:25px;
	padding-right:25px;
	
	    -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.cerrar{
	font-family: 'Ubuntu', sans-serif;
	font-size:22px;
	font-weight:300;
	cursor:pointer;
	color:rgba(255,255,255,1);
	list-style-type:none;
	text-align:left;
	padding-right:72%;
	margin-bottom:20px;
	display:block;
}
.cerrar:hover{color:rgba(249,255,0,1);}
.cerrar-dos:hover{
	color:rgba(255,255,255,1);
	background-color:rgba(0,181,208,1);
}
#nav_logo{
		width:200px;
		height:130px;
		display:inline-block;
		margin-top:20px;
		margin-bottom:60px;
		vertical-align:top;
}
#nav_texto{
		width:45%;
		height:auto;
		display:inline-block;
		margin-top:20px;
		margin-bottom:60px;
		vertical-align:top;
		padding-right:20px;
		padding-left:20px;
}
#cita{
opacity:0;
width:400px;
height:100px;
z-index:1;
position:fixed;
margin-top:-340px;
margin-left:700px;
float:right;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#banner{
	max-height:550px;
	overflow:hidden;
	width:100%;
	max-width:1400px;

	/*height:auto;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-6px;
	display:block;
	position:relative;
}
#img-banner_01{display:block;}
#img-banner_02{display:none;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	overflow:hidden;
	background-color:#FFF;
}
#wrapper_otros{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:20px;
	overflow:hidden;
}
#titulo_home{
	max-width:1400px;
	height:180px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}
#col_uno_intro{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:10px;
	box-sizing: border-box;
}	
#col_dos_intro{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:10px;
	box-sizing: border-box;
	text-align:center;
}
#col_tres_intro{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:40px;
	box-sizing: border-box;
	float:right;
}
#logo_intro{float:left;}
#texto_intro{
	float:left;
	margin-left:10px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:thin;
	padding-left:10px;
}
#col_uno_tx{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:10px;
	box-sizing: border-box;
	text-align:center;
	}
#col_dos_tx{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:10px;
	box-sizing: border-box;
	text-align:center;
}
#col_tres_tx{
	width:33%;
	height:auto;
	float:left;
	display:block;
	padding-top:10px;
	box-sizing: border-box;
}
#filtro_proyectos{
	width:100%;
	height:60px;
	text-align:right;
	float:right;
	padding-top:20px;
	padding-right:40px;
	box-sizing: border-box;
}
#seccion_uno{
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	box-sizing: border-box;
	overflow:hidden;
}
#wrapper_sec_uno{
	width:100%;
	height:auto;
	background-image:url(../imagenes/bg_comic.png);
}
#wrapper_proyecto{
	width:100%;
	height:auto;
	position:relative;
	margin-top:-140px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_sec_oscuro{
	width:100%;
	height:auto;
/*	background-color:#2E353F;*/
	background-color: rgba(36,43,53,0.98);
	display:block;
	overflow:hidden;
}
#wrapper_sec_galeria{
	width:100%;
	min-height:200px;
	height:auto;
/*	background-color:#2E353F;*/
	background-color:rgba(36,43,53,0.98);
	display:block;
	overflow:hidden;
}
#seccion_uno_azul{
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}
#face_plug{
	width:100%;
	height:300px;
	padding-top:50px;
	background-color:#4166BE;
	display:block;
	overflow:hidden;
	box-sizing: border-box;
}
.col_foco_serv{
	width:70%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding-top:0px;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:40px;
	vertical-align:top;
}
.col_foco_serv_dos{
	width:80%;
	min-height:320px;
	display:block;
	box-sizing: border-box;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.col_titulo, .col_titulo_foco{
	width:30%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding:20px;
	padding-top:0px;
	padding-left:0px;
	vertical-align:top;
}
.col_texto, .col_texto_serv{
	width:60%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	padding-top:0px;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:40px;
	vertical-align:top;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec_intro_servicios{
	width:100%;
	max-width:1200px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	box-sizing: border-box;
}
#wrapper_blanco_servicios{
	width:100%;
	height:auto;
	background-color:rgba(255,255,255,0.95);
	padding-bottom:40px;
}
#wrapper_blanco_servicios_detalle{
	width:100%;
	height:auto;
	background-color:rgba(255,255,255,0.98);
	overflow: hidden;
	padding-top:60px;
}
.serv_imagen{
	width:21%;
	height:auto;
	float:left;
	z-index:10;
	margin-top:-72px;
	margin-bottom:0px;
	position:relative;
	margin-left:6px;
	margin-right:6px;
	padding-bottom:0px;
	cursor:pointer;
	
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	
	  -webkit-transition: margin-top 0.4s ease 0s;/*Chrome, Safari*/
    -moz-transition: margin-top 0.4s ease 0s;/*Firefox*/
    -o-transition: margin-top 0.4s ease 0s;/*Opera*/
    transition: margin-top 0.4s ease 0s;/*Standard*/
	
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
}
.serv_imagen:hover{margin-top:-102px;}

.serv_imagen_dos{
	width:23%;
	height:auto;
	float:left;
	z-index:10;
	margin-top:-96px;
	margin-bottom:0px;
	position:relative;
	margin-left:6px;
	margin-right:6px;
	padding-bottom:0px;
	cursor:pointer;
	opacity:0;

	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	
	  -webkit-transition: margin-top 0.4s ease 0s;/*Chrome, Safari*/
    -moz-transition: margin-top 0.4s ease 0s;/*Firefox*/
    -o-transition: margin-top 0.4s ease 0s;/*Opera*/
    transition: margin-top 0.4s ease 0s;/*Standard*/
	
			box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.serv_imagen_dos:hover{
	margin-top:-115px;

			box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
#vermas_brand{
	width:100%;
	height:38px;
	display:block;
	z-index:30;
	position:relative;
	background-color:#FF294F;
	margin-top:-3px;
	padding-top:6px;
	padding-left:14px;
	padding-right:14px;
	box-sizing: border-box;
}	
#vermas_dis{
	width:100%;
	height:38px;
	display:block;
	z-index:30;
	position:relative;
	background-color:#FFBB00;
	margin-top:-3px;
	padding-top:6px;
	padding-left:14px;
	padding-right:14px;
	box-sizing: border-box;
}
#vermas_web{
	width:100%;
	height:38px;
	display:block;
	z-index:30;
	position:relative;
	background-color:#C4D600;
	margin-top:-3px;
	padding-top:6px;
	padding-left:14px;
	padding-right:14px;
	box-sizing: border-box;
}
#vermas_mkt{
	width:100%;
	height:38px;
	display:block;
	z-index:30;
	position:relative;
	background-color:#00D9BB;
	margin-top:-3px;
	padding-top:6px;
	padding-left:14px;
	padding-right:14px;
	box-sizing: border-box;
}	
.vermas_btn{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color:#FFF;
	font-size:1.1em;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	text-decoration:none;
	line-height:1.2em;
	margin:0px;
	text-decoration:none;
}
#wrapper_sec_metodo{
	width:100%;
	height:auto;
	background-color:rgba(36,43,53,0.95);
	padding-top:20px;
	opacity: 0;
}
#sec_metodo{
	width:100%;
	max-width:1200px;
	min-height:260px;
	display:block;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
}
#sec_servicios{
	width:100%;
	height:auto;
	background-color:rgba(0,181,208,0.95);
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom:0px;
}
#sec_servicios_detalle{
	width:100%;
	height:auto;
	background-color:#ccc;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#desc_serv_branding{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#FF294F;
	display:block;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	float:right;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
}
#desc_serv_web{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#C4D600;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	float:right;
	padding-right:20px;
	
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
}
#desc_serv_mkt{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#00D9BB;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	float:right;
	padding-right:20px;
	
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
}
#desc_serv_diseno{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#FFBB00;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	float:right;
	padding-right:20px;
	
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
}
#desc_serv_tips{
	width:90%;
	max-width:1400px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
}
.serv_una_col{
	width:23%;
	height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:0px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	padding:10px;
}
.serv_dos_col{
	width:36%;
	min-height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.serv_dos_col_tx{
	width:77%;
	max-width:800px;
	min-height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.serv_tres_col{
	width:36%;
	min-height:auto;
	display:inline-block;
	box-sizing: border-box;
	margin:-2px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.ul_tips_servicios{margin-left:0px;margin-top:-10px;}
.tips_servicios{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
	color:#5C697E;
	font-size:15px;
	font-weight:300;
	text-align:left;
	line-height:30px;
	vertical-align:top;
	padding-left:30px;
	list-style-type:none;
	
	background-image:url(../imagenes/ico_tips.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.proyectos{
	width:100%;
	height:auto;
	overflow:hiden;
	padding-left:12px;
	padding-right:10px;
	box-sizing: border-box;
	opacity:0;
}
.proyectos_mas{
	width:100%;
	height:auto;
	overflow:hiden;
	padding-left:1%;
	padding-right:1%;
	box-sizing: border-box;
}
.proyecto_porta, .proyecto_porta_full, .proyecto_porta_hide{
	height: auto;
	width: 19.7%;	
	display: inline-block;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
	opacity:1;

	-webkit-transition: opacity 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: opacity 0.2s linear 0s;/*Firefox*/
    -o-transition: opacity 0.2s linear 0s;/*Opera*/
    transition: opacity 0.2s linear 0s;/*Standard*/
}
.proyecto_porta:hover{opacity:0.6;}
.proyecto_porta_mas{
	background-color:#FFF;
	height: auto;
	width: 19.7%;	
	display:inline-block;
	box-sizing: border-box;
	margin:0px;
}
#mas_proyectos{
	max-width:210px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	box-sizing: border-box;
	text-align:center;
}
#proyecto_oculto{display:none;}
#proyecto_mas_1, #proyecto_mas_2, #proyecto_mas_3, #proyecto_mas_4, #proyecto_mas_5{display:none;}
#titulo_destacados{
	min-width:100px;
	min-height:30px;
	margin-top:18px;
}
#sub_cabecera{
	height:70px;
	width:100%;
	background-color:#00496A;
	background-image:url(../imagenes/bg_pattern_subcabecera.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#encabezados_otros{
	max-width:960px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-left:40px;
	overflow:hidden;
}
#cont_principal{		/*ARTICLE*/
	max-width:960px;
	min-height:170px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	display:block;
	overflow:hidden;
}
.lista_tips{margin-left:-10px;}
#imagen_cont_principal{
	min-height:226px;
	width:378px;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:6px;
	padding-left:26px;
	float:left;
}
#foto_cont_principal{
	max-height:290px;
	width:50%;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
#foto_dos{
	width:50%;
	display: block;
	box-sizing: border-box;
	padding-top:7px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
#video_cont_principal{
	height:290px;
	width:50%;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
#video_vert_top{margin-top:-20px;}
#texto_cont_principal{
	width:50%;
	min-height:100px;
	box-sizing: border-box;
	margin-left:0px;
	padding-left: 20px;
	float:left;		
}
#cont_principal_unacol{
	width:100%;
	min-height:100px;
	box-sizing: border-box;
	margin-left:0px;
	padding-left: 20px;
	float:left;		
}
#col_uno{
	width:50%;
	min-height:100px;
	box-sizing: border-box;
	margin-left:0px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
}
#col_dos{
	width:50%;
	min-height:100px;
	box-sizing: border-box;
	margin-left:0px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;	
}
#divisor_diagonal{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:20px;

	border-top-color:#999;
	border-top-style:dashed;
	border-top-width:1px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#celeste_clientes{
width:100%;
min-height:550px;
/*background-color:rgba(0,181,208,0.7);*/
z-index:-2;
position:relative;
margin-top:-125px;
background-image: url(../imagenes/bg_clientes.png);
background-repeat: no-repeat;
background-position:center bottom;
opacity:0;
}
#clientes_texto{
width:500px;
height:60px;
margin-left:auto;
margin-right:auto;
z-index:10;
position:relative;
margin-top:-50px;
opacity:0;
}
#clientes_texto_dos{
width:500px;
height:60px;
margin-left:auto;
margin-right:auto;
z-index:11;
position:relative;
margin-top:-280px;
opacity:0;
}
.diagonal {
	margin-top:0px;
    position: relative;
    width: 100%;
	height:280px;
	margin-bottom:380px;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(36,43,53,1);
	top:0px;
	z-index:10;
	opacity:0.98;
	padding-bottom:10px;
}
.diagonal:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
     background-color: rgba(36,43,53,1);
    transform-origin: bottom right;
    -ms-transform: skew(3deg, -5deg);
    -webkit-transform: skew(3deg, -5deg);
    transform: skew(3deg, -5deg);
	
	border-bottom-color:#F9FF00;
	border-bottom-style:solid;
	border-bottom-width:4px;
}
#wrapper_blanco{
	width:100%;
	height:auto;
	padding-bottom: 40px;
	background-color:rgba(255,255,255,0.95);
	z-index:10;
	position:relative;
}
#wrapper_sec_clientes{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:0px;
	background-color:rgba(36,43,53,0.95);
}
#wrapper_sec_txerrera{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:0px;
	background-color:rgba(46,53,63,0.95);
}
#sec_logos_clientes{
	width:100%;
	max-width:1200px;
	min-height:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:0px;
	text-align:center;
}
#sec_clientes{
	width:100%;
	max-width:1200px;
	height:auto;
	display:block;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:0px;
	overflow:hidden;
}
#sec_detalle_serv{
	width:100%;
	max-width:1200px;
	height:auto;
	display:block;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:0px;
	overflow:hidden;

	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.ul_logos_clientes{margin-left:-40px;}
.logos_clientes{
	width:14%;
	height:14%;
	display:inline-block;
	margin-bottom:4px;
	text-align:center;
}
#clientes_listado{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	display:block;
	overflow:hidden;
}
#separador_img-serv{height:80px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hola_oculto{display: none;}
#sec_galeria_estudio{
	width:100%;
	min-height:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:40px;
	text-align:center;
}
.ul_galeria_estudio{
	margin-left:-40px;
	margin-top: -10px;
}
.galeria_estudio{
	width:15%;
	height:20%;
	display:inline-block;
	margin-bottom:0px;
	text-align:center;
}
.galeria_estudio:hover{
	opacity:0.7;
	-webkit-transition: opacity 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: opacity 0.2s linear 0s;/*Firefox*/
    -o-transition: opacity 0.2s linear 0s;/*Opera*/
    transition: opacity 0.2s linear 0s;/*Standard*/
}
.diagonal_txerrera {
    position: relative;
    width: 100%;
	height:80px;
	margin-top:0px;
	margin-bottom:0px;
    background-color: rgba(46,53,63,1);
	top:-25px;
	z-index:10;
	opacity:0.98;
	padding-bottom:25px;
	display:none;
}
.diagonal_txerrera:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
     background-color: rgba(46,53,63,1);
    transform-origin: bottom right;
    -ms-transform: skew(3deg, -4deg);
    -webkit-transform: skew(3deg, -4deg);
    transform: skew(3deg, -4deg);
}
.diagonal_txerrera_dos {
    position: relative;
    width: 100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
    background-color: rgba(255,255,255,1);
	z-index:10;
	opacity:0.98;
	padding-bottom:10px;
	display:block;
}
.diagonal_txerrera_dos:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
   -webkit-margin-before:0px; /*corrige margen en SAFARI*/

     background-color: rgba(255,255,255,1);
    transform-origin: top left;
    -ms-transform: skew(0deg, -5deg);
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
	
/*	border-top-color:#F9FF00;
	border-top-color:#00B5D0;
	border-top-style:solid;
	border-top-width:3px;*/
}
.diagonal_txerrera_tres {
    position: relative;
    width: 100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
    background-color: rgba(36,43,53,1);
	z-index:10;
	opacity:1;
	padding-bottom:10px;
	display:block;
}
.diagonal_txerrera_tres:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
   -webkit-margin-before:0px; /*corrige margen en SAFARI*/

     background-color: rgba(36,43,53,1);
    transform-origin: top left;
    -ms-transform: skew(0deg, -5deg);
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
	
/*	border-top-color:#F9FF00;
	border-top-color:#00B5D0;
	border-top-style:solid;
	border-top-width:3px;*/
}
#wrapper_blanco_perfil{
	width:100%;
	height:auto;
	padding-bottom:30px;
	background-color:rgba(0,181,208,0.95);
	display:none;
	border-top-color:#00B5D0;
	border-top-style:solid;
	border-top-width:1px;
}
#wrapper_blanco_txerrera{
	width:100%;
	height:520px;
	margin-top:0px;
	overflow:hidden;
	display:none;
	background-image:url(../imagenes/bg_trama.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment:fixed;
}
#intro_txerrera{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	display:block;
	overflow:hidden;
	z-index:600;
	position:relative;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_sec_dos{
	width:100%;
	height:auto;
	background-color:#FFF;
	overflow:hidden;
}
#seccion_dos{
	width:100%;
	max-width:1400px;
	height:190px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:40px;
	vertical-align:top;
	box-sizing: border-box;
	background-color:#FFF;
}
#ico_messenger{margin-right:10px;}
#hablemos_cont{
	max-width:auto;
	height:150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
	background-color:#F00;
}
.bot_hablemos{ display:none;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:300;
	max-width:200px;
	padding-top:2px;
	padding-bottom:2px;
	background:#F06;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	margin-top:12px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		    -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.bot_hablemos a{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
	text-decoration:none;
	line-height:1.4em;
}
.bot_hablemos a:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	max-width:200px;
}
.bot_hablemos:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	background:#0084ff;
}

.bot_hablemos_wp{ display:block;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:300;
	max-width:200px;
	padding-top:2px;
	padding-bottom:2px;
	background:#25d366;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	margin-top:30px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		    -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.bot_hablemos_wp a{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
	text-decoration:none;
	line-height:1.4em;
}
.bot_hablemos_wp a:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	max-width:200px;
}
.bot_hablemos_wp:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	background:#075e54;
}


.bot_hablemos_email{
	margin-left:auto;
	margin-right:auto;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:300;
	max-width:200px;
	padding-top:2px;
	padding-bottom:0px;
	background:rgba(0,181,208,1);
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	margin-top:30px;
	margin-bottom: 40px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		    -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.bot_hablemos_email a{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
	text-decoration:none;
	line-height:1.4em;
}
.bot_hablemos_email a:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	max-width:200px;
}
.bot_hablemos_email:hover{
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	background:#00889C;
}

#video{
	width:100%;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#seccion_tres{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
 #foto_zoom{
	width:180px;
	height:200px;
	background-color:#000;

  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
		  
		  overflow:hidden;
}
#foto_zoom:hover {
  width: 200px;
  height: 220px;
  margin-left:-10px;
  margin-top:-10px;
}
#cont_staff{
width:100%;
padding-top: 5px;
margin-right: auto;
margin-left: auto;
text-align: center;
overflow:hidden;
}
#caja_staff{
	text-align:center;
	width:100%;
	height:44px;
	background-color:#FFF;
	margin-top:8px;
	padding-top:4px;
	margin-bottom:100px;
	vertical-align:top;	
}
#staff{
	width:180px;
	height:285px;
	background-color:#00496A;
	display:inline-block;
	overflow: hidden;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	vertical-align:top;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
#foto_staff{
	width:180px;
	height:200px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#datos_staff{
	min-width:100px;
	height:95px;
	display:inline-block;
	vertical-align:top;
	padding-top:30px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_bggris{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#F1F1F1;
	margin-top:10px;
	padding-top:20px;
	margin-bottom:40px;
	vertical-align:top;
	border-top-color:#999;
	border-top-style:dashed;
	border-top-width:1px;
}
#wrapper_bg{
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/bg_comic.png);
	margin-top:0px;
	padding-top:20px;
	margin-bottom:0px;
	vertical-align:top;
}
.galeria_fotografica{
	width:22%;
	height:auto;
	background-color:#FFF;
	display:inline-block;
	margin-left:-4px;
	margin-right: 20px;
	margin-bottom:20px;
	list-style-type: none;
	padding-bottom:2px;
}
.galeria_fotografica:hover{
	height:auto;
	border-bottom-color:#F60;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom:0px;
}
.tres_videos{
	width:300px;
	height:auto;
	margin-left:10px;
	margin-right:6px;
	margin-bottom:30px;
	padding-bottom:0px;
	display:inline-block;
	box-sizing: border-box;
	vertical-align:top;
}
#video_galeria{
	height:175px;
	width:100%;
	box-sizing: border-box;
	float:left;
}
#cont_texto_video{
	width:100%;
	min-height:auto;
	box-sizing: border-box;
	margin-left:0px;
	padding-top:10px;
	padding-left: 0px;
	float:left;
}
/*++++++++++++++++++++++++++++++++++++ CONTACTO*/
#sec_form{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#FFF;
	display:block;
	float:right;
	margin-bottom:40px;
	padding-bottom:0px;
}
#form_imagen{
	width:30%;
	height:760px;
	display:block;
	padding-top:10px;
	padding-right:20px;
	background-color:#00B5D0;
	box-sizing: border-box;
	float:left;
	background-image:url(../imagenes/bg_form.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#form_campos{
	width:70%;
	height:100%;
	display:block;
	padding-top:20px;
	padding-left:40px;
	box-sizing: border-box;
	float:left;
}
#datos_contacto{display:none;}
.ul_form{
	margin:0px;
	}

/*.form_col_01{
	width:50%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	background-color:#093;
	}*/
.form_col_02{
	width:80%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	margin-top:6px;
}	
.boton_form{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#00B5D0;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	float:right;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		 -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.boton_form a{
	width:80px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	background:#00B5D0;
	text-align:center;
	line-height: 16px;
	margin-top: 0px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	text-decoration:none;
}
.boton_form:hover{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#0084ff;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	text-decoration:none;
}
.fonos_contacto{
	float:left;
	width:200px;
	height:50px;
	margin-top:10px;
	margin-left:30px;
	padding-left:0px;
}
#name{width:100%;margin-bottom:10px;}
#empresa{width:100%;margin-bottom:10px;}
#ciudad{width:100%;margin-bottom:10px;}
#phone{width:100%;margin-bottom:10px;}
#email{width:100%;margin-bottom:10px;}
#asunto{width:100%;margin-bottom:10px;}
#message{width:100%;}
#name, #empresa, #ciudad, #phone, #email, #asunto{
	height:40px;
	display:block;
	padding-left:10px;
	border:0;
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	font-family: 'Ubuntu', sans-serif;
	font-size:22px;
	color:#6E8C9E;
	font-weight:300;
}
#message{
	min-height:160px;
	display:block;
	margin-top:10px;
	border:0;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	color:#6E8C9E;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:300;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/* formulario contacto */
#contact-form {
	position:relative;
	vertical-align:top;
	width:550px;
	overflow:hidden;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			min-height:45px;
			}
			#contact-form input[type=text] {
				width:265px;
				height:2em;
				padding:0px 14px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				display:block;
				line-height:2.2857em;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {min-height:240px;}
			#contact-form textarea {
				width:500px;
				height:202px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				padding:10px 14px;
				overflow:auto;
				display:block;
				}
				#contact_form a {
					cursor:pointer;
					}
			#formulario label {
				padding:0 0 2px 5px;
				display:none;
				}
				#formulario .error {
					font-size: 13px;
					font-family:Arial, Helvetica, sans-serif;
					color:rgba(255,0,0,1);
				}
		.buttons-wrapper {text-align:right;}
		.buttons-wrapper a {
			margin-left:30px;
}
.form-2 {width:235px; height:28px; padding:0 10px; overflow:hidden; background:url(../images/tail-form.html) 0 0 repeat-x;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(js/PIE.html);
	position:relative;
}
#form-2 input {width:205px; color:#000; border:0; padding:5px 0; background:none;}
#form-2 a {float:right; margin-top:6px; cursor:pointer;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_footer{
	width:100%;
	height:auto;
	/*background-color:rgba(31,33,37,1);*/
	background-color:rgba(36,43,53,1);
	overflow: hidden;
	border-bottom-color:#00B5D0;
	border-bottom-style:solid;
	border-bottom-width:10px;
	margin-top:0px;
}
footer{
	width:960px;
	height:90px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#social_cont{
		min-width:260px;
		height:80px;
		margin-left:auto;
		margin-right:auto;
		margin-top:6px;
		margin-bottom:60px;
		text-align:center;
}
.social{
	width:36px;
	height:36px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
}
#cont_lista_footer{
	width: 230px;
	height: auto;
	margin-left: 10px;
	padding-top: 0px;
	display:inline-block;
	margin-top:-10px;
	vertical-align:top;
	text-align:left;
}
#cont_social_footer{
	width: 70%;
	height: 180px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
.ul-lista-footer{
	margin-left:-30px;
	}
.lista_footer{
	height:10px;
	list-style-type:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ TEXTOS TX*/
/*
font-family: 'Ubuntu', sans-serif;  300, 400, 500, 700
font-family: 'Anton', sans-serif;
font-family: 'Raleway', sans-serif; 400, 700, 900
*/
h5{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:400;
	margin:0px;
}
.hey{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	/*color:#5C697E;*/
	color:#292C31;
	font-size:32px;
	letter-spacing:1px;
	line-height:32px;
	font-weight:400;
}
.tx_tienes{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
	color:#5C697E;
	font-size:15px;
	font-weight:300;
	text-align:center;
	line-height:20px;
	vertical-align:top;
	margin-top:10px;
	line-height:18px;
}
.titulos{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:42px;
	line-height:34px;
	font-weight:700;
	text-align:right;
	padding-bottom:15px;
	background-image:url(../imagenes/subrayado.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.titulos_sb{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:34px;
	line-height:32px;
	font-weight:700;
	text-align:right;
	padding-bottom:15px;
	background-image:url(../imagenes/subrayado_blanco.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.titulos_ss{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:34px;
	line-height:32px;
	font-weight:700;
	text-align:right;
}
.titulos_rojo{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#FF3268;
	font-size:42px;
	line-height:34px;
	font-weight:400;
	text-align:right;
}
.titulos_celeste{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#00B5D0;
	font-size:42px;
	line-height:34px;
	font-weight:700;
	text-align:right;
}
.titulos_celeste_dos{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#00B5D0;
	font-size:34px;
	line-height:32px;
	font-weight:700;
	text-align:right;
}
.titulos_celeste_tres{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#00B5D0;
	font-size:34px;
	line-height:32px;
	font-weight:700;
	text-align:left;
}
.titulos_amarillo{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#F9FF00;
	font-size:42px;
	line-height:32px;
	font-weight:400;
	text-align:right;
}
.subtitulos{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#00B5D0;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:right;
	margin-top:6px;
}
.subtitulos_center{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#00B5D0;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:center;
	margin-top:6px;
}
.subtitulos_amarillo_center{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#F9FF00;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:center;
	margin-top:6px;
}
.subtitulos_left{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#00B5D0;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:left;
	margin-top:6px;
}
.subtitulos_blanco{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:right;
	margin-top:-6px;
}
.subtitulos_blanco a{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:right;
	margin-top:-6px;
	text-decoration: none;
}
.subtitulos_blanco_left{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:left;
	margin-top:-6px;
}
.subtitulos_blanco_left a{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:left;
	margin-top:-6px;
	text-decoration: none;
}
.pre_titulo{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#F9FF00;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	text-align:right;
	vertical-align: top;
}
.titulo_proyectos{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#292C31;
	font-size:32px;
	line-height:32px;
	font-weight:700;
	text-align:right;
	padding-bottom:10px;
	background-image:url(../imagenes/subrayado.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.subtitulo_proyectos{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#00B5D0;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	text-align:right;
	margin-top:6px;
}
.tx_intro{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#FFF;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:bottom;
}
.tx_intro_dos{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#80A4B7;
	font-size:15px;
	font-weight:200;
	text-align:justify;
	line-height:20px;
	vertical-align:top;
}
.tx_intro_gris{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#6E8C9E;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:bottom;
}
.tx_principal_gris{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#6E8C9E;
	font-size:15px;
	font-weight:200;
	text-align:justify;
	line-height:20px;
	vertical-align:middle;
	text-decoration: none;
}
.tx_desc_proyectos{
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#6E8C9E;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}
.tx_cargar_proyectos{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;		
	color:#2E353F;
	font-size:14px;
	font-weight:300;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:4px;
	
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		-webkit-transition: background 0.8s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.8s linear 0s;/*Firefox*/
    -o-transition: background 0.8s linear 0s;/*Opera*/
    transition: background 0.8s linear 0s;/*Standard*/
}
.tx_cargar_proyectos:hover{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;		
	color:#FFF;
	font-size:14px;
	font-weight:300;
	text-align:center;
	background:#999;
	text-decoration:none;
	cursor:pointer;
}
.tx_cargar_proyectos a{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;		
	color:#2E353F;
	font-size:14px;
	font-weight:300;
	text-align:center;
	text-decoration:none;
}
.tx_cargar_proyectos a:hover{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;		
	color:#CCC;
	font-size:14px;
	font-weight:300;
	text-align:center;
	background:#0F3;
	text-decoration:none;
}
.tx_principal_blanco{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#FFF;
	font-size:15px;
	font-weight:300;
	text-align:justify;
	line-height:24px;
	vertical-align:top;
}
.tx_curri{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#FFF;
	font-size:15px;
	font-weight:300;
	text-align:justify;
	line-height:24px;
	vertical-align:top;
}
.tx_principal_celeste{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
	color:#00B5D0;
	font-size:15px;
	font-weight:300;
	text-align:justify;
	line-height:20px;
	vertical-align:top;
}
.tx_principal_rojo{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
	color:#FF3268;
	font-size:15px;
	font-weight:300;
	text-align:justify;
	line-height:20px;
	vertical-align:top;
}
.tx_principal_intro{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#333; /*E9954B*/
	font-size:18px;
	font-weight:200;
	text-align:justify;
	line-height:26px;
	vertical-align:top;
}
.tx_principal{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#666; /*E9954B*/
	font-size:15px;
	font-weight:200;
	text-align:justify;
	line-height:20px;
	vertical-align:top;
}
.tx_principal a{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:justify;
	font-style:italic;
}		
.tx_principal a:hover{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:justify;
}
.tx_principal_catorce{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#6E8C9E;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:20px;
}
.tx_principal_catorce a{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
	color:#6E8C9E;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:20px;
	text-decoration: none;
}
.tx_gris_clientes{
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	font-weight:300;
	line-height:20px;
	color:#80A4B7;
}
.tx_gris{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#80A4B7;
}
.tx_blanco_der{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#FFF;
	text-align:right;
}
.tx_blanco_der a{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#FFF;
	text-align:right;
	text-decoration:none;
}
.tx_blanco{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#FFF;
}
.tx_blanco a{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
.tx_blanco_derechos{
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#FFF;
	margin-top:0px;
	text-align:left;
}
.tx_principal_center{
	font-family: 'Ubuntu', sans-serif;
		margin:0px;
		margin-top:10px;
	color:#00496A;
	font-size:16px;
	font-weight:300;
	text-align:center;
	line-height:18px;
}
.tx_filtro{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#6E8C9E;
	margin-top:0px;
	letter-spacing:0.03em;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#E9954B;
	font-size:36px;
	line-height:36px;
	font-weight:300;
	text-align:center;
}
.h1{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
	font-size:36px;
	font-weight:300;
}
h2{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#E9954B; /*color:#FF6D00;*/
	font-size:26px;
	line-height:25px;
	font-weight:300;
}
h4{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#E9954B;
	font-size:20px;
	line-height:20px;
	font-weight:300;
}
.tx_principal_li{
	font-family: 'Titillium Web', sans-serif;
		margin:0px;
	color:#00496A;
	font-size:14px;
	font-weight:300;
	text-align:left;
	line-height:20px;
}
.tx_footer{
	font-family: 'Titillium Web', sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#F1BE48;
}
.tx_footer a{
	color:#F1BE48;
	font-family: 'Titillium Web', sans-serif;
	font-weight:lighter;
	font-size:14px;
	text-decoration:none;
}
.tx_footer a:hover{
	font-family: 'Titillium Web', sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#999;
}
.tx_fono_header{
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000;
	margin-top:6px;
}
.tx_fono_header a{
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000;
	margin-top:6px;
	text-decoration:none;
}
.tx_fono_header a:hover{
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000;
	margin-top:6px;
	text-decoration:underline;
}
.tx_staff_nombre{
		font-family: 'Titillium Web', sans-serif;
		margin:0px;
	color:#FFF;
	font-size:16px;
	font-weight:400;
	text-align:center;
}
.tx_staff_center{
		font-family: 'Titillium Web', sans-serif;
		margin:0px;
	color:#00496A;
	font-size:15px;
	font-weight:400;
	text-align:center;
	line-height:18px;
}
.tx_enlaces_mail{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#FF6D00;
	font-size:16px;
	font-weight:400;
}
.tx_enlaces_mail a{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#FF6D00;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
}
.tx_enlaces_mail a:hover{
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
	color:#00496A;
	font-size:16px;
	font-weight:400;
	text-decoration:underline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */
#txerrera_footer{
	width:100%;
	height:65px;
	background-color:rgba(255,255,255,1);
	overflow:hidden;
}
#txerrera{
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top:20px;
}
.tx_txerrera{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	margin-top: -4px;
	letter-spacing:0.03em;
}
.tx_txerrera a{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	letter-spacing:0.03em;
}
.tx_txerrera a:hover{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#00B5D0;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	letter-spacing:0.03em;
}
