/* CSS Document */
* {margin:0; 	padding:0; 	font-size:12px;}
body {background:url(images/body_back.jpg) left 183px repeat-x; text-align:center;	padding:0 0 20px 0; font-family:Arial; line-height:16px; color:#6e6e6e;}
img {vertical-align:top;}
a img {border:0;}
ul {list-style:none;}
html, input, textarea {font-family:Arial; font-size:12x; line-height:1.25em; color:#7D7D7D;}
table {border-collapse:collapse; border:0; font-size:0.91em;}
input, select {vertical-align:middle; font-weight:normal;}
a {	color:#33A7FF; text-decoration:underline;}
a:hover {text-decoration:none; }
p {	padding-top:15px;}
li a {text-decoration:none;}
.float-l {float:left;}
.float-r {float:right;}
.clear {clear:both;}

/****/
.col {width:245px;}
.conteudo {padding:20px 60px 40px 65px;}

.title{font-size:14px; color:#0053fc; }
.title2 {font-size:16px; color:#0053fc; font-weight:bolder; padding-top:10px; }

/*Listas*/

.list ul {background:url(images/sep2.gif) bottom left repeat-x;}
.list li {background:url(images/sep2.gif) top left repeat-x; font-size:14px; font-weight:bold; padding:5px 0 8px 0; color:#0053fc;}
.list li a{background:url(images/arrow2.gif) 0 6px no-repeat; padding-left:10px; display:block; color:#0053fc; font-weight:bold;}
.imglist {float:left; margin:5px 10px 10px 0; }

.list2 ul {background:url(images/sep2.gif) bottom left repeat-x;}
.list2 li {background:url(images/sep2.gif) top left repeat-x; font-size:12px; padding:5px 0 8px 0; color:#0053fc;}
.list2 li a{background:url(images/arrow2.gif) 0 6px no-repeat; padding-left:10px; display:block; color:#0053fc; font-weight:bold;}


/*Imagem*/
.img {float:left; padding:3px 12px 0 0;}
.imgborder {float:left; border-color:#0053fc; border-width:1px;}

/*Footer*/
.footer {background:#E4F6FF; color:#0053fc; padding:23px 60px 21px 65px; margin:0 0 0px 40px; font-size:11px;}
.footer a {color:#0053fc; padding:0px 7px 0px 7px; text-decoration:underline; font-size:11px;}
.footer a:hover {text-decoration:none;}

/*Zoom*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
	border: 10px solid #F5F5F5;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;