body {
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;  
	background-color: #C5D4DA;
}

#headerbar {
	width: 80%;
	background-color: #6e80a2;
	behavior:url(/css/border-radius.htc);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#contentspace {
	width: 80%;
	background-image: url(images/bg.png); 
	background-repeat: repeat-x;
	background-color: #98bdcb;
	behavior:url(/css/border-radius.htc);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#contacto {
	width: 300px;
	border: 2px solid #4D5C79;
	behavior:url(/css/border-radius.htc);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
}

#contacto legend {
	color: #c7cce5;
	padding: 4px;
	border: 2px solid #4D5C79;
	text-align:right;
	behavior:url(/css/border-radius.htc);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #6e80a2;
}

#menu {
	font-size: 9pt;
	border: 2px solid #4D5C79;
	padding: 5px;
	behavior:url(/css/border-radius.htc);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
}

a {
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	font-size: 10pt;
}

.menu_header {
	color: #2A3957;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.menu_item {
	color: #2A3957;
	border-color: #962424;
	margin: 0px;
	padding-left: 14px;
	padding-right: 4px;
}

