<style>
* {
margin:0;
padding:0;
font-size: 0px
}
ul {
list-style-type:none;
padding:0px;
margin:0px
}
li {
padding:0px;
margin:0px	
}
body {
font-size:16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin:0;
padding:0
}
a {
text-decoration:none;
color:#2691C5
}
input,  select{
border:1px solid #dfdfdf;
padding:2px 5px;
border-radius:2px;
box-sizing: border-box
}
input[type="button"] {
color:#fff;
border:1px solid #5F5F5F;
background:#4f4d4d;
padding:5px 40px;
border-radius:2px;
cursor:pointer
}
input[type="checkbox"]{
vertical-align:middle;
position:relative;
top:-1px
}
textarea {
resize: vertical;
border:1px solid #dfdfdf;
padding:2px 5px;
border-radius:2px;
box-sizing: border-box;
height:6.8em
}
input[type="button"]:hover {
background:#5D5D5D
}
input:focus, select:focus, textarea:focus {
outline:0;
border-color:#2478BA;
box-shadow: 0 0 13px -4px #2478BA
}
input[type="checkbox"]:focus {
box-shadow:none
}

input:disabled {
cursor:default;
background: #c5c5c5 !important;
border-color: #bdbdbd !important
}
label {
font-weight: 100
}

@font-face {
font-family: gobCL_Regular;
src: url("gobCL_Regular.otf") format("opentype");
}

@font-face {
font-family: FrutigerLTStd-Light;
src: url("FrutigerLTStd-Light.otf") format("opentype");
}


.Web {
	font-family: FrutigerLTStd-Light, Sans-Serif;
	color:#fff;
	width:100%
}

.Web_Contenido {
	width:85%;
	margin:0 auto;
	padding-bottom:60px;
}

/* Header ------------------------*/
.Web_Header {
	font-family: gobCL_Regular, Sans-Serif;
	font-weight:100;
	width:100%;
	background:#1e2434;
	box-sizing:border-box
}
.Header_Logo {
	text-align:center;
	padding:15px 0 0;

}

.Header_Nav a {
	line-height: 1em;
	color:#fff;
	width:20%;
	cursor:pointer;
	text-align:center;
	border-right:1px solid #1e2434;
	padding:50px 0;
	display:inline-block;
	background:#303645;
	box-sizing:border-box;
	-webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease
}
.Header_Nav a:hover {
	background:#2C343C	
}
.Header_Nav_Sel {
	background:#545965 !important
}

/* Footer ------------------------*/
.Footer {
	position:relative;
	font-size:1.0em;
	text-align:left;
    padding: 20px 0 75px;
	text-shadow: -4px 4px 10px rgba(0,0,0,0.6);
	overflow:hidden;
	background: #1e2434; /* Old browsers */
}

.Footer_CopyR {
	font-family:'Arial','Sans-Serif';
	font-size:0.9em;
	text-align: right;
	color: #D4D4D4;
	position:absolute;
	bottom:0;left:0;
	width:100%;
	box-sizing:border-box;
	background:#2C343C;/*#0C0C0C;*/
	padding: 25px 30px 5px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */  
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8; /* Netscape */
	-khtml-opacity: 0.8 /* Safari 1.x */
}
.Footer .Social a {
	display:inline-block
}
.Footer_Flecha, .Footer_Datos {
	position:relative;
	z-index:1;
	display: inline-block;
	vertical-align: top;
	margin: 22px 30px 0 5%;
}
.Footer_Datos {
	color:#D1D3D4;
	margin:0;
}

/* Inicio ------------------------*/
.Inicio_Titulo {
	text-shadow: -1px 1px 6px rgba(0,0,0,0.5);
    font-size: 1.2em;
    font-weight: 100;
    text-align: center;
    background: #939598;
    height: 80px
}

.Inicio_Titulo div { 
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
 }

.Inicio_Text, .Servicios_Text {
	font-size:1.0em;
	color:#58595b;
	padding:30px 12%;
	text-align: justify;
    text-justify: inter-word;
	margin-bottom:80px
}
/* Servicios ---------------------*/
.Servicios {
	text-align:center
}
.Servicios_Text {
	text-align: center;
	padding:30px 3%;
	margin-bottom:10px
}
.Servicios_Images {
	margin-bottom:30px
}
.Servicios_Images div {
	height:140px;
	background-size:cover;
	background-position:center
}

/* Clientes ----------------------*/
.Clientes {
	position: relative;
	margin:30px 0
}
.Clientes li {
	display:inline-block;
	width:25%;
	cursor:pointer;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
    padding: 0 2%;
	box-sizing:border-box
}
.Clientes li img {
	max-width:400px;
	width:100%;
	height:auto;
}
.Clientes li:nth-child(4n) {
	border-right:0;
}
.Clientes p {
    position: absolute;
    background: #fff;
    height: 10px;
    bottom: -24px;
    width: 100%;
}

/* Portafolio --------------------*/
.Portafolio {
	font-family: gobCL_Regular, Sans-Serif;
	color:#939598;
	font-size:1.3em
}
.Portafolio div {
	margin:30px 0;
	text-align:center
}
.Portafolio li {
	width:33%;
	display:inline-block;
    padding: 1%;
	box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor:pointer
}
.Portafolio li img {
	overflow:hidden;
	max-width:797px;
	width:100%;
	height:auto;
	border-radius:2px;
}

/* Contacto ----------------------*/
.ErrorForm {
border-color:red;
background-color:#B32C25
}
.Formulario p {
    font-size: 0.8em;
	font-weight:bold;
    color: #FF9292;
    margin: 2px 0 0 10px
}
.Map {
	color:#000;
	padding:30px 0 0 ;
	text-align:center;
}
.Formulario {
	width:90%;
	margin:0 auto;
	position:relative;
	padding:30px 0;
}
.Formulario_P2 {
width:220px; height:280px; text-align:left; float:right; position:relative;
z-index:1;
}
.Formulario_P1 {
padding-right:270px; height:280px 
}
.Formulario_BtnSmall {
	display:none;
	margin:7px 0
}
.Formulario_BtnSmall input {
    padding: 12px !important;
    width: 80%;
}
			
.Formulario input[type=text], .Formulario textarea{
	font-family: FrutigerLTStd-Light, Sans-Serif;
	width:100%;
	padding:7px;
	border-radius:0;
}
.Formulario input[type=button] {
	
	font-size:1.1em;
	padding:5px 70px
}

.Formulario textarea{
	height:15em;
	max-height:15em;
	resize:none
}
.Formulario li {
	padding:3px
}
.Titulo_Contacto {
	font-size:1.5em;
	margin:15px 0;
}
.Titulo_Contacto:before {
	font-family:'icomoon';
	content:'\e0e1';
	margin:0 5px 0 0
}
.Social {
	margin:10px 0 0
}
.Social a {
	color:#fff;
	padding:8px;
	display:block
}

.Icono-Face:before, .Icono-Twi:before, .Icono-YTu:before {
	font-family: 'icomoon';
    border: 3px solid #fff;
    border-radius: 99px;
    padding: 4px;
    margin: 0 12px 0 0;
}
.Icono-Face:before {
content: "\e905"
}
.Icono-Twi:before {
content: "\e906"
}
.Icono-YTu:before {
content: "\e907"
}
.Social a.icoFace:hover:before {
background-color: #3a589d;
border-color: #3a589d
}
.Social a.icoTwi:hover:before {
background-color: #2478ba;
border-color: #2478ba
}
.Social a.icoYTu:hover:before {
background-color: #e62117;
border-color: #e62117
}


/* Slider ------------------------*/
.Slider {
	position:relative;
	vertical-align:top;
	background:#000;
	height:316px;
	overflow:hidden;
}
.Slider img {
	position:absolute;
	right:-186px;
	z-index:1
}

.Slider_Txt1 {
animation: MoveSlider 15s 0s ;
-moz-animation: MoveSlider 15s 0s ;
-webkit-animation: MoveSlider 15s 0s ;
-o-animation: MoveSlider 15s 0s ;	
}	
.Slider_Txt2 {
animation: MoveSlider2 15s 0s ;
-moz-animation: MoveSlider2 15s 0s ;
-webkit-animation: MoveSlider2 15s 0s ;
-o-animation: MoveSlider2 15s 0s ;	 
}	
.Slider_Txt3 {
animation: MoveSlider3 15s 0s ;
-moz-animation: MoveSlider3 15s 0s ;
-webkit-animation: MoveSlider3 15s 0s ;
-o-animation: MoveSlider3 15s 0s ;	 
}	


.Slider_Txt1 {
	position:absolute;
	font-size:3em;
	top:70px;
	left:17%;
	z-index:1;
}
.Slider_Txt2 {
	position:absolute;
	color:#ffce00;
	font-size:2.5em;
	top:120px;
	left:27%;
	z-index:1
}
.Slider_Txt3 {
	position:absolute;
	color:#d1d3d4;
	font-size:2.3em;
	top:160px;
	left:22%;
	z-index:1
}

	
.Slider_Mitad1, .Slider_Mitad2 {
	position:relative;
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	vertical-align: top
}

.Slider_Image li {
    width: 100%;
    height: 316px;
    background-size: cover;
	background-position:center;
	background-repeat:no-repeat
}

.Slider_Boton_Izq:before, .Slider_Boton_Der:before {
	font-family: 'icomoon';
	content: "\e904";
	color:#fff;
	position:absolute;
	top:120px;
	left:25px;
	z-index:99;
	font-size:2.3em;
	cursor:pointer;
	
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */  
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8; /* Netscape */
	-khtml-opacity: 0.8 /* Safari 1.x */
}
.Slider_Boton_Der:before{
	content: "\e903";
	right:25px;
	left:inherit
}
.Slider_Boton_Der:hover:before, .Slider_Boton_Izq:hover:before {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */  
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1.0; /* Netscape */
	-khtml-opacity: 1.0 /* Safari 1.x */
}


/* LOADING */
.Loading {
top:1px;left:1px;z-index: 210;
position:absolute;
width:100% !important;
height:100% !important;
width: calc( 100% - 2px) !important;
height: calc( 100% - 2px) !important;
text-align:center;
background-color: rgba(255,255,255,0.7);
padding: 0 !important;
margin: 0 !important;
font-size:14px;
border-radius:3px;
color:#000;
display:none
}
.Loading div{
height: 100%;
}
.Loading span{
font-size: 1.1em;
position: relative;
top: 35%;
}
.Loading span img{
height:32px;
width:32px;
position:relative;
top:10px
}
.Loading p{
font-size: 1.2em;
position: relative;
top: 110px;
}


/* Varios ------------------------*/
.hp {
	display:none
}
.Small {
	color:#fff;
	font-size:0.8em;
}
.Mitad, .Mitad2, .MitadCon {
	vertical-align:top;
	display:inline-block;
	width:50%;
	box-sizing:border-box
}

.Gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: gray
}

/* Popup -------------------------*/

.Popup {
	display:none;
	position:absolute;
	top:0;left:0;
	padding:12px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.9);
	background:#fff;
	z-index:999
}
.Popup_img img {
	width:100%;
	height:auto
}
.Popup_close {
	cursor:pointer
}

/* Galleria ----------------------*/
#Nav_Der, #Nav_Izq {
position:absolute;top:0;right:25px;
cursor:pointer
}
#Nav_Izq {
right:initial;left:25px
}
#Nav_Der:before, #Nav_Izq:before {
	font-family: 'icomoon';
	content: "\e903";
	background:rgba(0,0,0,0.5);
	padding:10px 5px;
	border-radius:10px;
	font-size:2em;
	opacity:0.6
}
#Nav_Izq:before {
	content: "\e904"
}
#Nav_Der:hover:before, #Nav_Izq:hover:before {
	opacity:1
}

.Galleria {
	display:none;
	position:fixed;
	top:0;left:0;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	z-index:999
}
.Galleria_Contenedor {
	position: fixed;
	right: 0;left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width:797px;
	background:#fff;
	padding:1%;
	box-shadow: 0px 0px 16px rgba(0,0,0,.6)
}
.Galleria_ImgCon {
	position:relative
}
.Galleria .Galleria_ImgCon img {
	width:100%;
	height:auto
}
.Galeria_Lista {
	display:none
}
.Galleria_Nombre, .Galeria_Num {
font-size:1.1em;
float:left;
color:#000
}
.Galleria_Loading {
	position:absolute;
	background:url('../img/ajax-loader2.gif');
	background-position:center;
	background-repeat:no-repeat
}

/* FX Logo Contempore ---------- */
.Titulo_FX {
	margin: 5px auto 12px;
	width: 350px;
	height: 76px;
	background: url('../img/Logo_anim.png') left center;
	background-repeat:no-repeat;  
	animation: play 10s steps(9) infinite;
	-moz-animation: play 10s steps(9) infinite;
	-webkit-animation: play 10s steps(9) infinite;
	-o-animation: play 10s steps(9) infinite
}
.Titulo_Small {
	margin: 0 auto;
	display:none
}
			
@media (max-width: 950px) {
	.Web_Header .Mitad {
		display:block;
		width:100% !important
	}
	.Inicio_Titulo {
		font-size:1.2em;
	}
	.Web_Contenido, .Formulario {
		width:100%;
	}
	.Formulario input{ 
	padding:5px 50px
	}
	.Web_Contenido .Mitad {
		text-align:center;
		display:inline-block;
		width:50% !important
	}
}

@media (max-width: 700px) {
	.Portafolio {
		font-size:1.0em
	}
	.Header_Logo img {
		width:90%;
		max-width:350px
	}
	.Mitad2 {
		width:50% !important;
	}

}

@media (max-width: 600px) {
	.Formulario_P1 {
		padding:0;height: initial
	}
	.Formulario_BtnSmall {
		display:block
	}
	.Icono-Face:before, .Icono-Twi:before, .Icono-YTu:before {
		margin: 0 6px 0 0
	}
	.Slider_Mitad1,	.Footer_Flecha, .Formulario_P2 {
		display:none
	}
	.Slider_Mitad2 {
		width:100%;
	}
	.Galleria_Nombre, .Galeria_Num {
		font-size:0.9em;
	}
	.Slider_Boton_Der, .Slider_Boton_Izq, .Header_Nav a {
		font-size:0.7em;
	}
	.Slider_Boton_Der:before {
		right:5px
	}
	.Slider_Boton_Izq:before {
		left:5px
	}
	.Slider_Image li {
		background-position:center;
		opacity:0.2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 8 */  
		filter: alpha(opacity=20); /* IE 5-7 */
		-moz-opacity: 0.2; /* Netscape */
		-khtml-opacity: 0.2 /* Safari 1.x */
	}
	.Slider_Txt1,.Slider_Txt2, .Slider_Txt3 {
		left:0 !important;
		width:100%;
		margin:0 auto;
	}
	
	.Clientes li {
		width:50%;
	}
	.Clientes li:nth-child(2n) {
		border-right:0;
	}
	.Portafolio li {
		width:50%;
	}
	.Web_Contenido .Mitad, .Web_Contenido .MitadCon {
		width:100% !important
	}
	.Formulario, .Slider {
		text-align:center !important
	}
	.Formulario input {
		position:inherit !important
	}
	.Inicio_Titulo, #Nav_Der:before, #Nav_Izq:before {
		font-size:1.3em !important
	}
	#Nav_Der {
		right:7px
	}
	#Nav_Izq {
		left:7px
	}
	.Footer {
		padding: 12px 0 75px
	}
	.Footer_Datos, .Footer_CopyR {
		display:block !important;
		text-align:center
	}
	.Social a {
		padding: 4px;
		display:inline-block;
		font-size: 0.8em
	}
	
	.Footer_CopyR {
		width:100%;
		padding-left:0;
		padding-right:0;
		font-size:0.8em;
	    padding-top: 16px
	}
}

@media (max-width: 450px) {
	.Titulo_FX {
		display:none
	}
	.Titulo_Small {
		display:block
	}
	.Popup { 
		width:90%
	}
}


/* Animaciones ----------------*/

@keyframes MoveSlider {
    0% { -ms-transform: translate(20px,0); /* IE 9 */
   	-webkit-transform: translate(20px,0); /* Safari */
    transform: translate(20px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}
@-webkit-keyframes MoveSlider {
   	-webkit-transform: translate(20px,0); /* Safari */
    transform: translate(20px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}

@keyframes MoveSlider2 {
    0% { -ms-transform: translate(-50px,0); /* IE 9 */
   	-webkit-transform: translate(-50px,0); /* Safari */
    transform: translate(-50px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}

@-webkit-keyframes MoveSlider2 {
    0% { -ms-transform: translate(-50px,0); /* IE 9 */
   	-webkit-transform: translate(-50px,0); /* Safari */
    transform: translate(-50px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}

@keyframes MoveSlider3 {
    0% { -ms-transform: translate(-20px,0); /* IE 9 */
   	-webkit-transform: translate(-20px,0); /* Safari */
    transform: translate(-20px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}
@-webkit-keyframes MoveSlider3 {
    0% { -ms-transform: translate(-20px,0); /* IE 9 */
   	-webkit-transform: translate(-20px,0); /* Safari */
    transform: translate(-20px,0); }
    100% { -ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0); }
}


@keyframes play {
	92% { background-position: 0px; }
	100% { background-position: -3150px; }
}
@-webkit-keyframes play {
	92% { background-position: 0px; }
	100% { background-position: -3150px; }	
}

</style>