@charset "utf-8";
/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
}

a{
	color:midnightblue;
}

#headercontainer{
	width: 950px;
	margin: auto;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: darkblue;
}

#header{
	width: 950px;
	margin: auto;
}

#header img.logo{
	float: left;
	width: 200px;
	padding: 0px;
	margin:0px;
	height: 100px;
}

#header ul.menu{
	position: absolute;
	text-align: left;
	padding: 0px;
	margin-left: 200px;
	margin-top: 75px;
	width: 755px;
	height: 25px;
}

#header ul.menu li.seccion{
	display:  inline-block;
	width: 150px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 14px;
	transition-duration: 0.5s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header ul.menu li.seccion:hover{
	background-color: aqua;
	transition-duration: 0.5s;
	color:white;
	background-color:darkblue;
}

#informacion{
	margin: auto;
	border: solid red thin;
	width: 950px;
	min-height: 500px;
}

#pie{
	margin: auto;
	border: solid green thin;
	width: 950px;
	background-color: darkblue;
	height: 150px;
}

table.tarifas{
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
	border: solid black thin;
	border-spacing: 0px;
}

table.tarifas td{
	border: solid black thin;
	border-spacing: 0px;
	text-align:center;
	padding: 5px;
}