
/* CSS Document */

/* ---------------------------------------- */
/*            METALURGICA VZ                */
/* ---------------------------------------- */
/*		     Rumbo Diseños Web 				*/
/*		www.rumboservicios.com.ar			*/
/* ---------------------------------------- */


/* **** MODIFICACIONES AL BASE.CSS ---- */

@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	width: 100%;
	margin-right: 0;
	float: none;
}
}
/* ------ tipografías  -----------*/
@font-face {
	font-family: 'Hanzel Extended Bold Italic';
	src: url('../fonts/Hanzel Extended Bold Italic.eot');
	src: local('☺'), url('../fonts/Hanzel Extended Bold Italic.woff') format('woff'), url('../fonts/Hanzel Extended Bold Italic.ttf') format('truetype'), url('../fonts/Hanzel Extended Bold Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #222;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
}
/* -----------generales --------*/
a {
	text-decoration: none;
}
a, a:visited {
	color: #900;
}
.miniTexto {
	font-size: 0.7em;
}
.rojo {
	color: #f00 !important;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.1em;
}
hr {
	margin: 10px 0;
	box-shadow: 0px 1px 2px #999;
}
.afuera {position: absolute;top:-1000em;}
/* -----------header */
header {
	margin-bottom: 15px;
}
#bg-image {
	background: rgb(208, 211, 212); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(224, 224, 224,1) 24%, rgba(181,189,200,1) 84%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40,52,59,1)), color-stop(24%, rgba(224, 224, 224,1)), color-stop(84%, rgba(181,189,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(224, 224, 224,1) 24%, rgba(181,189,200,1) 84%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(224, 224, 224,1) 24%, rgba(181,189,200,1) 84%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(224, 224, 224,1) 24%, rgba(181,189,200,1) 84%); /* IE10+ */
	background: url(../images/layout/noise.png) top repeat, linear-gradient(to bottom, rgba(40,52,59,0.8) 0%, rgba(224, 224, 224,0.8) 24%, rgba(181,189,200,0.8) 84%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828a90', endColorstr='#b5bdc8', GradientType=0 ); /* IE6-9 */
}
#bg-header {
	background: url(../images/layout/logoVZ-desktop.png) center -50px no-repeat;
	background-size: 100%;
}
#bg-header #logo {
	float: left;
	margin: 10px 15px;
}
#bg-header #socials {
	float: right;
	text-align: right;
	padding-top: 6px;
}
#bg-header #slogan, #bg-header #empresa {
	text-transform: uppercase;
	text-align: center;
	color: #f00;
	font-weight: bolder;
	padding-right: 15%;
}
#bg-header #slogan {
	font-size: 2em;
	color: #fff;
	margin-top: 1em;
	text-shadow: 1px 1px #F00, -1px 1px #F00, 1px -1px #F00, -1px -1px 1px #FF0, 5px 5px 10px #000;
}
#bg-header #empresa {
	font-family: 'Hanzel Extended Bold Italic';
	font-size: 2.1em;
	padding-top: 1.5em;
	text-shadow: 2px 2px 1px #FF0, -1px 1px #FF0, 1px -1px #FF0, -1px -1px #FFf, 5px 4px 8px #000;
}
#bg-header #empresa span {
	font-size: 2em;
}
/* --  MENU SITIO -- */

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	text-shadow: 1px 1px 0px #f00;
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	height: 49px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #db000b;
	width: auto;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	color: #000;
	display: inline-block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 49px;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul {
	float: left;
}
#cssmenu > ul > li {
	float: left;
	border-left: 1px solid;
	border-right: 1px solid #555;
}
#cssmenu > ul > li:first-child {
	border-left: none;
}
#cssmenu > ul > li > a {
	color: #ffffff;
	font-size: 16px;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #db000b;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #db000b;
	margin-left: -10px;
}
#cssmenu > ul > li.active > a {
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
	background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}
#cssmenu > ul > li:hover > a {
	background: #881010; /* Old browsers */
	background: -moz-linear-gradient(top, #881010 0%, #9f1313 12%, #b61616 25%, #7f0f0f 39%, #4f0909 50%, #000000 51%, #1e0404 60%, #4d0909 76%, #320606 91%, #220404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #881010), color-stop(12%, #9f1313), color-stop(25%, #b61616), color-stop(39%, #7f0f0f), color-stop(50%, #4f0909), color-stop(51%, #000000), color-stop(60%, #1e0404), color-stop(76%, #4d0909), color-stop(91%, #320606), color-stop(100%, #220404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #881010 0%, #9f1313 12%, #b61616 25%, #7f0f0f 39%, #4f0909 50%, #000000 51%, #1e0404 60%, #4d0909 76%, #320606 91%, #220404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #881010 0%, #9f1313 12%, #b61616 25%, #7f0f0f 39%, #4f0909 50%, #000000 51%, #1e0404 60%, #4d0909 76%, #320606 91%, #220404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #881010 0%, #9f1313 12%, #b61616 25%, #7f0f0f 39%, #4f0909 50%, #000000 51%, #1e0404 60%, #4d0909 76%, #320606 91%, #220404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #881010 0%, #9f1313 12%, #b61616 25%, #7f0f0f 39%, #4f0909 50%, #000000 51%, #1e0404 60%, #4d0909 76%, #320606 91%, #220404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#881010', endColorstr='#220404', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#cssmenu .has-sub {
	z-index: 1;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}
#cssmenu .has-sub ul li {
 *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #db000b;
	border-bottom: 1px dotted #ff0f1b;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
	background: #a80008;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #a80008;
	border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #8f0007;
}
#responsive-menu {
	display: none;
}
#responsive-menu .select {
	width: 100%;
	font-size: 15px;
	padding: 12px;
	line-height: 1.2em;
	background: rgb(58,58,58);
	color: white;
	font-weight: bolder;
	margin: 0 7px;
	border: 0;
}
#responsive-menu .select option {
	padding: 10px;
}
/* ------ HOME PAGE ---------*/

#sloganHome h1 {
	font-size: 1.5em;
	color: #333;
}
#sloganHome h1 strong {
	font-weight: normal;
}
/* ------ PRODUCTOS ---------*/

.producto header {
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 0px #666;
	margin-bottom: 15px;
}
.producto header {
	text-shadow: 1px 1px 1px #b6b6b6, 2px 2px 6px #666;
}
.producto header h1 {
	margin-bottom: 0.2em;
}
.producto .fotoPrincipal {
	width: 96%;
	margin: 10px auto;
}
.producto .fotoPrincipal img {
	border: 5px solid #fff;
	box-shadow: 2px 2px 6px #444;
	border-radius: 5px;
}
.producto .fotoPrincipal figcaption {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-top: 0.5em;
}
.producto .fotoPrincipal figcaption:before {
	content: "Fig: ";
}
.caracteristicas {
	padding-top: 18px;
}
.galeriaFotos {
	margin-left: 10px;
	clear: both;
	padding-top: 18px;
}
.galeriaFotos img {
	height: 150px;
	width: auto;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #333;
	margin: 2px;
	
}
.galeriaFotos {
}
.referencias {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	margin: 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 2px #999;
}
/*-------- Videos Youtube  --------*/
.videos-youtube {
	height: 0px;
	width: 100%;
	max-width: 560px;
	padding-top: 56.25%;
	position: relative;
}
.videos-youtube iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}
/*---- MAPA DE GOOGLE y CONTACTO  ----*/
#mapaGoogle {
	width: 94%;
	height: 500px;
	margin: 10px 3%;
	box-shadow: 1px 1px 8px 3px #999;
	border: 1px solid #eee;
}
#formularioContacto {
	width: 90%;
	margin: 0 5%;
}
#formularioContacto label {
}
#formularioContacto input[type="text"], #formularioContacto input[type="email"], #formularioContacto input[type="tel"], #formularioContacto textarea {
	width: 98%;
	box-shadow: 3px 2px 4px #ECC8C7;
	margin: 5px 0 15px 0;
	padding: 2px 8px;
	border: 1px solid #900;
	font-style: italic;
	font-size: 1.2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#formularioContacto input[type="submit"] {
	width: 40%;
	padding: 6px;
	box-shadow: 3px 2px 4px #ECC8C7;
}
/* ---- fancybox ---- */

.fancybox-title-float-wrap .child {
	background: rgba(255, 0, 0, 0.85) !important;
	white-space: normal !important;
	color: #FF0 !important;
}
/* ----  FLEXSLIDER ------- */
.flexcaption {
	color: #E00000;
	font-size: 1.3em;
	margin-top: 0.5em;
	text-align: center;
}
.flexcaption strong {
	color: #E00000;
}
.flex-control-nav {
	bottom: 0px !important;
}
/*--- formularios ---*/

.formularioProductos {
	background-color: #999;
	padding: 5px 10px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px #444;
	margin-top: -13px;
}
.formularioProductos h3 {
	color: #FF0;
	display: block;
	background-color: #333;
	margin: -5px -10px 10px;
	padding: 10px;
	border-bottom: 1px solid #ff0;
}
.formularioProductos p {
	font-size: 0.9em;
}
/* ------- MENSAJE AL PIE -------- */

.mensaje-al-pie {
	margin: 25px 0;
	}

.mensaje-al-pie .container {
	padding: 20px;
	border: 4px solid red;}
.mensaje-al-pie .container h3 {
	text-transform: uppercase;
	color: red;
	font-weight:bold;}
.mensaje-al-pie .container h4 {
	text-align:center;
	color: red;}

/* ------- FOOTER -------- */
footer {
	background: #900;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 13px;
}
#datafiscal {
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
}
footer h5, footer p, footer a, footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #512828;
	text-shadow: 1px 1px 1px #fff;
	padding-left: 5px;
}
#pieEmpresa {
	margin: 0 0 0 71px;
}
#pieEmpresa h5, #pieEmpresa p {
	margin: 0 0 8px 0;
	display: block;
}
#pieEmpresa h4 {
  color: rgb(255, 252, 0);
}
footer ul li {
	padding-left: 15px;
}
