@charset "utf-8";
/* CSS Document */




/* CONTENT TXT */
#content_txt {
	float:left;
	width:580px;
	margin: 0;
	height: auto;
	padding:10px;
	font-size: 13px;
	text-align: justify;
	line-height: 15px;
	line-height:18px;
	background-image:url(../images/content_txt.gif);
	background-repeat:no-repeat;
	position:relative;
}

#content_txt h1{
	font-size: 16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	letter-spacing:1px;
	word-spacing:2px;
}

#content_txt h1 a {
	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px solid #a7c2d3;
}

#content_txt h1 a:hover, #content_txt h1 a:active {
 color: #a3bbba;
 text-decoration:none;
 font-weight:normal;
 border-bottom:0px;
}



/* TXT */

#txt {
	margin:15px 10px 20px 10px;
}

#txt img {
	padding:15px;
	margin:5px;
}

.image_sx,.image_dx, #vetrina img {
	background-color:#FFF;
	border:#e1e1e1 2px solid;
	background-image: url(../images/title_img.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:auto;
}

.image_sx {
	float:left;
	/*width:145px;*/
}

.image_dx {
	float:right;
	/*width:145px;*/
}

a img.image_sx:hover, a img.image_dx:hover, a img#vetrina:hover {
	background-color:#fff;
	border:#a7c2d3 2px solid;
}

#txt a:link,#txt a:visited{
	/*border-bottom: 1px dashed #7c99ab;*/
	text-decoration:none;
	color:#314b5c;
	font-size:13px;
	font-weight:bold;
}

#txt a:hover,#txt a:active{
	text-decoration:none;	
	border-bottom: 0px;
 	color: #a3bbba;
}

#txt b{
 	/*color: #7c99ab;*/
 	color: #000000;
}

#txt li{
	list-style-type:square;
	padding: 5px 25px 5px 0px;
}

#txt ul{
	background-color:#f4f4f4;
	margin-left:2px;
	padding-left:25px;
}

*:first-child + html #txt li /* solo IE 7.0 */ {
	padding-left:0px;
}


#txt cite, #txt quote{
	margin: 20px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}



/* SOTTOMENU */
#sotto_menu {
	margin: 0px;
	padding:7px;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	color:#666;
}

#sotto_menu li{
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	display:inline;
	border-right: 1px #333 dotted;
	list-style:none;
	margin-top:15px;
}

#sotto_menu ul{
	padding-bottom: 30px;
	border-bottom: 1px #333 dashed;
}

#sotto_menu ul /* solo IE 7.0 */ {
	margin:5px;
}

*:first-child + html #sotto_menu ul /* solo IE 7.0 */ {
	margin:0px;
}

#sotto_menu li a:link,#sotto_menu li a:visited{
	color:#4b4a4a;
	font-size:13px;
	font-weight:100;
	height:30px;
}

#sotto_menu li a:hover,#sotto_menu li a:active{
 	color: #7c99ab;
}



