body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 8pt;
}
input[type="button"],input[type="reset"],input[type="submit"] {
	background-image: url(../images/button_bg_orange.gif);
	border: #BD6B12 1px solid;
	padding: 2px 5px;
	margin: 1px 0.5em;
	color: #FFF !important;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 1em;
	position: relative;
	white-space: nowrap;
	height: 1.7em;
	cursor: pointer;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	background-image: url(../images/button_bg_orange_over.gif);
	color: #000 !important;
	border: #BD6B12 1px solid;
	text-decoration: none;
}
.BotonDown {
	background-color: Gray;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding:2px 2px 2px 2px;
}
.BotonDown:hover {
	border:1px solid;
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
}
.texto {
	font-size: 8pt;
}
.enlace1 {
	color: #CC6600;
	font-size: 12px;
	text-decoration: underline;
}
.enlace1:hover {
	font-weight: bold;
	font-size: 8pt;
}
.enlace2 {
	color: Navy;
	font-size: 8pt;
	text-decoration: underline;
}
.enlace2:hover {
	color: Red;
	font-size: 8pt;
	font-weight: bold;
}
.label {
	color: #B0003E;
	font-size: 8pt;
	font-weight: bold;
}
.labelInfo {
	color: white;
	background-color: Navy;
	font-size: 12px;
	font-weight: bold;
}
.labelResultado {	
	border: 1px solid #000000;	
	font-size: 8pt;
	background-color: #FFFFFF;
}
.labelResultadoText {	
	color:Black;
	font-size: 8pt;
	font-weight: bold;	
}
.textoError {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.textoMax {	
	text-transform:uppercase;
}
.textoMin {	
	text-transform:lowercase;
}
.cabeceraBusqueda {
	background-color: #F8E5EB;
}
.cabeceraResultados {
	background-color:#F8E5EB;
}
.GridAlternatingItemStyle {
}
.GridEditItemStyle {
}
.GridFooterStyle {
}
.GridheaderStyle {
}
.GridItemStyle {
}
.GridPagerStyle {
}
.GridSelectedItemStyle {
}
