html,
button,
input,
select,
textarea {
    color: #444a5c;
}

body {
	font: 17px/27px 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 1em;
    line-height: 1.4;
	background-color:#f6f8fd;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 18px;
    border: 0;
    border-top: 1px solid #a1b6df ;
	border-bottom: 0px;
	border-right: 0px;
    margin: 1em 0;
    padding: 0em;
	margin-bottom:1.5em;
	margin-top:2em;
	background-image:url(../img/hr.png);
	background-size:contain;
	background-repeat:no-repeat;
	color:#f6f8fd;
}

img { vertical-align: middle;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.cycle-slideshow { width: 100% }
.cycle-slideshow img { width: 100%; height: auto }

.cycle-slideshow img{display:none}
.cycle-slideshow img.first{display:block}


p {
    line-height: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

p.imgFoot {
	font-style:italic;
	font-size:0.8em;
	color:#61708f;
	line-height:1em;
	text-align:right;
}

h1 {
    margin-bottom: 1em;
	font-size: 1.3em;
    font-weight: lighter;
    color: #3e73db;
}

h2 {
    margin-bottom: 0;
	font-size: 1.3em;
    font-weight: lighter;
    color: #3e73db;
	margin-top:0;
}

h3 {
    padding-top: 1em;
	margin-bottom: .5em;
	font-size: 1.1em;
    font-weight: lighter;
    color: #3e73db;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container {
    background: #3e73db;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.footer-container, .aside {
	background: #6d758e;
	background-image:url(../img/bg_footer.png);
	background-size: cover;
   
}

.footerColumn{
	float:left;
	width:100%;
}

.footerColumn ul{
	list-style:none;
	padding-left:0;
	font-weight:lighter;
	font-size:0.8em;
	line-height:1.4em;
	padding-right:2em;
}

.footerColumn li{
	margin:0;
	padding:0;
}

.footerColumn li a {
	color:#c1c4cd;
	text-decoration:none;
	margin:0; padding:0;
}

.footerColumn li a:hover{
	text-decoration:underline;
	color:#fff;
}

.footerColumn li:first-child a {
	color:#fff;
}

.copyright {
	float:left;
	width:100%;
	margin-top:1em;
	font-size:0.7em;
}
.copyright a { text-decoration: underline; color:white; }
.copyright a:hover { text-decoration: unset; }

.title {
    color: white;
}

.branding {
    max-width: 233px;
    float:left;
    margin-right: 3em;
}


.button {
	display:inline;
	font-weight:bold;
	font-size:0.9em;
	padding-bottom:0.1em;
	padding-right:0.9em;
	background-image:url(../img/button_arrow.png);
	_background-image:url(../img/button_arrow_ie.png);
	*background-image:url(../img/button_arrow_ie.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:4px 7px;
}

.button a{
	color:#3e73db;
	text-decoration:none;
}

.button a:hover{
	text-decoration:underline;
}


a {
	color:#3e73db;
	text-decoration:none;
}

.call2action3 {
	clear:both;
	border-top-color:#3e73db;
	border-top-width:1px;
	border-top-style:solid;
	margin-top:1em;
	margin-bottom:18em;
}

.call2action3 p {
	margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.call2action1 {
	float:left;
	width:100%;
	margin-bottom:1em;
}

.call2action1line {
	display: none;
}

.c2aImg {width: 100%; margin-top:1em;}
.c2aImg img { width: 100%; height: auto }

.rightImgAside, .leftImgAside {width: 100%; margin-top:1em;}
.rightImgAside img, .leftImgAside img { width: 100%; height: auto }


ul{
	list-style: circle;
}

ul li { margin-bottom: .7em; }

/* ==============
   Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    margin-top: 7em;
    font-size: 94%;
}

nav ul ul{
	position:absolute;
	z-index:999;
    left:-9999px;
	font-style:italic;
	width:300px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	border-bottom-width: thin;
}

nav ul ul li{
	padding-top:1px;
    float:none;
	text-align:left;
	background:#3e73db;	
	line-height:1.5em;
	padding-bottom:0.2em;
	padding-top:0.2em;
	border-left-style:solid;
	border-left-color:#fff;
	border-left-width: thin;
	
}

nav ul ul a{
    white-space:nowrap;
}

nav li:hover ul{ 
    left:0;
	top:-78px;
	text-align:left;
}

nav li:hover a{ 
    background:#3e73db;
    text-decoration:underline;
}

nav li:hover ul a{ 
 	text-decoration:none;
}

nav li:hover ul li a:hover{ 
	text-decoration:underline;
    background:#3e73db;
}


nav li {
	float:left;
	margin-bottom: 0px;
	padding: 0px 0;
    margin-right: 1em;
	text-align: right;
	position:relative;
}

nav ul ul li {
	margin-right:0em;
}

nav a {
    text-decoration: none;
    font-weight: lighter;
	color: white;
    background: #3e73db;
}

nav li:last-child {
     margin-right: 0;
}


nav li:first-child {
    visibility: hidden;
    display: none;
}

nav ul ul li:first-child {
    visibility: visible;
    display: block;
}


nav li.selected {
	text-decoration:underline;
	color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}


nav a:hover {
    text-decoration: underline;
}


.main {
    padding: 0px 0;
}

.main div.home {
	display:block;
    width: 100%;
    line-height: 1.5em; 
	margin-top:0;
}
	
.aside {
    color: white;
    padding: 1em 5% 2em;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

.ie7 .title {
    padding-top: 20px;
}

.section {
	margin-top:1em;
}

/* Contact form */
#contact {
	display:block;
	position:relative;
	background-position:center top;
	margin-top:20px;
	margin-bottom:50px;
	padding-left:0em;
	padding-right:1em;

}

#contact .formblock { display: block; margin-bottom: 11px; }
#contact .formblock label { font-size: 1em; display: inline-block; font-style: italic; font-weight: normal; color: #232323;  color: #5f6d7a; }

#contact .formblock .txt { padding: 4px 6px; font-size: 1em; color: #666; width: 100%; }
#contact .formblock .txtarea { font-size: 1em; font-family: 'Open Sans', sans-serif; padding: 3px 5px; color: #666; width: 100%; height: 140px; }

#contact .formblock .error {  font-size: 0.9em; font-style: normal;color: #9d3131; padding-left:1em; font-weight: 700; }
#contact .info { font-size: 1em; color: #00C; margin-bottom: 10px; color: #0a0; font-weight: 700; background: #fff; padding: 1em; border: 1px solid #0a0;  }

#contact p.tick { font-style: italic; font-size: 1em; color: #6d758e; }

#contact .subbutton { padding:0.8em 1.5em; font-size: 1em; background-color: #6d758e; color:#FFF; border:0; outline:0;}

p.alert { color: #a00; font-weight: 700; background: #fff; padding: 1em; border: 1px solid #a00; }


@media only screen and (min-width: 400px) {

    nav li:first-child {
        visibility: visible;
        display: inline;
    }
	
	.call2action1 {
		float:left;
		width:100%;
	}
	
	h1{
		font-size:1.5em;
	}
	
	.rightImgAside {
	float:right;
	width:40%;
	padding-right:1em;
	padding-left:1em;
	}

	.leftTextColumn {
		float:left;
		width:50%;
	}
	.rightTextColumn {
		float:right;
		width:42%;
		margin-top:0;
		padding-top:0;
	}
	.leftImgAside {
		float:left;
		width:50%;
		padding-right:1em;
	}


}


@media only screen and (min-width: 710px) {

.call2action1 {
	float:left;
	width:29.5%;
}
.call2action1line {
	display: block;
	float:left;
	width:1px;
	height:215px;
	border-left-color:#3e73db;
	border-left-width:1px;
	border-left-style:solid;
	margin-top:1em;
	margin-right:1em;
	margin-left:1em;
	}


	.footerColumn{
		float:left;
		width:25%;
	}



   nav {
        margin-top: 3.8em;
   }
   nav ul {
	   	margin-top: 0em;}

   nav li {
        float: left;
        margin: 0 0.5em;
		*margin: 0 0.25em;
        padding: 0 0.1em;
        margin-bottom: 0;
    }


    nav li:last-child {
        margin-right: 0;
    }

nav li:hover ul{ 
    left:0px;
	top:20px;
	text-align:left;
}

nav ul ul{
	width:300px;
	background-color:#3e73db;
	margin:0;
	padding:0;
}

nav ul ul li{
	margin:0;
	padding:0;
	float:none;
	width:280px;
	line-height:1.6em;
	padding-bottom:0.2em;
	padding-top:0.2em;
}

nav ul ul li:last-child {
	display:block;
}
/* IE Fixes  */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 710px) {

    .header-container,
    .aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }


    .title {
        float: left;
    }

    nav {
        float: right;
        width: 346px;
        margin-top: 3.8em;
		position:relative;
    	z-index:999;
    }

    .main article {
		margin-top:1em;
        float: left;
        width: 85%;
    }

    .aside {
        float: right;
        width: 32%;
		margin-left:3em;
    }

    .main div.home {
        width: 100%;
        line-height: 1.8em; 
		margin-top:0;
    }
	
	.aside.all {
		float:left;
		width:88%;
		margin-left:0;
		_margin-bottom:1em;
	}
	
			
}

@media only screen and (min-width: 800px) {

    .wrapper {
        width: 800px; 
        margin: 0 auto;
    }
	.call2action1 {
	float:left;
	width:30.3%;
	}
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Print styles */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


table {  background-color: #eee; }
table th,
table td { padding: 1em; border: 1px solid #bbb; }
table th { text-align:center; background-color: #ddd; }


#aviso-cookies { display: block; box-shadow: 0 0 20px #000; background-color: #fff; text-align: center; padding: 10px 0 1px; position: sticky; bottom: 0; }
#aviso-cookies p { max-width: 992px; margin-left: auto; margin-right: auto; font-weight: 500; }
#aviso-cookies button { margin: 5px; padding: 8px 10px; }

button.cookie { padding: 1em; background-color: #3e73db; color: #fff; border: unset; border-radius: 5px; }
button.cookie:hover { background-color: #000; color: #fff; }

a.button_cookie { padding: .5em .8em; background-color: #3e73db; color: #fff; border: unset; border-radius: 5px; margin-left: .5em; text-decoration: unset; }
a.button_cookie:hover { background-color: #000; color: #fff; }



/* EOF */