
* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
	}

body { 
	height: 100%;
	color: #000;
	padding: 0 20px;
	background: #fff url(carrera.jpg) right -7px no-repeat;
	}

table {
	height: 100%;
	}

td {
	text-align: left;
	vertical-align: top;
	}

td.line {
	border-right: 1px solid #999;
	}

p { 
	color: #333;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 0 10px 8px 12px;
	}

h1, h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 20px 10px 10px 10px;
	}

a:link, a:visited, a:active { 
	color: #333;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover { 
	color: #333;
	text-decoration: none;
	}



