/**** RESET ***/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline;zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
a:focus{outline:none;}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}
pre{white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;white-space:normal;margin-left:-7px;padding:0}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{box-sizing:border-box;height:13px;width:13px;padding:0}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
body,figure,form{margin:0}
p,pre,dl,menu,ol,ul{margin:1em 0}

/*** Fin RESET ***/

html,button,input,select,textarea {
    color: #333;
}

html {
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

body{
	min-width: 960px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img,video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

i, .sprite{
    background: url("../bg/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    height: 50px;
    overflow: hidden;
    text-align: left;
    text-indent: -999999px;
    width: 50px;
}

.oculto{
    display: none;
}

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

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a{
	color: #1D6FDB;
	text-decoration: none;
}

a:hover{
	color: #1D6FDB;
}

.contenedor{
	width: 960px;
	margin: 0 auto;
}

.cabecera{
	background: #000;
}

h1{
    float: left;
    margin: 13px 0;
}

.logo img{
	width: 167px;
    margin-left: -5px;
}

.logo a{
	height: 64px;
    width: 167px;
    float: left;
}

#nav{
	float: right;
}

#nav li{
	float: left;
}

#nav li a{
    color: #FFFFFF;
    float: left;
    margin-right: 35px;
    margin-top: 5px;
    opacity: 0.8;
    padding-bottom: 23px;
    padding-top: 25px;
}

#nav li .activo{
	opacity: 1;
}


#nav li:last-child a{
	margin-right: 0;
	border-right: 0;
}

#nav li a:hover{
	opacity: 1;
}

.destacados{
	width: 100%;
	height: 373px;
	background: #1D6FDB;
	padding: 0;
	margin: 0;
	position: relative;
}

.destacados ul{
   list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.destacados ul span{
	color: #fff;
}

.destacados > ul li{
	display: none;
}

.destacados li.activo{
    display: block;
    min-height: 560px;
}


section.premios{
	background: #fff;
	font-size: 18px;
	padding: 80px 0;
}

.clientes{
    border-top: 1px dashed #DDDDDD;
    color: #888888;
    font-size: 24px;
    margin-top: 40px;
    padding-top: 50px;
}

.premios i{
   background: url("../bg/clientes.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 82px;
    margin: 40px;
    width: 190px;
 }

.premios i:hover{
	background-position: 0 bottom;
}

i.perfumame{
	background-position: -190px 0;
	width: 210px;
}

i.perfumame:hover{
	background-position: -190px bottom;
}

i.hyundai{
	background-position: -402px 0;
	width: 280px;
}

i.hyundai:hover{
	background-position: -402px bottom;
}

section.conocenos{
	background: #1D6FDB;
	color: #fff;
	padding: 50px 0;
}



#trabajos{
	padding: 0;
}

#trabajos img{
	width: 200px;
}

#trabajos li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: #333333;
    float: left;
    font-size: 12px;
    height: 208px;
    list-style: none outside none;
    margin-bottom: 37px;
    margin-right: 37px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 200px;
}

#trabajos li.cuarto {
	margin-right: 0;
}

#trabajos li span{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    color: #555555;
    font-family: Lucida Console;
    font-size: 11px;
    left: 0;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: 194px;
    z-index: 5;
}

#trabajos li:hover span{
	opacity: .4;
}

.img_estatica{
	position: absolute;
	top: 2px;
	left: 2px;
}

.apodo_trabajos{
    bottom: -15px;
    color: #FFFFFF;
    display: none;
    font-size: 39px;
    left: -3px;
    opacity: 0.9;
    position: absolute;
    z-index: 6;
    text-transform: uppercase;
    font-weight: 100;
    overflow: hidden;
}

#trabajos li:hover .img_animada, #trabajos li:hover .apodo_trabajos {
	display: block;
}

#trabajos li:hover .nombre_trabajos, #trabajos li:hover .cargo_trabajos {
	display: none;
}

#trabajos li:hover .info_trabajos {
	background: none;
}

.nombre_trabajos{
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.cargo_trabajos{
	color: #999;
	font-size: 11px;
}

section.conversemos{
	padding: 50px 0;
	background: #fff;
}

.mapa_foursquare{
	float: left;
	background: url(../bg/mapa.png) repeat center center;
	min-height: 400px;
	width: 45%;
	text-indent: -99999px;
	border: 1px solid #ccc;
}

footer{
	background: #1D6FDB;
    font-size: 13px;
    padding: 50px 0;
    text-align: right;
    color: #fff;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #fff;
	text-decoration: underline;
}

.mapa{
	width: 420px;
	font-size: 12px;
	float: left;
	border-right: 1px dashed #ddd;
	padding-right: 65px;
}

.mapa a{
	color: #666;
}

.mapa h3{
	font-size: 22px;
    font-weight: 400;
}

.mapa .mapa_foursquare{
	width: 100%;
	margin-bottom: 20px;
}

.form{
	width: 420px;
	float: right;
}

.form h3{
	font-size: 22px;
    font-weight: 400;
}

.form h3 span, .mapa h3 span{
	color: #aaa;
	font-size: 13px;
}

.form input{
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 15px;
    width: 388px;
}

.form textarea{
	border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 15px;
    width: 388px;
    height: 108px
}

.btn{
	background: #1D6FDB;
	color: #fff;
	padding: 10px;
	border: 1px solid #1D6FDB;
}

.form .btn{
    border: 1px solid #1D6FDB;
    padding: 18px;
    width: 420px;
    z-index: 3;
    position: relative;
}

.conocenos .btn{
    display: block;
    font-size: 20px;
    height: 24px;
    margin-top: 52px;
    padding: 20px;
    text-align: center;
    width: 310px;
}

.unete h3{
	font-size: 30px
}

/** Cabecera fixed **/

.cabecera{
	height: 70px;
	margin-top: 0px;
	width: 100%;
    z-index: 14;
    top: 0;
    background: #1D6FDB;
}

h1 {
    float: left;
    margin: 10px 0 0;
    height: 45px;
}

#nav li a {
    padding-bottom: 3px;

}

.logo img{
    transition: width 0.2s ease 0s;
}

.fixed .cabecera{
    position: fixed;
    height: 70px;
}

.fixed .destacados{
	margin-top: 70px;
	border-top-width: 28px;
}

#nav ul{
	margin: -5px 0 0;
} 

.destacados .contenedor{
	position: relative;
}

.somos{
    border-bottom: 1px dashed #555555;
    font-size: 20px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.somos small{
	color: #242424;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.somos:hover small{
	color: #FFAE11;
}

.mapa{
	position: relative;
}

.mapa p {
    background: none repeat scroll 0 0 #000000;
    bottom: 8px;
    opacity: 0.75;
    padding: 10px 20px;
    position: absolute;
    width: 382px;
    z-index: 3;
}

/* Banner */

.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
    
.banner ul li {     
        box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) inset;
	    display: block;
    	float: left;
    	min-height: 99px;
    	padding: 160px 0 110px;
    	width: 33%; 
    	background-position: top center;
}

.slide1{
	background-image: url(../bg/slide1.jpg);
}

.slide2{
	background-image: url(../bg/slide2.jpg);
}

.slide3{
	background-image: url(../bg/slide3.jpg);
}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
    bottom: -17px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    right: 0;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

#skbox_t i{
	background: url(../img/logo_forjador.png) no-repeat;
	margin-top: 3px;
    width: 180px;
}

footer p{
	background: url(../img/logo_forjador.png) no-repeat right center;
	padding-right: 180px;
	opacity: .4;
}

#trabajo h2{
	font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
	font-size: 34px;
	font-weight: 100;
}

#error_sus{
    background: none repeat scroll 0 0 #F77665;
    border: 1px solid #F25A47;
    bottom: 80px;
    color: #FFFFFF;
    padding: 15px;
    position: relative;
    z-index: 1;
    margin: 10px 10px -100px;
}

#error_sus.exito{
	background: none repeat scroll 0 0 #4DD300;
    border: 1px solid #4DD300;
}

@media only screen and (max-width: 568px) {

	body{
		min-width: 10px;
	}
	
	h1 {
	    float: none;
	    text-align: center;
	}
	
	.logo a {
	    float: none;
	}
	
	.contenedor {
    	margin: 0 auto;
    	width: auto;
    	padding: 0 20px;
    }
    
    .destacados{
  	  background: url("../bg/slide_mobile.jpg") no-repeat scroll center -15px / 580px auto #1D6FDB;
  	  border-top-width: 28px;
  	  height: 100px;
    }
	
	.banner{
		display:none
	}

	.mapa, .form{
		padding-right: 0;
		width: 100%;
	}
	
	.mapa{
		overflow: hidden;
		border: 0;
	}
	
	.form input, .form textarea{
		padding: 15px 0;
	    text-indent: 15px;
	    width: 100%;
	}

	.form .btn{
		width: 100%;
	}
	
	.mapa p {
	    padding: 20px 0;
	    text-align: center;
	    width: 100%;
	}
	
	.mapa .mapa_foursquare {
	    width: 99%;
    }

	.premios i{
		display: block;
	   float: none;
	   margin: 20px auto 0;
	}
	
	.cabecera #nav{
		display: none;
	}

	#trabajos li, #trabajos li.cuarto{
		margin: 40px auto;
		float: none;
	}
	
	.form h3 span, .mapa h3 span{
		display: block;
	}
	
	section.conversemos{
		padding-bottom: 100px;
	}
	
	#skbox_t{
		text-indent: -99999px;
	}
	
	#trabajo h2{
		text-align: center;
	}
	
	.clientes {
	    font-size: 22px;
	    padding-bottom: 20px;
	    text-align: center;
    }
    
    footer p{
	    background: 0;
	    opacity: .7;
	    padding: 0;
    }
    
    section.premios{
	    padding-top: 40px;
    }
    
    .slide1, .slide2, .slide3{
	    background: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.logo img{
		display: none;
	}
	
	.logo a {
	    background-image: url("../bg/logo_forjador@2x.png");
		background-repeat: no-repeat;
		background-size: 167px 37px;
		display: block;
		margin: 16px auto 0;
	}
}

