@charset "iso-8859-1";
/* CSS Document */

.LOGIN {
	border: thin dotted #999;
}
.ETIQUETA_FORMULARIOS
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}
INPUT {
	border: thin dotted #F00;
}
textarea {
	border: thin dotted #F00;
}

SELECT {
	border: thin dotted #F00;
}

INPUT .button {
	background-color: #F00;
}

A
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
A:HOVER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}


.T_SUPI {
	horizontal-align:center;
	overflow: auto;
	border: thin solid #fe1f00;
	text-align: left;
	background-color: #fe1f00;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	padding-right: 5px;
	padding-left: 5px;
}
.T_INF {
	horizontal-align:center;
	overflow: auto;
	border: thin solid #fe1f00;
	text-align: left;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #fe1f00;
	text-decoration: none;
}
.T_INFSombreado {
	horizontal-align:center;
	overflow: auto;
	border: thin solid #fe1f00;
	text-align: left;
	background-color: #DDD;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #fe1f00;
	text-decoration: none;
}
