@import url(//fonts.googleapis.com/css?family=crete+round:400italic,400|open+sans+condensed:300,700|noticia+text:400italic,700italic);
@import url(//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: #D77301 !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:#D77301 !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.albero, .button:hover.albero {
	background-color:#6b0024;
}
.button.azul, .button:hover.azul {
	background-color:#28475e !important;
}


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

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

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

.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(http://www.esperanzah.es/avaloesperanzah/images/ico/facebook.png);
}
.button_social.facebook span {
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/ico/facebook_gray.png);
}
.button_social.twitter {
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/ico/twitter.png);
}
.button_social.twitter span {
	background-image:url(http://www.esperanzah.es/avaloesperanzah/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(http://www.esperanzah.es/avaloesperanzah/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;
}
.esperanzah {
	padding:225px 0 0 0;
	height:625px;
	color:#475a3e;
}

.texte-llarg {
	
	height:850px !important;
	
}

.esperanzah .job {
*zoom:1;
}
.esperanzah .job:before, .esperanzah .job:after {
	display:table;
	content:"";
}
.esperanzah .job:after {
	clear:both;
}
.esperanzah .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(http://www.esperanzah.es/avaloesperanzah/images/pages/home/ico_verde.png) no-repeat 0 10px;
	*/
	font-family:"Asap", Helvetica, Arial, sans-serif;
}
.esperanzah .job h1 span {
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:15px;
	width:632px;
	border-bottom:2px solid #D77301;
	height:119px;
	min-height:119px;
}

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

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

/*
.esperanzah.albero .job h1 {
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/ico_albero.png);
}
*/

.esperanzah.albero .job h1 span {
	border-bottom-color:#6b0024;
}
.esperanzah.azul {
	color:#28475e;
}
/*
.esperanzah.azul .job h1 {
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/ico_azul.png);
}
*/
.esperanzah.azul .job h1 span {
	border-bottom-color:#28475e;
}



.esperanzah.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;
}

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

.esperanzah.valor h1
{
	width: 942px;
	font-weight: 700;
	text-align: center;
	font-size: 55px !important;
	line-height: 55px;
	
	color: #000;
}

.esperanzah.grande h1
{
	font-size: 85px !important;
	line-height: 90px;
	letter-spacing: -4px;	
}

.esperanzah.mediano h1
{
	font-size: 75px !important;
	line-height: 80px;
	letter-spacing: -4px;	
}

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









.ie7 .esperanzah .job h1 {
	display:block;
	background-position:0 30px;
}
.ie7 .esperanzah .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(http://www.esperanzah.es/avaloesperanzah/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:566px;
	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(http://www.esperanzah.es/avaloesperanzah/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(http://www.esperanzah.es/avaloesperanzah/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: #D77301 !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:#D77301 !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(http://www.esperanzah.es/avaloesperanzah/images/layout/hiring.png) no-repeat 50% 0;
	width:124px;
	height:42px;
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
}


/* AVALISTA 1 */

.page_home section.sec_verde.a1 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a1 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/txarango.png);
}

.eng .page_home section.sec_verde.a1 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/txarango.png);
}

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


/* AVALISTA 2 */

.page_home section.sec_azul.a2 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_azul.a2 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/franconetti.png);
}

.eng .page_home section.sec_azul.a2 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/franconetti.png);
}

.page_home section.sec_azul.a2 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 3 */

.page_home section.sec_verde.a3 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

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

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

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

/* AVALISTA 4 */

.page_home section.sec_naranja.a4 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_naranja.a4 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/cals-karxofa.png);
}

.eng .page_home section.sec_naranja.a4 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/cals-karxofa.png);
}

.page_home section.sec_naranja.a4 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 5 */

.page_home section.sec_verde.a5 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a5 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/grupo-infantil.png);
}

.eng .page_home section.sec_verde.a5 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/a5-eng.png);
}

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


/* AVALISTA 6 */

.page_home section.sec_azul.a6 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_azul.a6 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/mescladis.png);
}

.eng .page_home section.sec_azul.a6 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/mescladis.png);
}

.page_home section.sec_azul.a6 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 7 */

.page_home section.sec_verde.a7 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a7 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/floreffe.png);
}

.eng .page_home section.sec_verde.a7 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/floreffe.png);
}

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


/* AVALISTA 8 */

.page_home section.sec_azul.a8 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_azul.a8 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalocesco.png);
}

.eng .page_home section.sec_azul.a8 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalocesco.png);
}

.page_home section.sec_azul.a8 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 9 */

.page_home section.sec_verde.a9 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a9 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalofuialconcierto.png);
}

.eng .page_home section.sec_verde.a9 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalofuialconcierto.png);
}

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

/* AVALISTA 10 */

.page_home section.sec_azul.a10 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_azul.a10 .sec_content 
{
	background-image:url(../images/pages/home/nino-hipoteca.png);
}

.eng .page_home section.sec_azul.a10 .sec_content 
{
	background-image:url(../images/pages/home/nino-hipoteca.png);
}

.page_home section.sec_azul.a10 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 11 */

.page_home section.sec_verde.a11 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a11 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/dondes-sabies.png);
}

.eng .page_home section.sec_verde.a11 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/dondes-sabies.png);
}

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


/* AVALISTA 12 */

.page_home section.sec_azul.a12 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_azul.png);
}

.page_home section.sec_azul.a12 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalomuyayo.png);
}

.eng .page_home section.sec_azul.a12 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/avalomuyayo.png);
}

.page_home section.sec_azul.a12 .sec_content blockquote 
{
	display:none;
}


/* AVALISTA 13 */

.page_home section.sec_verde.a13 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/bg/fondo_verde.png);
}

.page_home section.sec_verde.a13 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/gats.png);
}

.eng .page_home section.sec_verde.a13 .sec_content 
{
	background-image:url(http://www.esperanzah.es/avaloesperanzah/images/pages/home/gats.png);
}

.page_home section.sec_verde.a13 .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;
}


/* spinner */
#spinner {position: fixed; width:100%; height: 100%; z-index: 9999;background:#fff url('http://www.esperanzah.es/avaloesperanzah/images/loading.jpg') 50% 50% no-repeat;}





@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: 19px;
	line-height: 24px;
	margin-bottom: 0;
	color: #000;
}

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

.logo-zemos98
{
	float: left;
	margin-right: 15px;
}

.logo-gats
{
	float: left;
	margin-right: 15px;
}

.logo-coop57
{
	float: left;
}

.apoyos
{
	float: right;
	width: 320px;
	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: #D77301;
	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: 841px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


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

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

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

.job .full
{
	
	width: 100% !important;
}

.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 */


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

.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;
}