*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#045692;
	font-family: 'Oxygen', sans-serif;
	color:#606060;
}

p{
	margin-bottom:10px;
}

a{
	color:#fda310;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}

#topLine{
	background:url(../images/linea-superior.gif) top left repeat-x;
	height:13px;
}

#header{
	background:#FFF;
}

#contentHeader{
	width:980px;
	height: 220px;
	background:url(../images/back-header.jpg) top right no-repeat;
}

#contentHeader #logo{
	float:left;
	display:inline-block;
	width:259px;
	height:191px;
	margin-top:10px;
	margin-left:20px;
}

#languages{
	position:relative;
	float:right;
	margin-right:10px;
	background-color:#1d3356;
	background-image:url(../images/back-lang.gif);
	background-position:top left;
	background-repeat:repeat-x;
	top:-3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-ms	-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 0 3px #999;
	-ms-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	padding: 3px;
}

#languages li{
	float:left;
	list-style:none;
	margin-left:7px;
	margin-right:7px;
}

#languages li a{
	display:inline-block;
	width:16px;
	height:11px;
}

#languages li a:hover{
	position:relative;
	top:-3px;
}

#languages li .selected{
	opacity:0.7;
}

#languages li #es{
	background-image:url(../images/lang/es.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #gb{
	background-image:url(../images/lang/gb.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #fr{
	background-image:url(../images/lang/fr.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #nl{
	background-image:url(../images/lang/nl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #cy{
	background-image:url(../images/lang/cy.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #lt{
	background-image:url(../images/lang/lt.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#languages li #sk{
	background-image:url(../images/lang/sk.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

.container{
	width:980px;
}

#barMainMenu{
	position:relative;
	background:url(../images/back-menu.gif) top left repeat-x;
	overflow:auto;
	-moz-box-shadow: 0 0 3px #999;
	-ms-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	z-index:1;
}

#mainMenu{
	float:left;
	width:750px;
}

#mainMenu li{
	float:left;
	list-style:none;
	overflow:hidden;
}

#mainMenu .menuSeparator{
	width:1px;
	height:48px;
	background:url(../images/menu-separator.gif) top left no-repeat;
}

#mainMenu li .itemMenu{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	padding: 12px 12px 0px 12px;
	height:36px;
	text-shadow: 2px 2px 2px #333;
}

#mainMenu li .itemMenu:hover{
	background:url(../images/back-menu-on.gif) top left repeat-x;
	text-shadow: -3px -1px 2px #09F;
}

#mainMenu li .itemSelected{
	background:url(../images/back-menu-on.gif) top left repeat-x;
	text-shadow: -3px -1px 2px #09F;
}

#topSearch{
	float:left;
	width:180px;
	padding-top:7px;
}

#search{
	width:88%;
	padding:8px 8px 8px 33px;
	background-color: #FFF;
	background-image: url(../images/lupa.gif);
	background-position: 5px;
	background-repeat:no-repeat;
	margin-left:25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px 2px #CCC;
	-ms-box-shadow: inset 0 0 5px 2px #CCC;
	-webkit-box-shadow: inset 0 0 2px 2px #CCC;
	box-shadow: inset 0 0 5px 2px #CCC;
	border:none;
	color:#888787;
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
}

#content{
	background-image:url(../images/back-content.gif);
	background-position:top left;
	background-repeat:repeat;
}

#page{
	width:980px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 3px #999;
	-ms-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	padding-top:30px;
	overflow:auto;
}

#left{
	float:left;
	width:645px;
	margin-left:30px;
	margin-right:30px;
	min-height:200px;
	font-size:13px;
}

#left h2{
	background-color:#1d3255;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px #589cdd;
	-ms-box-shadow: 3px 3px #589cdd;
	-webkit-box-shadow: 3px 3px #589cdd;
	box-shadow: 3px 3px #589cdd;
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
}

#left h2 .bocadillo{
	position:relative;
	display:inline-block;
	width:21px;
	height:18px;
	background-image:url(../images/bocadillo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	top:30px;
	left:-10px;
}

#left .content{
	padding:10px;
}

#left .content p{
	margin-bottom:10px;
}

#left .content ul{
	margin-bottom:10px;
	margin-left:25px;
}

#left .content ul li{
	margin-bottom:10px;
}

#left .home{
	background-image:url(../images/home-title.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:25px;
}

#left .actividad{
	background-image:url(../images/actividad-title.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:25px;
}

#left .news{
	background-image:url(../images/news-title.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:25px;
}

#left .contact{
	background-image:url(../images/contact-title.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:25px;
}

#left .enlaces{
	background-image:url(../images/icon-enlaces.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:30px;
}

#left .home .bocadillo, #left .actividad .bocadillo, #left .news .bocadillo, #left .contact .bocadillo{
	left:-25px;
}

#left .enlaces .bocadillo{
	left:-30px;
}

#left .separator{
	height:2px;
	background-color:#fb931f;
}

#left .listado{
	padding:10px;
}

#left .listado .item{
	padding-bottom:15px;
	border-bottom:1px dotted #374663;
	margin-bottom:15px;
	overflow:auto;
}

#left .listado .item h3{
	font-size:20px;
	color:#374663;
	margin-bottom:10px;
}

#left .listado .item .fecha{
	width:150px;
	float:left;
	color:#999;
}

#left .listado .item img{
	float:left;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	-moz-box-shadow: 0 0 3px #CCC;
	-ms-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
}

#left .listado .item .masInfo{
	display:inline-block;
	margin-top:15px;
	margin-left:20px;
}

#left .portada{
	float:left;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	-moz-box-shadow: 0 0 3px #CCC;
	-ms-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
}

#left .socialsmall{
	width:350px;
	float:right;
	margin-bottom:10px;
}

#left .formulario{
	padding:10px;
}

.box95{
	width:95%;
	padding:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px 2px #CCC;
	-ms-box-shadow: inset 0 0 5px 2px #CCC;
	-webkit-box-shadow: inset 0 0 2px 2px #CCC;
	box-shadow: inset 0 0 5px 2px #CCC;
	border:1px solid #FFF;
	color:#888787;
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
}

.box95:focus{
	border:1px solid #0CF;
}

.txtNoticiaCen .addthis_toolbox, .txtNoticiaIzq .addthis_toolbox, .txtNoticiaDer .addthis_toolbox{
	margin-top:10px;
}

.imgNoticiaIzq, .imgNoticiaDer{
	width:150px;
	height:100px;
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	overflow:hidden;
}

.imgNoticiaDer{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imgNoticiaIzq{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.txtNoticiaIzq, .txtNoticiaDer{
	width:360px;
	text-align:justify;
}

.txtNoticiaDer{
	float:right;
}

.txtNoticiaIzq{
	float:left;
}

#left .listado .itemEnlace{
	overflow:auto;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	-ms-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

#left .listado .itemEnlace h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#606060;
	margin-bottom:5px;
}

#left .listado .itemEnlace a{
	display:block;
	color:#fb951e;
	font-size:12px;
	text-decoration:none;
}

#left .listado .itemEnlace a:hover{
	opacity:0.7;
}

#socialtools{
	margin-left:-100px;
	-moz-box-shadow: -2px 0 3px #CCC;
	-ms-box-shadow: -2px 0 3px #CCC;
	-webkit-box-shadow: -2px 0 3px #CCC;
	box-shadow: -2px 0 3px #CCC;
}

#bienvenida{
	width:615px;
	/*background-image:url(../images/bienvenida.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-image:url(../images/home.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:15px 15px 0px 15px;
	border:1px solid #CCC;
	-moz-box-shadow: 0 0 3px #CCC;
	-ms-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

#picHome{
	position:relative;
	width:25px;
	height:19px;
	background-image:url(../images/pic-home.png);
	background-position:top left;
	background-repeat:no-repeat;
	top:-13px;
	left:-3px;
}

#bannersInicio{
	padding:20px 0px 20px 40px;
}

#bannersInicio a{
	display:inline-block;
	float:left;
	width:239px;
	height:162px;
	margin-bottom:35px;
}

#bannersInicio a:hover{
	opacity:0.7;
}

#bannersInicio .left{
	margin-right:65px;
}

#right{
	float:left;
	width:240px;
	min-height:200px;
}

.banner{
	text-align:center;
	margin-bottom:15px;
}

#bannerBlog{
	margin-top:50px;
	margin-bottom:55px;
}

#bannerBlog img{
	margin-bottom:15px;
}

.btnOrange{
	display:inline-block;
	padding:8px 25px 8px 25px;
	background-color:#fb9220;
	background-image:url(../images/back-btn-orange.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-style:italic;
	font-weight:400;
	color:#FFF;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #999;
	-ms-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	margin:10px;
	text-shadow: 1px 1px 2px #c2711a;
}

.btnOrange:hover{
	background-color:#fb9220;
	background-image:url(../images/back-btn-orange-on.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.box{
	margin-bottom:15px;
}

.box h3{
	background-color:#1d3255;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px #589cdd;
	-ms-box-shadow: 3px 3px #589cdd;
	-webkit-box-shadow: 3px 3px #589cdd;
	box-shadow: 3px 3px #589cdd;
	color:#FFF;
	font-size:16px;
}

.box h3 .bocadillo{
	position:relative;
	display:inline-block;
	width:21px;
	height:18px;
	background-image:url(../images/bocadillo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	top:28px;
	left:-30px;
}

#boxEnlaces h3{
	background-image:url(../images/icon-enlaces.gif);
	background-position: 15px;
	background-repeat:no-repeat;
	padding-left:30px;
}

.box .content{
	padding:15px;
}

.itemEnlace{
	margin-bottom:10px;
	padding:10px;
	border-bottom: 1px dotted #374663;
}

.itemEnlace h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#606060;
	margin-bottom:5px;
}

.itemEnlace a{
	display:block;
	color:#fb951e;
	font-size:12px;
	text-decoration:none;
}

.itemEnlace a:hover{
	opacity:0.7;
}

#footerSeparator{
	height:2px;
	background-image:url(../images/footer-separator.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#footer{
	background-image:url(../images/back-footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
	min-height:224px;
	padding-top:30px;
}

#logoUE{
	float:left;
	display:inline-block;
	width:202px;
	height:63px;
	margin-left:15px;
}

#txtRightFooter{
	float:right;
	text-align:right;
	color:#FFF;
	font-size:11px;
	margin-right:15px;
}

#txtRightFooter a{
	color:#FFF;
}

#slogan{
	width:700px;
	text-align:center;
	font-style:italic;
	font-size:12px;
	color:#FFF;
	margin-top:45px;
}
.linkCategoria{
	display:inline-block;
	float:left;
	width:72px;
	padding-top:72px;
	height:60px;
	background-image:url(../images/folder-icon.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:30px;
	margin-bottom:30px;
	text-align:center;
}

.linkCategoria:hover{
	opacity:0.7;
}
.txtEnlace h3{
	font-family: 'Oxygen', sans-serif;
	color:#5c8a0b !important;
}