@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

body {
	background-color: #FFF;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}

img {
	border: 0;
}

header {
	width: 100%;
	height: 93px;
	float: left;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
}

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

::-webkit-input-placeholder { color: #333; } /* WebKit */
:-moz-placeholder { color: #333; } /* Firefox 18- */
::-moz-placeholder { color: #333; } /* Firefox 19+ */
:-ms-input-placeholder { color: #333; } /* IE 10+ */

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; font-weight: 300;}
   50% { opacity: 1.0; font-weight: 800; font-size: 13px;}
  100% { opacity: 1.0; }
}

#portadaHome {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaAmob.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#portadaAmob {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/amob_productos.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#portadaAmobTecnologia {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaTecno.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #D3D6DD;
}

#portadaHomeOr {
	width: 100%;
	height: 412px;
	float: left;
	/*background: url(../imagenes/slide_muebles.gif) center center;*/
	background: url(../imagenes/portadaHome.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#portadaHomeOrGif {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/slide_muebles2.gif) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btnBienvenidos {
	width: 259px;
	height: 60px;
	position: absolute;
	margin-top: 273px;
	margin-left: 740px;
	transition: all 0.3s;
}

.btnBienvenidos:hover {
	background-color: rgba(0,0,0,0.1);
}

.imgSloganPortada {
	width: 284px;
	height: 233px;
	float: left;
	margin-top: 179px;
	margin-left: 627px;
}

.center {
	width: 956px;
	height: auto;
	margin: 0 auto;
}

.float {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}


.logo {
	width: 250px;
	height: 60px;
	float: left;
	text-align: center;
	margin-top: 16px;
}

.botonera {
	width: auto;
	height: auto;
	float: left;
}

.botonera a {
	color: #092F57;
	text-decoration: none;
}

nav {
	margin: 0;
}

nav ul {
	margin: 28px 0px 0px 0px;
	list-style: none;
}

nav li {
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	color: #092F57;
	font-size: 16px;
	font-weight: 300;
	margin-left: 15px;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	
}

nav li:hover {
	background-color: #CED5DD;
}

.hover {
	height: 41px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	color: #092F57;
	font-size: 16px;
	font-weight: 300;
	margin-left: 15px;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	border-bottom: 14px solid #E30030;
}

footer {
	width: 100%;
	height: 224px;
	float: left;
	background-color: #CED5DD;
	margin-top: 105px;
	font-family: Arial;
}

p {
	margin: 0;
}

/* botonera */
.botonera .sub li:hover {
    color: #00AEDD;
    z-index: 5000;
}

.botonera .subDos li:hover {
    color: #00AEDD;
    z-index: 5000;
}

.botonera ul .sub li {
    float: none;
    z-index: 5000;
    color: #1E4065;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 700;
    transition: all 0.3s;
}

.botonera .sub { 
	min-width: 300px;
	height: 0px;
	text-align: center;
    display:none;
    background-color: transparent;
    color: #1E4065;
    margin-top: 7px;
    margin-left: -10px;
    padding-left: 0px;
    transition: all 0.3s;
}

.botonera li:hover > ul {
    display:block;
    position: absolute;
    z-index: 5000;
    height: auto;
}

.botonera ul .subDos li {
    min-width: 150px;
    display: inline-block;
    z-index: 5000;
    transition: all 0.3s;
}

.botonera .subDos { 
	margin-left: 75px;
	margin-top: -30px;
    float: left;
    display:none;
    background-color: #FFF;
    color: #333;
    border: solid 1px #CCC;
    padding-top: 5px;
	padding-bottom: 5px;
	transition: all 0.3s;
}

.botonera li img {
	vertical-align: middle;
}

.titleSubBotonera {
	width: 200px;
	height: 25px;
	float: left;
	padding-left: 2%;
	text-align: left;
	padding-top: 10px;
	color: #1E4065;
	font-weight: 600;
	font-size: 12px;
	background-color: #CED5DD;
}

.titleSubBotonera a {
	transition: all 0.3s;
}

.titleSubBotonera a:hover {
	color: #DB022F;
}

.contentBtnSub {
	width: 364px;
	min-height: 100px;
	float: left;
	background-color: rgba(30,64,101,0.8);
	padding-bottom: 10px;
}

.leftBtnSub {
	width: 140px;
	height: auto;
	float: left;
	padding-left: 2%;
}

.btnSub {
	width: 100%;
	min-height: 20px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #ced5dd;
	margin-top: 5px;
}

.btnSub a {
	color: #ced5dd;
	text-decoration: none;
	transition: all 0.4s;
}

.btnSub a:hover {
	color: #FFF;
	text-decoration: none;
}

/* -------- */
.botoneraProductos {
	width: 190px;
	height: auto;
	float: left;
}

.contentHome {
	width: 726px;
	height: auto;
	float: left;
	padding-left: 40px;
}

.lineTopBot {
	width: 164px;
	height: 17px;
	float: left;
	background-color: #E60935;
	margin-left: 25px;
}

.titleBotoneraProd {
	width: 177px;
	height: auto;
	float: left;
	margin-left: 13px;
	margin-top: 18px;
	color: #FF8B3B;
	font-size: 14px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}

.titleBotoneraProd i {
	font-size: 24px;
	color: #092F57;
	position: absolute;
	margin-left: 5px;
	margin-top: 0px;
}

.botoneraProd {
	width: 177px;
	height: auto;
	float: left;
	color: #092F57;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}

.botoneraProd ul {
	margin: 0;
	list-style: none;
}

.botoneraProd li {
	width: 177px;
	height: auto;
	margin-bottom: 5px;
	float: left;
	color: #092F57;
	font-size: 12px;
	font-weight: 300;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.5s;
}

.botoneraProd li:hover {
	color: #DD0330;
}

.titleHome {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 56px;
}

.title {
	width: 100%;
	height: auto;
	float: left;
	color: #E10535;
	font-size: 22px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
}

.txt {
	width: 100%;
	height: auto;
	float: left;
}

.txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #092F57;
	margin-top: 5px;
	line-height: 18px;
	text-align: justify;
}

.iso {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 55px;
	text-align: center;
}

.titlesRed {
	width: 100%;
	height: auto;
	float: left;
	color: #DD0632;
	font-size: 24px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* CALIDAD */

#portadaCalidad {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaCalidad.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contentCertificado {
	width: 215px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.contentCertificado img {
	border: 1px solid #CCC;
}

.flex {
	width:100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

/* ESTRATEGIA */

#portadaEstrategia {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaEstrategia.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* HISTORIA */
#portadaHistoria {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/ecsafoto.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.floatLogos {
	width: 100%;
	height: 23px;
	float: left;
	border-top: 1px solid #A3AECE;
}

.contentYearLogos {
	width: 50%;
	height: auto;
	float: left;
}

.yearLogos {
	width: 52px;
	height: 22px;
	float: left;
	background-color: #A3AECE;
	color: #FFF;
	padding-top: 0px;
	text-align: center;
	font-size: 14px;
}

.contentImgLogos {
	width: 50%;
	height: 200px;
	float: left;
	text-align: center;
}

/* FOOTER */

.centerFooter {
	width: 1024px;
	height: 224px;
	margin: 0 auto;
}

.qrAfip {
	width: 60px;
	height: 190px;
	float: left;
	text-align: left;
	margin-top: 34px;
	margin-left: 60px;
}

.dirFooter {
	width: 185px;
	height: 190px;
	float: left;
	text-align: left;
	color: #092E58;
	font-size: 11px;
	font-family: Arial;
	margin-top: 34px;
	margin-left: 0px;
}

.dirFooter b {
	font-size: 12px;
	font-weight: bold;
}

.linkFooter b {
	font-size: 12px;
	font-weight: bold;
}

.linkFooter {
	width: 120px;
	height: 190px;
	float: left;
	text-align: left;
	color: #092E58;
	font-size: 11px;
	font-family: Arial;
	margin-top: 34px;
	margin-left: 45px;
}

/* HOME */

.boxHome {
	width: 300px;
	height: auto;
	float: left;
	text-align: center;
	margin: 9px;
	margin-top: 30px;
}

.imgBoxHome {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.titleBoxHome {
	width: 100%;
	height: 35px;
	float: left;
	text-align: left;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #E00130;
	font-size: 20px;
	margin-top: 10px;
}

.txtBoxHome {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #28374E;
	font-size: 12px;
	margin-top: 0px;
	line-height: 18px;
}

.btnBoxHome {
	width: 100%;
	height: 25px;
	float: left;
	text-align: left;
	color: #E00130;
	font-size: 14px;
	margin-top: 15px;
}

.btnBoxHome a {
	color: #E00130;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.5s;
}

.btnBoxHome a:hover {
	color: #333;
	text-decoration: underline;
}

/* AUTOMOTRIZ */

#portadaAutomotriz {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/mercado_automotriz.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.titleAutomotrizClt {
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #0C3257;
	margin-top: 35px;
	font-family: 'Montserrat', sans-serif;
}

.contentLogosAutomotriz {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: left;
}

/* ELECTRODOMESTICO */

#portadaElectrodomestico {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaElectrodomestico.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ELECTRICO */

#portadaElectrico {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/mercado_electrico.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* TECNOLOGIA */

#portadaTecnologia {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaTecno2.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: auto 414px;
	background-color: #C1D0E5;
}
/* MOBILIARIO */

#portadaMobiliario {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaMobiliarios.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* PRODUCTOS */

#portadaProductosPrinc {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaProdInd.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#portadaProductos {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadaProductos.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#portadaDetalleProductos {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/portadoProductos.jpg) center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contentProducto {
	width: 340px;
	height: auto;
	float: left;
	text-align: center;
	margin: 10px;
}

.contentImgProducto {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 30px;
}

.contentImgProducto img {
	width: 340px;
}

.titleProducto {
	width: 100%;
	height: 35px;
	float: left;
	text-align: left;
}

.txtDetalleProducto {
	width: 100%;
	height: auto;
	float: left;
}

.txtDetalleProducto p {
	margin: 2px;
	font-size: 12px;
	color: #092E58;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height: 18px;
}

.titleLineProductos {
	width: 100%;
	height: 35px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #DD0632;
	font-size: 24px;
	border-bottom: 5px solid #DD0632;
	text-align: left;
	margin-top: 15px;
}

.imgConjuntosProductos {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.imgConjuntosProductos img {
	width: 100%;
}

.titlesRedDetProd {
	width: 100%;
	height: auto;
	float: left;
	color: #DD0632;
	font-size: 24px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* CLIENTES */


.cliente_img {
	cursor: pointer;
	margin-top: 35px;
	margin-right: 8px;
	margin-bottom: 7px;
}

#portadaClientes {
	width: 100%;
	height: 412px;
	float: left;
	background: url(../imagenes/amob_clientes.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.txt hr{
	width: 712px;
	border: 0;
	border-top: 1px solid #CED5DD;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 800px;
    height: 533px;
    position: relative;
    margin: 4% auto;
    /*padding: 5px 20px 13px 20px;*/
    /*border-radius: 10px;*/
    background: #fff;
}

.close {
    background: #092F53; /*AZUL */
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    /*-moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;*/
}

.close:hover {
    background: #E60935; /* ROJO*/
    text-decoration: none;
}

#Modalp{
    font-weight: 700;
}

.anioRecononimiento {
	width: 100%;
	float: left;
	margin: 10px 0px 10px 0px;
}

.anioRecononimiento p {
	font-size: 24px;
	color: #0B2E54;
	font-weight: 400;
}