	/* Entorno */

.soloResponsive{
	display:none;
}

.scrollUp{
	position:fixed;
	bottom:30px;
	right:35px;
	display:block;
	width:46px;
	height:46px;
}

.whatsapp{
	position:fixed;
	bottom:90px;
	right:35px;
	display:block;
	width:46px;
	height:46px;
}

.menuResponsivo{
	display:none;
}

#menuRes{
	position:fixed;
	left:0px;
	top:60px;
	width:100%;
	background-color: #FFFFFF;
	height:calc(100vh - 60px);
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	padding-top:40px;
	
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margn: 0 auto;
	}
	
	a:link {
		text-decoration:none;
	}

  .bannerRojo{
    height:70px; 
    background-color:#BE161A;
  }

	.container{
		max-width:100%;
		position:relative;
	}
	
	.cFullWidth{
		width:100%;
	}
	
	.cBoxed{
		max-width:1200px;
		margin:0 auto;
	}
	
	.header{
		height:135px;
		padding:0;
	}
	
	.headerLeft{
		width: 260px;
		padding-left:20px;
		padding-top:64px;
		float:left;
		box-sizing:border-box;
	}
	
	.logo{
		width:calc(100% - 20px);
	}
  
  	html{
		font-family: 'Roboto', sans-serif;
		color:#575756;
		font-size:22px;
		font-weight:300;
		margin-top:5px;
    
  }
	
	.headerRight{
		width:940px;
		float:left;
		box-sizing:border-box;
	}
	
	.headerRightTop{
		height:50px;
		width:100%;
	}
	
	.headerRightBottom{
		height:85px;
		width:100%;
		box-sizing:border-box;
		padding-top:11px;
	}	
	
	.menuElement{
		color:#575756;
		font-size:16px;
		font-weight:800;
		font-family: 'Roboto', sans-serif;
		text-decoration:none;
		padding-left:11px;
		padding-right:11px;
		padding-top:31px;
		height:55px;
		display:block;
		float:left;

	}
	
	.menuElementActive{
		color:#FFFFFF;
		bAckground-color:#BE161A;
	}
	
	.menuElement:hover{
		color:#EF494D;
	}

	.menuResponsive{
	  display:none;
	}

	#menuRes{
		visibility: hidden;
	}

	.menuElementResultados{
		margin-left:45px;
		color:#BE161A;
	}
	
	h1,rojo{
		font-family: 'Roboto', sans-serif;
		color:#BE161A;
		font-size:38px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;

	}

	h1.gris{
		font-family: 'Roboto', sans-serif;
    color:#575756;
		font-size:38px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;

	}

  .rojo{
	color:#BE161A;
  }

  .gris{
    color:#575756;
  }

  .bolder{
      font-weight:700;
  }
	
	h2.rojo{
		font-family: 'Roboto', sans-serif;
		color:#BE161A;
		font-size:28px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}

	h2.gris{
		font-family: 'Roboto', sans-serif;
    color:#575756;
		font-size:28px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	h2 a{
		font-family: 'Roboto', sans-serif;
		color:#BE161A;
		font-size:28px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;

	}
	
	h2 a:hover{
		color:#575756;
	}
	
	p{
		font-family: 'Roboto', sans-serif;
		color:#575756;
		font-size:20px;
		font-weight:300;
		line-height:26px;
		margin-top:5px;
	}
	
	ul li{
		font-size:20px;
	}
	
	.images100{
		width:100%;
	}

	.images25{
		width:15%;
	}
	

	
	.mas{
		border:solid 1px #848483;
		box-sizing: border-box;
		color:#848483;
		font-size:20px;
		text-decoration:none;
		padding:4px;
		padding-left:12px;
		padding-right:12px;
    display: inline-block;
	}

  .mas a{
    text-decoration:none;
    color:#848483;
  }

  .mas a:hover{
    text-decoration:none;
    color:#BE161A;
  }
	
	.mas:hover{
		color:#BE161A;
		border:solid 1px #BE161A;
	}
	
	.masBlanco{
		border:solid 2px #FFFFFF;
		box-sizing: border-box;
		color:#FFFFFF;
		font-size:20px;
		text-decoration:none;
		padding:4px;
		padding-left:12px;
		padding-right:12px;
	}
	
	.masBlanco:hover{
		color:#BE161A;
		border:solid 1px #BE161A;
	}
	
	.espacioSuperior{
		margin-top:90px;
	}
	
	/* Fin Entorno */
	
	/* Footer */
	
	.footer{
		background-color:#e5e5e5;
		width:100%;
		padding-top:95px;
		padding-bottom:95px;
		box-sizing:content-box;
		overflow:auto;
	}
	
	.tituloFooter{
		font-family: 'Roboto', sans-serif;
		font-size:18px;
		color:#3C3C3B;
		padding-bottom:25px;		
	}
	
	.elementFooter{
		font-family: 'Roboto', sans-serif;
		font-size:16px;
		color:#3C3C3B;
		display:block;
		text-decoration:none;
		font-weight:300;
		line-height:24px;
	}
	
	.elementFooter:hover{
		color:#BE161A;
	}
	
	.imagenTiendaFooter{
		max-width:96px;
	}
	
	.redesSocialesFooter{
		float:left;
		margin-right:10px;
		text-decoration:none;
    color:#575756;
	}
	
	.redesSocialesFooter:hover{
		color:#BE161A;
	}
	
	.elementContacto{
		font-family: 'Roboto', sans-serif;
		font-size:16px;
		color:#3C3C3B;
		display:block;
		text-decoration:none;
		font-weight:300;
		line-height:24px;
		float:left; margin-top:0px; 
		font-size:14px; 
		line-height:15px;
	}
	
	.iconoContactoFooter{
		height:36px; 
		width:27px;
		float:left; 
		text-align:center; 
		margin-right:10px;
    color:#575756;
	}
	
	.cuartoFooter{
		float:left;
		width:25%;
	}
	
	.contactoFooter{
		float:left;
		width:30%;
	}
	
	.redesFooter{
		float:left;
		width:20%;
	}
	
	.bajoFooter{
		margin-top:35px;
		width:100%;
		float:none;
		font-family: 'Roboto', sans-serif;
		font-size:13px;
		font-weight:300;
	}
	
	.enlaceBajoFooter{
		text-decoration:none;
		color:#3C3C3B;
	}
	
	.enlaceBajoFooter:hover{
		color:#BE161A;
	}

	.subtituloRojo{
		font-family: 'Roboto', sans-serif;
		color:#BE161A;
		font-size:28px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}
      
 	.subtituloGris{
		font-family: 'Roboto', sans-serif;
		color:#575756;
		font-size:28px;
		font-weight:300;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}

 	.tituloReparticionHijo{
		font-family: 'Roboto', sans-serif;
		color:#FFFFFF;
		font-size:20px;
		font-weight:300;
		padding:8px;
		text-decoration:none;
    background-color:#666666;
    display:inline;
	}
	


@media (max-width: 1300px) {

  	/* Entorno */

  .bannerRojo{
    height:58px; 
  }

	.container{
		max-width:100%;
	}
	
	.cFullWidth{
		width:100%;
	}
	
	.cBoxed{
		max-width:1000px;
	}
	
	.header{
		height:112px;
	}
	
	.headerLeft{
		width: 216px;
		padding-left:17px;
		padding-top:53px;
	}
	
	.logo{
		width:calc(100% - 16px);
	}
  
  html{
		font-size:18px;
		margin-top:4px;
    
  }
	
	.headerRight{
		width:780px;
	}
	
	.headerRightTop{
		height:41px;
		width:100%;
	}
	
	.headerRightBottom{
		height:71px;
		width:100%;
		padding-top:9px;
	}	
	
	.menuElement{
		font-size:13px;
		padding-left:9px;
		padding-right:9px;
		padding-top:26px;
		height:46px;
	}


	.menuElementResultados{
		margin-left:37px;
	}
	
	h1,rojo{
		font-size:37px;
		margin-bottom:4px;

	}

	h1.gris{
		font-size:37px;
		margin-bottom:4px;

	}
	
	h2.rojo{
		font-size:28px;
		margin-bottom:4px;
	}

	h2.gris{
		font-size:23px;
		margin-bottom:4px;
	}
	
	h2 a{
		font-size:23px;
		margin-bottom:4px;

	}
	
	p{
		font-size:18px;
		margin-top:4px;
	}
	

	.mas{
		font-size:16px;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
	}


	.masBlanco{
		font-size:16px;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
	}
	

	.espacioSuperior{
		margin-top:74px;
	}
	
	/* Fin Entorno */
	
	/* Footer */
	
	.footer{
		width:100%;
		padding-top:79px;
		padding-bottom:79px;
	}
	
	.tituloFooter{
		font-size:18px;
		padding-bottom:25px;		
	}
	
	.elementFooter{
		font-size:15px;
		line-height:20px;
	}
	
	
	.imagenTiendaFooter{
		max-width:80px;
	}
	
	.redesSocialesFooter{
		margin-right:8px;
	}
	
	.elementContacto{
		font-size:13px;
		line-height:20px; 
		font-size:12px; 
		line-height:13px;
	}
	
	.iconoContactoFooter{
		height:30px; 
		width:22px;
		margin-right:8px;
	}
	

	.bajoFooter{
		margin-top:29px;
		font-siz13e:11px;
	}

	.subtituloRojo{
		font-size:28px;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}
      
 	.subtituloGris{
		font-size:23px;
		margin-bottom:4px;
	}

 	.tituloReparticionHijo{
		font-size:16px;
		padding:3px;
	}
  
}



@media (max-width: 1050px) {
	.elementoMenuResponsive{
		border:1px solid #999999;
		box-sizing:border-box;
		padding:5px;
		background-color:#FFFFFF;
		font-size:20px; 
		margin-bottom:5px;
	}
	
	.resultados{
		background-color:#999999;
		color:#FFFFFF;
	}

	body{
		margin-top:100px;
	}

	.scrollUp{
		/* display:none; */
	}
	
	.whatsapp{	
	    /* display:none; */
	}

  	/* Entorno */

  .bannerRojo{
    height:58px; 
  }

	.container{
		max-width:100%;
	}
	
	.cFullWidth{
		width:100%;
	}
	
	.cBoxed{
		max-width:100%;
	}
	
	.header{
		position:fixed;
		top:0px;
		left:0px;
		height:60px;
		width:100%;
		background-color:#FFFFFF;
	}
	
	.menuResponsivo{
		display:block;
		position:fixed; 
		top:17px; 
		right:15px; 
		width:30px;
	}
	
	.headerLeft{
		width: 100%;
		float:none;
		padding-left:30px;
		padding-right:30px;
		padding-top:23px;
		text-align:center;
	}
	
	.logo{
		height: 20px;
		width:auto;
		position:fixed;
		left:15px;
	}
  
  html{
		font-size:16px;
		margin-top:4px;
    
  }
	
	.headerRight{
		width:100%;
	}
	
	.headerRightTop{
		height:30px;
    	padding-bottom:0px;
		width:100%;
	}
	
	.headerRightBottom{
		margin-bottom:0px;
		height:60px;
	}	
	
	.menuElement{
    	display:none;
	}
  
  .menuResponsive{
    display:block;
    width:100%;
    margin:0 auto;
    height:30px;
    font-size:16px;
    color:#000000;
	margin-bottom:30px;
  }


	.menuElementResultados{
		margin-left:37px;
	}
	
	h1,rojo{
		font-size:37px;
		margin-bottom:4px;

	}

	h1.gris{
		font-size:37px;
		margin-bottom:4px;

	}
	
	h2.rojo{
		font-size:28px;
		margin-bottom:4px;
	}

	h2.gris{
		font-size:23px;
		margin-bottom:4px;
	}
	
	h2 a{
		font-size:23px;
		margin-bottom:4px;

	}
	
	p{
		font-size:18px;
		margin-top:4px;
	}
	

	.mas{
		font-size:16px;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
	}


	.masBlanco{
		font-size:16px;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
	}
	

	.espacioSuperior{
		margin-top:74px;
	}
	
	/* Fin Entorno */
	
	/* Footer */
	
	.footer{
		width:100%;
		padding-top:29px;
		padding-bottom:79px;
	}
  
  .cuartoFooter{
    width:100%;
    float:none;
    text-align:center;
  }
  
  .contactoFooter{
    width:100%;
    float:none;
    text-align:center;
  }
  
  .redesFooter{
    width:100%;
    float:none;
    text-align:center;
  }
	
	.tituloFooter{
		font-size:18px;
		padding-bottom:10px;		
    padding-top:45px;
    font-weight:500;
	}
	
	.elementFooter{
		font-size:15px;
		line-height:20px;
	}
	
	
	.imagenTiendaFooter{
		max-width:80px;
	}
	
	.redesSocialesFooter{
		margin-right:4px;
    margin-left:4px;
    float:none;
	}
	
	.elementContacto{
		font-size:13px;
		line-height:20px; 
		font-size:15px; 
		line-height:19px;
    float:none;
	}
	
	.iconoContactoFooter{
    display:none;
	}
	

	.bajoFooter{
		margin-top:29px;
		font-size:11px;
    text-align:center;
    
	}

	.subtituloRojo{
		font-size:28px;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		text-decoration:none;
	}
      
 	.subtituloGris{
		font-size:23px;
		margin-bottom:4px;
	}

 	.tituloReparticionHijo{
		font-size:16px;
		padding:3px;
	}


  
}


	
	/* Fin Footer */