	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		line-height:30px;

	}
	
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}

	.container{
		max-width:1160px;
		margin: auto;
	}
	
	.containerHeader{
		max-width:1460px;
		margin: auto;
	}
	
	.footer{
		max-width:1160px;
		margin: auto;
		clear:both;
		margin-bottom:300px;
		border-top: 1px solid #0C4823;
		padding-top:46px;
	}
	
	.header{
		height:136px;
		width:100%;
		box-sizing:border-box;
	}
	
	.headerMobile{
		display:none;
	}
	
	.logoHeader{
		max-width:212px;
		margin-top:31px;
		float:left;
		margin-left:61px;
		margin-right:39px;
	}

	.elementoDeMenu{
		height:99px;
		box-sizing:border-box;
		color:#0C4823;
		float:left;
		padding-top:61px;
		padding-left:11px;
		padding-right:11px;
		font-size:15px;
		text-decoration:none;
		font-weight:400;
	}
	
	.elementoDeMenu:hover{
		background-color:#0FA550;
		color:#FFFFFF;
	}
	
	.elementoDeMenuActivo{
		background-color:#0FA550;
		color:#FFFFFF;
	}
	
	.elementoDeMenuUsuarios{
		font-weight: bold;
	}
	
	
	.lineaSeparadora{
		background:url(../images/lineaSeparadora.png);
		background-repeat:repeat-x;
		width:100%;
		margin-top:46px;
		margin-bottom:46px;
	}
	
	.lineaSeparadoraSlim{
		background:url(../images/lineaSeparadora.png);
		background-repeat:repeat-x;
		width:100%;
		margin-top:12px;
		margin-bottom:12px;
	}
	
	
	
	.separadorSinLinea{
		width:100%;
		margin-bottom:46px;
	}
		
	imagenLineaSeparadora{
		width:100%;
		height:2px;
	}
	
.primerTercioFooter{
		float:left;
		width:35%;
		box-sizing:border-box;
		padding-left:0px;
	}
	
	.segundoTercioFooter{
		float:left;
		width:32%;
	}
	
	.tercerTercioFooter{
		float:left;
		width:33%;
		text-align:right;
		box-sizing:border-box;
		padding-right:0px;
	}
	
	.tituloFooter{
		font-size:16px;
		text-decoration:none;
		color:#3C3C3B;
	}
	
	.elementoFooter{
		font-size:16px;
		text-decoration:none;
		color:#3C3C3B;
		font-weight: 400;
	}
	
	.elementoFooter:hover{
		font-size:16px;
		text-decoration:none;
		color:#FFFFFF;
		background-color:#3C3C3B;
		width:80%;
		font-weight: 400;
	}
	
	.elementoFooterActivo{
		font-size:16px;
		text-decoration:none;
		color:#3C3C3B;
		background-color:#EFEFEF;
		width:80%;
		font-weight: 400;
	}
	
	.redesSocialesFooter .unaRed{
		width:41px;
		margin-top:10px;
	}
	
	.contactoFooter{
		margin-bottom:30px;
		width:100%;
	}
	
	.contactoFooterUltimo{
		margin-top:60px;
		width:100%;
	}
	
	.contactoFooterIcono{
		float:left;
		width:20px;
	}
	
	.contactoFooterTexto{
		padding-top:0px;
		padding-left:15px;
		float:left;
	}
	
	.imagenesAl100{
		width:100%;
	}

	h1{
		font-size:42px;
		line-height:42px;
		margin:0px;
		font-weight:300;
		margin-bottom:15px;
	}	

	h2{
		font-size:30px;
		margin:0px;
		font-weight:300;
		margin-bottom:15px;
	}	

	.texto{
		font-size:24px;
	}

	strong{
		font-weight:500;
	}

	.extrastrong{
		font-weight:700;
	}


	.enter{
		display:block;
	}
	
	.grisOscuro{
		color:#3C3C3B;
	}
	
	.verdeOscuro{
		color:#0C4823;
	}
	
	.verdeClaro{
		color:#0FA650;
	}
	
	.blanco{
		color:#FFFFFF;
	}
	
	.botonGris{
		border: 1px solid #9C9C9B;
		padding:12px;
		color:#9C9C9B;;
		font-size:19px;
		text-align:center;
		text-decoration: none;
	}

	.botonGris:hover{
		border: 1px solid #777777;
		padding:12px;
		color:#777777;;
		font-size:19px;
		text-align:center;
		background-color: #F9F9F9;
		text-decoration: none;
	}
	
	.botonBlanco{
		border: 1px solid #FFFFFF;
		padding:12px;
		color:#FFFFFF;;
		font-size:19px;
		text-align:center;
		text-decoration: none;
	}

	.botonBlanco:hover{
		border: 1px solid #FFFFFF;
		padding:12px;
		color:#FFFFFF;;
		font-size:19px;
		text-align:center;
		text-decoration: none;
	}
	
	
	@media (max-width: 800px) {
		.header {
			display:none;
		}

		.headerMobile{
			width:100%;
			height:70px;
			display: block;
		}
		
		.primeraMitadHeaderMobile{
			width: 50%;
			float:left;
			text-align:left;
		}
	
		.segundaMitadHeaderMobile{
			width: 50%;
			float:right;
			text-align:right;
		}
		
		.logoHeaderMobile{
			max-width:140px;
			margin:20px;
			margin-top:9px;
		}
		
		.menuHeaderMobile{
			max-width:26px;
			margin:20px;
			margin-top:25px;
		}

		.primerTercioFooter, .segundoTercioFooter, .tercerTercioFooter{
			float:none;
			width:100%;
			clear:both;
			text-align:center;
			margin:0;
			padding:0;
		}
		
		.tercerTercioFooter{
			padding-top:24px;
		}
		
		.footer{
			margin-bottom:56px;
			margin-left:8px;
			margin-right:12px;
		}
		
		.lineaSeparadora{
			width:100%;
			height:2px;
			margin-top:32px;
			margin-bottom:32px;
		}
		
		.contactoFooterIcono{
			display:none;
		}

		.contactoFooterTexto{
			width:100%;
			margin:0;
			padding:0;
		}
		
		.contactoFooterUltimo{
			margin-top: 0px;
		}

		.texto{
			font-size: 18px;
			line-height: 22px;
		}

		h1{
			font-size:30px;
			margin-bottom:15px;
			
		}	

		.separadorSinLinea{
			margin-bottom:0px;
		}

		.lineaSeparadora{
			width:100%;
			margin-top:45px;
			margin-bottom:45px;
		}

		.espacioCompleto2{
			margin-bottom: 46px;
		}

	}