@font-face {
    font-family: 'medium';
    src: url('../webfonts/medium-webfont.eot');
    src: url('../webfonts/medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/medium-webfont.woff') format('woff'),
         url('../webfonts/medium-webfont.ttf') format('truetype'),
         url('../webfonts/medium-webfont.svg#petitamediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bold';
    src: url('../webfonts/bold-webfont.eot');
    src: url('../webfonts/bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/bold-webfont.woff') format('woff'),
         url('../webfonts/bold-webfont.ttf') format('truetype'),
         url('../webfonts/bold-webfont.svg#petitaboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'light';
    src: url('../webfonts/light-webfont.eot');
    src: url('../webfonts/light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/light-webfont.woff') format('woff'),
         url('../webfonts/light-webfont.ttf') format('truetype'),
         url('../webfonts/light-webfont.svg#petitalightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p,h2,h3,h4,ul{
	color:#526D6F;
	margin:auto;
}
p {
	font-family:light;
	font-size:16px;
}
p.light{
	font-family:bold;
	font-size:12px;
	color:#00A2D7 !important;
	margin:0px;
}
h2{
	font-family:light;
	font-size:64px;
	margin-bottom:7px;
	margin-top:32px;
}
h3{
	color:#FFF;
	font-size:24px;
	font-family:medium;
	margin:auto;
}
h4{
	font-size:14px;
	font-family:light;
}
ul{
	font-family:light;
}
span{
	color:#00A2D7;
}
a{
	text-decoration:none;
	text-transform:none;
	color:inherit;
}

div#bg_main{
	background-color:#00A2D7;
	background-image:url(../img/bg_main.jpg);
	background-size:cover;
	background-position:center bottom;
	height:512px;
	position:absolute;
	width:100%;
	z-index:-10;
}
#bg_banner{
	background-color:#00A2D7;
	background-image:url(../img/bg_main.jpg);
	background-size:cover;
	background-position:center;
	height:192px;
	position:absolute;
	width:100%;
	z-index:-10;
}
#bg_noticias{
	background-color:#526D6F;
	height:618px;
	position:absolute;
	width:100%;
	z-index:-11;
}
#bg_footer{
	background-color:#00A2D7;
	height:37px;
	position:absolute;
	width:100%;
	z-index:-11;
}

.menubt{
	background-color:transparent;
	font-size:12px;
	margin-left:0px;
	text-align:center;
	color:#FFF;
}
.menubt:hover{
	background-color:#00A2D7;
}

hr.noticia{
    display: block;
    border-style: solid;
    border-width: 5px;
	border-color:#00A2D7;
	height:0px;
	margin:0px;
	width:auto;
}

.noticia p{
	color:#FFF;
	margin-bottom:32px;
}
.noticioImg{
	height:192px;
	background-position:center;
	background-size:cover;
	margin-bottom:32px;
}

.display{
	background-color:#526D6F;
	margin-bottom:32px;
	padding:5px;
}
.displayText{
	padding:5px 0px 10px 10px;
}
.displayText p{
	color:#FFF;
}
.displayText div, .noticiasDestacadasTxt div{
	background-color:#00A2D7;
	color:#FFF;
	font-family:bold;
	height:28px;
	margin-top:15px;
	padding:8px 0px 0px 15px;
	width:130px;
}

div#bg_gallery{
	background-color:#000;
	display:none;
	height:100%;
	opacity:0;
	position:fixed;
		left:0px;
		top:0px;
	transition:all 0.75s;
	width:100%;
	z-index:10;
}
.galeriaImg, .galeriaImgF{
	cursor:pointer;
	margin-bottom:32px;
}
iframe#gallery{
	border:none;
	display:none;
	height: 400px;
	overflow: hidden;
	position:fixed;
		top:0px;
		left:0px;
	transition:all 0.75s;
	width: 600px;
	z-index:12;
}

.blogHead{
	margin-bottom:16px;
}
.blogHead hr{
	color:#00A2D7;
	margin:0px;
}
.blogHead h4{
	margin:6px 0px 5px 0px;
}
.blogHead a{
	color:inherit;
	text-decoration:none;
}

.agenda h2{
	margin-top:32px;
	padding-left:37px;
}
.agenda ul{
	list-style-type:none;
}

.footer{
	background-color:#00A2D7;
	color:#FFF;
	height:32px;
	font-family:light;
	font-size:20px;
	margin-top:16px;
	padding-top:5px;
}

/*ACTIVIDADES*/
.leerMas{
	cursor:pointer;
}

/*REGLAMENTO*/
.ReglasPDF{
	background-color:#00A2D7;
	height:64px;
}