/* CSS Document */
body {
	text-align: center;
   margin: 0px;
   padding: 0px;
background: transparent url("../img/fondo.gif") repeat fixed;
}

#contenido{
	width: 410px;
	margin-top: 10px;
	background-color: #FFFFFF;	
text-align: center;
   position: relative;
   margin: 0 auto;
	
}
#texto{
	text-align: left;
	float:left;
	background-color: #FFFFFF;	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	FONT-FAMILY: arial; 
	FONT-SIZE: 12px;
	COLOR: #5f6044; 
}
#boton{
	text-align: right;
	width: 410px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8b8c64;
}
.boton {COLOR: #8b8c64;FONT-FAMILY: arial;FONT-SIZE: 14px;}
A.boton:link {TEXT-DECORATION: none;COLOR: #8b8c64;FONT-FAMILY: arial;FONT-SIZE: 14px;}
A.boton:active {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 14px;}
A.boton:visited {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 14px;}
A.boton:hover {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 14px;}
