/* CLASSI GENERATE DA WORDPRESS __________________________________________________________________________________________________________________________ */

.alignleft,
img.alignleft{					display: inline;
								float: left;
								margin-right: 20px;
								margin-top: 5px;
}
.alignright,
img.alignright{					display: inline;
								float: right;
								margin-left: 20px;
								margin-top: 5px;
}
.aligncenter,
img.aligncenter{				clear: both;
								display: block;
								margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter{				margin-bottom: 12px;
}
.wp-caption{					border: none;
								background: #f1f1f1;
								color: #888;
								font-size: 12px;
								line-height: 18px;
								text-align: center;
								margin-bottom: 20px;
								padding: 4px;
								-moz-border-radius: 0;
								-khtml-border-radius: 0;
								-webkit-border-radius: 0;
								border-radius: 0;
}
.wp-caption img{				margin: 5px;
}
.wp-caption p.wp-caption-text{	margin: 0 0 4px;
}

/* ___________________________________________________________________________________________________________________*/

/*a{							color:#ff0000;
							text-decoration:none;
}
a:hover{					text-decoration:underline;
}
h1, h2, h3, h4, h5,h6{		font-weight:bold;
							margin:0 0 15px 0;
}
h1{							font-size:32px;
							line-height:32px;
}
h2{							font-size:24px;
							line-height:24px;
}
h3{							font-size:19px;
							line-height:19px;
}
h4{							font-size:16px;
							line-height:16px;
}
h5{							font-size:13px;
							line-height:13px;
}
h6{							font-size:10px;
							line-height:10px;
}*/
blockquote{					font-style: italic;
   							padding: 0 3em;
}
blockquote{					quotes: none;
}
q{						    font-family: Georgia,"Times New Roman",Times,serif;
}
dl{							margin: 0 0 24px;
}
dt{							color: #000000;
}
dt{							font-weight: bold;
}
dt{							margin-bottom: 9px;
}
dd{							margin-bottom: 18px;
}
ins{						background: none repeat scroll 0 0 #FFFFCC;
    						text-decoration: none;
}
code{						font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
							font-size: 13px;
}
pre{						background: #F7F7F7;
							color: #222222;
							line-height: 21px;
							margin-bottom: 24px;
							overflow: auto;
							padding: 1.5em;
							font-family: "Courier 10 Pitch",Courier,monospace;
							font-size: 15px;
}
img{						max-width:100%
}
abbr, acronym, dfn{			border-bottom: 1px dotted #666666;
							cursor: help;
}
sub{						top: 0.5ex;
}
sup{						bottom: 1ex;
}
sup, sub{					font-size: 10px;
							height: 0;
							line-height: 1;
							position: relative;
							vertical-align: baseline;
}