body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #181818;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(gfx/fondo_pagina.gif);
	background-repeat: no-repeat;
	background-position: center top;
margin-top:15px;
}


.main {

	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.title {
	background-color: #000000;
	background-image: url(gfx/parking.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 300px;
	width: 200px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.splash {
	background-color: #000000;
	background-image: url(gfx/splash.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 500px;
	position: relative;
	float: right;
}

.box {
	background-color: #000000;
	height: 200px;
	width: 200px;
	position: relative;
	float: left;
	margin-top: 5px;
}


.txt {
	background-color: #101010;
	height: 200px;
	width: 500px;
	position: relative;
	float: right;
	margin-top: 5px;

}

.txt_inside {	
padding: 10px 10px 10px 20px; 
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
.adv {
	font-size: 11px;
}

.piede {
	clear: both;
	font-size: 9px;
	padding-top: 15px;
	text-align: right;
}
