.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 6c8283;
	text-decoration: none;
}
.corazon {
	background-attachment: fixed;
	background-image: url(images/corazon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.adornoabajo {
	background-attachment: fixed;
	background-image: url(images/adorno_abajo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.casillas {
	border: 1px solid #6c8283;
	background-color: #F7FAFA;
	font-size: 10px;
}
.boton {
	border: 1px solid #E2E6E6;
	color: #FFFFFF;
	background-color: #6c8283;
	font-size: 10px;
	font-weight: bold;

}
body{
  scrollbar-arrow-color: #6c8283;
  scrollbar-track-color: #F7FAFA;
  scrollbar-face-color: #F7FAFA;
  scrollbar-highlight-color: #6c8283;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-shadow-color: #6c8283;
}

.borde {
	border: 1px solid #6c8283;
}
.aviso {
	background-attachment: fixed;
	background-image: url(images/aviso.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
