body {
	background: url(images/bg.jpg);
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
}

.container {
	position: relative;
	width: 770px;
	height: 400px;
	margin: 20px auto 20px auto;
	background: url(images/aztec.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header1 {
	background: url(images/top_bg.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
}

.logo {
	background: url(images/logo_main.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: auto;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	position: relative;
	width: 150px;
	left: 10px;
	float: left;
	margin: 0px;
}	

.menu_top {
	background: url(images/menu_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.menu_main {
	background: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	padding: 5px 20px 10px 20px;
	font-size: 12px;
	margin-top: 0px;
}

.menu_bottom {
	background: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 9px;
	padding: 0px 15px 0px 10px;
}

.contenido {
	width: 580px;
	height: 400px;
	font-size: 10px;
	float:right;
}

.contenido_top {
	background: url(images/main_window_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.contenido h4 {
	background-color: #AD1E23;
	padding: 5px;
	color: #ffffff;
}

.contenido_bottom {
	background: url(images/main_window_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
}

.maintext {
	background: url(images/main_window_main.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	width: 570px;
	height: 390px;
	overflow: auto;
	padding: 5px;
	margin-right: 5px;
}

.direccion {
	width: 220px;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
}

.mapa {
	float: right;
	width: 300px;
	border: 1px #AD1E23 solid;
	margin-right: 10px;
}

.rojo {
	color: #AD1E23;
	font-size: smaller;
}

.alternate {
	background-color: #eeeeee;
}