@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
u, i, center, div, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body{ 
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:12px;
    line-height: 1,5; /*HTML 5*/
    text-align:justify;
	color:#393939;
}
a:link{   
 	text-decoration:none;
 	border:none;
 	color:inherit;
}
.clear{
	clear:both;
}
#headerContainer{
	float:left;
	width:100%;
	min-height:125px;
	background:#FFFFFF;
	float:left;
}
#headerContainer #languajeNav{
	width:100%;
	height:25px;
	background:#f6f6f6;
}
#headerContainer #languajeNav ul{
	max-width:1000px;
	min-width:320px;
	height:25px;
	margin:0 auto;
}
#headerContainer #languajeNav ul li{
	padding:0 15px 0 15px;
	height:25px;
	float:right;
	background:#e1e1e1;
	font-size:20px;
	font-family: 'Corbel' !important;
	display:block;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#headerContainer #languajeNav ul li:hover{
	background:#f1f1f1;
	color:#0099cd;
}
#headerContainer #languajeNav ul li a{
	color:#7b7b7b;
}
#headerContainer #languajeNav ul li a:hover{
	color:#0099cd;
}
header{
	max-width:1000px;
	min-width:320px;
	min-height:100px;
	margin:0 auto;
}
header #logo{
	margin:13px 0 13px 10px;
	float:left;
	display:inline-block;
}
header nav{
	float:right;
	height:100px;
	width:585px;
}
header nav ul a li{
	height:20px;
	font-size:16px;
	float:left;
	color:#7b7b7b;
	background:#FFFFFF;
	font-family: 'Corbel' !important;
	padding:40px 10px 40px 10px;
	display:inline-block;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
header nav ul a li:hover{
	background:#0068b3;
	color:#FFFFFF;
}
header nav ul a li span{
	display:none;
}
header .menuBar{
	display:none;
}
#sliderContainer{
	width:100%;
	min-height:695px;
	background:#333333;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 320px;
	height: 190px;
	width: 1000px;
	background: #0068b3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.2;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 900;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-weight: 100;
	font-size: 24px;
	text-shadow: 1px 1px 2px #0D2545;
}
.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin:0px;
	text-shadow: 1px 1px 3px #040c17 /*#0D2545*/;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgba(0,104,179,0.7) ;
	padding-top:10px;
	padding-bottom:10px;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px
	,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
	padding-left:15px;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 7px;
	left: -1px;
	width: 100%;
	height: 80%;
	margin-left:0px;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	font-size:14px;
	color: rgba(255,255,255,0.);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 0.7;
}
figure.effect-lily:hover p {
	opacity:1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
#blueboxContainer{
	width:100%;
	background-color:#0068b3;
}
#blueboxContainer .bluebox{
	max-width:1000px;
	min-height:20px;
	color:#FFF;
	margin:0 auto;
	display:block;
	text-align:center;
	padding:15px 0 15px 0;
}
#blueboxContainer .bluebox h1{
	font-family: 'Corbel' !important;
	font-size:24px;
}
#blueboxContainer .bluebox h2{
	font-size:16px;
}
#blueboxContainer .bluebox hr{
	width:100px;
	margin-top:8px;
	background:#ffffff;
	size:1px;
}
#WhiteContainer{
	float:left;
	width:100%;
	height: auto;
	display:block;
}
#WhiteContainer .content .module{
	min-height:180px;	
}
#WhiteContainer .content .module p{
	text-align:justify;
}
.content{
	max-width:1000px;
	min-width:300px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
.content h1{
	font-size:24px;
	margin:0 auto;
	font-family: 'Corbel' !important;
	text-align:center;
	color:#7b7b7b;
}
.content h2{
	font-size:24px;
	font-family: 'Corbel' !important;
	color:#7b7b7b;
}
.content h3{
	font-size:20px;
	font-family: 'Corbel' !important;
	color:#7b7b7b;
}
.content p{
	font-size:17px;
	color:#7b7b7b;
	margin-top:15px;
	font-family: 'Corbel' !important;
	text-align:justify;
}
.content p em{
	font-size:24px;
	font-family: 'Corbel' !important;
	color:#7b7b7b;
}
.content p span{
	color:#0068b3;
	margin-right:4px;
}
.content hr{
	width:100px;
	margin:12px 0 12px 0;
	background:#0068b3;
	size:1px;
}
.content .intro{
	width:340px;
	margin:0 auto;
	font-size:17px;
	font-family: 'Corbel' !important;
	text-align:center;
	color:#7b7b7b;
}
.content .boxRightSmall{
	margin:15px 0 20px 20px;
	padding:10px;
	width:330px;
	float:right;
	display:inline-block;
	background-color:#e3e3e3;
}
.content .boxLeftSmall{
	max-width:600px;
	float:left ;
	display:inline-block;
}
.content .boxLeft, .content .boxRight{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.content .boxLeft img{
	float:left;
	max-width:300px;
	margin:25px 20px 20px 0;
}
.content .boxRight .textblue{
	text-align:left;
	color:#0068b3;
	font-size:18px;
	font-family: 'Corbel' !important;
}
.content .boxRight img{
	float:right;
	max-width:300px;
	margin:25px 0 20px 20px;
}
.content .boxLeft .column{
	float:left;
	width:410px;
	margin-right:20px;
}
.content .module{
	position: relative;
	width:320px;
	min-height:480px;
	float:left;
	display:inline-block;
	margin:15px 6px 30px 6px;
}
.content .module img{
	display:block;
	margin:0 auto;
	text-align:center;
}
.content .module .bigImg{
	width:320px;
	margin-bottom:5px;
}
.content .module h2{
	font-size:18px;
	font-family: 'Corbel' !important;
	text-align:center;
	color:#0068b3;
}
.content .module p{
	text-align:left;
	font-size:15px;
	color:#7b7b7b;
	line-height:25px;
	margin-top:15px;
	padding-left:10px;
}
.content .module p span{
	color:#0068b3;
	margin-right:4px;
}
.content .module .more{
	position: absolute;
	bottom:0;
	left:140px;
	display:block;
	width:40px;
	height:40px;
	margin-top:30px;
	background-image:url(../images/mas.png);
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
.content .module .more a{
	display:block;
	cursor:pointer;
	width:100%;
	height:100%;
}
.content .module .more:hover {
	background-image:url(../images/masover.png);
}
.content iframe{
	margin:20px 0 20px 0;
}
.content table p{
	text-align:left;
	font-size:16px;
	color:#7b7b7b;
	margin-top:2px;
}
.content table button{
	font-size:15px;
	color:#FFFFFF;
	background:#7d7d7d;
	border:none;
	padding:10px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.content table button:hover{
	color:#FFFFFF;
	background:#4c4b4b;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.content .data{
	width:150px;
	height:20px;
	background:#FFF;
	border:#b6b6b6 solid 1px;
	margin:5px;
	font-size:14px;
}
.content .data2{
	width:260px;
	height:20px;
	background:#FFF;
	border:#b6b6b6 solid 1px;
	margin:5px;
	font-size:14px;
}

.back{
	margin:15px auto;
	width:150px;
	text-align:center;
}
.back a{
	font-family:'Corbel' !important;
	font-size:20px;
	color:#7b7b7b;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.back a:hover{
	font-size:24px;
	color:#0068b3;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
#lightGrayContainer{
	float:left;
	width:100%;
	background-color:#f8f8f8;
}
#lightGrayContainer2{
	float:left;
	width:100%;
	background-color:#f1f1f1;
}
#lightGrayContainer2 .content h1{
	font-size:24px;
	text-align:left;
	font-family: 'Corbel' !important;
	color:#7b7b7b;
}
#lightGrayContainer2 .content p{
	float:left;
	text-align:left;
	font-size:15px;
	color:#7b7b7b;
	line-height:20px;
	width:550px;
}
#lightGrayContainer2 .content img{
	float:right;
	margin-top:-50px;
	display:inline-block;
}

/*GOLIATH PROYECTOS*/
#lightGrayContainer .content .grid {
	position: static;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
	width:30%;
	float:left;
	margin:1.5%;
	z-index:1;
}
/* Common style */
#lightGrayContainer .content .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 5px 1%;
	max-width: 30%;
	min-height: 200px;
	width: 30%;
	text-align: center;
	cursor: pointer;
}
#lightGrayContainer .content .grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
#lightGrayContainer .content .grid figure figcaption {
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lightGrayContainer .content .grid figure figcaption::before,
#lightGrayContainer .content .grid figure figcaption::after {
	pointer-events: none;
}
#lightGrayContainer .content .grid figure figcaption,
#lightGrayContainer .content .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lightGrayContainer .content .grid figure figcaption > a {
	z-index: 3;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
#lightGrayContainer .content .grid figure h2 {
	color: #fff;
	word-spacing: -0.15em;
	font-weight: 300;
}
#lightGrayContainer .content .grid figure h2 span {
	font-weight: 800;
}
#lightGrayContainer .content .grid figure h2,
#lightGrayContainer .content .grid figure p {
	margin: 20%;
	margin-left:5px;
}
#lightGrayContainer .content .grid figure p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	background:none;
}
figure.effect-goliath {
	background: #0068b3;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*GOLIATH FIN*/

#footerContainer{
	float:left;
	width:100%;
	background-color:#464646;
}
#footerContainer #downNav{
	display:inline-block;
	width:100%;
	background-color:#6b6b6b;
	padding:20px 0 20px 0;
}
#footerContainer #downNav nav{
	display:block;
	max-width:550px;
	margin:0 auto;
}
#footerContainer #downNav nav ul a{
	float:left;
	padding: 0 10px 0 10px;
	color:#FFF;
}
footer{
	max-width:1000px;
	min-height:250px;
	margin:0 auto;
	color:#bdbdbd;
	font-size:17px;
}
footer hr{
	width:190px;
	margin:10px 0 10px 0;
	background:#bdbdbd;
	size:1px;
}
#footerInfoTop{
	padding:20px 0 0 20px;
	float:left;
	display:inline-block;
	width:100%;
}
.footerInfoBottom{
	padding:0 0 20px 0;
	float:left;
	width:220px;
	font-family: 'Corbel' !important;
	margin-left:20px;
	display:inline-block;
}
#Interideas{
	float:right;
	width:90px;
	display:inline-block;
	margin-right:10px;
	margin-top:20px;
}
#pages{
	margin:0 auto;
	min-width:300px;
	border-top:#999 solid 1px;
	margin: 20px 0 20px 0;
	color:#7b7b7b;
}
#pages p{
	text-align:center;
}
#pages a{
	padding:15px;
	font-size:15px;
	color:#7b7b7b;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
#pages a:hover{
	background:#999999;
	color:#FFF;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
#pages .selected{
	background:#999999;
	color:#FFF;
}
#slides {
   display: none;
   width:350px;
   float:right;
}
#slides .slidesjs-navigation {
	display:none;
}
.slidesjs-pagination {
    margin-left:15px;
	float:left;
    list-style: none;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}
.slidesjs-pagination li a {
    display: block;
	width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}
#slides a:link,
#slides a:visited {
    color: #333
}
#slides a:hover,
#slides a:active {
    color: #9e2020
}
.navbar {
    overflow: hidden
}
	
@media screen and (max-width:800px){
	header nav{
		z-index:1000;
		float:none;
		position: fixed;
		width:100%;
		height:100%;
		background:rgba(43,129,190,0.9);
		margin-top:100px;
		margin-left:-100%;
	}
	header nav ul a li{
		display:block;
		margin:0 auto;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		color:#FFF;
		background:rgba(43,129,190,0.7);
		padding:20px 10px 20px 10px;
	}
	header nav ul a li span{
		display: inline-block;
		margin-right:5px;
	}
	header .menuBar{
		display:block;
		float:right;
		font-size:20px;
		margin-top:38px;
	}
	header .menuBar a{
		background:#FFFFFF;
		color:#7b7b7b;
		padding:38px 10px 38px 10px;
		font-family: 'Corbel' !important;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-transition: all 600ms ease-in-out;
		-moz-transition: all 600ms ease-in-out;
		-ms-transition: all 600ms ease-in-out;
		-o-transition: all 600ms ease-in-out;
		transition: all 600ms ease-in-out;
	}
	header .menuBar a:hover{
		background:#0068b3;
		color:#FFFFFF;
	}
	header .menuBar span{
		margin-right:5px;
	}
	#sliderContainer{
		max-height:695px;
		min-height:100px;
	}
	.grid {
		max-width: 800px;
	}
	.grid figure {
		max-width: 100%;
	}
	#blueboxContainer .bluebox{
		margin:0;
		padding:15px 15px 15px 5px;
	}
	#blueboxContainer .bluebox h2{
		font-size:14px;
	}
	.content{
		padding: 0 10px 20px 10px;
	}
	.content .module{
		width:30%;
		min-height:500px;
	}
	.content .module .bigImg{
		width:280px;
	}
	.content .module .more{
		left:100px;
	}
	.content .boxRightSmall,.content .boxLeftSmall{
		float:none;
		margin:0 auto;
		display:block;
	}
	.content .boxRightSmall{
		width:93%;
	}
	.content .boxLeft .column{
		float:left;
		width:38%;
		margin-right:20px;
	}
	#WhiteContainer .content .module{
		min-height:180px;
	}
	#lightGrayContainer2 .content h1{
		text-align:center;
	}
	#lightGrayContainer2 .content hr{
		margin-left:44%;
	}
	#lightGrayContainer2 .content p{
		float:none;
		padding:0 20px 0 20px;
		text-align:center;
		width:95%;
	}
	#lightGrayContainer2 .content img{
		float:none;
		margin:auto;
		margin-top:15px;
		display:block;
	}
	/*GOLIATH PROYECTOS*/
	#lightGrayContainer .content .grid {
		position: inherit;
		margin: 0;
		padding:0.1em;
		list-style: none;
		text-align: center;
		width:100%;
		max-width:250px;
		float:left;
		margin-bottom:5px;
		z-index:1;
	}
	/* Common style */
	#lightGrayContainer .content .grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 5px auto;
		max-width: 100%;
		min-width: 100%;
		min-height: 180px;
		text-align: center;
		cursor: pointer;
	}
	#lightGrayContainer .content .grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
	}
	#lightGrayContainer .content .grid figure figcaption {
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#lightGrayContainer .content .grid figure figcaption::before,
	#lightGrayContainer .content .grid figure figcaption::after {
		pointer-events: none;
	}
	#lightGrayContainer .content .grid figure figcaption,
	#lightGrayContainer .content .grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#lightGrayContainer .content .grid figure figcaption > a {
		z-index: 3;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}
	#lightGrayContainer .content .grid figure h2 {
		color: #fff;
		word-spacing: -0.15em;
		font-weight: 300;
	}
	#lightGrayContainer .content .grid figure h2 span {
		font-weight: 800;
	}
	#lightGrayContainer .content .grid figure h2,
	#lightGrayContainer .content .grid figure p {
		margin: 20%;
		margin-left:5px;
	}
	#lightGrayContainer .content .grid figure p {
		color: #fff;
		letter-spacing: 1px;
		font-size: 14px;
		background:none;
	}
	figure.effect-goliath {
		background: #0068b3;
	}
	figure.effect-goliath img,
	figure.effect-goliath h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}
	figure.effect-goliath img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	figure.effect-goliath h2,
	figure.effect-goliath p {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0px;
	}
	figure.effect-goliath p {
		text-transform: none;
		font-size: 90%;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}
	figure.effect-goliath:hover img {
		-webkit-transform: translate3d(0,-80px,0);
		transform: translate3d(0,-80px,0);
	}
	figure.effect-goliath:hover h2 {
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
	}
	figure.effect-goliath:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	/*GOLIATH FIN*/
}
@media screen and (max-width:460px){
	#headerContainer #languajeNav ul li{
		margin-right:15px;
	}
	#logo{
		width:100px;
	}
	header .menuBar{
		margin-right:15px;
	}
	#sliderContainer{
		display:none;
	}
	.grid {
		width:480px;
	}
	.grid figure {
		height:80px;
	}
	.grid figure h2{
		font-size:16px;
		font-weight:bold;
	}
	figure.effect-lily:hover p {
		display:none;
	}
	.content{
		padding: 0 5px 20px 5px;
	}
	.content .module{
		float:none;
		display:block;
		margin:15px auto;
		min-width:300px;
		height:480px;
	}
	.content .module .bigImg{
		width:100%;
	}
	.content .module .more{
		left:140px;
	}
	.content .boxLeft .column{
		float:left;
		width:410px;
		margin-right:20px;
	}
	#WhiteContainer .content .module{
		height:220px;
	}
	#lightGrayContainer2 .content hr{
		display:none;
	}
	#lightGrayContainer2 .content p{
		padding:0 8px 0 8px;
	}
	#footerContainer #downNav nav ul a{
		text-align:center;
		padding: 5px 8px 5px 8px;
		margin:0 auto;
	}
}