/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	background-repeat: repeat-x;
	background-color: White;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.titPrinc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003795;
	text-decoration: none;
}

.encabezado 
{
	font-weight: bold;
	font-size: 14px;
	color: #003093;
}
.tdon 
{
	background: background-color;
	background-image: url('./images/tituon.gif');
	background-repeat: repeat-x;
}

.tdonProf 
{
	background: background-color;
	background-image: url('./images/tituonProf.gif');
	background-repeat: repeat-x;
}
.fondoevento 
{
	height: 34px;
	background: background-color;
	background-image: url('./images/eventos/fondotextoevento.gif');
	background-repeat: repeat-x;
	padding-left: 10px;
	
}
.textoevento 
{
	font-size: 10px;
	font-weight: bold;
	color: #003093;
}

.fechaevento 
{
	font-size: 9px;
	font-weight: bold;
	color: #FF9D13;
}

.titPrinc:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0002FB;
}

.nomSeccion 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.nomSeccion:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #0002FB;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F59C0C;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C90A9;
	font-weight: bold;
	text-decoration: none;
}

.textogris 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C90A9;
	font-weight: bold;
	text-decoration: none;
}
.submenu 
{
	height: 20px;
}

.bordes 
{
	height: 9px;
}
.menuprin 
{
	background-color: #E7E7F1;
	height: 22px;
}

.menuprinProf
{
	background-color: #FADCB9;
	height: 22px;
}

.formu{
	background-color : White;
	font-family : Verdana;
	font-size : 10px;
}

.formulogin 
{
	background-color : White;
	font-family : Verdana;
	font-size : 10px;
	width: 110px;
}
.botFormu{
	background-color : #D8DBEA;
	font-family : Verdana;
	font-size : 11px;
	border-bottom-color : #5F9EA0;
	border-bottom-width : thin;
	color : Black;
}

/* Bordes de contenido */

.top 
{
	background-image: url('img/bordes/top.gif');
	background-repeat: repeat-x;
	height: 31px;
}

.left 
{
	background-image: url('img/bordes/left.gif');
	background-repeat: repeat-y;
}

.right
{
	background-image: url('img/bordes/right.gif');
	background-repeat: repeat-y;
}

.down 
{
	background-position: bottom;
	background-image: url('img/bordes/down.gif');
	background-repeat: repeat-x;
}

/* Panel */

.toppanel 
{
	background-image: url('img/panel/adm/adm_02.gif');
	background-repeat: repeat-x;
}


.bordeando 
{
	border: 1px solid #343399;
}

HR {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: B6BAD3;
}

/* Colores de Tag2HTML */

.trojo 
{
	color: #FF0000;
}

.tverde 
{
	color: #99CC00;
}

.tazul 
{
	color: #003795;
}

.tnaranja 
{
	color: #F59C0C;
}
