body {
	background-image: url(img/fondou.png);
	background-repeat: repeat-y;
	background-position:center;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DC7E00;
	font-weight: bold;
}
.texto_base {font-size: 10px; color: #FEF0D6; font-family: Verdana, Arial, Helvetica, sans-serif;}

.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#CC6600;
        border:0px;
        width:80px;
        height:19px;
       }

