/* Adriel Media * Template style */
/*
Last update: 06/08/2010
*/

/*
body {
	background-color: #FFF;
	font-family: verdana, arial;
}
*/

a {
	color: #0B2743;
	text-decoration: none;
}

.linkSite, .linkSite:hover  {
	color: #0B2743;
	text-decoration: underline;
}

.break {
	clear: both;
}

.ehbckcolor {
	background: #0B2743;
	color: #FFF;
}

.ehborder {
	border: 1px solid #FFF;
}

.navbar {
	padding: 10px 10px 10px 20px; !important
}

.imagetextsmall {
	color: #666;
	font-size: 0.9em;
}

.display-5 {
	font-weight: bold;
	font-size: 2.8em; !important
}

.featurette img {
	border: 1px solid #898989;
}

.text_shadow {
	text-shadow: 2px 2px #000;
}

.nav-link {
	color: #FFF !important;
	font-size: 1.1em !important;
}

/*
	politica de cookies
*/
#infocookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
	background: #0B2743;
	color: #FFF;
	opacity: 0.9;
}
.infobox {
    margin: auto;
    position: relative;
    top: 0px;
    width: 100%;
    text-align:center;
}
.infobox p {
    line-height:58px;
    font-size: 1em;
    text-align:center;
}
.infobox p a {
    margin-right:5px;
    text-decoration: underline;
	color: #FFF;
}