<%@ Page
Language="VB" UICulture="es" Culture="es-ES"
%>
<script runat="server">
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Calendar id="Calendar1" runat="server"
BackColor="#FFFFCC" Width="220px" ForeColor="#663399"
Height="200px" Font-Size="8pt" Font-Names="Verdana"
BorderColor="#FFCC66" BorderWidth="1px" DayNameFormat="FirstLetter"
ShowGridLines="True">
<TodayDayStyle forecolor="White" backcolor="#FFCC66"></TodayDayStyle>
<SelectorStyle backcolor="#FFCC66"></SelectorStyle>
<NextPrevStyle font-size="9pt" forecolor="#FFFFCC"></NextPrevStyle>
<DayHeaderStyle height="1px" backcolor="#FFCC66"></DayHeaderStyle>
<SelectedDayStyle font-bold="True" backcolor="#CCCCFF"></SelectedDayStyle>
<TitleStyle font-size="9pt" font-bold="True"
forecolor="#FFFFCC" backcolor="#990000"></TitleStyle>
<OtherMonthDayStyle forecolor="#CC9966"></OtherMonthDayStyle>
</asp:Calendar>
</form>
</body>
</html>