@charset "utf-8";
/* CSS Document */

body{
background: #f0f0f0;
}

#container{
width: 700px;
position:center;
left: 25%;
right: 25%;
margin-left:auto;
margin-right: auto;


}

#header{
float: center;
width: 602px;
height: 195px;
background: #f0f0f0 url(../images/bg_head.jpg);
margin-left:auto;
margin-right: auto;
}
#navigation{
float: center;
width: 700px;
height: 25px;
background: #f0f0f0;
margin-left:auto;
margin-right: auto;
}
#content{
float: center;
width: 602px;
background: #FFFFFF;
margin-left:auto;
margin-right: auto;
}

#footer{
float: center;
width: 602px;
height: 20px;
background: #f4f4f4;
margin-left:auto;
margin-right: auto;
}

.ruta{
width: 45%;
border: 1px solid #f4f4f4;
background: #FFFFFF;
float: left;
margin-right: 5px;
padding: 10px;
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weith: bold;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #000000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weith: normal;
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: #000000;
}

p{
	font-family: Arial, Helvetica, sans-serif
	font-size: 0.8em;
	margin: 1em;
	margin-bottom: 2em;
}


