@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
}
body {
	background-color: #E8E6E3;
	position:relative;
	min-width:700px;
	min-height:500px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height : 100%;
}
#contenedor_parking {
	position:absolute;
	background-color:#E8E6E3;
	width:700px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-350px;
}
#contenido_parking {
	background-color: #D3D0CB;
	width: 550px;
	display:block;
	margin: auto;
}
#wraper_parking {
	border: 1px solid #666;
	background-color: #E8E6E3;
}
.text_parking {
	font-size: 100%;
	color: #000;
	font-weight:bold;
	padding: 10px;
	text-align: center;
}
.text1_parking {
	font-size: 90%;
	color: #000;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
a:link, a:visited {
	background-color: transparent;
	color: #9D0000;
	font-weight: bold;
}
a:hover, a:active {
	background-color: transparent;
	color: #999;
	font-weight: bold;
}
#logo_parking {
	background-image: url(images/logo_parking.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 350px;
	display:block;
	margin: auto;
	padding-bottom: 30px;
}
#sombra_parking {
	background-image:url(images/sombra.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 12px;
}
