/* reset */

* {
	margin: 50;
	padding: 0;
}


ol, ul {
	list-style: none;
}

a img{
	border: none;
}

a { text-decoration: none; }

.clearfix {
	display: block;
}

/* HTML5 para los navegadores viejos */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* fin reset */
/*  estilos personales */
body {
	
	background: url('../images/bg.png') repeat left top; 
	font-family: 'corbel', 'Arial', sans-serif;	
}
