@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0; font-size:100%; font-weight:normal; list-style:none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	background-color:#000;
	border-bottom:1px #000 dashed;
}

@font-face {font-family: EngelLight; src: url('../fonts/EngelLight_ltd.ttf');}
strong {color:#0d9ce0; font-weight:normal;}


.slider {
 width: auto;
 margin: auto;
 overflow: hidden;
}

.slider ul{
display: flex;
padding: 0;
width: 400%;
animation: cambio 20s infinite;

}

.slider li {

list-style: none;

}

.slider img {

width: 100%;

}

.nivo-caption p{
text-align: center;

}


.nivo-html-caption{
   display: none;
   position: relative;
}



@keyframes cambio {

0% {margin-left: 0; }
20% { margin-left: 0;}

25% { margin-left: -100%;}
45% { margin-left: -100%;}

50% {margin-left: -200%;}
70% { margin-left: -200%;}

75% {margin-left: -300%;}
100% { margin-left: -300%;}

}



#slide {width:1000px;
		margin-left:-500px;
		left:50%;
		position:absolute;
		-moz-box-position: relative;
        -webkit-box-position: relative;
         box-position: relative;

		}
#slide article {
	font-family: EngelLight;
	font-size:30px; color:#4591d6;
	position:absolute; top:145px;
	right:500px;
	text-align:right;
	width:400px;
	-moz-box-position: absolute;
    -webkit-box-position: absolute;
     box-position: adsolute;
	}
#slide article b {color:#000000; font-weight:bold;}
#slide article br {margin-bottom:25px;}
#slide article a {
	border-radius:10px;
	background-color:#4591d6;
	color:#fff;
	text-shadow:1px 1px 1px #066ad0;
	font-size:25px;
	text-decoration:none;
	padding:25px 25px 20px 25px;
}

#slide article a:hover {
	box-shadow: 0 0 1px #000;
    background-color:#0c88c2;
	-moz-box-box-shadow: 0 0 1px #000;
    -webkit-box-box-shadow: 0 0 1px #000;
     box-box-shadow: 0 0 1px #000;
	}
#slide article p{
	color:#fff;
	font-size:9px;
	margin-top:18px;
	margin-right:30px;}

#slideshow {
	margin:0;
	padding:0;
	position:relative;
	-moz-box-position: relative;
    -webkit-box-position: relative;
     box-position: relative;
}

#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	-moz-box-position: relative;
    -webkit-box-position: relative;
     box-position: relative;

}

#slideshow ul li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	-moz-box-position: relative;
    -webkit-box-position: relative;
     box-position: relative;
}


.caption {
	display:none;
}

#content {
	width:920px;
	position: center-right;
	margin-left:auto;
	margin-right:auto;
	}


header {
	font-family: EngelLight;
	color: #fff;
	height:70px;
	background-color:white;
	opacity:0.8;
	padding-top:5px;
}

header h1{
	width:75px;
	height:50px;
	font-size:15px;
	padding-left:70px;
	padding-top:0px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}

header b {color:black; font-size:20px; float:right; margin-top:-37px;}
header b .one {font-size:25px; color:black; padding-left:25px;}
header b .rest {font-size:20px; color:white; letter-spacing:0.1em;}

nav {
	width:960px;
	color:#fff;
	height:30px;
	background-color:white;
	opacity:0.8;
	margin:386px auto 0 auto;
	padding-left:40px;
	padding-top:19px;
}

nav ul li {float:left;}
nav li {margin-right:40px;}

nav a {color:black; text-decoration:none; padding:10px 13px 8px 13px;}
nav a:hover {
	background-color:#0d9ce0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#encard {
	background-color:#fff;
	height:375px;
	width:960px;
	padding-left:40px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}


#encardemp {
	background-color:#fff;
	height:375px;
	width:960px;
	padding-left:80px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}

#encardqs {
	background-color:#fff;
	height:375px;
	width:auto;
	padding-left:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}


#encardqs .qstxt {
	background-color:#fff;
	height:0px;
	width:960px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}


#encardinicio {
	background-color:#fff;
	height:460px;
	width:auto;
	padding-left:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}

#encardinicio .inicioimg {
	background-color:#fff;
	height:0px;
	width:960px;
	margin-top:10px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}



#encardval {
	background-color:#fff;
	height:500px;
	width:auto;
	padding-left:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}

#encardval .qstxt {
	background-color:#fff;
	height:0px;
	width:960px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}
#encardcontac {
	background-color:#fff;
	height:300px;
	width:auto;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}
#encardcontac .contac {
	background-color:#fff;
	height:250px;
	width:960px;
	margin-top:10px;
	padding-left:50px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	}

h2 {
	font-family:EngelLight;
	font-size:19px;
	font-weight: bolder;
	text-shadow:1px 1px 1px #066ad0;
	border-bottom:10px #000;
	margin-top:35px;
	margin-bottom:20px;
}

h1 {
	font-family:EngelLight;
	font-size:13px;
	font-weight:bold;
	/*border-bottom:1px #000 dashed;*/
	margin-top:10px;
	margin-bottom:0px;
}
/*
h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:30px;
	font-weight:bold;
	/*border-bottom:10px #000 ;
	margin-top:-25px;
	margin-bottom:0px;
}
*/
h4 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:10px;
	font-weight:bold;
	/*border-bottom:10px #000 ;*/
	/*text-shadow:0.5px 0.5px 0.5px #000000;*/
	margin-top:10px;
	margin-bottom:0px;
}

h5 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:15px;
	font-weight:bold;
	/*border-bottom:10px #000 ;*/
	/*text-shadow:0.5px 0.5px 0.5px #000000;*/
	margin-top:10px;
	margin-bottom:0px;
}

h6 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:15px;
	font-weight:bold;
	/*border-bottom:10px #000 ;*/
	/*text-shadow:0.5px 0.5px 0.5px #000000;*/
	margin-top:10px;
	margin-bottom:0px;
}


article {width:200px; text-align:left-side; float:left; margin-right:36px;}
#encard article img {margin-bottom:0px;}
#encard article p {line-height:15px; margin-bottom:15px;}

#encardemp .val{width:280px; text-align:justify; float:left; margin-right:36px;}

#encard article a{
	color:#fff;
	letter-spacing:0.01em;
	text-decoration:none;
	background-color:#0d9ce0;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#encard article a:hover {
	background-color:#0c88c2;
	box-shadow:0 0 1px #666;
}

#special {
	width:960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding-left:40px;
	color:#fff;
	background-color:#0d9ce0;
	text-shadow:1px 1px 1px #045ea9;
	font-size:12px;
}

#special .twitter {
	height:18px;
	width:180px;
	background-image:url(../img/twitter.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:10px;
	position:absolute;
	margin-top:10px;
}

#special a {color:#fff; text-decoration:none;}

#special .rss {
	height:18px;
	width:200px;
	background-image:url(../img/rss.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:10px;
	position:absolute;
	margin-top:10px;
	margin-left:250px;
}

#special .news {text-shadow:none; font-family:EngelLight; font-size:23px; margin-top:17px; position:absolute; margin-left:560px;}
#special form {float:right; margin-right:100px;}

#special input[type=text] {
   height:25px;
   width:150px;
   color:#000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   margin-top:11px;
   border:none;
}

#special input[type=button] {
   height:69px;
   width:52px;
   background-image:url(../img/bouton_ok.png);
   background-repeat:no-repeat;
   background-color:transparent;
   border:0;
   position:absolute;
   margin-top:-5px;
   margin-left:20px;
   color:transparent;
   cursor:pointer;
}


/*#special a{
	height:0;
	padding:10px 10px 50px 10px;
	position:relative;
	float:right;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc8c2a), to(#c9480e));
    background: -webkit-linear-gradient(top, #fc8c2a, #c9480e);
    background: -moz-linear-gradient(top, #fc8c2a, #c9480e);
    background: -ms-linear-gradient(top, #fc8c2a, #c9480e);
    background: -o-linear-gradient(top, #fc8c2a, #c9480e);


}

#special a:after   {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -30px;
	left: -6px;
	border: 28px solid;
	border-color: transparent transparent #fff transparent;
}  */


footer {
	/*background-image:url(../img/footer.png);
	background-repeat:repeat-x;
	height:50px;
	width:50px;
	padding-left:40px;
	margin-left:auto;
	margin-right:auto;	*/
}

footer h2 {color:#fff; border-bottom:1px #fff dashed;}

#donation {width:1000px;}
/*#testimonials {width:600px;}*/

/*#donation a{
	color:#fff;
	letter-spacing:0.90em;
	text-decoration:none;
	background-color:#0d9ce0;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

#donation a:hover {
	/*background-color:#0c88c2;
	box-shadow:0 0 1px #666;*/
}

#donation  {
	     margin-bottom:10px;
		 margin-top:0.5px;
		 margin-left:20px;
		 margin-left:100px;

		 }
/*#donation li {
	height:16px;
	background-color:#2e2e2e;
	margin-bottom:5px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-top:4px;
	padding-left:15px;
} */

.portrait {
	width:540px;
	height:44px;
	margin-bottom:15px;
	padding-left:60px;
	padding-top:10px;
	background-image:url(../img/pp.png);
	background-repeat:no-repeat;
}
.portrait strong {font-style:italic;}

footer article p{line-height:17px;}

.publish {
	height:20px;
	background-color:#2e2e2e;
	margin-bottom:5px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left:15px;
	padding-top:8px;
}

.publish .logo {
	font-family:EngelLight;
	font-size:13px;
	margin-right:30px;
	margin-left:40px;

}

.publish a {color:#fff;}
.publish img {position:absolute; margin-top:-5px;}
