body {
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-color:#FFF;
}
a:link {
	color: #898989;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #898989;
}
a:hover {
	text-decoration: none;
	color: #e51b24;
}
a:active {
	text-decoration: none;
	color: #e51b24;
}
#header {
	height:309px;
	background-image:url(../img/header/header_space.jpg);
	background-repeat:no-repeat;
}
#home {
	margin:160px 0px 200px 200px;
}
#menu {
	float:right;
	margin-top:10px;
	font-size:14px;
	text-align:right;
}
.menu_items {
	padding-left:80px;
}
#footer {
	background-color:#e51b24;
	height:30px;
	color:#e51b24;
}
#contenedor_texto {
	margin-top:40px;
	margin-bottom:30px;
	float:left;
	letter-spacing:.5px;
	line-height:15px;
}
#contenedor_derecha {
	margin-top:15px;
	margin-bottom:30px;
	margin-right:30px;
	float:right;
	letter-spacing:.5px;
	line-height:15px;
	cursor:pointer;
}
.titulitos {
	color:#e51b24;
}
.rutas {
	letter-spacing:.5px;
	line-height:15px;
	background-color:#fff;
	padding:20px;
	width:740px;
	margin:10px;
}
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#000;
	width:800px;
	position:absolute;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

