@charset "UTF-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
   
}


body {
	background-image: url("../images/background_verde_textura.png");
	width: auto;
	height: auto;
	
}

.header-anam {
	width: auto;
	height: 90px;
	padding-left: 300px;
	
}

header {
	width: auto;
	height: 110px;
	background-color: #FFFFFF;

}
.imagen-front {
	align-content: center;
	width: 1000px;
	height: 563px;
	padding-top: 90px;
	
}
footer {
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 0px;
	width: auto;
	height: 140px;	
	background-color: #125749;
	
	}

.footer-gob{
	width: 150px;
	height: auto;
	padding-left: 350px;
	padding-top: 25px;
	padding-right: 400px;
	align-content: center;
	float: left;
	

}

.redes-texto{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	font-style: normal;
	color: white;
	padding-top: 41px;
	padding-left: 150px;

	
}

.twitter-icon{
	width: 30px;
	height: 35px;
	padding-left: 4px;
	padding-top: 5px;
	float: left;
}

