/* CSS Document */
html, body {
	height: 100%;
}
body {
	background-color: #16416e;
	margin: 0px;
	color: #afc6d6;
	font-family: Arial;
	font-size: 14px;
	min-width: 760px;
}
h1 {
	color: white;
	font-weight: normal;
	font-family: Arial;
	font-size: 23px;
	margin-top: 15px;
}
h1.title {
	margin: 0px;
	font-size: 45px;
}
h2 {
	color: #6695b5;
	font-weight: normal;
	font-family: Arial;
	line-height: 85%;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 2%;
}
h3 {
	font-size: 23px;
	color: white;
	font-weight: normal;
	margin-top: 15px;
}
#header {
	position: relative;
	padding-top: 20px;
	width: 90%;
	left: 5%;
}
#viewport {
	min-height: 100%;
}
#push {
	height: 60px;
}
#wrapper {
	width: 100%;
	background-image: url("../img/bgm.png");
	background-repeat: repeat-x;
}
#menu {
	position: relative;
	top: 23px;
	height: 107px;
}
#content {
	position: relative;
	left: 5%;
	width: 95%;
	margin: 0px;
}
#contentpart1 {
	float: left;
	width:  25%;
	min-width: 300px;
	background-image: url("../img/bgc.png");
	background-repeat: repeat-x;
	margin: 0px;
	margin-right: 1px;
	padding: 25px;
}
#contentpart2 {
	float: left;
	width: 25%;
	min-width: 300px;
	background-image: url("../img/bgc.png");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 25px;
}
#mapa
{
margin-top: 30px;
}
#mapa img
{
margin-left: 15px;
}
div.clear {
	clear: both;
}
#footer {
	width:  100%;
	height: 60px;
	margin-top: -60px;
	line-height: 60px;
	background-color: #051c2c;
	font-size: 14px;
	text-align: right;
}
span.footer {
	padding-right: 15px;
}
li {
	margin: 15px;
}
ul {
	padding: 0px;
	padding-left: 15px;
	list-style-type: square;
}
ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 5%;
}
li.menu {
	float: left;
	display: inline;
	margin: 0px;
}
a {
	font-family: Arial;
	color: #afc6d6;
}
#menuitem:hover {
	background: url("../img/mline_hover.png");
	background-repeat: repeat-x;
}
a.menuitem {
	display: block;
	height: 33px;
	line-height: 95%;
	background: url("../img/mline.png");
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 20px;
	padding-top: 30px;
}
a.menuitem:hover, a.menuitem.active {
	background: url("../img/mline_hover.png");
	background-repeat: repeat-x;
}
a.menuitem strong {
	display: block;
	color: white;
	font-size: 18px;
}
a.menuitem span {
	max-width: 60%;
	font-size: 11px;
	color: #305066;
}
p.text {
	line-height: 18px;
}
@media screen and (max-width: 900px) {
a.menuitem strong {
	font-size: 16px;
}
a.menuitem span {
	max-width: 90px;
	display: block;
}
}