body
{
	font: small Arial;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #00253C;
}
a:visited {
	color: #4D64CE;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #4D64CE;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #4D64CE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
SELECT
{
	font-family: Arial; 
	font-size: 0.8em; 
	color: #153236;
	background-color:#FFFFFF;
}
INPUT
{
	font-family: Arial; 
	font-size: 0.8em; 
	color: #153236;
	background-color:#FFFFFF;
	border-color:White;
}

TD
{
	font-family: Arial; 
	font-size: 0.8em; 
}

H1
{
	color: #990099;
	font-size: medium;
}
H2
{
	color: #000099;
	font-size: x-small;
}
.titulocampo
{
	color: #000099;
	font-size: xx-small;	
}

.campoFormulario
{
	color: #00253C;
	font-size: 10;	
	font-family:Arial;
	font-weight:bold;
}

.EtiqForm
{
	color: #383836;
	font-size: 11;	
	font-family:Arial;
	font-weight:bold;
	text-align: left;
}

.EtiqForm10
{
	color: #383836;
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
}
.EtiqForm10n
{
	color: #383836;
	font-size: 14;	
	font-family:Arial;
	font-weight:normal;
}
.EtiqForm11
{
	color: #383836;
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
}
.EtiqForm11n
{
	color: #383836;
	font-size: 14;	
	font-family:Arial;
	font-weight:normal;
}
.caja
{
	color: black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	background: #ffffff;
	text-align: right;
	
}

.DatosNumericos
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
}

.NotaPie
{
	color: #00253C;
	font-size: 9;	
	font-family:Arial;
	font-weight:normal;
}

form.estilo input 
{
		color: black;
		border-top: solid 1px black;
		border-left: solid 1px black;
		border-bottom: solid 1px white;
		border-right: solid 1px white;
		background: #5b6d7c;
}

.boton 
{
		background: #93b1c9 !important;
		color: #5b6d7c !important;
		border-top: solid 1px white !important;
		border-left: solid 1px white !important;
		border-bottom: solid 1px black !important;
		border-right: solid 1px black !important;
		font-weight: bold;		
		margin-top: 10px;
		margin-left: 45%;
}

.tituloForm
{
	color: #303030;
	font-size: 12;	
	font-family: Arial;
	font-weight: bold;
}

.titulo2
{
	color: #303030;
	font-size: 14;	
	font-family: Arial;
	font-weight: bold;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("jscalendar/skins/aqua/normal-bg.gif");
  font-family: "trebuchet ms",Arial,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .buttonCalendar { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("jscalendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: Arial,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("jscalendar/skins/aqua/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("jscalendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("jscalendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("jscalendar/skins/aqua/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("jscalendar/skins/aqua/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("jscalendar/skins/aqua/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: Arial,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("jscalendar/skins/aqua/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("jscalendar/skins/aqua/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("jscalendar/skins/aqua/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("jscalendar/skins/aqua/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("jscalendar/skins/aqua/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("jscalendar/skins/aqua/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("jscalendar/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("jscalendar/skins/aqua/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("jscalendar/skins/aqua/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("jscalendar/skins/aqua/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("jscalendar/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("jscalendar/skins/aqua/active-bg.gif"); color: #fff;
}
.celdaEstadistica 
{
	font-size: 12;	
	font-family:Arial;
	text-align:center;
	padding:2px 5px 2px 5px;
}
.celdaEstadistica3
{
	font-size: 12;	
	font-family:Arial;
	text-align:center;
	font-weight: bold;
	padding:2px 5px 2px 5px;
}
.celdaEstadistica2
{
	font-size: 12;	
	font-family:Arial;
	padding:2px 5px 2px 5px;
}
.celdaEstadistica4
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
.celdaEstadisticaVerde
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	background-color: #D8E35B;
	text-align:center;
	padding:2px 0px 2px 0px;

}
.celdaEstadisticaOliva
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	background-color: #E0D751;
	text-align:center;
	padding:2px 5px 2px 5px;
}
.celdaEstadisticaRojo
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	background-color: #E4BD47;
	text-align:center;
	padding:2px 5px 2px 5px;
}
.celdaEstadisticaNaranja
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	background-color: #FFAD21;
	text-align:center;
	padding:2px 5px 2px 5px;
	width:70px;
}
.celdaEstadisticaOscura
{
	font-size: 12;	
	font-family:Arial;
	font-weight:bold;
	background-color: #76A1B8;
	text-align:center;
	padding:2px 5px 2px 5px;
}

.celdaEspacio {
	width:2px;
}
.fondocamiseta {
	background-image: url(imgnuevo/Interiores/imgcamiseta.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	table.Principal
{
	border-collapse:collapse;
	padding-left: auto;
	padding-right: auto;
	width: 590px;
}

table.Fumadores
{
	border-collapse: collapse;
 }
 
 td.FumadoresOpcionesArriba
 {
	border: black thin solid;
	text-align: center;
	width: 15%;
 }
 
 td.FumadoresOpcionesIzq
 {
	border: black thin solid;
	text-align: left;
	width: 55%;
 }

 td.FumadoresOpcionesCentro
 {
	border: black thin solid;
	text-align: center;
	width: 15%;
 }
 
td.Menu
{
	width: 20%;
}

td.Centro
{
	width: 80%;
}

table.tblCentro
{
	border-collapse: collapse;
	text-align: justify;
}



/*////////////////////////////////////////////////////////////*/
/*/////////////////////Combos/////////////////////////////////*/

.TbxNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.TbxNormalNAlumnos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 45px;
}




/*////////////////////////////////////////////////////////////*/
/*/////////////////////Texto//////////////////////////////////*/

.Titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.TextoNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.TextoNormalGrande
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.TextoNormalPeque
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.TextoNormalNegrita
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.TextoNormalNegritaRojo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.TextoAviso1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	background-color: #D7D7D7;
}

.TextoError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #7C1B1B;
}

.TextoErrorPeque
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C1B1B;
}



/*////////////////////////////////////////////////////////////*/
/*/////////////////////Efectos////////////////////////////////*/

.TRIluminado
{
	background-color: #FFF7C0;
	height: 30px;
}

.TRNormal
{
	background-color: White;
	height: 30px;
}

.TDIluminado
{
	background-color: #FFF7C0;
	border: black thin solid;
	text-align: center;
	width: 15%;
}
.tablaConsulta td
{
	padding: 0px 5px 0px 5px;
	font-weight:bold;
}
.tablaConsulta td span
{
	padding: 0px 5px 0px 5px;
	font-weight:normal;
}
.tablaConsulta tr 
{
	border:solid 1px black;
}
.invisible 
{
	display:none;
}
