a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}


.borde2
{
	border: thin solid #99aacc;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
}

.tabla2
{
	border: thin solid #b3bdee;
	background-color: #e8e9ff;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	padding: 3;
}

.titulo
{
	border: thin solid #eeecb4;
	background-color: #fffec4;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	padding: 3;
}

.titulo_nb
{
	border: none;
	background-color: #fffec4;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	padding: 3;
}

.tabla
{
	border: thin solid #eeecb4;
	background-color: #fffee6;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	padding: 3;
}

.tabla_sb
{
	border: none;
	background-color: #fffee6;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	padding: 3;
}


.col_celeste
{
	border: thin solid #8899bb;
	background-color: #aabbdd;
}

.col_verde
{
	border: thin solid #8899bb;
	background-color: #eaffe5;
}

.col_amarillo
{
	border: thin solid #8899bb;
	background-color: #fffee6;
}

.col_rojo
{
	border: thin solid #8899bb;
	background-color: #ffe9e5;
}

.boton
{
	border: thin solid #8899bb;
	background-color: #ffffff;
	font-family: verdana;
	font-size: small;
}

.contraido
{
	display: none;
}

.select
{
	border: thin solid #8899bb;
	background-color: #ffffff;
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
}

body
{
	background-color: white;
}
