@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #c9e7f7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #005c8f url(images/bg_body_left.png) top left repeat-x;
}
a {
	text-decoration: none;
	color: #5fc6fe;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	margin: 0;
	padding: 0;
}
h4, h5 {
	font-family: "Segoe UI", Verdana, Geneva, sans-serif;
	margin: 2px;
	font-weight: normal;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 16px;
}
span.sep {
	display: block;
	border-bottom: 2px #388dbb dotted;
	height: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}
#bg_body_right {
	width: 50%;
	height: 203px;
	position: absolute;
	z-index: 0;
	display: block;
	background: url(images/bg_body_right.png) top left repeat-x;
	top: 0px;
	right: 0px;
}

#c1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(images/bg_c1.png) 0px 203px repeat-x;
}

#header {
	width: 920px;
	height: 203px;
	margin: 0 auto;
	background: url(images/bg_header.jpg);
}

#header .menu {
	text-align: center;
}
#header .menu a {
	display: inline-block;
	padding: 0px 25px;
	padding-top: 8px;
	font-size: 20px;
	color: #f6f6f5;
	font-family: "Segoe UI", Verdana, Geneva, sans-serif;
	border-left: 1px solid #27bffb;
}
#header .menu a:first-child {
	border-left: none;
}
#content_wrapper {
	background: url(images/bg_content_wrapper.png) top center no-repeat;
	min-height: 570px;
}

#content {
	width: 920px;
	margin: 0 auto;
	padding-top: 37px;
	overflow: hidden;
	line-height: 20px;
}
#tiles {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tiles a {
	float: left;
}
.content_left {
	width: 240px;
	float: left;
}
.newsletter {
	text-align: right;
	margin-top: 20px;
}
.blue {
	color: #5ccdff;
}
form#newsletter_form {
	width: 226px;
	height: 60px;
	background: url(images/bg_newsletter.png) top left no-repeat;
	padding-top: 10px;
	padding-right: 15px;
}
form#newsletter_form input {
	color: #f6f6f5;
	background: none;
}
form#newsletter_form input[type="text"] {
	border: 1px #f6f6f5 solid;
	width: 200px;
	padding: 5px 5px;
	font-size: 11px;
}
form#newsletter_form input[type="submit"] {
	border: none;
	font-size: 18px;
}

.content_right {
	float: right;
	margin-right: 10px;
	width: 670px;
	overflow: hidden;
}

.box_rbl {
	background: #003b6f url(images/bg_box_rbl.png) bottom left no-repeat;
	color: #5fc6fe;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	text-align: right;
}
.box_r {
	background: #003b6f url(images/bg_box_r.png) top left no-repeat;
	color: #5fc6fe;
}
.box_r .content {
	background: url(images/bg_box_r_content.png) bottom left no-repeat;
	padding: 7px;
}

.box_r_long {
	background: #003b6f url(images/bg_box_r_920.png) top left no-repeat;
	color: #5fc6fe;
}
.box_r_long .content {
	background: url(images/bg_box_r_content_920.png) bottom left no-repeat;
	padding: 7px;
}

.box_r .date, .box_r_long .date, .box_rbl .date, .date {
	color: #3a95c6;
	font-size: 12px;
}
#footer2 {
	height: 100px;
	width: 920px;
	margin: 10px auto;
	padding: 8px 0px;
	font-size: 10px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

#footer {
	border-top: 4px solid #003c71;
	width: 920px;
	margin: 10px auto;
	padding: 8px 0px;
	font-size: 10px;
}
#footer a {
	color: #279dde;
}
#footer .menu a {
	display: inline-block;
	border-left: 1px #279dde solid;
	padding: 0px 5px 0px 5px;
	color: #27c1fd;
}
#footer .menu a:first-child {
	border-left-style: none;
	padding-left: 0px;
}
#footer .menu {
	float: left;
}
#footer .copy {
	color: #2479a8;
	float: right;
	font-weight: bold;
}
.textHeader, h3 {
	font-size: 20px;
	text-align: left;
}

.reserved_space {
	font-size: 12px;
	font-weight: bold;
	width: 212px;
	text-align: center;
	margin-left: 10px;
	color: #003361;
	text-transform: uppercase;
	background: #fff url(images/bg_box_rbl_white.png) bottom left no-repeat;
}

.galeria {
	text-align: center;
}
.galeria img{
	margin: 3px;
	padding: 3px;
	border: 3px solid #003b6f;
}

