@charset "utf-8";
/* CSS Document */

body, html{
	background: url(../images/bg.gif) top repeat-x;
	margin:0;
	font: 11px Arial, Helvetica, sans-serif;
	}
	
.texto{
	font-size:11px;
	color:#333333;
	line-height:normal;
	padding:30px 10px 30px 10px;
	}

.texto a{
	color:#326C80;
	text-decoration:none;
	}
	
.texto a:hover{
	text-decoration:underline;
	}

.titulo, .titulo a{
	font-size:13px;
	line-height:20px;
	color:#326C80;
	padding:10px 10px 5px 10px;
	text-decoration:none;
	}

.titulo a:hover{
	text-decoration:underline;
	}

.moldura{
	border:3px #2C687C;
	width:150px;
	height:150px;
	}

.form{
	border: 1px solid #CCCCCC;
	width:250px;
	background-color:#FFFFFF;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	padding:2px;
	}

.form2{
	border:none;
	width:50px;
	background-color:#2C687C;
	color:#FFFFFF;
	font:11px Arial, Helvetica, sans-serif;
	padding:2px;
	}

.bg{
	background:url(../images/bg2.gif) top repeat-x;
	}
