* {
	padding: 0;
	margin: 0;	
	border: 0;
}

html {
	background: #D20019;
	
}

body {			
	background: #D20019 url(../i/pedrofigueras.jpg) no-repeat;
	min-height: 700px;
	background-position: right top;
	color: #fff;
	font-family: Arial,"Helvetica Neue",Geneva,sans-serif;	
	padding-left: 17px;
	padding-bottom: 40px;
}

a {
	text-decoration:none;
	color: #fff;
	/*color: inherit;*/
}



