<%@ 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"
BorderStyle="Solid" NextPrevFormat="ShortMonth"
BackColor="White" Width="330px" ForeColor="Black"
CellSpacing="1" Height="250px" Font-Size="9pt"
Font-Names="Verdana" BorderColor="Black">
<TodayDayStyle forecolor="White" backcolor="#999999"></TodayDayStyle>
<DayStyle backcolor="#CCCCCC"></DayStyle>
<NextPrevStyle font-size="8pt" font-bold="True"
forecolor="White"></NextPrevStyle>
<DayHeaderStyle font-size="8pt" font-bold="True"
height="8pt" forecolor="#333333"></DayHeaderStyle>
<SelectedDayStyle forecolor="White" backcolor="#333399"></SelectedDayStyle>
<TitleStyle font-size="12pt" font-bold="True"
height="12pt" forecolor="White" backcolor="#333399"></TitleStyle>
<OtherMonthDayStyle forecolor="#999999"></OtherMonthDayStyle>
</asp:Calendar>
</form>
</body>
</html>