@charset "utf-8";
/* CSS Document */
/* IMPOSTAZIONI GENERALI */
* {
	margin:0px;
	padding:0px;
}
/* TAG */
body {
	width:100%;
	height:100%;
	background-color:#FFF;
	font-family: Tahoma,"Trebuchet MS",sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
	text-align:left;
}
p {
	padding:0px 0px 5px 0px;
}

ul {
	color:#666;
	padding-left:30px;
}

i, em {
	
}
h1 {
	padding:0px 0px 10px 30px;
	font-size:24px;
	font-weight:normal;
	color:#000;
}
h2 {
	text-indent:0;
	padding:0px 0px 10px 30px;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
h3 {
	text-indent:0;
	padding:5px 0 0 0;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
a {
	color:#D10025; /* rosso D10025*/
	text-decoration:none;
}
/*////////////////////////////////////////////////////////////////////
	CLEARFIX BY POSITIONISEVERYTHING.NET
////////////////////////////////////////////////////////////////////*/
/* ==== http://positioniseverything.net/easyclearing.html ==== */
.cssClearFix{
	clear:both;
}
.cssClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cssClearFix {
	display: inline-block;
}
html[xmlns] .cssClearFix {
	display: block;
}
* html .cssClearFix {
	height: 1%; 
}
/* ==== /http://positioniseverything.net/easyclearing.html ==== */
/*
*/
.cssBg1{
	background-position:500px 0;
	background-repeat:no-repeat;
}
.cssBg2{
	background-position:0 0;
	background-repeat:repeat;
	background-image:url(../img/bg/pattern_tovaglia_irregolare.gif);
}
.cssBg3{
	background-position:0 0;
	background-repeat:repeat;
	background-image:url(../img/bg/pattern_tovaglia_irregolare_trasparente.gif);
}
/* CLASSI */

.testo {
	text-align:justify;
}
.testo p {
	padding:0px 0px 5px 0px;
	text-indent:30px;
	text-align:justify;
}
#storia {
	position:absolute;
	top:-100px;
	left:255px;
	width:450px;
	height:400px;
	padding:0px 0px 0px 0px;
	text-align:justify;
	text-indent: 30px;
	color:#FFF;
}
.storia{
	background-image:url(../img/cuori_storia_big.jpg);
	background-position:200px 0px;
	background-repeat:no-repeat;
	background-color:#470214;
	color:#FFF;
}
.calendario {
	text-align:left;
	margin:20px 0 20px 0;
	font-size:12px;
}
.css_caltop {
	background-image:url(../img/graffa1.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:44px;
}
.css_calmid {
	background-image:url(../img/graffa2.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}
.css_calbot {
	background-image:url(../img/graffa3.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:44px;
}
.css_caldates {
	padding:0 0 0 50px;
	margin-left:20px;
}
.indirizzo {
	color:#666;
	font-size:11px;
	text-align:left;
	text-indent: 0px;
	line-height:16px;
	padding:15px 0px 0px 0px;
	margin:20px 0 20px 0;
}
.cssRed {
	color:#CC0000;
}
.cssGreen {
	color:#009900;
}
.cssBlue {
	color:#0066FF;
}
.cssFirma {
	text-indent:0px;
	text-align:right;
	padding:15px 0px 5px 0px;
}
.cssData{
	font-style:normal;
	font-size:11px;
	color:#666;
}
.cssLink {
	padding: 2px 4px 2px 4px;
	margin: 2px;
}
.cssLinkSelected {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	background-color:#e8dddf;
	color:#000;
}
.cssSmall {
	font-size:11px;
	color:#999;
}
#cuore{
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:1300px;
	min-height:1300px;
	background-image:url(../img/cuore_corsi.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#foto{
	position:absolute;
	top:150px;
	left:800px;
	width:150px;
	margin:0px 30px 0px 0px;
}
#foto .dida{
	color:#FFF;
	font-size:11px;
	line-height:16px;
	padding:5px;
	background-color:#dc2130;
	width:140px;
	margin:0px 0px 0px 0px;
	text-align:right;

}
/*////////////////////////////////////////////////////////////////////
	MENU DI NAVIGAZIONE
	MENU PRINCIPALE           
////////////////////////////////////////////////////////////////////*/
#idMenu{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	position:absolute;
	height:27px;
	top:15px;
	left:270px;
	text-align:left;
	margin:0;
	background-color:#d2c0c2;
}
.btnMenu {
	cursor:pointer;
}
.cssMenu {/*classe relativa alle tab del menu principale*/
	/*font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;*/
	font-size:12px;
	float:left;
	margin:0 0 0 0;
	padding:2px 15px 0 15px;
	height:23px;
	z-index:10;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:none;
}
.cssMenuSelected{
	display:block;
	color:#dc2130;
	background-color:#d2c0c2;
}
.cssMenu a{
	display:block;
	text-decoration:none;
	color:#000;
}
.cssMenu a:hover{
	text-decoration:none;
	color:#dc2130;
}
.cssMenu:hover{
	background-color:#d2c0c2;
}
.cssMenuSpace {/*classe relativa ai submenu*/
	height:8px;
}
.cssMenuSub {/*classe relativa ai submenu*/
	position:absolute;
	display:none;
	margin:0;
	padding:10px 0 10px 0;
	background-color:#d2c0c2;
	z-index:999;
}
.cssMenuSub a {/*link del submenu*/
	font-size:11px;
	color:#FFF;
	display:block;
	line-height:18px;
	min-height:18px;
	width:150px;
	padding:0 15px 0 15px;
	text-decoration:none;
	
	text-transform:uppercase;
}
.cssMenuSub a:hover {/*rollover link del submenu*/
	color:#dc2130;
	display:block;
	line-height:18px;
	
	text-decoration:none;
	
	text-transform:uppercase;
}
/******************************************************************/
#blocco{
	position:absolute;
	text-indent:0;
	text-align:left;
	left:150px;
	top:100px;
}
.diapo_big{
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
	width:250px;
	height:300px;
	padding:60px 60px 40px 40px;
}
.diapo_med{
	background-image:url(../img/post/postit_1_medio.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:200px;
	height:180px;
	padding:35px 0 0 35px;
}
.diapo_sml{
	/*background-image:url(../img/post/postit_1_piccolo_b.png);*/
	background-repeat:no-repeat;
	background-position:0 0;
	width:100px;
	height:125px;
	padding:40px 25px 0 25px;
}
.dida_sml{
	margin:5px 20px 0 20px;
	font-size:11px;
	line-height:14px;
}
.col1{
	float:left;
	width:235px;
	padding:0;
}
.col2{
	float:left;
	width:410px;
	padding:10px;
}
.col2 p, .col6 p{
	margin:0 0 10px 0;
}
.col2 h3, .col4 h3, .col6 h3{
	color:#F00;
}
.col3{
	float:left;
	width:150px;
	padding:0;
}
.col4{
	float:left;
	width:325px;
	padding:10px;
}
.col5{
	float:left;
	width:235px;
	padding:0;
}
.col6{
	float:left;
	width:560px;
	padding:10px;
}
.col61{
	float:left;
	width:390px;
	padding:10px;
}
.col62{
	float:left;
	width:150px;
	padding:0;
}
.curriculum{
	padding:15px;
	color:#666;
	font-size:12px;
	text-indent:0;
	text-align:left;
	line-height:14px;
}
.titolicorsi{
	margin:0 0 10px 30px;
}
.cssCorsoTitolo{
	font-size:20px;
	background-image:url(../img/cuoricino.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.cufon{
	text-align:center;
	margin:15px 0 0 0;
	font-size:16px;
	line-height:5px;
	padding:0;
	color:#F00;
	text-shadow:1px 1px #999;
}
.cufontitle{
	margin:15px 0 55px 0;
	font-size:36px;
	line-height:5px;
	padding:3px;
	color:#F00;
	text-shadow:1px 1px #999;
}
.clear{
	clear:left;
}
.cssThumbImg{
	float:left;
	margin:0 5px 5px 0;
}
.cssStampaItem{
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	min-height:95px;
}
.cssPdf {
	display:block;
	padding-left:18px;
	font-size:14px;
	background-image:url(../img/cuoricino_small.png);
	background-position:0 4px;
	background-repeat:no-repeat;
}
