#zuadro {
    position: relative;
    float: left; 
    width: 200px;  
    height: 310px;
    max-width: 47%; 
	border-radius: 15px;
    margin: 5px 5px; 

    border:1px solid #333; 
   
    padding: 0; 
    text-align: center; 
    color:#E4E4E4;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.zuadrodef {
    position: relative;
    float: left; 
    width: 200px;  
    height: 320px;
    max-width: 47%; 
	border-radius: 15px;
    margin: 15px 5px; 
    border:0; 
   
    padding: 0; 
    text-align: left; 
    color:#E4E4E4;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
	border-bottom: 1px solid #333;
}

#ant {
    position: relative; 
    overflow: hidden; 
    padding: 0;
    height: 180px; 
    opacity: 0.7;
    border-bottom: 1px solid #333;
    background-size: cover;
	background-repeat: no-repeat;
	border-top-radius: 20px;

}
#ant:hover {
    opacity: 1.0;
}

	
.down {
    margin: 0 auto 0 auto;
    width: 100%;
}
.up {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
    filter: alpha(opacity=100); 
	-moz-opacity: 0; 
	-khtml-opacity: 0;  
	opacity: 0;
}	
.playvd {
	
}

#sottone {
	height: 100%;
	background-color:rgba(20,30,51,1.00);
	width: 100%;
	padding-left: 5px;
}
#sottone:hover {
	background-color:#4982CF;
}
	.descri {
		color:#6A98BD;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		display: block;
		margin-bottom: 5px;
	}
.nomes {
		font-weight: bold;
		font-size: 1.4em;
}
.commes, .times {
	color:#6A98BD;
}
.nomes, .commes, .cates, .times {
	display: block;
	margin-bottom: 5px;
}


.admin {
	display: none; 
	position: absolute; 
	bottom: 0; 
	left:0; 
	z-index: 21;
	width: 100%;
	float: left;
	margin-top:10px;
	border-top: 1px solid #333;
	text-align: center;
}

.cancella {
	color:#FFF;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.cancella:hover {
	color: red;
}

	#numero {
		position: absolute;
		top:0;
		left:0;
		width: 30px;
		height: 30px;
		font-size: 20px;
		border-radius: 0 0 10px 0;
		background-color: #AF3134;
		color: #FFF;
		font-weight: bold;
		padding:5px;
		z-index: 9;
	}	


#adminxxx {
		position: absolute; 
		bottom:0;
		z-index: 999; 
		text-align: center; 
		padding:5px; 
		background-color:rgba(108,7,8,1.00);
		width: 100%;
	}	
	#adminxxx:hover {
		background-color: rgba(36,98,14,1.00);
		cursor: pointer;
	}