/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{margin:0; padding:0;}
address,th{font-style:normal;font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none;}
@charset "utf-8";
.txt_conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.txt_tit_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f4e5e4;
	border: 1px solid #f4e5e4;
}
.txt_tit_rosa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffccc9;
}
.barras{
    scrollbar-arrow-color: #FF99FF;
    scrollbar-base-color: #FF99FF;
    scrollbar-dark-shadow-color: #FF99FF;
    scrollbar-track-color: #FF99FF;
    scrollbar-face-color: #FF99FF;
    scrollbar-shadow-color: #FF99FF;
    scrollbar-highlight-color: #FF99FF;
    scrollbar-3d-light-color: #FF99FF;
}.txt_galeria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

