@charset "utf-8";
/* CSS Document */

	
	
body{ margin:0; padding:0; background:#707173; color:#000; font:18px Arial, Helvetica, sans-serif}
img{ border:0}
.uc{ width:350px; background:#fff; margin:0 auto; padding:20px;box-shadow: 2px 2px 10px #888888;}
h1{ color:#666666; font-weight:normal; font-size:18px}
.dati{width:390px; margin:0 auto; padding:8px 0 ; background: url(../images/nero.png) bottom left repeat-x; color:#fff;}
.dati a{ color:#fff; text-decoration:none; font-weight:bold; padding:0 2px}
.dati a:hover{ background:#000}
/*Slide Immagini*/

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li { list-style-type:none}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/sfondo.png);
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


#container_home {position:absolute;width:960px;height:480px; padding:0;top:50%;margin-top:-275px;left:50%;margin-left:-480px;z-index:5; text-align:center; }

.imei{ float:left;  width:360px; height:480px; padding:0 0 0 600px; color:#fff; text-align:left }
.testo{ position:absolute; bottom:-150px;}
.testo a{ color:#fff; text-decoration:none}
.accento{ color:#cc33c9}