/*

Alroranet.com

Hoja de estilos

*/

/***************** GENERALES *********************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

.footer{
	width: 100%;
	padding: 30px 0 35px 0;
	text-align: center;
	vertical-align: bottom;

	font-family: Arial;
	font-size: large;
	color: #fff;
	background: #404347 url('../../img/footer_bg.gif') repeat-x 0 0;
}

.footer a {
color: #fff;
}

.footer a:hover {
color: #FF8C00;
}
