body{
	padding:0;
	margin:0;
	background:url(img/bg.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'pantonregular', sans-serif;
	font-size:16px;
	color:#666;
	/*background-color: #ebebeb;*/
}
a:hover .img{filter:alpha(opacity=25);-moz-opacity:.50;opacity:.50;}
a {
	color: #5399db; text-decoration:none;
}
a:hover {
	color: #125ba0;
} 

#top{
	width: 100%;
	min-width: 900px;
	height: 60px;
	position:relative;
	background-color:#2b5693;
	position:fixed;
	z-index:2;
}
#top_cont{
	width: 900px;
	margin: 0 auto;
	display: flex;
  	align-items: center;
	padding-top: 5px;
}
#top_cont .logo{
	margin: 0 20px;
}
.logo img{
	padding-right: 50px;
}
#top_cont .menu{
	margin: 0 20px;
}
.menu a{
	padding: 0 5px;
	font-size: 15px; color: #ffffff; text-decoration: none; text-transform: uppercase;
}
.menu a:hover{
	color: #fbcf48;
}
.menu span{
	padding: 0 5px;
	font-size: 15px; color: #ffffff;
}

#middle{
	width: 100%;
	min-width: 900px;
	height: 160px;
	position:relative;
}

#middle_cont{
	width: 860px;
	margin: 0 auto;
	padding: 30px 30px;
	background-color: #ffffff;
}
.col50 {
	float: left; width: 46%; text-align: left; padding:10px 2%; font-size: 15px; color: #666666; line-height: 1.3; 
}
.col1 {
	float: left; width: 14%; text-align: left; padding:10px 1%; font-size: 15px; color: #666666; line-height: 1.3; 
}
.col2 {
	float: left; width: 40%; text-align:left; font-size:13px; padding:10px 1%; font-size: 15px; color: #666666; line-height: 1.3;
}
.col2 a {
	font-size: 15px; color: #5399db; font-weight:bold; text-decoration:none;
}
.col2 a:hover {
	color: #125ba0;
}
.col2 ul {
	padding: 0 20px;;
	margin: 0 auto;
}
.clear {
	clear: both; border-bottom: 1px solid #ebebeb;
}
.clear-sem {
	clear: both;
}
.coldiv {
	clear: both; border-bottom: 1px solid #CCC;
}
hr {
	clear: both; border-bottom: 1px solid #CCC; border-top:none; border-left:none; border-right:none;
}
h2.sem {
	font-size: 24px; color: #2a5694; padding-bottom: 8px;;
}
h2 {
	font-size: 24px; color: #2a5694; padding-bottom: 8px; border-bottom: 1px solid #c4cce2;
}
h3 {
	font-size: 18px; color: #666; padding-bottom: 8px; border-bottom: 1px solid #CCC; text-transform:uppercase; text-align:center;
}
h4 {
	text-align: center; font-size: 18px;
}
h5 {
	text-align: center; font-size: 16px; color: #333333; font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid #CCC;
}
h6 {
	text-align: center; font-size: 16px; color: #b7a139; font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid #b7a139;
}
.closed {
	text-align: center; font-size: 18px; color: #b40000; font-weight: bold; margin: 20px; border: 2px solid #b40000; padding:10px;
}
p {
	text-align: justify; 
}
.sub {
	font-size: 70%; vertical-align: top;
}
.center {
	text-align:center;
}
.tittab {
	 font-size:15px; color:#125ba0; font-weight:bold;
}
.tematab{
	font-weight:600;
}
.coffeetab{
	font-size: 15px; color: #999999; font-weight:300; 
}
.azul {
	color: #125ba0;
}

