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

/* BASE */

html, body {
background-image: url(../img/sfondo_body.jpg);
background-attachment:fixed;
background-position: top center;
background-size: 100%;
background-repeat: no-repeat;
	}

.insert_event:hover{
background-color: #0C0!important;
	}

hr {
margin-top: 21px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #ccc;
	}
	
.no_margin{
	margin:0px!important;
	}
	
.no_padding{
	padding:0px!important;
	}
	
.shadow{
	box-shadow:0px 0px  10px #ccc!important;
	}
	
.insert_event:active, .insert_event:focus{
	background-color:#3fb618!important;
	}

.container_index{
	padding-top: 70px;
	min-height:600px;
	}

.margin_box{
	}
	
.onesidedropshadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	}

.footer{
	}

.p_footer{
	text-align:center;
	color:#666;
	}

.red{
	color:#C00;
	font-size:30px;
	font-weight:bold;
}

@media (min-width: 992px) {
	.imput-width {
		width: 10%;
	}
}
	
	
/* HOME */

#banner_primario img {
	width:100%;
}



