<!--

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Marvel', sans-serif;
	font-size: 1em;
	background-color: white;
	color: black;
}

img {
	border: 0px none;
}

@media (max-width: 500px) {
    body { font-size: 14px; }
}

@media (min-width: 500px) {
    body { font-size: 18px; }
}

@media (min-width: 700px) {
    body { font-size: 22px; }
}

@media (min-width: 1200px) {
    body { font-size: 26px; }
}


@font-face {
	font-family: 'Bank Gothic Light BT';
	font-style: normal;
	font-weight: normal;
	src: local('Bank Gothic Light BT'), url('ecm_res.woff') format('woff');
}


a {
	text-decoration: none;
}

a:link, a:visited {
	color: black;
	font-weight: bold;
}

a:hover, a:active {
	color: #00B5EE;
}

li {
	list-style-type:square;
	margin-bottom: 15px;
	padding-left: 15px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.jq_hover {
	cursor: pointer;
}





#ecm_res_testa {
	text-align:center;
	padding-top: 1%;
}

#ecm_res_slideshow {
	position: absolute;
	top:23%;
	left:2%;
	right:2%;
	width: auto;
	height: 300px;
	max-height:40%;
	text-align:center;
	border: none;
	overflow: hidden;
}

#ecm_res_slideshow .ecm_res_div_img {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	text-align: center;
}

#ecm_res_slideshow .ecm_res_img {
	max-height: 100%;
	max-width:100%;
}

#ecm_res_slideshow .ecm_res_div_txt {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	color: black;
	font-size: 3em;
	font-family: 'Bank Gothic Light BT';
}

#ecm_res_slideshow .ecm_res_div_txt_prima {
	color: #D6D6D6;
}

#ecm_res_seleziona {
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 18%;
	text-align: center;
	overflow: auto;
	background-image: url(ecm_res_sfondo.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}


#ecm_res_studenti {
	float: left;
	width: 48%;
	height: 100%;
	text-align:right;
	overflow: hidden;
}

#ecm_res_provider {
	float: right;
	width: 48%;
	height: 100%;
	text-align:left;
	overflow: hidden;
}







#ecm_res_barra {

}

#ecm_res_barra_sx {
	float:left;
	width: 25%;
	max-width: 220px;
}

#ecm_res_barra_c {
	text-align: center;
	width: 48%;
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
}

#ecm_res_barra_dx {
	float:right;
	width: 25%;
	max-width: 220px;
}


#ecm_res_testo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-image: url(ecm_res_sfondo.png);
	background-position: center;
	background-repeat: repeat-x;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#ecm_res_interno {
	background-color: White;
	margin: 0px 2px 0px 2px;
	padding:5%;
	line-height: 150%;
}




.ecm_res_sol1 {
	background-color: #F2F2F2;
}


.ecm_res_sol2 {
	background-color: #EBEFF5;
}


.ecm_res_sol3 {
	background-color: #EDF9F3;
}




.ecm_res_offerta {
	margin-bottom: 15px;
}

.ecm_res_offerta h1 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ecm_res_offerta h2 {
	font-size: 1.1em;
	color: gray;
	margin-top: 0px;
	margin-bottom: 15px;
}

.ecm_res_offerta h2 a:link,
.ecm_res_offerta h2 a:visited  {
	color: gray;
}

.ecm_res_offerta h2 a:hover,
.ecm_res_offerta h2 a:active  {
	color: #00B5EE;
}



.ecm_res_offerta_separatore {
	padding-top: 70px;
	padding-bottom: 0px;
}

.ecm_res_offerta_corpo {
	margin-top: 2%;
	margin-bottom: 5%;
	padding-top: 2%;
	padding-bottom: 5%;
	padding-left: 3%;
	padding-right: 3%;
}

.ecm_res_offerta_mini {
	vertical-align: middle;
	width:7%;
	max-width:50px;
}

.ecm_res_offerta_continua {
	font-size: smaller;
	color: gray;
	padding-left: 1%;
}

.ecm_res_offerta_continua:hover {
	color: #00B5EE;
}

.ecm_res_voce {
	cursor: pointer;
}

.ecm_res_domanda {
	font-weight: bold;
	cursor: pointer;
	padding-top: 20px;
	margin-left: 15px;
	padding-left: 1%;
	display: list-item;
	list-style-type: square;
}

.ecm_res_risposta {
	padding-bottom: 30px;
	padding-left: 7%;
}

.ecm_res_voce:hover,
.ecm_res_domanda:hover {
	color: #00B5EE;
}




#ecm_res_contatti {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	font-size: smaller;
	color: gray;
}





#ecm_res_coda {
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#ecm_res_coda.pos_relativa {
	position: relative;
	bottom: auto;
}

#ecm_res_coda.pos_assoluta {
	position: absolute;
	bottom: 0px;
}

#ecm_res_logo {
	text-align:center;
}

#ecm_res_opzioni {
	text-align: center;
}

.ecm_res_opzioni_box {
	float: left;
	width: 19.8%;
	text-align:center;
}

.ecm_res_opzioni_box img {
	width:60%;
	max-width:160px;
	max-height:100px;
	vertical-align: middle;
}

-->
