/* 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:#55848a;
								text-decoration:none;
								-webkit-transition: background 150ms ease-in-out,
													color 150ms ease-in-out;		
								-moz-transition: 	background 150ms ease-in-out,
													color 150ms ease-in-out;		
								-o-transition: 		background 150ms ease-in-out,
													color 150ms ease-in-out;		
								-ms-transition: 	background 150ms ease-in-out,
													color 150ms ease-in-out;															
								transition: 		background 150ms ease-in-out,
													color 150ms ease-in-out;								
	}
	a:hover{					background:#55848A;
								color:#fff;
								text-decoration:none;
	}
	h1, h2, h3, h4, h5,h6{		font-family:Cutive, "Courier New", Courier, monospace;
								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;
	}
	p{    						margin-bottom: 12px;
	}
	blockquote{					font-style: italic;
								padding: 0 3em;
	}
	blockquote{					quotes: none;
	}
	q{						    font-family: Georgia,"Times New Roman",Times,serif;
	}
	p{    						margin-bottom: 12px;
	}
	table{						border: 1px solid #E7E7E7;
								margin: 0 -1px 24px 0;
								text-align: left;
								width: 100%;
	}
	tr th,
	thead th{					color: #888888;
								font-size: 12px;
								font-weight: bold;
								line-height: 18px;
								padding: 9px 24px;
	}
	tr td{						border-top: 1px solid #E7E7E7;
								padding: 6px 24px;
	}
	dl{							margin: 0 0 24px;
	}
	dt,
	th{							color: #000000;
	}
	dt{							font-weight: bold;
	}
	th,
	dt{							margin-bottom: 9px;
	}
	dd{							margin-bottom: 18px;
	}
	ul{							list-style: square outside none;
								margin:0 0 18px 24px;
	}
	ul li{						list-style: square outside none;
	}
	ol{							list-style: decimal outside none;
								margin:0 0 18px 24px;
	}
	ol li{						list-style: decimal outside none;
	}
	ul ul{						margin: 0 0 0 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;
	}

/* ___________________________________________________________________________________________________________________*/

	.box_1{	width:auto;
			background-color: #A7D5D9;
			margin:5px 0;
			padding: 15px;
			border: 5px dotted #55848A;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;			
	}