html,
button,
input,
select,
textarea {
	color: #222;
}
html {
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: rgba(0,0,0,0.1);
	text-shadow: none;
}
::selection {
	background: rgba(0,0,0,0.1);
	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;
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a:link, a:visited, a:active {
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
	outline:none;
	color:inherit;
	opacity:0.8;
}
.no-link {
	color:inherit !important;
	cursor:default;	
	opacity: 1 !important;
}
.clearfix {
	clear:both;	
}
html, body {
	min-height:100%;
	margin:0;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color:#221f20;
	background: url(../images/background.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#cargando { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #dedede;	
	z-index: 9999999;
	top: 0;
	left: 0; 
}
#cargando div {
	position:absolute;
	top:50%;
	left:50%;
	margin: -50px;
	width:80px;
	height:80px;
	border-width: 10px;
	border-style: solid;
	border-color:rgba(51,51,51,0.6);
	border-top-color:#f20e39;
	opacity:1 !important;
	border-radius: 50%;
	content: "";
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-o-keyframes spin {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(360deg); }
}
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.column-first {
	width: 30%;
	height: auto;
	float: left;
	margin: 35px 0 30px 2%;
}
.column-first img {
	width: 97%;
	border: 4px solid #CCC;
}
.column-last {
	width: 63%;
	height: auto;
	float: right;
	margin: 35px 2% 30px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.align-center {
	text-align: center;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1026px;
	min-width: 910px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
b, strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
#index {
	width: 910px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -455px;
}
#index h1 {
	width: 300px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/electrometalsalto.png) no-repeat center center;
	text-align: center;
	text-indent: -99999px;
}
#index a {
	display: block;
	width: 120px;
	height: 28px;
	margin: 72px auto 0;
	background: url(../images/btn1.png) no-repeat center center;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
header {
	position: relative;
	z-index: 99999;
	width:100%;
	min-width: 910px;
	height:170px;
}
header h1 {
	width: 168px;
	height: 125px;
	float: left;
	margin: 20px 5px 0;
	background: url(../images/electrometalsalto-header.png) no-repeat center center;
	text-indent: -99999px;
}
nav {
	display:block;
	float:right;
	width:auto;
	height:58px;
	background: url(../images/nav.png) no-repeat left center;
	overflow:hidden;
	margin:70px -10px 0 0;
}
nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
nav ul > li {
	text-align:center;
	margin:0;
	padding:0;
	float:left;
}
nav ul > li a {
	display: table-cell;
	vertical-align: middle;
	width:auto;
	height:58px;
	padding: 0 22px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF !important;
}
nav ul > li:first-child a {
	padding-left: 50px;
}
nav ul > li a.current_page {
	background: url(../images/nav-current-page.png) no-repeat right center;
}
nav ul > li:first-child a.current_page {
	background-position: left center;
}
nav ul > li a.current_page:hover {
	opacity:1 !important;
}
.content {
	height: auto;
	min-height: 450px;
	background: url(../images/content.png) repeat-x top center #e7e7e7;
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
h2 {
	height: 58px;
	font-size: 26px;
	line-height: 58px;
	font-weight: 300;
	text-align: right;
	margin: 0 -10px;
	padding: 0 20px 0 0;
	background: url(../images/h2.png) no-repeat right 180px center #484848;
	color: #FFFFFF;
}
footer {
	position: relative;
	min-width: 910px;
	height:58px;
	overflow: hidden;
}
footer section {
	height:58px;
	background: #414141;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);	
}
footer h1 {
	width: 171px;
	height: 32px;
	float: left;
	margin: 15px 5px 0;
	background: url(../images/electrometalsalto-footer.png) no-repeat center center;
	text-indent: -99999px;
}
footer a, footer span {
	display: block;
	height: 26px;
	float: right;
	margin:16px 5px 0 20px;
	padding:0;
	line-height: 26px;
	text-align: center;
}
footer a.mail {
	width: 199px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	background: url(../images/mail.png) no-repeat center center;
}
footer span {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #B3B3B3;
}
#williams {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99999;
	display:block;
	width:55px;
	height:12px;
	margin: 0 10px 10px 0;
	background:url(../images/williams.png) no-repeat center center;
	text-indent: -99999px;
	display: none;
}
@media only screen and (min-width : 1192px) {
	#williams {
		display: block;
	}
}
h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	text-align: left;
	margin: 5px auto 15px;
	padding: 0;
	color: #373435;
}
p {
	margin: 5px auto 13px auto;
	padding: 0;
}
.lista {
	list-style: none;
	list-style-position: outside;
	margin: 15px auto;
	padding: 0;
}
.lista li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/ul.png) no-repeat left top 6px;
}
ul.filtros {
	display:block;
	float:right;
	width:auto;
	height:58px;
	background: url(../images/filtros.png) no-repeat left center;
	overflow:hidden;
	margin:0 -10px 0 0;
	list-style:none;
	padding:0 15px 0 35px;
}
ul.filtros > li {
	text-align:center;
	margin:19px 5px;
	padding:0;
	float:left;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;	
}
ul.filtros > li a {
	cursor: pointer;
}
ul.filtros > li a.active {
	color: #f50e39 !important;
}
ul.filtros > li a.active:hover {
	opacity: 1 !important;
}
.category {
	display: none;
}
#metalurgicayherreria {
	display: block;
}
h4 {
	display: block;
	margin: 30px auto -10px;
	padding: 0;
	font-size: 21px;
	line-height: 27px;
	font-weight: 400;	
	font-style: italic;
	text-align: center;
	color: #666;
}
.category p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.galleries {
	margin: 27px 1.2% 22px;
}
.galleries .gallery {
	position: relative;
	width: 23%;
	height: 220px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover, cover;
	-moz-background-size: cover, cover;
	-o-background-size: cover, cover;
	background-size: cover, cover;
	margin: 1%;
	border: 4px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.galleries .gallery h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	background: url(../images/h6.png) repeat-y right center #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#map {
	height: 376px;
	width: 100%; 
	position: relative;
	border: 4px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#map div.OverlaysBL, #map div.CopyrightContainer {
	display: none !important;
}
#map a.MapPushpinBase:hover {
	opacity: 1 !important;
}
#map img {
	border: none;
}

.contact {
	list-style: none;
	list-style-position: outside;
	font-weight: 700;
	color: #4D4D4D;
	margin: 25px auto;
	padding: 0;
}
.contact li {
	height: auto;
	min-height: 25px;
	margin: 10px 0;
	padding: 0 0 0 45px;
}
.contact li span {
	display: inline-block;
	margin: 0 5px;
	font-weight: 400;
}
.contact li.dir {
	background: url(../images/dir.png) no-repeat left center;
}
.contact li.tel {
	background: url(../images/tel.png) no-repeat left center;
}
.contact li.email {
	background: url(../images/email.png) no-repeat left center;
}
form {
	width:100%;
	margin:0 auto;
}
[required] {
	box-shadow: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #CCC inset;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #CCC inset;
	-webkit-text-fill-color: #221f20;
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #CCC inset;
	-webkit-text-fill-color: #221f20;
}
input, textarea, select {
	-moz-border-radius: none; 
	-webkit-border-radius: none;
	border-radius: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance:none;
	border:0;
	outline:none;	
}
input:focus, textarea:focus, select:focus {
	outline:none;	
}
form input {
	display:block;
	width:96%;
	padding:0 2%;
	height:38px;
	margin:15px auto 0;
	background: #CCC;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color:#221f20;
}
form textarea {
	display:block;
	width:96%;
	padding:9px 2%;
	height:73px;
	margin:15px auto 0;
	background: #CCC;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color:#221f20;
	resize:vertical;
}
form input[type='submit'] {
	display:block;
	width:100%;
	height:38px;
	padding:0;
	margin:15px auto 0;
	background:#666;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height:1;
	color:#FFFFFF;
	text-align:center;
}
form input[type='submit']:hover {
	opacity:0.8;
}
#result div {
	display:block;
	width:97%;
	padding:9px 1.5%;
	height:auto;
	margin:15px auto 0;
	font-size: 14px;
	font-weight: 700;
	line-height:20px;
	text-align: center;
	color:#FFF;
}
#result div.error {
	background: rgba(228,25,25, .75);
}
#result div.success{
	background: rgba(50,178,95, .75);
}
form div.left {
	width: 49%;
}
form div.right {
	width: 49%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}