@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../../fonts/codropsicons/codropsicons.eot');
	src:url('../../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

body {
	background-color: #eee;
	color: #fff;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	background-position:top left;
	background-repeat:repeat-y;
}

html,body{
    height:100%;
    margin:0;
}

body>#container{
    height: auto;
    min-height: 100%;
}



/*************************************************************************************************************/
/*                                                                                      CLEARFIX             */
/*************************************************************************************************************/


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.normalcase {
	text-transform: none !important;
}

.pagination {
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    width: auto;
}

.pagination a {
	color: #333;
	font-weight:700;
	padding:3px;
	text-decoration:none !important;
}

.pagination a:hover {
	color: #c62f2f;
}



/*************************************************************************************************************/
/*                                                                                      COLUMN               */
/*************************************************************************************************************/



/*************************************************    2 COLONNE    ******************************************/

.col_1d2 {
	width: 46%;
	height:auto;
	display:block;
	float:left;
	padding-top:30px;
	margin-right:4%;
/*	background-color:#09F;*/
}

.col_2d2 {
	width: 46%;
	height:auto;
	display:block;
	float:left;
	padding-top:30px;
	margin-left:4%;
/*	background-color:#F66;*/
}

/*************************************************    3 COLONNE    ******************************************/

.col_2d3 {
	width: 58%;
	height:auto;
	display:block;
	float:left;
	padding-right:5%;
}

.col_1d3 {
	width: 42%;
	height:auto;
	display:block;
	float:left;
}

.col_1d1 {
	width: 100%;
	height:auto;
	display:block;
	float:none;
}

.col_1d3_right {
	width: 42%;
	height:auto;
	float:right;
	position:relative;
	margin-left:5%;
	margin-top:30px;
}



/*************************************************************************************************************/
/*                                                                                      BOX WHITE            */
/*************************************************************************************************************/



.box_white {
	background-color:#fff;
	padding:25px;
	border:1px solid #e1e1e1;
	margin-bottom:25px;
}

.box_white ol {
	font-size:1.00em;
	font-weight:400;
	line-height:1.35em;
	text-align:left;
	color:#1a1a1a;
	list-style:none;
	padding-bottom:8px;
}

.box_white p {
	font-size:1.0em;
	font-weight:400;
	line-height:1.15em;
	text-align:left;
	color:#1a1a1a;
}

/*************************************************************************************************************/
/*                                                                                      ALLEGATI & LINKS     */
/*************************************************************************************************************/

.allinks_addiction {
	padding-top: 25px;
	padding-bottom: 50px;
}

.allinks_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

h5.head_section {
	font-size:1.6em;
	font-weight:300;
	line-height:1.5em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	margin-top:25px;
	text-align:left;
}

hr.section_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

a.link_pdf {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/pdf.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
	word-wrap:break-word;
}

a.link_pdf:hover {
	color:#c62f2f;
}

a.link_pdf strong {
	font-weight:700;
}

a.link_doc {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/docx.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
	word-wrap:break-word;
}

a.link_doc:hover {
	color:#c62f2f;
}

a.link_doc strong {
	font-weight:700;
}

a.link_docx {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/docx.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
	word-wrap:break-word;
}

a.link_docx:hover {
	color:#c62f2f;
}

a.link_docx strong {
	font-weight:700;
}

a.link_esterno {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image:url(../../img/allegati/link.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:7px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.link_esterno:hover {
	color:#c62f2f;
}

/********************************************     MATERIALE     ************************************/

ul.materiale {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

ul.materiale li {
	list-style-image:none;
	margin:0px;
	padding:0px;
}

/*ul.materiale li a.img {
	background-image:url(../img/generali/img.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:100%;
	position:relative;
	display:block;
	padding:25px;
	padding-top: 70px;
	min-height:170px;
	max-height:170px;
	color:#1a1a1a;
	font-size:0.85em;
	font-weight:700;
	line-height:1.1em;
	text-decoration:none;
	background-color:#f8f8f8;
}

ul.materiale li a.img:hover {
	color:#b2b2b2;
	background-color:#f4f4f4;
}

ul.materiale li a.pdf {
	background-image:url(../img/generali/pdf.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:100%;
	position:relative;
	display:block;
	padding:25px;
	padding-top: 70px;
	min-height:170px;
	max-height:170px;
	color:#1a1a1a;
	font-size:0.85em;
	font-weight:700;
	line-height:1.1em;
	text-decoration:none;
	background-color:#f8f8f8;
}

ul.materiale li a.pdf:hover {
	color:#b2b2b2;
	background-color:#f4f4f4;
}

ul.materiale li a.docx {
	background-image:url(../img/generali/docx.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:100%;
	position:relative;
	display:block;
	padding:25px;
	padding-top: 70px;
	min-height:170px;
	max-height:170px;
	color:#1a1a1a;
	font-size:0.85em;
	font-weight:700;
	line-height:1.1em;
	text-decoration:none;
	background-color:#f8f8f8;
}

ul.materiale li a.docx:hover {
	color:#b2b2b2;
	background-color:#f4f4f4;
}

ul.materiale li a span {
	font-weight:300;
	font-size:0.9em;
}

ul.materiale hr {
	width:60px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}
*/

a.pdf {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/pdf.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.pdf:hover {
	color:#c62f2f;
}

a.pdf strong {
	font-weight:700;
}
a.xml {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/link.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.xml:hover {
	color:#c62f2f;
}

a.xml strong {
	font-weight:700;
}
a.jpeg {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/img.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.jpeg:hover {
	color:#c62f2f;
}

a.jpeg strong {
	font-weight:700;
}

a.jpg {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/img.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.jpg:hover {
	color:#c62f2f;
}

a.jpg strong {
	font-weight:700;
}

a.docx {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/docx.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.docx:hover {
	color:#c62f2f;
}

a.docx strong {
	font-weight:700;
}

a.doc {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image: url(../../img/allegati/docx.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:9px;
	padding-left:32px;
	font-weight:400;
	line-height:1.2em;
	color:#1a1a1a;
	text-decoration:none;
}

a.doc:hover {
	color:#c62f2f;
}

a.doc strong {
	font-weight:700;
}

/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	width: 29px;
	height: 29px;
	background-image:url(../../img/generali/close_29.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 40px;
	top: 40px;
}

a.close:hover {
	background-image:url(../../img/generali/close_29_hover.png);
	background-position:center center;
}

a.up {
	width: 29px;
	height: 17px;
	background-image:url(../../img/generali/up_29.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	bottom: 0px;
}

a.up:hover {
	background-image:url(../../img/generali/up_29_hover.png);
	background-position:center center;
}

a.up2 {
	width: 29px;
	height: 17px;
	background-image:url(../../img/generali/up_29.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	top: 35px;
}

a.up2:hover {
	background-image:url(../../img/generali/up_29_hover.png);
	background-position:center center;
}

.last {
	margin-bottom:25px;
	height:40px;
}


/* ===== 1361px - infinito ===== */

@media only screen and (min-width:1361px)
{



/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_288.png);
}



/*************************************************************************************************************/
/*                                                                                      ORGANIGRAMMA         */
/*************************************************************************************************************/

table.organigramma {
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.istituzione {
	color:#c62f2f;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 15px 0 7px;
    text-align: center;
}

.carica {
	color:#c62f2f;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 7px !important;
    padding-top: 0;
    text-align: right;
    width: 50%;
}

.titolare {
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 0;
    padding-left: 7px !important;
    padding-right: 0;
    padding-top: 0;
}



/*************************************************************************************************************/
/*                                                                                      SEDI                 */
/*************************************************************************************************************/

h1.sedi_titolo {
	font-size:1.8em;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	width: 100%;
}

h2.sedi_sottotitolo {
	font-size:1.4em;
	font-weight:200;
	line-height:1em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	width: 100%;
}

hr.sedi_div {
	width:60px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

h3.sedi_descrizione {
	font-size: 1.2em;
    font-weight: 400;
    line-height: 1.1em;
	color: #1a1a1a;
    position: relative;
	padding-top:10px;
	padding-bottom:10px;
}

p.sedi_indirizzo {
	font-size: 1.2em;
    font-weight: 400;
    line-height: 1.1em;
	color: #1a1a1a;
    position: relative;
	padding-top:10px;
	padding-bottom:10px;
}

p.phone {
	font-size: 1.0em;
	background-image:url(/img/generali/phone.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
	margin-bottom:5px;
}

p.fax {
	font-size: 1.0em;
	background-image:url(/img/generali/fax.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
	margin-bottom:5px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.comunicazione_det {
	padding-top:45px;
	padding-bottom:45px;
/*	background-color:#ff0;*/
}

section.comunicazione_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:25px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.comunicazione_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.comunicazione_title {
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:75%;
	height:auto;
	float:left;
}

h2.comunicazione_time {
	width:25%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:right;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.comunicazione_time strong {
	font-size:0.9em;
}

.comunicazione_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.2em;
}

.comunicazione_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.comunicazione_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

img.comunicazione_img {
	float:left;
	width:360px;
	height:auto;
	margin-right:15px;
	margin-bottom:15px;
}

/******************************************     ALLEGATI     **********************************/

.comunicazione_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.comunicazione_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.comunicazione_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}


/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:left;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 30%;
    max-width: 240px;
    min-width: 160px;
    height: 52px;
    display: block;
    padding-top: 16px;
	padding-bottom:10px;
    padding-left: 6%;
    position: relative;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:45px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:14px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/**********************	ELENCO DOCENTI ***************************/

#elenco_docenti {
	padding-bottom:40px;
}

#elenco_docenti a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_docenti a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

/**********************	AMMINISTRAZIONE TRASPARENTE ***************************/

#elenco_ammtrasp {
	padding-bottom:40px;
}

#elenco_ammtrasp a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_ammtrasp a:hover {
	color:#c62f2f;
	font-weight:600;
}


/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 280px;
	height:280px;
	margin-left:60px;
	margin-bottom:15px;
	float:right;
}

a.docente_mail {
	background-image: url(../../img/generali/mail.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:21px;
	padding:2px;
	padding-left:30px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-size:0.9em;
	font-weight:500;
}

a.docente_mail:hover {
	color:#c62f2f;
}

a.docente_link {
	background-image: url(../../img/generali/link.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:21px;
	padding:2px;
	padding-left:35px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:400;
	margin-bottom:3px;
}

a.docente_link:hover {
	color:#c62f2f;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:45px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:14px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/**********************	ELENCO CORSI ***************************/

#elenco_corsi {
	padding-bottom:40px;
}

#elenco_corsi a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_corsi a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:25%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:250px;
	min-width:200px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.6em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

.orari_corso th {
	font-size:1.1em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:1.1em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.9em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.8em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width:auto;
	min-width: 13px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width:auto;
	min-width: 14px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}

/********************   AVVISI   ***************************/

.avvisi_corso {
	width:100%;
	height:auto;
	padding:35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.avvisi_title {
	background-image:url(../../img/corso/avvisi.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.6em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

article.avviso {
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

article.avviso h6 {
	font-size:0.95em;
	font-weight:400;
	line-height:1.2em;
	padding-bottom:5px;
	clear:both;
}

article.avviso h5 {
	font-size:1.1em;
	font-weight:600;
	line-height:1.0em;
	padding-bottom:15px;
}
	
article.avviso h5 a {
	text-decoration:none;
	color: #1a1a1a;
}

article.avviso h5 a:hover {
	color: #c62f2f;
}

article.avviso p {
	font-size:0.85em;
	font-weight:400;
	line-height:1.2em;
}

p.avviso_allegato a {
	font-size:1.0em;
}

a.avvisi_all_link {
	width: 100%;
	height:60px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-top:none;
	display: block;
	text-align: center;
	padding:20px;
	font-size:0.9em;
	color:#1a1a1a;
	font-weight:700;
    text-transform: uppercase;
	text-decoration:none;
	margin-bottom:15px;
}

a.avvisi_all_link:hover {
	color:#c62f2f;
	background-color: #fcfcfc;
}

/********************   CONTENUTO   ***************************/

p.testo_bibliografico {
	width:100%;
	padding:7px;
	padding-left:32px;
	padding-top:4px;
	background-image:url(../../img/corso/testo_bibliografico.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:#1a1a1a;
	font-weight:400;
	font-size:1.15em;
	line-height:1.35em;
	text-decoration:none;
	clear:both;
	display:block;
}

a.link_corso {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image:url(../../img/corso/link.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:7px;
	padding-left:32px;
	font-weight:400;
	font-size:1.15em;
	line-height:1.35em;
	color:#1a1a1a;
	text-decoration:none;
}

a.link_corso:hover {
	color:#c62f2f;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: SCHEDA       */
/*************************************************************************************************************/


#page_evento {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#page_evento header {
	width:100%;
	height:70px;
	position:relative;
	background-color: #e1e1e1;
	display:block;
}

.evento_data {
	font-size:1.4em;
	font-weight:400;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	color: #1a1a1a;
}

.evento_titolo {
	font-size:2.4em;
	font-weight:700;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_sottotitolo {
	font-size:1.3em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_where {
	background-image:url(../../img/eventi/where.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:0px;
	width: 60%;
	height:34px;
	float:left;
/*	background-color:#093;*/
	font-size:1.1em;
}

.evento_attachment {
	width: 38%;
	height:34px;
/*	background-color:#963;*/
	float:right;
}

.evento_attachment a {
	background-image: url(../../img/eventi/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:600;
}

.evento_attachment a:hover {
	background-image: url(../../img/eventi/pdf_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#888;
	text-decoration:none;
	font-weight:600;
}

hr.evento_div {
	width:60px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

img.evento_crop {
	width:50%;
	height:auto;
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:65px;
	padding-bottom:45px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	position:relative;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 590px;
    min-width: 300px;
    width: 65%;	
	float:left;
/*	background-color:#0C0;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


.orari_filter {
	height:55px;
	background-color:#f1f1f1;
	display:block;
	background: no-repeat scroll center center #f1f1f1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:1px solid #d7d7d7;
}	

/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 73%;
	position:relative;
	left:328px;
	text-align: left;
	color:#1a1a1a;
	font-weight:400;
}

table.calendario td {
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
    border-bottom: 1px solid #d7d7d7;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 5px;
/*    padding-right: 0;*/
    padding-top: 15px !important;
    border-bottom: 1px solid #d7d7d7;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
	text-transform:uppercase;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/*.etichetta {
    clear: both;
    font-size: 0.8em;
    min-width: 180px;
    position: relative;
    width: 100%;
}*/

/*.input_corso option {
	font-size:0.7em;
}

#catalogo_dettaglio {
    clear: both;
    height: auto;
    margin: 0;
    padding: 10px 0;
    width: auto;
}*/


/*************************************************************************************************************/
/*                                                                                      STUDENTI: AVVISI     */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.avviso_det {
	padding-top:45px;
	padding-bottom:45px;
/*	background-color:#ff0;*/
}

section.avviso_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:25px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.avviso_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.avviso_title {
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:75%;
	height:auto;
	float:left;
}

h2.avviso_time {
	width:25%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:right top;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.avviso_time strong {
	font-size:0.9em;
}

.avviso_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.2em;
}

.avviso_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.avviso_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

/******************************************     ALLEGATI     **********************************/

.avviso_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.avviso_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.avviso_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.avviso_materia {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.avviso_materia h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.avviso_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

}


/* ===== 1281px - 1360px ===== */

@media only screen and (max-width:1360px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_288.png);
}

/*************************************************************************************************************/
/*                                                                                      ORGANIGRAMMA         */
/*************************************************************************************************************/



table.organigramma {
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.istituzione {
	color:#c62f2f;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 15px 0 7px;
    text-align: center;
}

.carica {
	color:#c62f2f;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 7px !important;
    padding-top: 0;
    text-align: right;
    width: 50%;
}

.titolare {
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 0;
    padding-left: 7px !important;
    padding-right: 0;
    padding-top: 0;
}

/*************************************************************************************************************/
/*                                                                                      SEDI                 */
/*************************************************************************************************************/

h1.sedi_titolo {
	font-size:1.7em;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	width: 100%;
}

h2.sedi_sottotitolo {
	font-size:1.3em;
	font-weight:200;
	line-height:1em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	width: 100%;
}

hr.sedi_div {
	width:60px;
	margin-top:7px;
	margin-bottom:7px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

h3.sedi_descrizione {
	font-size: 1.12em;
    font-weight: 400;
    line-height: 1.1em;
	color: #1a1a1a;
    position: relative;
	padding-top:7px;
	padding-bottom:7px;
}

p.sedi_indirizzo {
	font-size: 1.1em;
    font-weight: 400;
    line-height: 1.1em;
	color: #1a1a1a;
    position: relative;
	padding-top:7px;
	padding-bottom:7px;
}

p.phone {
	font-size: 1.0em;
	background-image:url(/img/generali/phone.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
	margin-bottom:5px;
}

p.fax {
	font-size: 1.0em;
	background-image:url(/img/generali/fax.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
	margin-bottom:5px;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.comunicazione_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.comunicazione_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.comunicazione_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.comunicazione_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:75%;
	height:auto;
	float:left;
}

h2.comunicazione_time {
	width:25%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:right;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.comunicazione_time strong {
	font-size:0.9em;
}

.comunicazione_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.comunicazione_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

img.comunicazione_img {
	float:left;
	width:330px;
	height:auto;
	margin-right:15px;
	margin-bottom:15px;
}

/******************************************     ALLEGATI     **********************************/

.comunicazione_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.comunicazione_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.comunicazione_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}


/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:left;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-bottom: 4px;
    padding-left: 42px;
    padding-top: 6px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 30%;
    max-width: 240px;
    min-width: 160px;
    height: 52px;
    display: block;
    padding-bottom: 4px;
    padding-left: 6%;
    padding-top: 16px;
	padding-bottom:10px;
    position: relative;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:45px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:14px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/**********************	ELENCO DOCENTI ***************************/

#elenco_docenti {
	padding-bottom:40px;
}

#elenco_docenti a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_docenti a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

/***************** AMMINISTRAZIONE TRASPARENTE ************************/

#elenco_ammtrasp {
	padding-bottom:40px;
}

#elenco_ammtrasp a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_ammtrasp a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 260px;
	height:260px;
	margin-left:60px;
	margin-bottom:15px;
	float:right;
}

a.docente_mail {
	background-image: url(../../img/generali/mail.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:21px;
	padding:2px;
	padding-left:30px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-size:0.9em;
	font-weight:500;
}

a.docente_mail:hover {
	color:#c62f2f;
}

a.docente_link {
	background-image: url(../../img/generali/link.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:21px;
	padding:2px;
	padding-left:35px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:400;
	margin-bottom:3px;
}

a.docente_link:hover {
	color:#c62f2f;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:45px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:14px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/**********************	ELENCO CORSI ***************************/

#elenco_corsi {
	padding-bottom:40px;
}

#elenco_corsi a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_corsi a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:25%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:auto;
	min-width:200px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.6em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

.orari_corso th {
	font-size:1.1em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:1.1em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.9em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.8em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width: auto;
	min-width: 13px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width: auto;
	min-width: 14px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}

/********************   AVVISI   ***************************/

.avvisi_corso {
	width:100%;
	height:auto;
	padding:35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.avvisi_title {
	background-image:url(../../img/corso/avvisi.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.6em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

article.avviso {
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

article.avviso h6 {
	font-size:0.95em;
	font-weight:400;
	line-height:1.2em;
	padding-bottom:5px;
	clear:both;
}

article.avviso h5 {
	font-size:1.1em;
	font-weight:600;
	line-height:1.0em;
	padding-bottom:5px;
}
	
article.avviso h5 a {
	text-decoration:none;
	color: #1a1a1a;
}

article.avviso h5 a:hover {
	color: #c62f2f;
}

article.avviso p {
	font-size:0.85em;
	font-weight:400;
	line-height:1.2em;
}

p.avviso_allegato a {
	font-size:1.0em;
}

a.avvisi_all_link {
	width: 100%;
	height:60px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-top:none;
	display: block;
	text-align: center;
	padding:20px;
	font-size:0.9em;
	color:#1a1a1a;
	font-weight:700;
    text-transform: uppercase;
	text-decoration:none;
	margin-bottom:15px;
}

a.avvisi_all_link:hover {
	color:#c62f2f;
	background-color: #fcfcfc;
}

/********************   CONTENUTO   ***************************/

p.testo_bibliografico {
	width:100%;
	padding:7px;
	padding-left:32px;
	padding-top:4px;
	background-image:url(../../img/corso/testo_bibliografico.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:#1a1a1a;
	font-weight:400;
	font-size:1.0em;
	line-height:1.35em;
	text-decoration:none;
	clear:both;
	display:block;
}

a.link_corso {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	background-image:url(../../img/corso/link.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:7px;
	padding-left:32px;
	font-weight:400;
	font-size:1.0em;
	line-height:1.35em;
	color:#1a1a1a;
	text-decoration:none;
}

a.link_corso:hover {
	color:#c62f2f;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: SCHEDA       */
/*************************************************************************************************************/


#page_evento {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#page_evento header {
	width:100%;
	height:70px;
	position:relative;
	background-color: #e1e1e1;
	display:block;
}

.evento_data {
	font-size:1.3em;
	font-weight:400;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	color: #1a1a1a;
}

.evento_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_sottotitolo {
	font-size:1.2em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_where {
	background-image:url(../../img/eventi/where.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:5px;
	width: 60%;
	height:34px;
	float:left;
/*	background-color:#093;*/
	font-size:0.9em;
}

.evento_attachment {
	width: 38%;
	height:34px;
/*	background-color:#963;*/
	float:right;
}

.evento_attachment a {
	background-image: url(../../img/eventi/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:600;
}

.evento_attachment a:hover {
	background-image: url(../../img/eventi/pdf_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#888;
	text-decoration:none;
	font-weight:600;
}

hr.evento_div {
	width:60px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

img.evento_crop {
	width:50%;
	height:auto;
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:65px;
	padding-bottom:45px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	position:relative;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 590px;
    min-width: 300px;
    width: 65%;	
	float:left;
/*	background-color:#0C0;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


.orari_filter {
	height:55px;
	background-color:#f1f1f1;
	display:block;
	background: no-repeat scroll center center #f1f1f1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:1px solid #d7d7d7;
}	

/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 73%;
	position:relative;
	left:328px;
	text-align: left;
	color:#1a1a1a;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}


/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: AVVISI     */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.avviso_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.avviso_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.avviso_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.avviso_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:75%;
	height:auto;
	float:left;
}

h2.avviso_time {
	width:25%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:top right;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.avviso_time strong {
	font-size:0.9em;
}

.avviso_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.avviso_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

/******************************************     ALLEGATI     **********************************/

.avviso_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.avviso_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.avviso_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.avviso_materia {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.avviso_materia h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.avviso_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

}


/* ===== 1137px - 1280px ===== */

@media only screen and (max-width:1280px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_288.png);
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	width: 22px;
	height: 22px;
	background-image:url(../../img/generali/close_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 40px;
	top: 40px;
}

a.close:hover {
	background-image:url(../../img/generali/close_22_hover.png);
	background-position:center center;
}

a.up {
	width: 29px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	bottom: 0px;
}

a.up:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

a.up2 {
	width: 29px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	top: 35px;
}

a.up2:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.75em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:11px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 250px;
	height:250px;
	margin-left:60px;
	margin-bottom:15px;
	float:right;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.75em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:11px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: SCHEDA       */
/*************************************************************************************************************/


#page_evento {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#page_evento header {
	width:100%;
	height:70px;
	position:relative;
	background-color: #e1e1e1;
	display:block;
}

.evento_data {
	font-size:1.3em;
	font-weight:400;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	color: #1a1a1a;
}

.evento_titolo {
	font-size:2.0em;
	font-weight:700;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_sottotitolo {
	font-size:1.2em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_where {
	background-image:url(../../img/eventi/where.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:0px;
	width: 60%;
	height:34px;
	float:left;
/*	background-color:#093;*/
	font-size:1.1em;
}

.evento_attachment {
	width: 38%;
	height:34px;
/*	background-color:#963;*/
	float:right;
}

.evento_attachment a {
	background-image: url(../../img/eventi/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:600;
}

.evento_attachment a:hover {
	background-image: url(../../img/eventi/pdf_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#888;
	text-decoration:none;
	font-weight:600;
}

hr.evento_div {
	width:60px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

img.evento_crop {
	width:50%;
	height:auto;
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 69%;
	position:relative;
	left:327px;
	text-align: left;
	color:#1a1a1a;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}
}


/* ===== 1025px - 1136px ===== */

@media only screen and (max-width:1136px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_287.png);
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.75em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:11px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 220px;
	height:220px;
	margin-left:40px;
	margin-bottom:15px;
	float:right;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.75em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:5px;
	padding-bottom:11px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.1em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:35px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:auto;
	min-width:200px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.6em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

.orari_corso th {
	font-size:1.0em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:1.0em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.8em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.8em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width:auto;
	min-width: 13px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width:auto;
	min-width: 14px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 65%;
	position:relative;
	left:327px;
	text-align: left;
	color:#1a1a1a;
	font-size:0.9em;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}

}


/* ===== 961px - 1024px ===== */

@media only screen and (max-width:1024px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_289.png);
}


/*************************************************************************************************************/
/*                                                                                      COLUMN               */
/*************************************************************************************************************/



/*************************************************    2 COLONNE    ******************************************/

.col_1d2 {
	width: 100%;
	height:auto;
	display:block;
	float:none;
	padding-top:0px;
	margin-right:0;
	margin-bottom: 20px;
/*	background-color:#09F;*/
	clear:both;
}

.col_2d2 {
	width: 100%;
	height:auto;
	display:block;
	float:none;
	padding-top:0px;
	margin-left:0;
	margin-bottom: 20px;
/*	background-color:#F66;*/
	clear:both;
}

.col_1d3_right {
	width: 50%;
	height:auto;
	float:right;
	position:relative;
	margin-left:5%;
	margin-top:30px;
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	width: 22px;
	height: 22px;
	background-image:url(../../img/generali/close_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 35px;
	top: 35px;
}

a.close:hover {
	background-image:url(../../img/generali/close_22_hover.png);
	background-position:center center;
}

a.up {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	bottom: 0px;
}

a.up:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

a.up2 {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	top: 35px;
}

a.up2:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

.last {
	margin-bottom:25px;
	height:40px;
}

/*************************************************************************************************************/
/*                                                                                      SEDI                 */
/*************************************************************************************************************/

h1.sedi_titolo {
	font-size:1.6em;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	width: 100%;
}

h2.sedi_sottotitolo {
	font-size:1.2em;
	font-weight:200;
	line-height:1em;
	letter-spacing:0.02em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	width: 100%;
}

hr.sedi_div {
	width:50%;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

h3.sedi_descrizione {
	font-size: 1.0em;
    font-weight: 400;
    line-height: 1em;
	color: #1a1a1a;
    position: relative;
	padding-top:5px;
	padding-bottom:5px;
}

p.sedi_indirizzo {
	font-size: 1.0em;
    font-weight: 400;
    line-height: 1.2em;
	color: #1a1a1a;
    position: relative;
	padding-top:5px;
	padding-bottom:5px;
}

p.phone {
	font-size: 1.0em;
	background-image:url(/img/generali/phone.png);
	background-repeat:no-repeat;
	background-position:center left;
    line-height: 0.8em;
    padding-left: 18px;
    padding-top: 5px;
    margin-bottom: 0;
}

p.fax {
	font-size: 1.0em;
	background-image:url(/img/generali/fax.png);
	background-repeat:no-repeat;
	background-position:center left;
    line-height: 0.8em;
    padding-left: 18px;
    padding-top: 5px;
    margin-bottom: 0;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.comunicazione_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.comunicazione_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.comunicazione_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.comunicazione_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:65%;
	height:auto;
	float:left;
}

h2.comunicazione_time {
	width:35%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:right;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.comunicazione_time strong {
	font-size:0.9em;
}

.comunicazione_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.comunicazione_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

img.comunicazione_img {
	float:left;
	width:300px;
	height:auto;
	margin-right:15px;
	margin-bottom:15px;
}

/******************************************     ALLEGATI     **********************************/

.comunicazione_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.comunicazione_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.comunicazione_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:left;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 35%;
    max-width: 240px;
    min-width: 160px;
    height: 52px;
    display: block;
    padding-top: 17px;
	padding-bottom:10px;
    padding-left: 6%;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano_25.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.65em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:13px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 200px;
	height:200px;
	margin-left:30px;
	margin-bottom:10px;
	float:right;
}

.docente_col_1 {
	margin-bottom:60px;
}

.docente_info_1 {
	padding-bottom:0px;
}

.docente_info_2 {
	padding-top:0px;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.65em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:13px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:25%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 34px;
    min-width: 160px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:40px;
	padding-bottom:40px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	position:relative;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 450px;
    min-width: 300px;
    width: 60%;	
	float:left;
/*	background-color:#0C0;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 65%;
	position:relative;
	left:329px;
	text-align: left;
	color:#1a1a1a;
	font-size:0.85em;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.avviso_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.avviso_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.avviso_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.avviso_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:65%;
	height:auto;
	float:left;
}

h2.avviso_time {
	width:35%;
	height:45px;
	float:right;
	background-image:url(../../img/avvisi/time.png);
	background-position:top right;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-right:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: right;
}

.avviso_time strong {
	font-size:0.9em;
}

.avviso_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.avviso_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

/******************************************     ALLEGATI     **********************************/

.avviso_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.avviso_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.avviso_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.avviso_materia {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.avviso_materia h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.avviso_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

}


/* ===== 801px - 960px ===== */

@media only screen and (max-width:960px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_288.png);
}


/*************************************************************************************************************/
/*                                                                                      COLUMN               */
/*************************************************************************************************************/



/*************************************************    2 COLONNE    ******************************************/

.col_1d2 {
	width: 100%;
	height:auto;
	display:block;
	float:none;
	padding-top:0px;
	margin-right:0;
	margin-bottom: 20px;
/*	background-color:#09F;*/
	clear:both;
}

.col_2d2 {
	width: 100%;
	height:auto;
	display:block;
	float:none;
	padding-top:0px;
	margin-left:0;
	margin-bottom: 20px;
/*	background-color:#F66;*/
	clear:both;
}

.col_1d3_right {
	width: 50%;
	height:auto;
	float:right;
	position:relative;
	margin-left:30px;
	margin-top:30px;
}




/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:19px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:19px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:50%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 32px;
    min-width: 145px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 42px;
	margin-top:10px;
	margin-bottom:10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:25px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:auto;
	min-width:160px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.25em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:30px;
}

.orari_corso th {
	font-size:0.95em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:0.95em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.8em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.8em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width:auto;
	min-width: 13px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width:auto;
	min-width: 14px;
	height:15px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}

/********************   AVVISI   ***************************/

.avvisi_corso {
	width:100%;
	height:auto;
	padding:25px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.avvisi_title {
	background-image:url(../../img/corso/avvisi.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.25em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

article.avviso {
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

article.avviso h6 {
	font-size:0.95em;
	font-weight:400;
	line-height:1.2em;
	padding-bottom:5px;
	clear:both;
}

article.avviso h5 {
	font-size:1.0em;
	font-weight:600;
	line-height:1.1em;
	padding-bottom:5px;
}
	
article.avviso h5 a {
	text-decoration:none;
	color: #1a1a1a;
}

article.avviso h5 a:hover {
	color: #c62f2f;
}

article.avviso p {
	font-size:0.8em;
	font-weight:400;
	line-height:1.2em;
}

p.avviso_allegato a {
	font-size:1.0em;
}

a.avvisi_all_link {
	width: 100%;
	height:60px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-top:none;
	display: block;
	text-align: center;
	padding:20px;
	font-size:0.9em;
	color:#1a1a1a;
	font-weight:700;
    text-transform: uppercase;
	text-decoration:none;
	margin-bottom:15px;
}

a.avvisi_all_link:hover {
	color:#c62f2f;
	background-color: #fcfcfc;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:40px;
	padding-bottom:40px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 450px;
    min-width: 300px;
    width: 80%;	
	float:left;
/*	background-color:#0C0;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 65%;
	position:relative;
	left:329px;
	text-align: left;
	color:#1a1a1a;
	font-size:0.85em;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}

}


/* ===== 769px - 800px ===== */

@media only screen and (max-width:800px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}



/*************************************************************************************************************/
/*                                                                                      COLUMN               */
/*************************************************************************************************************/



/*************************************************    2 COLONNE    ******************************************/

.col_1d3_right {
	width: 100%;
	height:auto;
	float:right;
	position:relative;
	margin-left:0px;
	margin-top:0px;
}


/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:55%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:none;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 45%;
    max-width: 240px;
    min-width: 160px;
    height: 84px;
    display: block;
    padding-top: 33px;
	padding-bottom:10px;
    padding-left: 6%;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano_25.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.4em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:20px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.4em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:20px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image:url(../../img/corsi/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:50%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    height: 32px;
    min-width: 145px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 42px;
	margin-top:19px;
	margin-bottom:19px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:25px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:auto;
	min-width:160px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.25em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:30px;
}

.orari_corso th {
	font-size:1.2em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:1.2em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.9em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.9em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width:auto;
	min-width: 13px;
	height:17px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width:auto;
	min-width: 14px;
	height:17px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}

}


/* ===== 768px ===== */

@media only screen and (width:768px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}

/*************************************************************************************************************/
/*                                                                                      ALLEGATI & LINKS     */
/*************************************************************************************************************/

.allinks_addiction {
	padding-top: 25px;
	padding-bottom: 50px;
}

.allinks_addiction_content {
	width: 100%;
	height:auto;
	float:right;
	font-weight:600;
}


h5.head_section {
	font-size:1.3em;
	font-weight:700;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:21px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	width: 200px;
	height:200px;
	margin-left:30px;
	margin-bottom:15px;
	float:right;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:21px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image: none;
}

}


/* ===== 737px - 767px ===== */

@media only screen and (max-width:767px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
	font-size:95%;
}



/*************************************************************************************************************/
/*                                                                                      BOX WHITE            */
/*************************************************************************************************************/



.box_white {
	background-color:#fff;
	padding:25px;
	border:1px solid #e1e1e1;
	margin-bottom:25px;
	width:100%;
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	width: 22px;
	height: 22px;
	background-image:url(../../img/generali/close_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	top: 35px;
}

a.close:hover {
	background-image:url(../../img/generali/close_22_hover.png);
	background-position:center center;
}

a.up {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	bottom: 0px;
}

a.up:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

a.up2 {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	top: 35px;
}

a.up2:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

.last {
	margin-bottom:25px;
	height:40px;
}

/*************************************************************************************************************/
/*                                                                                      ALLEGATI & LINKS     */
/*************************************************************************************************************/

.allinks_addiction {
	padding-left: 72px;
	padding-right:40px;
	padding-top: 0px;
	padding-bottom:30px;
}

.allinks_addiction_content {
	width: 100%;
	height:auto;
	float:right;
	font-weight:600;
}


h5.head_section {
	font-size:1.3em;
	font-weight:700;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.65em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:15px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.65em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:4px;
	padding-bottom:15px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:56px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:50%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    height: 38px;
    min-width: 160px;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 42px;
	margin-top:10px;
	margin-bottom:10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

/********************   AVVISI   ***************************/

.avvisi_corso {
	width:100%;
	height:auto;
	padding:25px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.avvisi_title {
	background-image:url(../../img/corso/avvisi.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.25em;
	font-weight:300;
	line-height:1.0em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:35px;
}

article.avviso {
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

article.avviso h6 {
	font-size:0.95em;
	font-weight:400;
	line-height:1.2em;
	padding-bottom:5px;
	clear:both;
}

article.avviso h5 {
	font-size:1.15em;
	font-weight:600;
	line-height:1.1em;
	padding-bottom:5px;
}
	
article.avviso h5 a {
	text-decoration:none;
	color: #1a1a1a;
}

article.avviso h5 a:hover {
	color: #c62f2f;
}

article.avviso p {
	font-size:0.9em;
	font-weight:400;
	line-height:1.2em;
}

p.avviso_allegato a {
	font-size:1.0em;
}

a.avvisi_all_link {
	width: 100%;
	height:60px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-top:none;
	display: block;
	text-align: center;
	padding:20px;
	font-size:0.9em;
	color:#1a1a1a;
	font-weight:700;
    text-transform: uppercase;
	text-decoration:none;
	margin-bottom:15px;
}

a.avvisi_all_link:hover {
	color:#c62f2f;
	background-color: #fcfcfc;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: SCHEDA       */
/*************************************************************************************************************/


#page_evento {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#page_evento header {
	width:100%;
	height:70px;
	position:relative;
	background-color: #e1e1e1;
	display:block;
}

.evento_data {
	font-size:1.1em;
	font-weight:400;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	color: #1a1a1a;
}

.evento_titolo {
	font-size:1.9em;
	font-weight:700;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_sottotitolo {
	font-size:1.2em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_where {
	background-image:url(../../img/eventi/where.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:0px;
	width: 60%;
	height:34px;
	float:left;
/*	background-color:#093;*/
	font-size:1.1em;
}

.evento_attachment {
	width: 38%;
	height:34px;
/*	background-color:#963;*/
	float:right;
}

.evento_attachment a {
	background-image: url(../../img/eventi/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:600;
}

.evento_attachment a:hover {
	background-image: url(../../img/eventi/pdf_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#888;
	text-decoration:none;
	font-weight:600;
}

hr.evento_div {
	width:60px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

img.evento_crop {
	width:50%;
	height:auto;
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:20px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 550px;
    min-width: 300px;
    width: 85%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#ccf;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 90%;
	position:relative;
	left:60px;
	text-align: left;
	color:#1a1a1a;
	font-size:0.75em;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}
}


/* ===== 668px - 736px ===== */

@media only screen and (max-width:736px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	width: 22px;
	height: 22px;
	background-image:url(../../img/generali/close_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 25px;
	top: 25px;
}

a.close:hover {
	background-image:url(../../img/generali/close_22_hover.png);
	background-position:center center;
}

a.up {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	bottom: 0px;
}

a.up:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

a.up2 {
	width: 22px;
	height: 17px;
	background-image:url(../../img/generali/up_22.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 20px;
	top: 35px;
}

a.up2:hover {
	background-image:url(../../img/generali/up_22_hover.png);
	background-position:center center;
}

.last {
	margin-bottom:25px;
	height:40px;
}



/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:60px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:left;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 35%;
    max-width: 240px;
    min-width: 160px;
    height: 52px;
    display: block;
    padding-top: 17px;
	padding-bottom:10px;
    padding-left: 2%;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano_25.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
	right:-24px;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: SCHEDA       */
/*************************************************************************************************************/


#page_evento {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#page_evento header {
	width:100%;
	height:70px;
	position:relative;
	background-color: #e1e1e1;
	display:block;
}

.evento_data {
	font-size:1.1em;
	font-weight:400;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	color: #1a1a1a;
}

.evento_titolo {
	font-size:1.9em;
	font-weight:700;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_sottotitolo {
	font-size:1.2em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color: #1a1a1a;
}

.evento_where {
	background-image:url(../../img/eventi/where.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:7px;
	width: 79%;
	height:34px;
	float:left;
/*	background-color:#093;*/
	font-size:0.85em;
}

.evento_attachment {
	width: 38%;
	height:34px;
/*	background-color:#963;*/
	float:right;
}

.evento_attachment a {
	background-image: url(../../img/eventi/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:600;
}

.evento_attachment a:hover {
	background-image: url(../../img/eventi/pdf_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	padding:8px;
	padding-left:40px;
	display:block;
	color:#888;
	text-decoration:none;
	font-weight:600;
}

hr.evento_div {
	width:60px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

img.evento_crop {
	width:100%;
	height:auto;
	float:none;
	margin-left:0px;
	margin-bottom:15px;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 550px;
    min-width: 300px;
    width: 85%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#fcc;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      STUDENTI: ORARIO     */
/*************************************************************************************************************/


/********************************* TABLE ORARIO **********************************/

table.calendario {
	width:auto;
	max-width: 90%;
	position:relative;
	left:40px;
	text-align: left;
	color:#1a1a1a;
	font-size:0.75em;
	font-weight:400;
}

table.calendario td {
    border-bottom: 1px solid #d7d7d7;
/*    border-bottom: 1px solid #1a1a1a;*/
    margin: 10px auto;
    padding-bottom: 7px !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px !important;
	vertical-align:middle;
}

table.calendario th {
	height:40px;
    margin: 0px;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px !important;
}

.calendario_corso {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 4%;
}

.calendario_materia {
    padding-right: 1%;
    position: relative;
    width: 29%;
}

.calendario_docente {
    padding-right: 1%;
    position: relative;
    width: 14%;
}

.calendario_ciclo {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 3%;
}

.calendario_giorno {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 5%;
}

.calendario_orario {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_orario span {
	display: inline;
}

.calendario_sede {
    padding-right: 1%;
    position: relative;
    width: 9%;
}

.calendario_aula {
    padding-right: 1%;
    position: relative;
    text-align: center;
    width: 9%;
}

.calendario_status {
    position: relative;
    text-align: center;
    width: 6%;
}

table.calendario a:link {
    color: #f90;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:visited {
    color: #666;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:hover {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

table.calendario a:active {
    color: #fc0;
    margin: 0 auto;
    padding: 0;
}

.calendario_ordinamento {
    clear: both;
    height: auto;
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}

/********************************* TABLE FILTRO **********************************/

.input_corso {
	float:left;
	max-width: 100px;
}

.input_corso select {
	width: auto;
	height:20px;
    padding:0px;
	padding-left:15px;
    margin: 0;
	font-size:1.0em;
	font-weight:600;
	font-family: 'Raleway', Arial, sans-serif;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-color: #eee;
	background-image:url(../../img/orari/updown.png);
	background-position:top left;
	background-repeat:no-repeat;
}

}


/* ===== 641px - 667px ===== */

@media only screen and (max-width:667px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}


/**********************	ELENCO DOCENTI ***************************/

#elenco_docenti {
	padding-bottom:40px;
	padding-left:15px;
}

#elenco_docenti a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_docenti a:hover {
	color:#c62f2f;
	font-weight:600;
}


/***************** AMMINISTRAZIONE TRASPARENTE **********************/

#elenco_ammtrasp {
	padding-bottom:40px;
	padding-left:15px;
}

#elenco_ammtrasp a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_ammtrasp a:hover {
	color:#c62f2f;
	font-weight:600;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: SCHEDA      */
/*************************************************************************************************************/

img.docente_foto {
	display: none;
}

.docente_col_1 {
	margin-bottom:45px;
	padding-top:15px;
}

.docente_info_1 {
	padding-top:5px;
	padding-bottom:0px;
}

.docente_info_2 {
	padding-top:0px;
}

/**********************	ELENCO CORSI ***************************/

#elenco_corsi {
	padding-bottom:40px;
	padding-left:15px;
}

#elenco_corsi a {
	width:auto;
	height:auto;
	display:block;
	color:#1a1a1a;
	text-decoration:none;
	font-weight:500;
	padding-bottom:5px;
	line-height:1.2em;
}

#elenco_corsi a:hover {
	color:#c62f2f;
	font-weight:600;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 550px;
    min-width: 300px;
    width: 85%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#cfc;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}

}


/* ===== 569px - 640px ===== */

@media only screen and (max-width:640px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
	font-size:90%;
}

}


/* ===== 481px - 568px ===== */

@media only screen and (max-width:568px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	display:none;
}


/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:55%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:70px;
	position:relative;
	float:left;
}

ul.diploma_menu li {
	float:none;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    height: 32px;
    min-width: 160px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 45%;
    max-width: 240px;
    min-width: 160px;
    height: 84px;
    display: block;
    padding-top: 35px;
	padding-bottom:10px;
    padding-left: 5px;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
	text-align:center;
	background-image:url(../../img/diploma/piano_25.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
	float:right;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:21px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.2em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:45px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px solid #1a1a1a;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.35em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	padding:3px;
	padding-bottom:21px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image: none;
}

}


/* ===== 415px - 480px ===== */

@media only screen and (max-width:480px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
	font-size:90%;
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	display:none;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.comunicazione_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.comunicazione_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.comunicazione_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.comunicazione_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:100%;
	height:auto;
	float:none;
}

h2.comunicazione_time {
	width:100%;
	height:45px;
	float:none;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-left:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: left;
}

.comunicazione_time strong {
	font-size:0.9em;
}

.comunicazione_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:35px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.comunicazione_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

img.comunicazione_img {
	float:none;
	width:100%;
	height:auto;
	margin-right:0px;
	margin-bottom:15px;
}

/******************************************     ALLEGATI     **********************************/

.comunicazione_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.comunicazione_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.comunicazione_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}


/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:2.0em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:40px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: none;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.95em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:3px;
	padding-bottom:0px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image: none;
}


/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:2.0em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:40px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:2.0em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:40px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: none;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.95em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:3px;
	padding-bottom:0px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:56px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:50%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    height: 34px;
    min-width: 160px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 42px;
	margin-top:5px;
	margin-bottom:5px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 500px;
    min-width: 280px;
    width: 80%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#fcf;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

h3.evento_archivio_sottotitolo {
	font-size:1em;
	font-weight:500;
	line-height:1.25em;
	color: #1a1a1a;
	padding:0px;
	text-align:left;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}


/*************************************************************************************************************/
/*                                                                                      COMUNICAZIONI        */
/*************************************************************************************************************/


/********************************************     BLOCCO     ***************************************/

section.avviso_det {
	padding-top:40px;
	padding-bottom:40px;
/*	background-color:#ff0;*/
}

section.avviso_det aside {
	width: 100%;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	display:block;
	clear:both;
	overflow:auto;
	/*background-color:#cc0;*/
}

hr.avviso_div {
	width:60px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #1a1a1a !important;
    border: medium none;
    box-sizing: content-box;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
	clear:both;
}

/******************************************     INTESTAZIONE     **********************************/

.avviso_title {
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	width:100%;
	height:auto;
	float:none;
}

h2.avviso_time {
	width:100%;
	height:45px;
	float:none;
	background-image:url(../../img/avvisi/time.png);
	background-position:top left;
	background-repeat:no-repeat;
/*	background-color:#ddf;*/
	text-align:right;
    text-transform: uppercase;
	padding:0px;
	padding-left:35px;
	font-size:1.0em;
	font-weight:normal;
	text-align: left;
}

.avviso_time strong {
	font-size:0.9em;
}

.avviso_sezione {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:35px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:1.1em;
}

.avviso_sezione h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

/******************************************     ALLEGATI     **********************************/

.avviso_addiction {
	padding-top: 20px;
	padding-bottom: 20px;
}

.avviso_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.avviso_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.avviso_materia {
	width: 60%;
	height:auto	;
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(../../img/avvisi/materia.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.avviso_materia h4 {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	color: #c62f2f;
    text-transform: uppercase;
	padding:0px;
	text-align:left;
}

.avviso_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

}


/* ===== 376px - 414px ===== */

@media only screen and (max-width:414px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}


/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	display:none;
}


/*************************************************************************************************************/
/*                                                                                      DIPLOMA              */
/*************************************************************************************************************/

ul.diploma_menu {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:70px;
	position:relative;
	float:none;
}

ul.diploma_menu li {
	float:none;
	position:relative;
}

ul.diploma_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    height: 42px;
    max-width: 414px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_piano {
    width: 100%;
	max-width:414px;
	min-width:376px;
    height: 42px;
    display: block;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 68px;
    position: absolute;
	left: 40px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    text-decoration: none;
	text-align:left;
	background-image:url(../../img/diploma/piano_22.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ff773d;
}

a.link_piano:hover {
	background-color:#f60;
}

a.link_info {
	width: 22%;
	background-image:url(../../img/diploma/info_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_info:hover {
	background-image:url(../../img/diploma/info_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_riepilogo {
	width: 43%;
	background-image:url(../../img/diploma/riepilogo_25.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_riepilogo:hover {
	background-image:url(../../img/diploma/riepilogo_25_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 400px;
    min-width: 225px;
    width: 80%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#ffc;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.2em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	display:none;
}

h3.evento_archivio_sottotitolo {
	display:none;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}

}


/* ===== 361px - 375px ===== */

@media only screen and (max-width:375px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
}

/*************************************************************************************************************/
/*                                                                                      UP & CLOSE           */
/*************************************************************************************************************/


a.close {
	display:none;
}

/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

ul.corso_menu {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:70px;
	position:relative;
	float:left;
}

ul.corso_menu li {
	float:left;
	position:relative;
	width:100%;
}

ul.corso_menu li a {
    color: #1a1a1a;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    height: 34px;
    min-width: 160px;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left: 38px;
	margin-top:5px;
	margin-bottom:5px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

a.link_presentazione {
	background-image:url(../../img/corso/presentazione_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_presentazione:hover {
	background-image:url(../../img/corso/presentazione_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_programma {
	background-image:url(../../img/corso/programma_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_programma:hover {
	background-image:url(../../img/corso/programma_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_bibliografia {
	background-image:url(../../img/corso/bibliografia_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_bibliografia:hover {
	background-image:url(../../img/corso/bibliografia_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

a.link_materiale {
	background-image:url(../../img/corso/materiale_22.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.link_materiale:hover {
	background-image:url(../../img/corso/materiale_22_hover.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #b2b2b2;
}

}


/* ===== 321px - 360px ===== */

@media only screen and (max-width:360px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
	font-size:85%;
}



/*************************************************************************************************************/
/*                                                                                      DOCENTI: ELENCO      */
/*************************************************************************************************************/

.docenti_elenco_titolo {
	font-size:1.8em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:35px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_docenti {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_docenti ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: none;
}

nav.az_docenti ul li {
	float:left;
}

nav.az_docenti a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:2px;
	padding-bottom:0px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_docenti a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      AMMINISTRAZIONE TR.  */
/*************************************************************************************************************/

.ammtrasp_elenco_titolo {
	font-size:1.8em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:35px;
	color: #1a1a1a;
	background-image: url(../../img/docenti/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: ELENCO        */
/*************************************************************************************************************/

.corsi_elenco_titolo {
	font-size:1.8em;
	font-weight:700;
	line-height:1.5em;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:5px;
	padding-left:35px;
	color: #1a1a1a;
	background-image: url(../../img/corsi/elenco.png);
	background-position:left center;
	background-repeat:no-repeat;
}

nav.az_corsi {
	width: 100%;
	height:40px;
	clear:both;
}

nav.az_corsi ul {
	width:auto;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: none;
}

nav.az_corsi ul li {
	float:left;
}

nav.az_corsi a {
	font-size:1.85em;
	font-weight:700;
	line-height:1.0em;
	margin:0px;
	padding:2px;
	padding-bottom:0px;
	text-decoration:none;
	color:#d4d4d4;
}

nav.az_corsi a:hover {
	color:#1a1a1a;
	background-image: none;
}



/*************************************************************************************************************/
/*                                                                                      CORSI: SCHEDA        */
/*************************************************************************************************************/

/****************************     ORARI CORSI     ***************************/

.orari_corso {
	width:100%;
	height:auto;
	padding:25px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:10px;
}

.orari_corso table {
	width: 100%;
	max-width:auto;
	min-width:160px;
}

.orari_title {
	background-image:url(../../img/corso/orari.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-size:1.25em;
	font-weight:300;
	line-height:1.5em;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
	padding-left:30px;
}

.orari_corso th {
	font-size:1.2em;
	font-weight:700;
	padding:10px;
	padding-left:0px;
}

.orari_corso td {
	font-size:1.2em;
	line-height:1.5em;
	text-align: end;
}

.aula {
	font-size:0.9em !important;
	font-weight:400;
	text-align: end;
}

p.orari_note {
	font-size:0.9em;
	font-weight:500;
	padding-top:15px;
	text-align:left;
}

span.provvisorio {
	width:auto;
	min-width: 13px;
	height:17px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color:#FB0;
}

span.definitivo {
	width:auto;
	min-width: 14px;
	height:17px;
	padding:3px;
	margin-right:6px;
	position:relative;
	display:block;
	float:left;
	color:#fff;
	font-size:0.6em;
	font-weight:700;
	background-color: #333;
}


/*************************************************************************************************************/
/*                                                                                      EVENTO: ARCHIVIO     */
/*************************************************************************************************************/


section.evento_archivio_det {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
}

/************************************ PICTURES ***********************************/

section.evento_archivio_det div.pic {
	display:none;
}

.pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/************************************* SIDEPAN **********************************/

.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -150px;
}

.evento_archivio_content {
	max-width: 300px;
    min-width: 180px;
    width: 78%;
	position:relative;
	top:0px;
	left:0px;
	margin-left:0px;
	float:left;
/*	background-color:#cff;*/
}

h2.evento_archivio_time {
	width:100%;
	height:21px;
	float:left;
	background-image:url(../../img/avvisi/time.png);
	background-position:left;
	background-repeat:no-repeat;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 400;
	text-align:left;
    text-transform: lowercase;
	padding-left:30px;
	padding-top:2px;
    padding-bottom: 0px;
    padding-top: 0px;
/*	background-color:#0FF;*/
}

.evento_archivio_time strong {
	font-size:0.9em;
}

.evento_archivio_title {
	width:100%;
	height:auto;
	font-size:1.1em;
	font-weight:700;
	line-height:1.1em;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
	color: #1a1a1a;
	float:left;
    text-transform: uppercase;
}

hr.evento_archivio_det_div {
	display:none;
}

h3.evento_archivio_sottotitolo {
	display:none;
}

.evento_archivio_docente {
	font-size:0.9em;
	font-weight:700;
	line-height:1.4em;
	width: 40%;
	height:21px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	color: #c62f2f;
    text-transform: uppercase;
	background-image:url(../../img/avvisi/docente.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
}

.evento_archivio_links_addiction {
	padding-top: 25px;
	padding-bottom: 25px;
}

.evento_archivio_addiction_title {
	width: 15%;
	height:auto;
	float:left;
	font-weight:600;
	line-height:2.1em;
	text-align:right;
}

.evento_archivio_addiction_content {
	width: 80%;
	height:auto;
	float:right;
	font-weight:600;
}

.evento_archivio_go {
	width: 50px;
	height:100px;
	display:block;
	position:relative;
	float:right;
}

a.go {
	width: 17px;
	height: 29px;
	background-image:url(../../img/generali/go.png);
	background-position:center center;
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px;
}

a.go:hover {
	background-image:url(../../img/generali/go_hover.png);
	background-position:center center;
}

}


/* ===== 0px - 320px ===== */

@media only screen and (max-width:320px)
{

/*************************************************************************************************************/
/*                                                                                      BODY                 */
/*************************************************************************************************************/

body {
	background-image:url(../../img/layout/bkg_menu_282.png);
	font-size:80%;
}

}




/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/