@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#B76C1C;}
a:hover{color:#cc0000;}
a img {border-width:0;}


body{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	font-weight:bold;
	color:#472A0B;
}

#todo{
	position:relative;
	margin:0 auto;
	width:800px;
	height:600px;
	background-image:url("img/fondo.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}

#logo{
	position:absolute;
	left:0;
	top:0;
	width:235px;
	height:70px;
}

#logoparking{
	position:absolute;
	left:370px;
	top:9px;
}

#correo{
	position:absolute;
	left:600px;
	top:40px;
}

#central{
	position:absolute;
	left:100px;
	top:110px;
	width:560px;
	height:381px;
	padding:20px;
	text-align:center;
	overflow:auto;
	line-height:120%;
}

h1{
	margin: 15px 0;
}

#central a{
	margin:8px;	
	opacity:0.8;
}
#central a:hover{
	opacity:1;
}

#menu{
	position:absolute;
	left:30px;
	top:555px;
	text-align:center;
}

#menu a{
	display:block;
	float:left;
	height:37px;
	padding:8px 15px 0 15px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

#menu a:hover{
	background-image:url("img/fondo-menu.gif");
	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
}

#inferior{
	position:relative;
	margin:0 auto;
	width:780px;
	padding:10px;
	background-color:#A1A39E;
	color:#000000;
	text-align:center;
}

