/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana,Helvetica;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

SPAN
{
	font-size: 7pt;
	FONT-FAMILY: Verdana,Helvetica;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana,Helvetica;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana,Helvetica;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana,Helvetica;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana,Helvetica;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana,Helvetica;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana,Helvetica;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Helvetica;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana,Helvetica;
	}	


A:link	{	
	text-decoration:	none;
	font-weight:bold;
 background-color:Transparent;
	color:Gray;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#65817b;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#65817b;
	}	
		

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Verdana,Helvetica;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.textbox
{
	font-weight: normal;
	font-size:xx-small;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;
	width:320px;
	height:20px;
	}
	
	.textbox1
{
	font-weight: normal;
	font-size:xx-small;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;
	width:60px;
	height:20px;
	}
.textarea
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;
}
.boton
{
	cursor:hand;
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:#65817B;
    border:0px;
    background:transparent;   
	text-align:left;    
  }

  
  .boton1
{
	cursor:hand;
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:#666666;
    border:0px;
    background:transparent;
  }
  .botones_profesores
{	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: gray 1px solid;
	font-size:xx-small;
	width: 130px;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: Silver;
	color:white;
	cursor:hand;
	height:15px;
}
.botones_cursos
{
	border-right: deepskyblue 1px solid;
	border-top: deepskyblue 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: deepskyblue 1px solid;
	width: 130px;
	border-bottom: deepskyblue 1px solid;
	font-family: Arial;
	background-color: azure;
	cursor:hand;
}
 .botones_profesores_seleccionados
{	
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #666666 1px solid;
	width: 130px;
	border-bottom: #666666 1px solid;
	font-family: verdana;
	background-color:RoyalBlue;
	color:White;
	cursor:hand;
}
  .desactivado
{
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:Silver;
    border:0px;
	background:transparent;
	
}
.desactivado_menu
{
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:Silver;
    border:0px;
	background:transparent;
	
}
.volver
{
	border-right: #638cb5;
	border-top: #638cb5;
	font-weight: bold;
	font-size: 8pt;
	border-left: #638cb5;
	font-size:xx-small;
	width: 130px;
	border-bottom: #638cb5;
	font-family: Verdana;
	background-color: #65817b;
	color:White;
	cursor:hand;
}

.volver1
{
	border-right: #638cb5;
	border-top: #638cb5;
	font-weight: bold;
	font-size: 8pt;
	border-left: #638cb5;
	font-size:xx-small;
	width: 130px;
	border-bottom: #638cb5;
	font-family: Verdana;
	background-color: white;
	color:#638cb5;
	border-color:#638cb5;
	cursor:hand;
}
.botones_blancos
{
	font-weight: bold;
	font-size: 8pt;
	font-size:xx-small;
	font-family: Verdana;
	background-color: transparent;
	color:black;
	cursor:hand;
}      
.label_normal
{
	font-weight: normal;
	font-size:7pt;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;		
}

.bienvenida
{
	font-weight: normal;
	font-size:8pt;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;		
	color:blue;
	width:232px;
}

.titulo
{
	font-weight: normal;
	font-size:10pt;
	font-weight:bold;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align:left;
	color:White;
	background-color:Gray;
	
}
.txtvalidacion
{
	font-weight: normal;
	font-size:8pt;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;		
	color:Gray;
	width:232px;
	background-color:Transparent;
	border-style:none;
	width:70px;
}

.cbovalidacion
{
	font-weight: normal;
	font-size:8pt;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align: left;		
	color:Gray;
	width:232px;
	background-color:White;
	width:105px;
}
.tit_curso
{
	font-weight: normal;
	font-size:10pt;
	font-weight:bold;
	font-family: Verdana,Helvetica;
	position: absolute;
	text-align:left;
	color:Gray;
	background-color:Transparent;
	
}

.manita
{
	cursor:hand;
	background-color:Transparent;
}