@import url(http://fonts.googleapis.com/css?family=Crete+Round:400italic,400|Open+Sans+Condensed:300,700|Noticia+Text:400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section 
{
	display:block;
}

audio, canvas, video 
{
	display:inline-block;
*display:inline;
*zoom:1;
}

audio:not([controls]) 
{
display:none;
}

html 
{
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

a:focus 
{
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

a:hover, a:active 
{
	outline:0;
}

sub, sup 
{
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}

sup 
{
	top:-0.5em;
}

sub 
{
	bottom:-0.25em;
}

img 
{
	max-width:100%;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

button, input, select, textarea 
{
	margin:0;
	font-size:100%;
	vertical-align:middle;
}



button, input 
{
*overflow:visible;
	line-height:normal;
}

button::-moz-focus-inner, input::-moz-focus-inner 
{
padding:0;
border:0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] 
{
	cursor:pointer;
	-webkit-appearance:button;
}

input[type="search"] 
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button 
{
	-webkit-appearance:none;
}

textarea 
{
	overflow:auto;
	vertical-align:top;
}

.clearfix 
{
	*zoom:1;
}

.clearfix:before, .clearfix:after 
{
	display:table;
	content:"";
}

.clearfix:after 
{
	clear:both;
}

.hide-text 
{
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}

.input-block-level 
{
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

a 
{
	color:#636363;
	-webkit-transition:color 0.15s ease-in;
	-moz-transition:color 0.15s ease-in;
	-ms-transition:color 0.15s ease-in;
	-o-transition:color 0.15s ease-in;
	transition:color 0.15s ease-in;
	text-decoration:none;
}

a:hover 
{
	text-decoration: none;
	color: #da00da !important;
}

a img 
{
	border:0;
}

p 
{
	margin:0;
}

p+p 
{
	margin-top:1em;
}

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
}

ul 
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.hidden 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	overflow:hidden;
	width:1px;
	height:1px;
}

.left 
{
	text-align:left !important;
}

.center 
{
	text-align:center !important;
}

.right 
{
	text-align:right !important;
}

.italic 
{
	font-style:italic;
}

.nowrap 
{
	white-space:nowrap;
}

.w10 
{
	width:10%;
}

.w20 
{
	width:20%;
}

.w30 
{
	width:30%;
}

.w40 
{
	width:40%;
}

.w50 
{
	width:50%;
}

.w60 
{
	width:60%;
}

.w70 
{
	width:70%;
}

.w80 
{
	width:80%;
}

.w90 
{
	width:90%;
}

.w100 
{
	width:100%;
}

form 
{
	margin:0;
}

.fieldbox 
{
	background-repeat:no-repeat;
	background-color:#fff;
	padding:2px;
	border:0;
}

.fieldbox.wide 
{
	width:100%;
}

input, select, textarea 
{
	color:#636363;
}

input, select, textarea, .uneditable-input 
{
	font-size:1em;
	line-height:1.4em;
	vertical-align:middle;
	padding:8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0;
	height:auto;
	width:auto;
}

::-webkit-input-placeholder 
{
	color:#b3b3b3;
}

:-moz-placeholder 
{
	color:#b3b3b3;
}

.placeholder 
{
	color:#b3b3b3;
}

.button, .button:hover 
{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	text-decoration:none;
	background-color:#da00da !important;
	color:#fff !important;
	text-align:center;
	padding:15px 30px;
	-webkit-transition:background-color 0.15s ease-in;
	-moz-transition:background-color 0.15s ease-in;
	-ms-transition:background-color 0.15s ease-in;
	-o-transition:background-color 0.15s ease-in;
	transition:background-color 0.15s ease-in;
}



.button:hover, .button:hover:hover {
	background-color:#363636 !important;
}
.button.amarillo, .button:hover.amarillo {
	background-color:#6b0024;
}
.button.turquesa, .button:hover.turquesa {
	background-color:#28475e;
}


.button.small, .button:hover.small 
{
	padding:5px 10px;
	margin-top: 40px;
	font-size: 65%;
}

/*
.button.small
{
	background-color:#363636;
}

.button:hover.small
{
	background-color: #da00da;
}
*/
	

.button_social {
	position:relative;
	display:inline-block;
*display:inline;
*zoom:1;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
}
.button_social span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:opacity 0.15s ease-in;
	-moz-transition:opacity 0.15s ease-in;
	-ms-transition:opacity 0.15s ease-in;
	-o-transition:opacity 0.15s ease-in;
	transition:opacity 0.15s ease-in;
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
}
.button_social:hover span {
	opacity:1;
	filter:alpha(opacity=100);
}
.button_social.facebook {
	background-image:url(../images/ico/facebook.png);
}
.button_social.facebook span {
	background-image:url(../images/ico/facebook_gray.png);
}
.button_social.twitter {
	background-image:url(../images/ico/twitter.png);
}
.button_social.twitter span {
	background-image:url(../images/ico/twitter_gray.png);
}
.titleA {
	display:table;
	width:632px;
/*	font-style:italic; */
	font-weight:700;
	font-size:700%;
	line-height:1em;
	margin-bottom:60px;
	padding:0 0 0 135px;
	/*
	background:url(../images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
}
.titleA span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:632px;
	border-bottom:2px solid #475a3e;
	height:119px;
	min-height:119px;
}
.ie7 .titleA {
	display:block;
	background-position:0 30px;
}
.ie7 .titleA span {
	display:block;
	min-height:139px;
	height:auto !important;
	height:139px;
	padding-bottom:15px;
}
.fixbg, .inner_fixbg {
	background-attachment:fixed;
	z-index:50;
}
.fixbg {
	margin:0;
	padding:0;
	background-repeat:repeat;
	background-position:50% 0;
	-webkit-box-shadow:inset 0 0 10px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:inset 0 0 10px 5px rgba(0, 0, 0, 0.25);
	box-shadow:inset 0 0 10px 5px rgba(0, 0, 0, 0.25);
}
.inner_fixbg {
	background-position:50% 100%;
	background-repeat:no-repeat;
	height:690px !important;
	width:100% !important;
}
.smallviewport .fixbg .inner_fixbg {
	background-position:50% 65px;
}
.smallviewport .fixbg.geek .inner_fixbg {
	background-position:50% 35px;
}
.smallviewport .fixbg.father .inner_fixbg {
	background-position:50% 81px;
}
.smallviewport .fixbg.surfer .inner_fixbg {
	background-position:50% 48px;
}
.smallviewport .fixbg.group .inner_fixbg {
	background-position:50% 37px;
}
.smallviewport .fixbg.grandma .inner_fixbg {
	background-position:50% 5px;
}
.job_vacant {
	padding:225px 0 0 0;
	height:625px;
	color:#475a3e;
}

.job_vacant .job {
*zoom:1;
}
.job_vacant .job:before, .job_vacant .job:after {
	display:table;
	content:"";
}
.job_vacant .job:after {
	clear:both;
}
.job_vacant .job h1 {
	display:table;
	width:632px;
/*	font-style:italic; */
	font-weight:700;
	font-size:700%;
	line-height:1em;
	margin-bottom:60px;
	padding:0;
	/*
	background:url(../images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
	font-family:"Asap", Helvetica, Arial, sans-serif;
}
.job_vacant .job h1 span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:632px;
	border-bottom:2px solid #da00da;
	height:119px;
	min-height:119px;
}

.job_vacant .job .content 
{
	float:left;
	width:100%;
}

.job_vacant .job .content .text {
	font-size:160%;
	line-height:1.6em;
}
.job_vacant .job .content .more {
	margin-top:65px;
	font-size:160%;
	line-height:1.2em;
}
.job_vacant .job aside {
	float:right;
	width:48%;
}
.job_vacant .job aside h2 {
	font-size:240%;
	line-height:1.2em;
	/*
	font-style:italic;
	*/
	font-weight:700;
	margin-bottom:45px;
}
.job_vacant .job aside ul li {
	font-size:160%;
	line-height:1.2em;
	margin-top:20px;
}
.job_vacant .job aside ul li a {
	width:240px;
}
.job_vacant.amarillo {
	color:#6b0024;
}

/*
.job_vacant.amarillo .job h1 {
	background-image:url(../images/pages/home/ico_amarillo.png);
}
*/

.job_vacant.amarillo .job h1 span {
	border-bottom-color:#6b0024;
}
.job_vacant.turquesa {
	color:#28475e;
}
/*
.job_vacant.turquesa .job h1 {
	background-image:url(../images/pages/home/ico_turquesa.png);
}
*/
.job_vacant.turquesa .job h1 span {
	border-bottom-color:#28475e;
}



.job_vacant.valor
{
	padding-top: 225px;
	padding-bottom: 125px;
	height: 300px;
}

.lineas3
{
	padding-top: 200px !important;
	height: 325px !important;
}

.lineas4
{
	padding-top: 150px !important;
	height: 375px !important;
}

.lineas5
{
	padding-top: 100px !important;
	height: 425px !important;
}

.job_vacant h1
{
	font-size: 55px !important;
}

.job_vacant.valor h1
{
	width: 942px;
	font-weight: 700;
	text-align: center;
	font-size: 85px !important;
	line-height: 90px;
	letter-spacing: -4px;
	color: #000;
}


.job_vacant.valor span
{
	border-bottom: 0 !important;
}









.ie7 .job_vacant .job h1 {
	display:block;
	background-position:0 30px;
}
.ie7 .job_vacant .job h1 span {
	display:block;
	min-height:139px;
	height:auto !important;
	height:139px;
	padding-bottom:15px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-size:16px;
	line-height:1.2em;
	background:#fff;
	color:#636363;
	font-family: Georgia, "Times New Roman", Times, serif;
/*
	font-style:italic;
	*/
	font-weight:400;
}
#container {
	font-size:10px;
	line-height:1.2em;
}
.intro_text .imgscroll {
	float:right;
	margin-top:-65px;
}
#mainmenu_wrap {
	position:relative;
	height:125px;
	z-index:100;
}
#mainmenu_wrap #mainmenu {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:125px;
	margin:0;
	padding:0;
	background:#000;
	color:#fffff0;
	z-index:100;
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 20px rgba(0, 0, 0, 0.6);
}
#mainmenu_wrap #mainmenu.fixed {
	position:fixed;
}
#mainmenu_wrap #mainmenu a {
	color:#fff !important;
}
#mainmenu_wrap #mainmenu .sec_content {
	position:relative;
	width:942px;
	height:125px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#mainmenu_wrap #mainmenu .sec_content a {
	color:#fffff0 !important;
}
#mainmenu_wrap #mainmenu .sec_content a:hover {
	color:#ccff99 !important;
	text-decoration:none;
}
#mainmenu_wrap #mainmenu .sec_content #logo {
	position:absolute;
	left:0;
	top:43px;
}

#mainmenu_wrap #mainmenu .sec_content #lang_selector 
{
	*zoom:1;
	position:absolute;
	right:0;
	bottom:127px;
	font-size:130%;
	line-height:1.2em;
	width:380px;
	/*border-bottom:1px solid #6e6e6e;*/
}

#mainmenu_wrap #mainmenu .sec_content #lang_selector:before, #mainmenu_wrap #mainmenu .sec_content #lang_selector:after {
	display:table;
	content:"";
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector:after {
	clear:both;
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector ul {
	float:right;
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector ul li {
	float:left;
	background:url(../images/layout/menu_spacer.png) no-repeat 2px 60%;
	padding-left:12px;
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector ul li:first-child {
	padding-left:0;
	background-image:none;
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector ul li a {
	color:#999999 !important;
}
#mainmenu_wrap #mainmenu .sec_content #lang_selector ul li a:hover {
	color:#ccff99 !important;
}

#mainmenu_wrap #mainmenu .sec_content #pages 
{
	position:absolute;
	left:0;
	bottom:80px;
}

#mainmenu_wrap #mainmenu .sec_content #pages ul 
{
	*zoom:1;
}

#mainmenu_wrap #mainmenu .sec_content #pages ul:before, #mainmenu_wrap #mainmenu .sec_content #pages ul:after {
	display:table;
	content:"";
}
#mainmenu_wrap #mainmenu .sec_content #pages ul:after {
	clear:both;
}

#mainmenu_wrap #mainmenu .sec_content #pages ul li 
{
	float:left;
	width:466px;
	border-bottom:1px solid #6e6e6e;
	padding-bottom: 5px;
	margin-right:5px;
	font-size:160%;
	line-height:1.2em;
}

/*
#mainmenu_wrap #mainmenu .sec_content #pages ul li.scroll-valores
{
	width: 765px;
	margin-right: 0;
}
*/

#mainmenu_wrap #mainmenu .sec_content #jobs 
{
	position:absolute;
	left:0;
	top:61px;
}

#mainmenu_wrap #mainmenu .sec_content #jobs ul {
*zoom:1;
}
#mainmenu_wrap #mainmenu .sec_content #jobs ul:before, #mainmenu_wrap #mainmenu .sec_content #jobs ul:after {
	display:table;
	content:"";
}
#mainmenu_wrap #mainmenu .sec_content #jobs ul:after {
	clear:both;
}
#mainmenu_wrap #mainmenu .sec_content #jobs ul li {
	float:left;
	border-left:1px solid #6e6e6e;
	padding-left:5px;
	width:88px;
	text-transform:uppercase;
	font-size:115%;
	line-height:1.3em;
	/*
	font-family:"Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
	*/
	font-family:"Asap", Helvetica, Arial, sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-0.4px;
}

#mainmenu_wrap #mainmenu .sec_content #jobs ul li a 
{
	display:block;
	/*
	padding-top:33px;
	background:url(../images/layout/menu_bg.png) no-repeat 0 0;
	*/
}

#mainmenu_wrap #mainmenu .sec_content #jobs ul li a:hover {
	background-position:0 -200px;
}
#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:38px;
	line-height:38px;
	font-size:110%;
	margin:0;
	padding:0;
	background:#000;
	color:#fffff0;
	z-index:150;
}
#footer #footer_content {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:942px;
}
#footer #footer_content #footer_logo a {
	float:left;
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
	width:79px;
	height:30px;
	margin:5px 0 0 0;
	background:url(../images/layout/footer_wattio.png) no-repeat 50% 0;
}
#footer #footer_content #footer_logo a:hover {
	background-position:50% -100px;
}
#footer #footer_content #footer_links {
	float:left;
	font-size: 14px;
	width: 100%;
	font-style: normal;
}

#footer_links ul a
{
	color: #da00da !important;
	display: block;
	padding: 0 0 0 0;
	float: right !important;
	font-family:"Asap", Helvetica, Arial, sans-serif;
}

#footer #footer_content #footer_links ul {
	float: right;
}
#footer #footer_content #footer_links ul li {
	float:left;
	margin-left:15px;
}
#footer #footer_content #footer_links ul li a {
	color:#da00da !important;
}
#footer #footer_content #footer_links ul li a:hover {
	text-decoration:none;
	color: #f3962c !important;
}
#footer #footer_content #footer_links ul li a:hover img {
	-webkit-box-shadow:0 0 10px #ffffff;
	-moz-box-shadow:0 0 10px #ffffff;
	box-shadow:0 0 10px #ffffff;
}
#footer #footer_content #footer_links ul li a img {
	margin:-3px 0 0 15px;
}
#footer #footer_content #footer_hiring {
	position:absolute;
	right:-7px;
	top:-4px;
	background:url(../images/layout/hiring.png) no-repeat 50% 0;
	width:124px;
	height:42px;
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
}


/* zemos */

.page_home section.sec_verde.zemos 
{
	background-image:url(../images/bg/fondo_verde.png);
}

.page_home section.sec_verde.zemos .sec_content 
{
	background-image:url(../images/pages/home/zemos.png);
}

.eng .page_home section.sec_verde.zemos .sec_content 
{
	background-image:url(../images/pages/home/zemos-en.png);
}

.page_home section.sec_verde.zemos .sec_content blockquote 
{
	display:none;
}

/* ERASO */

.page_home section.sec_salmon.eraso 
{
	background-image:url(../images/bg/fondo_salmon.png);
}

.page_home section.sec_salmon.eraso .sec_content 
{
	background-image:url(../images/pages/home/santiagoEraso.png);
}

.eng .page_home section.sec_salmon.eraso .sec_content 
{
	background-image:url(../images/pages/home/santiagoEraso-en.png);
}

.page_home section.sec_verde.ptqk .sec_content blockquote 
{
	display:none;
}

/* POLA */

.page_home section.sec_verde.pola 
{
	background-image:url(../images/bg/fondo_verde.png);
}

.page_home section.sec_verde.pola .sec_content 
{
	background-image:url(../images/pages/home/a-pola.png);
}

.eng .page_home section.sec_verde.pola .sec_content 
{
	background-image:url(../images/pages/home/a-pola-en.png);
}

.page_home section.sec_verde.pola .sec_content blockquote 
{
	display:none;
}

/* YOLANDA */

.page_home section.sec_salmon.yolanda 
{
	background-image:url(../images/bg/fondo_salmon.png);
}

.page_home section.sec_salmon.yolanda .sec_content 
{
	background-image:url(../images/pages/home/y-romero.png);
}

.eng .page_home section.sec_salmon.yolanda .sec_content 
{
	background-image:url(../images/pages/home/y-romero-en.png);
}

.page_home section.sec_verde.ptqk .sec_content blockquote 
{
	display:none;
}

/* BRAVO */

.page_home section.sec_amarillo.bravo 
{
	background-image:url(../images/bg/fondo_amarillo.png);
}

.page_home section.sec_amarillo.bravo .sec_content 
{
	background-image:url(../images/pages/home/bravo.png);
}

.eng .page_home section.sec_amarillo.bravo .sec_content 
{
	background-image:url(../images/pages/home/bravo-en.png);
}

.page_home section.sec_amarillo.bravo .sec_content blockquote 
{
	display:none;
}

/* GARCES */

.page_home section.sec_salmon.marinagarces 
{
	background-image:url(../images/bg/fondo_salmon.png);
}

.page_home section.sec_salmon.marinagarces .sec_content 
{
	background-image:url(../images/pages/home/marinagarces.png);
}

.eng .page_home section.sec_salmon.marinagarces .sec_content 
{
	background-image:url(../images/pages/home/marinagarces-en.png);
}

.page_home section.sec_salmon.marinagarces .sec_content blockquote 
{
	display:none;
}

/* CRUDO */

.page_home section.sec_verde.crudo 
{
	background-image:url(../images/bg/fondo_turquesa.png);
}

.page_home section.sec_verde.crudo .sec_content 
{
	background-image:url(../images/pages/home/crudo.png);
}

.eng .page_home section.sec_verde.crudo .sec_content 
{
	background-image:url(../images/pages/home/crudo-en.png);
}

.page_home section.sec_verde.crudo .sec_content blockquote 
{
	display:none;
}

/* RENDUELES */

.page_home section.sec_amarillo.rendueles 
{
	background-image:url(../images/bg/fondo_amarillo.png);
}

.page_home section.sec_amarillo.rendueles .sec_content 
{
	background-image:url(../images/pages/home/cesar.png);
}

.eng .page_home section.sec_amarillo.rendueles .sec_content 
{
	background-image:url(../images/pages/home/cesar-en.png);
}

.page_home section.sec_amarillo.rendueles .sec_content blockquote 
{
	display:none;
}

/* CHANTAL */

.page_home section.sec_amarillo.chantal
{
	background-image:url(../images/bg/fondo_amarillo.png);
}

.page_home section.sec_amarillo.chantal .sec_content 
{
	background-image:url(../images/pages/home/chantal.png);
}

.eng .page_home section.sec_amarillo.chantal .sec_content 
{
	background-image:url(../images/pages/home/chantal-en.png);
}

.page_home section.sec_amarillo.chantal .sec_content blockquote 
{
	display:none;
}

/* TRAFICANTES */

.page_home section.sec_verde.traficantes 
{
	background-image:url(../images/bg/fondo_verde.png);
}

.page_home section.sec_verde.traficantes .sec_content 
{
	background-image:url(../images/pages/home/traficantes.png);
}

.eng .page_home section.sec_verde.traficantes .sec_content 
{
	background-image:url(../images/pages/home/traficantes-en.png);
}

.page_home section.sec_verde.traficantes .sec_content blockquote 
{
	display:none;
}

/* MANUEL BORJA */

.page_home section.sec_salmon.borja
{
	background-image:url(../images/bg/fondo_salmon.png);
}

.page_home section.sec_salmon.borja .sec_content 
{
	background-image:url(../images/pages/home/manuelborja.png);
}

.eng .page_home section.sec_salmon.borja .sec_content 
{
	background-image:url(../images/pages/home/manuelborja-en.png);
}

.page_home section.sec_salmon.borja .sec_content blockquote 
{
	display:none;
}

/* AMADOR */

.page_home section.sec_turquesa.amador
{
	background-image:url(../images/bg/fondo_turquesa.png);
}

.page_home section.sec_turquesa.amador .sec_content 
{
	background-image:url(../images/pages/home/amador.png);
}

.eng .page_home section.sec_turquesa.amador .sec_content 
{
	background-image:url(../images/pages/home/amador-en.png);
}

.page_home section.sec_turquesa.amador .sec_content blockquote 
{
	display:none;
}

/* XNET */

.page_home section.sec_turquesa.xnet
{
	background-image:url(../images/bg/fondo_turquesa.png);
}

.page_home section.sec_turquesa.xnet .sec_content 
{
	background-image:url(../images/pages/home/xnet.png);
}

.eng .page_home section.sec_turquesa.xnet .sec_content 
{
	background-image:url(../images/pages/home/xnet-en.png);
}

.page_home section.sec_salmon.turquesa.xnet .sec_content blockquote 
{
	display:none;
}

/* RENDUELES */

.page_home section.sec_amarillo.cooperacion 
{
	background-image:url(../images/bg/lapotenciadelacooperacion_mapa.jpg);
}


.page_home section.sec_amarillo.cooperacion .sec_content blockquote 
{
	display:none;
}




.page_home .sec_content {
	position:relative;
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:942px;
}
.page_home section.intro_text {
	padding:60px 0 75px;
	min-height:100px;
	height:auto !important;
	height:100px;
/*	font-style:italic; */
	font-weight:400;
	font-size:400%;
	line-height:1.3em;
}
.page_home .disenador_industrial {
	padding:225px 0 0 0;
	height:625px;
	color:#475a3e;
}
.page_home .disenador_industrial .job {
*zoom:1;
}
.page_home .disenador_industrial .job:before, .page_home .disenador_industrial .job:after {
	display:table;
	content:"";
}
.page_home .disenador_industrial .job:after {
	clear:both;
}
.page_home .disenador_industrial .job h1 {
	display:table;
	width:632px;
/*	font-style:italic; */
	font-weight:700;
	font-size:700%;
	line-height:1em;
	margin-bottom:60px;
	padding:0;
	/*
	background:url(../images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
}

.page_home .disenador_industrial .job h1 span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:632px;
	border-bottom:2px solid #475a3e;
	height:119px;
	min-height:119px;
}

/*
.page_home .disenador_industrial .job .content 
{
	float:left;
	width:48%;
}
*/

.page_home .disenador_industrial .job .content .text {
	font-size:180%;
	line-height:1.6em;
}
.page_home .disenador_industrial .job .content .more {
	margin-top:65px;
	font-size:160%;
	line-height:1.2em;
}
.page_home .disenador_industrial .job aside {
	float:right;
	width:48%;
}
.page_home .disenador_industrial .job aside h2 {
	font-size:240%;
	line-height:1.2em;
/*	font-style:italic; */
	font-weight:700;
	margin-bottom:45px;
}
.page_home .disenador_industrial .job aside ul li {
	font-size:160%;
	line-height:1.2em;
	margin-top:20px;
}
.page_home .disenador_industrial .job aside ul li a {
	width:240px;
}
.page_home .disenador_industrial.amarillo {
	color:#6b0024;
}

/*
.page_home .disenador_industrial.amarillo .job h1 
{
	background-image:url(../images/pages/home/ico_amarillo.png);
}
*/

.page_home .disenador_industrial.amarillo .job h1 span {
	border-bottom-color:#6b0024;
}
.page_home .disenador_industrial.turquesa {
	color:#28475e;
}
/*
.page_home .disenador_industrial.turquesa .job h1 {
	background-image:url(../images/pages/home/ico_turquesa.png);
}
*/
.page_home .disenador_industrial.turquesa .job h1 span {
	border-bottom-color:#28475e;
}
.page_home section.que_es_wattio {
	padding:225px 0 0 0;
	height:625px;
	color:#475a3e;
}
.page_home section.que_es_wattio .job {
*zoom:1;
}
.page_home section.que_es_wattio .job:before, .page_home section.que_es_wattio .job:after {
	display:table;
	content:"";
}
.page_home section.que_es_wattio .job:after {
	clear:both;
}
.page_home section.que_es_wattio .job h1 {
	display:table;
	width:807px;
/*	font-style:italic; */
	font-weight:700;
	font-size:700%;
	line-height:1em;
	margin-bottom:60px;
	padding:0;
	/*
	background:url(../images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
}

.page_home section.que_es_wattio .job h1 span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:807px;
	border-bottom:2px solid #475a3e;
	height:119px;
	min-height:119px;
}
.page_home section.que_es_wattio .job .content {
	float:left;
	width:48%;
}
.page_home section.que_es_wattio .job .content .text {
	font-size:180%;
	line-height:1.6em;
}
.page_home section.que_es_wattio .job .content .more {
	margin-top:65px;
	font-size:160%;
	line-height:1.2em;
}
.page_home section.que_es_wattio .job aside {
	float:right;
	width:48%;
}
.page_home section.que_es_wattio .job aside h2 {
	font-size:240%;
	line-height:1.2em;
/*	font-style:italic; */
	font-weight:700;
	margin-bottom:45px;
}
.page_home section.que_es_wattio .job aside ul li {
	font-size:160%;
	line-height:1.2em;
	margin-top:20px;
}
.page_home section.que_es_wattio .job aside ul li a {
	width:240px;
}
.page_home section.que_es_wattio.amarillo {
	color:#6b0024;
}

/*
.page_home section.que_es_wattio.amarillo .job h1 
{
	background-image:url(../images/pages/home/ico_amarillo.png);
}
*/

.page_home section.que_es_wattio.amarillo .job h1 span {
	border-bottom-color:#6b0024;
}
.page_home section.que_es_wattio.turquesa {
	color:#28475e;
}

/*
.page_home section.que_es_wattio.turquesa .job h1 
{
	background-image:url(../images/pages/home/ico_turquesa.png);
}
*/

.page_home section.que_es_wattio.turquesa .job h1 span {
	border-bottom-color:#28475e;
}
.page_home section.que_es_wattio h1 {
	background-image:url(../images/pages/home/ico_wattio.png) !important;
}
.page_home section.que_es_wattio .job .content {
	float:none;
	width:auto;
}
.page_home section.haz_que_se_quede {
	padding:225px 0 150px 0;
	color:#28475e;
	-webkit-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.page_home section.haz_que_se_quede h1 {
/* 	font-style:italic;*/
	font-weight:700;
	font-size:340%;
	line-height:1.2em;
	padding-bottom:0.5em;
	border-bottom:2px solid #28475e;
}
.page_home section.haz_que_se_quede ul {
	position:relative;
}
.page_home section.haz_que_se_quede ul li {
	margin:45px 0 0 0;
}
.page_home section.haz_que_se_quede ul li .custom_anchor {
	position:absolute;
	margin-top:-190px;
}
.page_home section.haz_que_se_quede ul li h2 {
/*	font-style:italic; */
	font-weight:700;
	font-size:340%;
	line-height:1.2em;
	padding-bottom:0.5em;
	margin-bottom:20px;
}
.page_home section.haz_que_se_quede ul li .text {
	font-size:160%;
	line-height:1.4em;
}
.page_home section.haz_que_se_quede ul li .actions {
	margin-top:20px;
	font-size:160%;
	line-height:1.4em;
}
.page_home section.haz_que_se_quede ul li .actions * {
	vertical-align:middle;
}
.page_home section.haz_que_se_quede ul li .actions .button {
	padding-left:35px;
	padding-right:35px;
}
.page_home section.haz_que_se_quede ul li .actions .social {
	display:inline-block;
*display:inline;
*zoom:1;
	margin-left:25px;
}
.page_home section.haz_que_se_quede ul li .actions .social a {
	margin-left:10px;
}
.page_home section.haz_que_se_quede ul li .actions .social a.facebook {
	margin-left:20px;
}
.page_home section.donoschland {
	padding:225px 0 0 0;
	height:625px;
	color:#475a3e;
	height:auto;
	padding-bottom:90px;
}
.page_home section.donoschland .job {
*zoom:1;
}
.page_home section.donoschland .job:before, .page_home section.donoschland .job:after {
	display:table;
	content:"";
}
.page_home section.donoschland .job:after {
	clear:both;
}
.page_home section.donoschland .job h1 {
	display:table;
	width:807px;
/*	font-style:italic; */
	font-weight:700;
	font-size:700%;
	line-height:1em;
	margin-bottom:60px;
	padding:0;
	/*
	background:url(../images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
}
.page_home section.donoschland .job h1 span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:807px;
	border-bottom:2px solid #475a3e;
	height:119px;
	min-height:119px;
}
.page_home section.donoschland .job .content {
	float:left;
	width:48%;
}
.page_home section.donoschland .job .content .text {
	font-size:180%;
	line-height:1.6em;
}
.page_home section.donoschland .job .content .more {
	margin-top:65px;
	font-size:160%;
	line-height:1.2em;
}
.page_home section.donoschland .job aside {
	float:right;
	width:48%;
}
.page_home section.donoschland .job aside h2 {
	font-size:240%;
	line-height:1.2em;
/*	font-style:italic; */
	font-weight:700;
	margin-bottom:45px;
}
.page_home section.donoschland .job aside ul li {
	font-size:160%;
	line-height:1.2em;
	margin-top:20px;
}
.page_home section.donoschland .job aside ul li a {
	width:240px;
}
.page_home section.donoschland.amarillo {
	color:#6b0024;
}

/*
.page_home section.donoschland.amarillo .job h1 {
	background-image:url(../images/pages/home/ico_amarillo.png);
}
*/

.page_home section.donoschland.amarillo .job h1 span {
	border-bottom-color:#6b0024;
}
.page_home section.donoschland.turquesa {
	color:#28475e;
}

/*
.page_home section.donoschland.turquesa .job h1 {
	background-image:url(../images/pages/home/ico_turquesa.png);
}
*/

.page_home section.donoschland.turquesa .job h1 span {
	border-bottom-color:#28475e;
}
.page_home section.donoschland h1 {
	bottom:auto;
	top:-200px;
	background-image:url(../images/pages/home/ico_donoschlande.png) !important;
}
.page_home section.donoschland .job .content {
	float:none;
	width:auto;
}
.page_home section.donoschland .job .content .map {
	margin-top:60px;
}
.page_home section.donoschland .job .content .map img {
	display:block;
	display:block;
	margin-left:auto;
	margin-right:auto;
}





@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.fixbg, .inner_fixbg {
background-attachment:scroll;
}
}



/* */

.logos
{
	float: left;
	width:942px;
	margin: 0 0 60px 0;
}

.intro_text .intro
{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: #000;
}

.intro_text .intro a
{
	color: #000;
}

.logo-avaloLAINVISIBLE
{
	float: left;
	margin-right: 30px;
}

.logo-coop57
{
	float: left;
}

.apoyos
{
	float: right;
	width: 420px;
	height: 125px;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	border-left:1px solid #6e6e6e;
}

#datosApoyos
{
	float: left;
	width: 240px;
	margin: 0;
	padding: 8px 0 0 0;
	font-family:"Asap", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	line-height: 29px;
}

.dato 
{
	float: left;
	width: 100%;
	margin: 0 0 -7px 0;
	padding: 0;
}

.dato span
{
	font-size: 20px;
	font-weight: 700;
	color: #da00da;
	font-weight: 700;
}

.enlace-formulario
{
	display: block;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}

.enlace-formulario img
{
	float: left;
	margin: 0;
	padding: 0;	
}

.ss-form-desc
{
}

/* */

.navegacion
{
	float: left;
	width: 741px;
	margin: 0;
	padding: 0;
}


.job h1
{
	color: #da00da;
	margin-bottom: 30px !important;
}

.job h1 span
{
	border-bottom-color: #da00da !important; 
}

.izquierda
{
	float: left;
	width: 632px;
	margin: 0;
	padding: 0 10px 0 0;
}

.job .text
{
	float: left;
	color: #000;
	margin: 0 0 40px 0;
	padding: 0;
	width: 632px;
}

.foto-proyecto
{
	float: right;
	margin: -65px 0 0 0;
	padding: 0;
	border: 0;
}

.creditos
{
	float: left;
	padding: 1px 0 0 0;
	margin: 0;
	font-size: 12px;
	font-style: italic;
	font-family:"Asap", Helvetica, Arial, sans-serif;
}

.creditos a
{
	color: #FFF;
}

.creditos a:hover
{
	color: #cccccc !important;
}

/* FORMULARIO */


/* -------------------------- */

/* FAQ */

.job .text.faq {
	width: auto;
}

.job_vacant.faq {
	padding: 75px 0 0 0;
	height: auto;
}

/* -------------------------- */

.menu-idioma
{
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 8px 10px 8px 2px;
	list-style: none;
	background-color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-family:"Asap", Helvetica, Arial, sans-serif;
	z-index: 10000000;
}

.menu-idioma li
{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

.menu-idioma a
{
	text-decoration: none;
	color: #FFF;
}

/* -------------------------- */

