.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2A0E72;
	text-decoration: none;
}

.fondo {
	background-image: url(img/fondo_2.jpg);
	background-repeat: no-repeat;
	background-position: 300px 30px;
}
body {
	scrollbar-face-color: #FEF0DA; 
	scrollbar-shadow-color: #2A0E72; 
	scrollbar-highlight-color: #FEF0DA; 
	scrollbar-3dlight-color: #2A0E72; 
	scrollbar-darkshadow-color: #FEF0DA; 
	scrollbar-track-color: #FEF0DA; 
	scrollbar-arrow-color: #F09909; 
	}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F4A615;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F4A615;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #290F73;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #290F73;
	text-decoration: underline;
}
.borde {
	border: 1px solid #2AOE72;
}
