/*
	Update browser message
	* style for IE6 users message display
	------------------------------------------------> */
#update_browser_message { position:absolute; width:100%; display:block;	height:40px; background:#f3f3f3 url('../img/update_browser_exclamation.gif') 10px center no-repeat;	border-bottom:1px solid #ccc; font:normal normal normal 14px/40px Arial, Helvetica, sans-serif;	color:#666; text-align:center; }
#update_browser_message a {	color:#e10706; }
#update_browser_message:hover {	cursor:pointer; }

/*
	header links color: #fff; font-size: 14px;
	header links hover/active color: #668cab;
	header inks margin-left: 18px;
	header background color 122f3f
	h1 color: #122f3f; font-size: 85px;
	h2 color: #668cab: font-size: 80px;
	p 122f3f
	left column 668cab
	number circle color 31353d width:102 px; height: 102px;
	grey backgro#f4f5f5;
	slider h2 font-size: 68px;
	slider p font-size: 32px;
*/

/**
 * Global
 *
 * General layout & appearance
 */

/* Grid */
.container {position:relative;width:100%;max-width:100%;}
.container .column,.container .columns{float:left;width:100%;}
.container .column.fr,.container .columns.fr{float:right;}
.container.centered {margin: 0 auto;padding-right: 42px;padding-left: 42px;}
.row {}
.row .column:first-child, .row .columns:first-child {}
/* Desktop oriented */
@media(min-width: 800px) {
	.container .column, .container .columns {padding: 0 10px;}
	/* Columns */
	.one.column           {width:8.333333333333333%;}
	.two.columns          {width:16.66666666666667%;}
	.three.columns        {width:25%;}
	.four.columns         {width:33.33333333333333%;}
	.five.columns         {width:41.66666666666667%;}
	.six.columns          {width:50%;}
	.seven.columns        {width:58.33333333333333%;}
	.eight.columns        {width:66.66666666666667%;}
	.nine.columns         {width:75%;}
	.ten.columns          {width:83.33333333333333%;}
	.eleven.columns       {width:91.66666666666667%;}
	.twelve.columns       {width:100%;}
	.one-third.column     {width:33.33333333333333%;}
	.two-thirds.column    {width:66.66666666666667%;}
	.one-half.column      {width:50%;}
	.full.column          {width:100%;}
	.auto.column          {width:auto;}
	/* Offsets */
	.offset-by-one.column        {margin-left:8.333333333333333%;}
	.offset-by-two.columns       {margin-left:16.66666666666667%;}
	.offset-by-three.columns     {margin-left:25%;}
	.offset-by-four.columns      {margin-left:33.33333333333333%;}
	.offset-by-five.columns      {margin-left:41.66666666666667%;}
	.offset-by-six.columns       {margin-left:50%;}
	.offset-by-seven.columns     {margin-left:58.33333333333333%;}
	.offset-by-eight.columns     {margin-left:66.66666666666667%;}
	.offset-by-nine.columns      {margin-left:75%;}
	.offset-by-ten.columns       {margin-left:83.33333333333333%;}
	.offset-by-eleven.columns    {margin-left:91.66666666666667%;}
	.offset-by-one-third.column  {margin-left:33.33333333333333%;}
	.offset-by-two-thirds.column {margin-left:66.66666666666667%;}
	.offset-by-one-half.column   {margin-left:50%;}
}
.container:after,.row:after{content:"";display:table;clear:both;}
/* Div table */
.div_table .row {
	padding: 10px 0;
	border-bottom: 1px dotted #C2C6CA;
}
.div_table .row:hover {
	background-color: #eee;
}
.div_table .row.headers {
	background-color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #C2C6CA;
	font-weight: bold;
}
.div_table .row.headers:hover {
	background-color: #fff;
}
.div_table .icons {
	padding-right: 10px;
	font-weight: normal;
}
.div_table .icons a {
	margin-left: 5px;
}

/**
 * Main styles
 */
body {
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
.centered_content {
	width: 980px;
	margin: 0 auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: 200;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h5 a, h5 a, h6 a {
	color: inherit;
}
h1, .h1 {
	font-size: 4.6667em; /* 70px */
}
h2, .h2 {
	 font-size: 4.3333em; /* 65px */
}
h3, .h3 {
	font-size: 3.6667em; /* 55px */
}
h4, .h4 {
	font-size: 3.0000em; /* 45px */
}
h5, .h5 {
	font-size: 1.6667em; /* 25px */
}
h6, .h6 {
	font-size: 1.3333em; /* 20px */
}
h7, .h7 {
	font-size: 1em; /* 15px */
}
p {
	font-size: 1em; /* 15px */
	line-height: 1.2000em; /* 18px */
}
strong {
	font-weight: 700;
}
ol.decimal {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
	line-height: 20px;
}
ul.disc {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	line-height: 20px;
}
ul.dash li:before {
	content: '- ';
}
a:link, a:visited {
	text-decoration: none;
	color: #122f3f;
}
a:hover, a:active, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h5 a:hover, h5 a.active {
	color: #668cab;
}
h5 a:hover, h5 a:hover, h5 a.active {
	background: transparent url('../img/h5_nav_decoration_arrow.png') center bottom no-repeat;
	border-bottom: 1px solid #122F3F;
}
a.alt:link, a.alt:visited {
	color:#668cab;
}
a.alt:hover, a.alt:active {
	color:#fff;
}
a.alt_1:link, a.alt_1:visited {
	color:#668cab;
}
a.alt_1:hover, a.alt_1:active {
	color: #122f3f;
}

a.lnk_button:link, a.lnk_button:visited, .lnk_button {
	position:relative;
	display:inline-block;
	height:54px;
	margin:0;
	padding:0 30px;
	background:#668cab;
	line-height:54px;
	color:#fff;
	text-align:center;
}
a.lnk_button:hover, a.lnk_button:active, .lnk_button:hover {
	background: #122f3f;
}
.default_blue {
	color: #122F3F; /* dark one */
}
.alt_blue {
	color: #668cab; /* light greyish one */
}
/* Header */
header {
	width: 100%;
	height: 195px;
	background: #122F3F;
	padding: 40px 0;
}
.collapsible_menu_toggler {
	display: none;
	visibility: hidden;
}
#header_logo {
	width: 50%;
	height: 70px;
	background: transparent url('../img/header_promotecnia_logo_horizontal.png') left center no-repeat;
}
#telephone_wrapper {
	color:#668cab;
	font-size: 32px;
}
#telephone_wrapper span {
	font-size: 42px;
}
#lnk_aviso_de_privacidad {
	font-size: 12px;
}
/* Nav */
nav {
	position: relative;
	z-index: 99;
	width: 100%;
}
nav ul {
	float: right;
	position: relative;
	display:block;
	margin-top: 40px;
}
nav ul li {
	float:left;
}
nav ul li a.first {
}
nav ul li a.last {
}
nav ul li a:link, nav ul li a:visited {
	display:block;
	height: 20px;
	margin:0 8px;	
	color:#fff;
	text-decoration: none;
	font-size: 13px;
}
nav ul li a:hover, nav ul li a:active, nav ul li a.active {
	color:#668cab;
	text-decoration: none;
	background: transparent url('../img/header_nav_decoration_arrow.png') center bottom no-repeat;
	border-bottom: 1px solid #fff;
}

/* Home */
/* Slider */
/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{position:relative; list-style: none; margin: -50px 0 0 0; padding: 0 18% 0 0; float: right; }
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ol.bjqs-markers li a:link, ol.bjqs-markers li a:visited {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: #fff;
	border:1px solid #fff;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 999;
	overflow: hidden;
}
ol.bjqs-markers li a:hover, ol.bjqs-markers li a:active, ol.bjqs-markers li.active-marker a:link {
	background: #668cab;
}
ol.bjqs-markers li.active-marker a:link {

}
#home_slider {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}
#home_slider ul li {
	padding:0;
	text-align: right;
	background-size: 100% auto;
}
#home_slider ul li div.slide_inner {
	width: 100%;
	height: 100%;
	padding: 3% 16%;
}
#slide_1 {
	background: transparent url('../img/slider_01.jpg') center -60px no-repeat;
}
#slide_2 {
	background: transparent url('../img/slider_02.jpg') center -50px no-repeat;
}
#slide_3 {
	background: transparent url('../img/slider_03.jpg') center -120px no-repeat;
}
#slide_4 {
	background: transparent url('../img/slider_04.jpg') center -150px no-repeat;
}
#home_slider h1, #home_slider p {
	margin-bottom: 25px;
	color: #fff;
}
#home_slider #slide_1 p {
	color: #122f3f;
}
.grey_bg {
	padding:35px 0 40px 0;
	background: #f4f5f5;
}
.grey_1_bg {
	padding:70px 0 70px 0;
	background: #71828b;
}
section#home  {
}
section#home p.home_description {
	background: #fff;
	margin-bottom: 40px;
	padding:35px 35px 40px 35px;
	color: #122f3f;
	font-size: 20px;
	text-align: justify;
}
div.column {
	float: left;
	width: 300px;
}
div.column_margins {
	margin: 0 40px;
}

ul.promotecnia li.column {
	width: 100%;
	height: 410px;
	background: #fff;
	padding: 50px 20px 35px 20px;
	text-align: center;
}
ul.promotecnia li.column div {
	width: 84px;
	height: 84px;
	margin: 0 auto 20px auto;
	background: #31353d;
	-webkit-border-radius: 42px;
	border-radius: 42px;
	text-align: center;
	line-height: 84px;
	color: #fff;
}
ul.promotecnia li.column h4 {
	margin-bottom: 20px;
}
ul.promotecnia li.column p {
	text-align: justify;
}

/* General */
section#general {
	padding: 80px 0 40px 0;
}
section#general h5 {
	margin-bottom: 20px;
}
section#general h2 {
	margin: 80px 0 40px 0;
	color: #668cab;
}
section#general h1.margin {
	margin-bottom: 60px;
}
p span.right {
	text-align: right;
}

.col_1_2_l {
	float: left;
	width: 50%;
}
.col_1_2_r {
	float: right;
	width: 45%;
	background: #668cab;
	padding: 25px 45px;
	color: #fff;
}
/* Clients */
.client_logo {
	width: 160px;
	height: 70px;
	margin:0 1px 60px 1px;
}
/* Instalaciones */
#instalaciones_description {
	background: #fff;
	margin-bottom: 40px;
	padding:35px 35px 40px 35px;
	color: #122f3f;
	font-size: 20px;
}
#instalaciones_description li {
	margin-left: 20px;
	line-height: 25px;
}
#instalaciones_list li {
	float: left;
	width: 240px;
	height: auto;
	margin:0 6px 0 0;
	padding-top: 20px;
	background: #fff;
	text-align: center;
}
#instalaciones_list li:first-child {
	margin-left:1px;
}
#instalaciones_list li:last-child {
	margin-right: 1px;
}
#instalaciones_list li h5 {
	margin: 25px 0 25px 0;
}
div.gallery { /* Hidden links */
	display: none;
}
/* Hospedaje */
ul#hospedaje_list {
	width: 370px;
}
ul#hospedaje_list li {
	height: 55px;
	padding-left: 80px;
	margin-bottom: 10px;
}
ul#hospedaje_list li.promotecnia {
	height: auto;
	padding-left:0;
	margin-bottom: 20px;
}
ul#hospedaje_list, .hospedaje_mapa {
	margin-top: 70px;
}
.hospedaje_promotecnia_logo {
	width: 220px;
	height: 115px;
	margin-bottom: 10px;
	background: transparent url('../img/hospedaje_promotecnia_logo.png') center center no-repeat;
}

/* Contacto */
#form_wrapper {
	width: 560px;
	height: auto;
	padding: 30px;
	margin-bottom: 70px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f5f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #f5f5f5 21%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#f5f5f5), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 21%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 21%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 21%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 21%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
}
#form_wrapper p.notes {
	width: 210px;
}
#frm_contact {
	width: 250px;
}
label {
	display: block;
}
input[type=text], input[type=password], select, textarea {
	width: 100%;
	height: 40px;
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 1px solid #668CAB;
	background: #fff;
}
textarea {
	height: 150px;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border: 1px solid #122f3f;
}
/* Result messag */
#result_message {
	/*padding:0 0 5px 0;*/
	margin-top: 10px;
	display: none;
	cursor: pointer;
}
.info, .success, .warning, .error {
	border:1px solid;
	margin:0 0 10px 0;
	padding:15px 10px 15px 15px;
	background-repeat:no-repeat;
	background-position:10px center;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.info {
	color:#00529B;
	background-color:#BDE5F8;
}
.success {
	color:#4F8A10;
	background-color:#DFF2BF;
}
.warning {
	color:#9F6000;
	background-color:#FEEFB3;
}
.error {
	color:#D8000C;
	background-color:#FFBABA;
}

/* Promotecnia */
/* Promotecnia links medium */
ul.promotecnia_links_medium li {
	float: left;
	width: 300px;
	height: 100px;
	background: #fff;
	padding: 10px 15px;
}
ul.promotecnia_links_medium li.margins {
	margin: 0 40px;
}
ul.promotecnia_links_medium li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.promotecnia_links_medium li h4 {
	float: left;
	width: 80px;
	height: 80px;
	background: #31353d;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 78px;
	color: #fff;
}
ul.promotecnia_links_medium a:hover h4 {
	background: #668cab;
}
ul.promotecnia_links_medium a:hover h5 {
	color: #668cab;
}
ul.promotecnia_links_medium li h5 {
	float: left;
	margin: 10px 0 0 20px;
}
/* Promotecnia links small */
ul.promotecnia_links_small li {
	float: left;
	width: 215px;
	height: 66px;
	background: #fff;
	margin: 0 0 0 25px;
	padding: 5px 10px;
}
ul.promotecnia_links_small li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.promotecnia_links_small li h4.h5 {
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	background: #31353d;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	margin: 0 10px 0 0;
}
ul.promotecnia_links_small li a:hover h4.h5 {
	background: #668cab;
}
ul.promotecnia_links_small li a:hover h5 {
	color: #668cab;
}
ul.promotecnia_links_small li a.active h4.h5 {
	background: #668cab;
}
ul.promotecnia_links_small li a.active h5 {
	color: #668cab;
}
ul.promotecnia_links_small li h5.h6 {
	float: left;
	margin-top: 5px;
}

#promotecnia_images {
	width: 100%;
	height: 500px;
}
.promotecnia_01 {
	background: transparent url('../img/promotecnia_01.jpg') center -20px no-repeat;
}
.promotecnia_02 {
	background: transparent url('../img/promotecnia_02.jpg') center -20px no-repeat;
}
.promotecnia_03 {
	background: transparent url('../img/promotecnia_03.jpg') center -20px no-repeat;
}
#promotecnia_images div.inner {
	width: 980px;
	margin: 0 auto;
	padding: 60px 4%;
	color: #fff;
}
#promotecnia_images div.inner p {
	width: 50%;
}
#promotecnia_images div.inner h1 {
	margin-bottom: 20px;
}
/* Streaming */
#MediaPlayerOverview {
	margin: 0 auto;
}

/* Footer */
footer {
	height: 370px;
	padding: 50px 0 0 0;
}
footer ul {
	float: left;
	width:33.33%;
}
footer ul li:first-child {
	margin-bottom: 50px;
	color: #668cab;
	font-size: 16px;
}
footer ul li {
	line-height: 22px;
}
footer ul li a:link, a:visited {
	font-size: 13px;
	color: #122f3f;
}
footer ul li a:hover, footer ul li a:active {
	color: #668cab;
}
.nav_footer_privacy_policy, .nav_header_privacy_policy {
	display: none;
	visibility: hidden;
}
.lnk_facebook, .lnk_twitter {
	display: block;
	height: 22px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.lnk_facebook {
	background: transparent url('../img/icon_facebook.jpg') left center no-repeat;
}
.lnk_twitter {
	background: transparent url('../img/icon_twitter.jpg') left center no-repeat;
}
#legals_wrapper {
	padding: 100px 0 35px 0;
	color: #122f3f;
	font-size: 18px;
}
#legals_wrapper span {
	font-size: 13px;
}

/**
 * Media queries
 *
 * The responsive thing
 */

/* Tablet oriented */
@media (min-width: 640px) and (max-width: 989px) {
	h1, .h1 {
		font-size: 3.6667em; /* 55px */
	}
	h2, .h2 {
		font-size: 3.0000em; /* 45px */
	}
	h3, .h3 {
		font-size: 1.6667em; /* 25px */
	}
	h4, .h4 {
		font-size: 1.3333em; /* 20px */
	}
	h5, .h5 {
		font-size: 1em; /* 15px */
	}
	h6, .h6 {
		font-size: 1em; /* 15px */
	}
	.centered_content {
		width: 100%;
		margin: 0 auto;
	}
	section#general {
		padding: 40px 3% 20px 3%;
	}
	section#general iframe {
		width: 100%;
	}
	section#general h1.margin {
		margin-bottom: 30px;
	}
	section#general h2 {
		margin: 40px 0 20px 0;
	}
	.col_1_2_r {
		padding: 15px 3%;
	}
	.grey_1_bg {
		padding:30px 0 30px 0;
	}
	header {
		padding-left: 3%;
		padding-right: 3%;
	}
	#header_logo {
		width: 286px;
		height: 72px;
		background: transparent url('../img/header_promotecnia_logo_horizontal.png') center center no-repeat;
	}
	#telephone_wrapper {
		float: none;
		text-align: right;
		font-size: 22px;
	}
	#lnk_aviso_de_privacidad {
		display: none;
		visibility: hidden;
	}
	nav ul {
		float: none;
		position: relative;
		display:block;
		padding-top: 30px;
	}
	nav ul li {
		float:left;
	}
	#home_slider ul li {
		background-size: cover;
		background-position: center center;
	}
	#home_slider ul li div.slide_inner {
		padding: 3% 3%;
	}
	#home_slider h1, #home_slider p {
		margin-bottom: 15px;
	}
	#home_slider ul li div.slide_inner h1 {
		font-size: 3em;
	}
	div.column {
		float: left;
		width: 32%;
	}
	div.column_margins {
		margin: 0 2%;
	}
	ul.promotecnia li.column {
		height: 440px;
		padding: 50px 20px 35px 20px;
	}
	ul.promotecnia li.column div {
		width: 84px;
		height: 84px;
		margin: 0 auto 20px auto;
		background: #31353d;
		-webkit-border-radius: 42px;
		border-radius: 42px;
		text-align: center;
		line-height: 84px;
		color: #fff;
	}
	ul.promotecnia li.column h4 {
		margin-bottom: 10px;
		font-size: 1.6667em;
	}
	ul.promotecnia li.column p {
		text-align: center;
	}
	#promotecnia_images div.inner {
 		width: 100%;
		padding: 30px 3%;
	}
	#promotecnia_images div.inner p {
		width: 100%;
	}
	ul.promotecnia_links_medium li {
		width: 32%;
		height: auto;
		padding: 10px 15px;
		text-align: center;
	}
	ul.promotecnia_links_medium li.margins {
		margin: 0 2%;
	}
	ul.promotecnia_links_medium li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	ul.promotecnia_links_medium li h4 {
		float: none;
		width: 80px;
		height: 80px;
		margin: 0 auto;
		background: #31353d;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		text-align: center;
		line-height: 78px;
		color: #fff;
	}
	ul.promotecnia_links_medium li h5 {
		float: none;
		margin: 10px 0 0 0;
	}
	ul.promotecnia_links_small {
		float: none;
	}
	ul.promotecnia_links_small li {
		width: 31.336%;
		margin: 0 1%;
		padding: 5px 5px;
	}
	#instalaciones_list li {
		float: left;
		width: 44%;
		height: auto;
		margin:0 3% 0 3%;
		padding-top: 20px;
		background: #fff;
		text-align: center;
	}
	#instalaciones_list li:first-child {
		margin-left:3%;
	}
	#instalaciones_list li:last-child {
		margin-right: 3%;
	}
	#instalaciones_list li h5 {
		margin: 25px 0 25px 0;
	}
	.client_logo {
		width: 32%;
		height: 70px;
		margin: 0 1px 60px 1px;
	}
	#form_wrapper {
		margin: 20px 0;
	}

	footer {
		padding-top: 30px;
	}
	footer .col_1_3 li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.col_1_3 iframe {
		display: none;
		visibility: hidden;
	}
	.nav_footer_privacy_policy {
		display: block;
		visibility: visible;
	}
	#legals_wrapper {
		padding: 70px 20px 35px 20px;
		color: #122f3f;
		font-size: 18px;
	}

}
/* Mobile oriented */
@media (max-width: 639px) {
	h1, .h1 {
		font-size: 3.6667em; /* 55px */
		font-size: 3.0000em; /* 45px */
	}
	h2, .h2 {
		font-size: 1.6667em; /* 25px */
	}
	h3, .h3 {
		font-size: 1.3333em; /* 20px */
	}
	h4, .h4 , h5, .h5, h6, .h6 {
		font-size: 1em; /* 15px */
	}
	.centered_content {
		width: 100%;
		margin: 0 auto;
	}
	section#general {
		padding: 40px 3% 20px 3%;
	}
	section#general iframe {
		width: 100%;
	}
	section#general h1.margin {
		margin-bottom: 30px;
	}
	section#general h2 {
		margin: 40px 0 20px 0;
	}
	.col_1_2_l, .col_1_2_r {
		float: none;
		width: 100%;
		padding: 15px 3%;
	}
	.grey_1_bg {
		padding: 30px 0 30px 0;
	}
	header {
		position: absolute;
		z-index: 999;
		top: 0;
		height: auto;
		padding: 3%;
	}
	.collapsible_menu_toggler {
		position: absolute;
		width: 90%;
		height: 60px;
		display: block;
		visibility: visible;
		background: transparent url('../img/collapsible_menu_toggler.png') left center no-repeat;
	}
	h1#header_logo {
		float: none;
		width: 100%;
		height: 60px;
		margin-bottom: 0;
		background: transparent url('../img/header_promotecnia_logo_mobile.png') left center no-repeat;
	}
	#telephone_wrapper, #lnk_aviso_de_privacidad {
		display: none;
		visibility: hidden;
	}
	header nav {
		display: none;
	}
	nav ul {
		float: none;
		position: relative;
		display:block;
		margin-top: 20px;
	}
	nav ul li {
		float:none;
		width: 100%;
		height: 32px;
	}
	nav ul li a:link, nav ul li a {
		margin: 0 0 0 20px;
	}
	nav ul li a:hover, nav ul li a:active, nav ul li a.active {
		background: transparent url('../img/header_nav_decoration_arrow_mobile.png') right center no-repeat;
		/*border-right: 1px solid #fff;*/
		border-bottom: 0;
	}
	.nav_header_privacy_policy {
		display: block;
		visibility: visible;
	}
	#main_wrapper {
		padding-top: 79px;
	}
	#home_slider ul li {
		background-size: cover;
		background-position: center center;
	}
	#home_slider ul li div.slide_inner {
		padding: 3% 3%;
		text-align: center;
	}
	#home_slider h1, #home_slider p {
		margin-bottom: 15px;
		text-align: center;
	}
	#home_slider ul li div.slide_inner h1 {
		font-size: 2em;
		text-align: center;
	}
	section#home p.home_description {
		padding: 3%;
		text-align: center;
		margin-bottom: 15px;
	}
	div.column {
		float: none;
		width: 100%;
	}
	div.column_margins {
		margin: 0;
	}
	ul.promotecnia li.column {
		width: 94%;
		height: auto;
		margin: 0 3%;
		padding: 10px;
	}
	ul.promotecnia li.column div {
		width: 60px;
		height: 60px;
		margin: 0 10px 0 0;
		background: #31353d;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		text-align: center;
		line-height: 50px;
		color: #fff;
		float: left;
	}
	ul.promotecnia li.column h4 {
		font-size: 1.3333em;
		margin-top: 5px;
		margin-bottom: 0;
		text-align: left;
	}
	ul.promotecnia li.column div h4 {
		text-align: center;
	}
	ul.promotecnia li.column p, ul.promotecnia li.column h4 br {
		display: none;
		visibility: hidden;
	}
	ul.promotecnia li a.lnk_button:link {
		display: none;
		visibility: hidden;
	}
	#promotecnia_images {
		min-height: 500px;
		height: auto;
	}
	#promotecnia_images div.inner {
 		width: 100%;
		padding: 30px 3%;
	}
	#promotecnia_images div.inner p {
		width: 100%;
	}
	ul.promotecnia_links_medium li {
		width: 100%;
		height: auto;
		padding: 10px 15px;
		text-align: left;
	}
	ul.promotecnia_links_medium li.margins {
		margin: 0;
	}
	ul.promotecnia_links_medium li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	ul.promotecnia_links_medium li h4 {
		float: left;
		width: 80px;
		height: 80px;
		margin: 0 auto;
		background: #31353d;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		text-align: center;
		line-height: 78px;
		color: #fff;
		font-size: 1.3333em; /* 20px */
	}
	ul.promotecnia_links_medium li h5 {
		float: left;
		margin: 15px 0 0 10px;
		font-size: 1.3333em; /* 20px */
	}
	ul.promotecnia_links_small {
		float: none;
	}
	ul.promotecnia_links_small li {
		width: 94%;
		height: auto;
		margin: 0 3%;
		padding: 10px;
	}
	#instalaciones_description {
		margin-bottom: 20px;
		padding:20px 3%;
		color: #122f3f;
		font-size: 1em;
	}
	#instalaciones_description li {
		margin-left: 10px;
		line-height: 20px;
	}
	#instalaciones_list li {
		float: none;
		width: 94%;
		height: auto;
		margin: 20px 3%;
		padding: 20px 0;
		text-align: center;
	}
	#instalaciones_list li:first-child {
		margin-left: 3%;
	}
	#instalaciones_list li:last-child {
		margin-right: 3%;
	}
	#instalaciones_list li a {
		float: none;
	}
	#instalaciones_list li h5 {
		margin: 15px 0 15px 0;
	}
	.client_logo {
		width: 50%;
		height: 70px;
		margin: 0 0 30px 0;
	}
	#form_wrapper {
		width: 100%;
		margin: 20px 0;
	}
	#form_wrapper p.notes {
		display: none;
		visibility: hidden;
	}
	ul#hospedaje_list {
		width: 100%;
		margin-top: 20px;
	}
	ul#hospedaje_list li.promotecnia {
		text-align: center;
		margin-bottom: 40px;
	}
	.hospedaje_promotecnia_logo {
		width: 100%;
		background-position: center center;
	}
	.hospedaje_mapa {
		display: none;
		visibility: hidden;
	}
	section.aviso_de_privacidad {
		text-align: justify;
	}
	footer {
		height: auto;
		padding-top: 30px;
	}
	footer ul {
		display: none;
		visibility: hidden;
	}
	#legals_wrapper {
		padding: 3%;
		text-align: center;
	}
}

/**
 * Helpers
 * Reusable classes
 */
/* Yes richie, They ALL float down here */
.fl { float:left; }
.fr { float:right; }
/* Floats container clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }
/* Alignment */
.aleft{text-align:left;}
.aright{text-align:right;}
.acenter{text-align:center;}
/* Image replacement */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; *line-height:0; }
.ir br { display:none; }