/* @override http://www.mnssa.com.ar/css/template.css */

@charset "UTF-8";
body {
	margin: 0;
	background-color: #505F66;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
}

#myModal div.modal-dialog {
	padding: 0 0 100px; height:100%;
	margin-top: 73px;
	margin-bottom: 0;
}
	
	div.modal-body {
		padding:0; height:100%;
	}
	
	#myModal div.modal-dialog div.modal-content {
	margin:0; padding:0; height:100%;
}

#ptf_iframe {
		 display:block; width:100%; border:none; 
}

a img {
	border: none;
}

#logo {
	z-index: 20;
	position: fixed;
}

#msn-menu {
	background-image: url(../images/bg-header.png);
	height: 73px;
	width: 100%;
	position: fixed;
	z-index: 7;
}

#msn-menu-1 {
	background-image: url(../images/bg-header-1.png);
	height: 73px;
	width: 100%;
	position: fixed;
	z-index: 7;
}

#msn-menu-2 {
	background-image: url(../images/bg-header-2.png);
	height: 73px;
	width: 100%;
	position: fixed;
	z-index: 7;
}

#msn-menu-3 {
	background-image: url(../images/bg-header-3.png);
	height: 73px;
	width: 100%;
	position: fixed;
	z-index: 7;
}

#lateral {
	width: 70px;
	background-color: #808080;
	height:100vh;
	-moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 0 8px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index:19;
}

/*---------- REDES ----------*/

#redes a{
	float: right;
	position: fixed;
	right: 35px;
	z-index: 1000;
	top: 20px;
}

#redes a img {
	width: 25px;
}

#redes a img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/*---------- SUBMENU ----------*/

header {
	margin: 0 auto;
	padding-top: 11%;
	background-color: #505F66;
	position: relative;
	z-index: 6;
	padding-bottom: 2%;
}
#myModal div.modal-dialog {
	padding: 0 0 100px; height:100%;
	margin-top: 73px;
	margin-bottom: 0;
	width: 500px;
}

@media only screen and (max-width: 1024px) {
nav {
	width: 800px;
	margin-right: auto;
	overflow: hidden;
	margin-left: auto;
	padding-left: 70px;
	height: 160px;
}
#myModal div.modal-dialog {
	padding: 0 0 100px; height:100%;
	margin-top: 73px;
	margin-bottom: 0;
	width: 400px;
}
}

nav {
	margin-right: auto;
	overflow: hidden;
	margin-left: auto;
	height: 160px;
	width: 800px;
	padding-left: 110px;
}

header ul li.circulo a {
	text-decoration: none;
	color: #fff;
}

header ul li.circulo a:hover {
	text-decoration: none;
	color: #000;
}

.circulo {
     width: 140px;
	background-color: #505F66;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	border: 1px solid #fff;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: inline;
	margin: 0 50px;
	font-weight: 300;
	height: 90px;
	padding-top: 50px;
}

/*.circulo:hover {
	border: 1px solid #000;
}*/

/*---------- HOME ----------*/

#home {
	overflow: hidden;
	clear: both;
	height: 96vh;
}

/*---------- SLIDER ----------*/

.demo_wrapper {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 100%;
  }  
  #myModal div.modal-dialog {
  	padding: 0 0 100px; height:100%;
  	margin-top: 73px;
  	margin-bottom: 0;
  	width: 300px;
  }
  
  #slider {
  	bottom: 20px;
  	position: absolute;
  	width: 100%;
  	z-index: -1;
  	height: 250px;
  }
  
}

/*@media only screen and (max-device-width: 1024px), screen and (max-width: 1024px) {
  .demo_wrapper {
    width: 100%;
  }  
  
  #slider {
  	bottom: 20px;
  	position: absolute;
  	width: 100%;
  	z-index: 0;
  	height: 300px;
  }
  
}*/


.demo_block {
	width: 100%;
}

#slider {
	bottom: 20px;
	position: absolute;
	width: 100%;
}

/*---------- BOTONERA NAVEGACION SCROLL ----------*/

.nav-down h2, .nav-up h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	margin-top: 2px;
}

.nav-down-2 h2, .nav-up-2 h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #999;
	margin-bottom: 2px;
	margin-top: 20px;
}

.nav-down h3, .nav-up h3, .nav-down-2 h3, .nav-up-2 h3 {
	margin: 0;
	padding: 0;
}


.nav-down h3 a img, .nav-up h3 a img{
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 17px;
}

.nav-down-2 h3 a img, .nav-up-2 h3 a img{
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 17px;
}

.nav-up {
	padding-top: 80px;
}

.cont-1 {
	height: 76vh;
	padding-top: 73px;
	padding-left: 200px;
}

.cont-2 {
	height: 62vh;
	padding-top: 10px;
	padding-left: 300px;
}

.cont-3 {
	height: 67vh;
	/*padding-top: 86px;*/
	padding-left: 200px;	
}

.cont-4 {
	height: 72vh;
	/*padding-top: 86px;*/
	padding-left: 200px;
	margin-bottom: 50px;
}

/*---------- PAGINA 1 - BLOQUES DE HORMIGON ----------*/

main.bloque {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/bg_bloques.jpg);
	background-attachment: fixed;
}

.circulo-in {
	width: 148px;
	height: 95px;
	background-image: url(../images/circulo.svg);
	color: #436D78;
	font-weight: bold;
	font-size: 16px;
	padding-top: 53px;
	text-align: center;
	margin-top: 70px;
	position: fixed;
}

.bloque-1 {
	background: url(../images/bg-bloque-1.gif) repeat;
	width: 620px;
	height: 255px;
	float: right;
	color: #fff;
	padding: 20px;
	margin-top: 12%;
	font-size: 12px;
	/*margin-bottom: 15px;*/
}

.bloque-1 h1 {
	font-size: 16px;
	font-weight: bold;
}

.bloque-1 ul {
	padding-left: 120px;
}

.bloque-1 ul li {
	list-style-image: url(../images/bullets.gif);
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.bloque-2 {
	background: url(../images/bg-bloque-1.gif) repeat;
	width: 620px;
	height: 255px;
	float: right;
	color: #fff;
	padding: 20px;
	margin-top: 5%;
	font-size: 12px;
}

#aplicaciones-in {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	font-variant: small-caps;
	
	-webkit-column-gap: 15px; /* Chrome, Safari, Opera */
	-moz-column-gap: 15px; /* Firefox */
	column-gap: 15px;
}

#aplicaciones-in p {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

div.bloque-3-bloque {
	width: 600px;
	float: right;
	margin-top: 2px;
}

object#EdgeID {
	padding-top: 37px;
	padding-bottom: 0;
	margin-bottom: 0;
	float: right;
}

object#EdgeID2 {
	float: right;
	padding-top: 52px;
}


/*---------- PAGINA 2 - ARMADURAS PARA OBRAS ----------*/

main.armadura {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/bg_armaduras.jpg);
	background-attachment: fixed;
}


.circulo-in-armadura {
	width: 148px;
	height: 115px;
	background-image: url(../images/circulo.svg);
	color: #D26E0B;
	font-weight: bold;
	font-size: 16px;
	padding-top: 33px;
	text-align: center;
	margin-top: 70px;
	position: fixed;
}

.bloque-1-armadura {
	background-repeat: repeat;
	width: 630px;
	height: 300px;
	float: right;
	color: #000;
	padding: 15px;
	margin-top: 180px;
	font-size: 14px;
	background-color: #CFD0CB;
}

.bloque-2-armadura {
	background: url(../images/bg-bloque-2.gif) repeat;
	width: 620px;
	height: 255px;
	float: right;
	color: #fff;
	padding: 20px;
	margin-top: 113px;
	font-size: 12px;
}

.bloque-2-armadura h1 {
	font-size: 16px;
	font-weight: bold;
}

.bloque-2-armadura ul {
	padding-left: 120px;
}

.bloque-2-armadura ul li {
	list-style-image: url(../images/bullets.gif);
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.bloque-3-armadura {
	width: 630px;
	float: right;
	margin-top: 64px;
}

#bloque-3-in {
	background-repeat: repeat;
	width: 630px;
	height: 270px;
	color: #000;
	font-size: 14px;
	background-color: #CFD0CB;
	padding: 15px 0 0 15px;
	margin-right: 0;
}

#pag-3-armadura div.cont-2 div.bloque-3-armadura h1 {
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	color: #4D4D4D;
	margin: 0;
}

#pag-3-armadura div.cont-2 div.bloque-3-armadura p {
	color: #4D4D4D;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#pag-3-armadura div.cont-2 div.bloque-3-armadura p.titulo {
	font-weight: bold;
	color: #808080;
	width: 310px;
	float: left;
	margin: 0;
}

#mm, #cm {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}

div.mm {
	font-size: 46px;
	color: #fff;
	font-weight: 300;
	float: left;
	margin-right: 18px;
	height: 130px;
	padding-top: 30px;
}
div.mm2 {
	font-size: 46px;
	color: #fff;
	font-weight: 300;
	float: left;
	margin-right: 18px;
}
div.mm3 {
	font-size: 46px;
	color: #fff;
	font-weight: 300;
	float: left;
	margin-right: 18px;
}


#pag-3-armadura div.cont-2 div.bloque-3-armadura div.mm img {
	width: 40px;
	height: 45px;
	margin-right: 10px;
}

#pag-3-armadura div.cont-2 div.bloque-3-armadura div.mm2 img {
	width: 35px;
	height: 31px;
	margin-right: 10px;
}

#pag-3-armadura div.cont-2 div.bloque-3-armadura p.cm {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0;
	width: 270px;
	padding-left: 35px;
}

#descargar-pdf {
	overflow: hidden;
	background-color: #B3B3B3;
	margin-top: 3px;
}

#descargar-pdf h3 {
	font-size: 10px;
	color: #fff;
	text-align: right;
	float: left;
	width: 93%;
	margin-top: 10px;
}

#descargar-pdf h4 {
	float: right;
	color: #740900;
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	margin-right: 15px;
}

#dest-armadura-bloque-1 {
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
}

p.tres-pasos {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 134px;
}

#tres-pasos {
	width: 215px;
	float: right;
}

object#EdgeID3 {
	float: right;
	padding-top: 52px;
}

/*---------- PAGINA 3 - PAVIMENTO ARTICULADO ----------*/

main.pavimento {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/bg_pavimento.jpg);
	background-attachment: fixed;
}

.circulo-in-pavimento {
	width: 148px;
	height: 95px;
	background-image: url(../images/circulo.svg);
	color: #436D78;
	font-weight: bold;
	font-size: 16px;
	padding-top: 53px;
	text-align: center;
	margin-top: 70px;
	position: fixed;
}

.bloque-1-pavimento {
	background-repeat: repeat;
	width: 630px;
	height: 300px;
	float: right;
	color: #fff;
	padding: 15px;
	margin-top: 180px;
	font-size: 14px;
	background-color: #505F66;
}

.bloque-2-pavimento {
	background: url(../images/bg-bloque-3.gif) repeat;
	width: 620px;
	float: right;
	color: #000;
	padding: 20px;
	margin-top: 113px;
	font-size: 12px;
}

.bloque-2-pavimento h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	color: #fff;
}

.bloque-2-pavimento ul {
	padding-left: 120px;
}

.bloque-2-pavimento ul li {
	list-style-image: url(../images/bullets.gif);
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	color: #fff;
}

.bloque-3-pavimento {
	width: 600px;
	float: right;
	margin-top: 2px;
	padding-right: 45px;
}

object#EdgeID4 {
	padding-top: 36px;
}

/*---------- PAGINA 4 - CONTACTO ----------*/

main.contacto {
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

div.bloque-1-contacto {
	font-size: 14px;
	color: #666;
	width: 500px;
	float: right;
	margin-top: 55px;
	margin-right: 80px;
	line-height: 16px;
}
div.bloque-contacto {
	font-size: 14px;
	color: #666;
	width: 500px;
	float: right;
	margin-top: 55px;
	margin-right: 80px;
	line-height: 16px;
}

#pag-1-contacto div.cont-1 div.bloque-1-contacto p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*#direccion {
	-webkit-column-count: 2; /* Chrome, Safari, Opera *!/
	-moz-column-count: 2; /* Firefox *!/
	column-count: 2;
	font-size: 12px;
}*/

#direccion p {
	padding: 5px 0 0;
}

#mapa {
	float: right;
	margin-right: 90px;
	margin-top: 5px;
}

#caja {
	width: 700px;
	float: right;
}

#pag-2-contacto {
	overflow: hidden;
}

@media only screen and (min-width: 1026px) {
#pag-2-contacto {
	height: 90vh;
	padding-top: 73px;
}
}

/*---------- PAGINA 5 - INSTITUCIONAL ----------*/

.circulo-in-inst {
	width: 148px;
	height: 86px;
	background-image: url(../images/circulo.svg);
	color: #436D78;
	font-weight: bold;
	font-size: 16px;
	padding-top: 62px;
	text-align: center;
	margin-top: 70px;
	position: fixed;
}

div.bloque-1-inst {
	font-size: 14px;
	color: #666;
	width: 500px;
	float: right;
	margin-top: 55px;
	margin-right: 80px;
	line-height: 16px;
}

div.bloque-2-inst {
	font-size: 14px;
	color: #666;
	width: 500px;
	float: right;
	margin-top: 55px;
	margin-right: 80px;
	line-height: 16px;
}

#pag-1-institucional div.cont-1 div.bloque-1-inst p, #pag-2-institucional div.cont-4 p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
}

#pag-1-institucional div.cont-1 div.bloque-1-inst h1, #pag-2-institucional div.cont-4 h1 {
	font-weight: bold;
	font-size: 16px;
}

#pag-1-institucional div.cont-1 div.bloque-1-inst h2, #pag-2-institucional div.cont-4 h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	margin: 20px 0 0;
}

/*---------- FOOTER ----------*/

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding-top: 10px;
	height: 30px;
	z-index:99999999;
}

#MNS-footer {
	float: left;
	margin-left: 10%;
	margin-top: -3px;
}

#dir {
	float: left;
	font-size: 12px;
	margin-left: 10px;
}

#desarrollado {
	float: right;
	font-size: 9px;
	margin-right: 10%;
	margin-top: 0;
	padding-top: 4px;
}

#desarrollado a img {
	margin-top: -8px;
	margin-left: 8px;
}

/*---------- MENU STYLE TOP ----------*/



/*----------------------------
	The Navigation Menu
-----------------------------*/


#colorNav > ul{
	width: 125px; /* Increase when adding more menu items */
	float: right;
	padding: 0;
	margin-bottom: 0;
	margin-right: 100px;
	margin-top: 18px;
}

#colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	position:relative;
	border-style: solid;
	border-color: #fff;
	text-align: center;
	height: 25px;
}


#colorNav > ul > li > a{
	text-decoration:none !important;
		font: bold 10px 'Open Sans', sans-serif;
	font-size: 10px;
	color: #000;
	float: left;
	width: 100%;
}

#colorNav > ul > li > a:hover {
	background-color: #333;
}

li.green {
	
}

#colorNav li ul{
	position: absolute;
	list-style: none;
	text-align: center;
	width: 280px;
	top: 33px;
	font: bold 10px 'Open Sans', sans-serif;
	background-color: #000;
	left: -90px;
	height: 60px;
	padding-top: 10px;
	padding-left: 10px;

	/* This is important for the show/hide CSS animation */
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.4s linear;
	-moz-transition: max-height 0.4s linear;
	transition: max-height 0.4s linear;

}

#colorNav li ul li{
	float: left;
}

#colorNav li ul li a{
	padding-right: 12px;
	padding-left: 12px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

#colorNav li ul li:hover{
}

/* transition animation on hover */

#colorNav li:hover ul{
	max-height:200px; /* Increase when adding more dropdown items */
}


/*----------------------------
	Color Themes
-----------------------------*/


#colorNav li.green{
	/* This is the color of the menu item */
	background-color:#000;
	height: 25px;
}

li#btn_atencion {
	width: 93px;
	text-align: left;
	border-right-style: solid;
	border-right-color: #fff;
}

li#btn_presupuestos {
	border-right-style: solid;
	border-right-color: #fff;

}

#btn_presupuestos a {
	padding-top: 14px;
	padding-bottom: 14px;
}

#btn_compra a {
	padding-top: 13px;
	padding-bottom: 14px;
	width: 50px;
}

#menu-in {
	float: right;
}

#msn-menu object {
	
}

nav#colorNav {
	float: right;
	width: 300px;
	margin-right: 70px;
}

/*-----------------------------------*/

/*---------- MENU LATERAL ----------*/
a {
	text-decoration: none;
}

	a:hover, li:hover > a {
		color: #000;
	}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}


#menu {
	float: left;
	min-height: 100%;
	background-color: #999;
	position: absolute;
	margin-left: 70px;
	margin-top: -55px;
	-moz-box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.5);
}

#menu li {
	list-style: none;
	position: relative;
	z-index: 0;
	width: 184px;
	height: 97px;
	margin-bottom: 2px;
	/*background-color: #999;*/
	

}
#menu li.i {
	margin-bottom: 0;
}
#menu li.i a{
	padding-top: 36px;
}

#menu li:hover{
	position: relative;
	z-index: 1;
	background-color: #666666;
	-moz-box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.5);
}
#menu li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 27px 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
	#menu li ul {
	position: relative;
	overflow: hidden;
	display: none;
	left: 100%;
	float: none;
	color: #000;
	height: 920px!;
	}
	
	#menu li:hover ul {
	display: block;
	}

	#menu li ul a:hover:before {
	display: block;
	position: relative;
	}
	
#menu li ul li{
	font-weight: normal;
	font-style: normal;
	margin: 0;
	height: 96px;
	background-color: #666;
	padding-top: 2.5px;
}	
#menu li ul li a:hover{
	color: #fff;
}	

#menu li ul li a{
	font-weight: normal;
	font-style: normal;

}

#menu li ul li.large a {
	position: relative;
	margin-top: -12px;
}

#menu li ul li:hover{
	box-shadow: none;
}	
#menu li ul.hormigon {
	position: absolute;
	top: 0px;
	background-color: #666;
}	
#menu li ul.armaduras {
	position: absolute;
	margin-top: -193px;
	
}
#menu li ul.pavimento {
	position: absolute;
	margin-top: -292px;
	background-color: #666;
}
#menu li ul.ubicacion {
	position: absolute;
	margin-top: -391px;
	background-color: #666;
}
#menu li ul.inst {
	position: absolute;
	background-color: #666;
	margin-top: -479px;
}	
input[id^="spoiler"]{
 display: none;

}
label {

    background: url('../images/spritesheet.png') no-repeat #666;
	padding: 20px 45px 25px 25px !important;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	clear: both;
	position: relative;
	top: 148px;
}
label b{
	font-size: 17px;

}

div.spoiler {
	position: relative;
	top: 149px;
}

input[id^="spoiler"] + label {
	  background-position: -84px 7px;
	  margin: 0 auto;
	  padding: 26px 20px 5px;
	  color: black;
	  font-size: 24px;
	  cursor: pointer;
	 /* transition: all .6s;*/
	 
}
input[id^="spoiler"]:checked + label {
  	background-position: -4px 7px;
  	color: #333;
}
input[id^="spoiler"] ~ .spoiler {
	  opacity: 0;
	  transition: all .9s;
	  right: 255px;
	
	 
}
input[id^="spoiler"]:checked + label + .spoiler{
  	opacity: 1;
  	left: 0px;
  	transition: all .9s;
  	}

/*-----------------------------------*/

/*AQUI CONTRADIGO ALGUNAS REGLAS QUE ESTABAN GENERANDO CONFLICTOS*/

*{-webkit-box-sizing:content-box!important;
-moz-box-sizing:content-box!important;
box-sizing:content-box;
}
:after,:before
{-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box
}

label{display: inline;max-width:100%;margin: 0;
}

.btn{display: inline-block;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
	font-size: 0;
	border: none;
	height: 15px;
	color: #fff!important;
}