/* CSS Contenido Homepage - Sitio web oficial de NACH */

# {
	margin: 0px;
	padding: 0px;
	}

#bienvenida {
	width: 462px;
	height: 115px;
	background-image: url(images/homepage/bienvenida.jpg);
	background-position: top;
	}
#bienvenida:hover {
	background-position: bottom;
	}
#txt_bienvenida {
	width: 315px;
	padding: 10px 0px 0px 140px;
	text-align: justify;
	}
	
#arsmagna {
	width: 462px;
	height: 115px;
	background-image: url(images/homepage/arsmagna.jpg);
	background-position: top;
	}
#arsmagna:hover {
	background-position: bottom;
	}

#suburbia {
	width: 462px;
	height: 115px;
	background-image: url(images/homepage/suburbia.jpg);
	background-position: top;
	}
#suburbia:hover {
	background-position: bottom;
	}

	
#tu_sitio {
	width: 230px;
	height: 110px;
	background-image: url(images/homepage/tu_sitio.jpg);
	background-position: top;
	float: left;
	}
#tu_sitio:hover {
	background-position: bottom;
	}
	
#reflexiones {
	width: 230px;
	height: 110px;
	background-image: url(images/homepage/reflexiones.jpg);
	background-position: top;
	float: right;
	}
#reflexiones:hover {
	background-position: bottom;
	}
	

/* CSS Bot�n Entrar - Sitio web oficial de NACH */

.entrar_home {
	width: 70px;
	height: 20px;
	padding: 80px 0px 0px 10px;
	}