<!-- Hoja de estilo -->
.boton{
	cursor:hand;
}
.fontblanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
}
.fontgris{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-align:justify;
}
.fontgris2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #333333;
}
.fontorg {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #C02600;
}
.fontorg2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #C02600;
}

.enlace:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	cursor: hand;
}

.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #C02600;
	cursor: hand;
	text-decoration:none;
}

.cargando {
	width: 100%;
	height: 100%;
	filter:Alpha(Opacity=25);
	position: absolute;
	top:0;
	left:0;
	background-image: url(cargando.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
INPUT {
	BORDER-RIGHT: #838282 1px solid;
	BORDER-TOP: #838282 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #838282 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #838282 1px solid; 
	BACKGROUND-COLOR: #CAC4C4
}

SELECT {
	BORDER-RIGHT: #838282 1px solid; 
	BORDER-TOP: #838282 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #838282 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #838282 1px solid; 
	BACKGROUND-COLOR: #CAC4C4
}

TEXTAREA {
	BORDER-RIGHT: #838282 1px solid;
	BORDER-TOP: #838282 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #838282 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #838282 1px solid; 
	BACKGROUND-COLOR: #CAC4C4
}