@charset "utf-8";
/* CSS Document */
body {
	background-image: url(imagenes/fondo_02.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto_bold {
	font-family:"Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #CF69A8;
}
.texto {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #CF69A8;
	text-align:center;
}
.textito {
	font-family:"Trebuchet MS";
	font-size: 9px;
	color:#999999;
	text-align:center;
}