/* Default CSS Stylesheet for a new Web Application project */

body {
	font-family: Arial, Helvetica, san-serif;
	color: #5E606C;
	FONT-SIZE: 11px;
	}

a
{
	text-decoration:none;
	color:black;
}

.MensajeLeido
{
	
	color:black;
	font-weight:normal;
	font-family: Verdana;
	font-size:10;
}
.MensajeNoLeido
{
	color:#21467A;
	font-weight: bold;
	font-family: Verdana;
	font-size:10;
}

.TDout
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style:solid;
	border-color: #C0C0C0;
	background-color: #F5F5F5;
	background-image: url(img/back_msg.gif);
}                         

.TDover
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style:solid;
	border-color: #C0C0C0;
	background-color: #FEFBC7;
}

.TDAnotacionOut {
	BACKGROUND-COLOR: #f5f5f5
}
.TDAnotacionOver {
	BORDER-LEFT-COLOR: #808080; BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-COLOR: #808080; BACKGROUND-COLOR: #fefbc7; BORDER-RIGHT-COLOR: #808080
}

.TDContenidoDesactivado
{
	background:url(img/fdo_nombre_clase.jpg);
	background-color: #f5f5f5;
}                         

.TDContenidoActivado
{
	background-color: #E1FF88;
}

#menucurso {
	FONT-SIZE: 11px;
	color: #5E606C;
	font-family: Tahoma;
	}
	
#menucurso a:link, a:active {
	color: #5E606C;
	text-decoration: none;}
	
#menucurso a:visited {
	color: #5E606C;
	text-decoration: none;}

#menucurso a:hover {
	color: #1A5086;
	text-decoration: none;
	font-weight: bold;}
	
	
	
a:link, a:active {
	color: #1A5086;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px;}

a:visited {
	color: #1A5086;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px;}

a:hover {
	color: #9d9ea4;
	font-family: tahoma;
	text-decoration: none;
	FONT-SIZE: 11px;}
	
	
#txt {
	FONT-SIZE: 11px;
	color: #c8c9ca;
	font-family: tahoma;
	}
	
#txt a:link, a:active {
	color: #c8c9ca;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}
	
#txt a:visited {
	color: #c8c9ca;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}

#txt a:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}
	
	
	
#form {
	FONT-SIZE: 11px;
	color: #000000;
	font-family: tahoma;
	}
	
#form a:link, a:active {
	color: #000000;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}
	
#form a:visited {
	color: #000000;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}

#form a:hover {
	color: #62792c;
	text-decoration: none;
	font-family: tahoma;
	FONT-SIZE: 11px}