﻿
.titular
{
	 padding-left: 5px;
	 background-color: #0078B9;
	 font-family: Arial;
	 font-size: 12px;
	 font-weight: bold;
	 color: #FFFFFF;
	}

.titularNotas
{
	border-bottom-style:solid;
	border-bottom-color: #0078B9;
	border-bottom-width:1px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;   
    }
.tipofilas
{
	border-bottom-style: dotted;
	border-bottom-color: #0078B9;
	border-bottom-width: 1px;
	}
	
.tipoColumnas
{
	background-color: #E6EFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0078B9;	}
	
.arial11azul
{
	font-family: Arial;
	font-size: 11px;
	color: #003366;	}

.tamanyoCeldaPeq
{
	width: 100px;
	text-align: center;
	}

.tamanyoCeldaGrande
{
	width: 320px;
	text-align: justify;
	}



.arial11azulBold
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
	
	
div#spCalendario
{
	padding-top: 20px;
	background-color: #E6EFFF; 
	width: 95px;
	height: 417px;
	float:left;
	}	
div#spNotas 
{
	width: 500px;
	float: right;
	overflow: auto;
	}
	
td.nota
{
	vertical-align: top; 
	border-bottom: #0078B9 dotted 1px;
	
	}
ul li.listaanyos
{
	font-weight: bold; 
	list-style: none;
	padding-left: 5px;
	}

.divanyosinicio
{
	display: none;
	}
	
.listaMeses
{
	padding: 0px;
	padding-top:2px; 
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 10px;
	list-style: none;
	margin: 0px; 
	}

.listaMeses a
{
	
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	}

.listaMeses a:hover
{
	font-weight:bold;
	}
