body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
.body2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:scroll;
}
.body3 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}
a:hover {
	text-decoration: none;
	color: #ccffff;
}
.fondoArriba {
	background-image: url(Imagenes/FondoArriba.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fondoMedio {
	background-image: url(Imagenes/FondoMedio.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.fondoAbajo {
	background-image: url(Imagenes/FondoAbajo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo {
	background-image: url(Imagenes/Fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height:40px;
	color: #009999;
	text-decoration: underline;
}
.linkLogin  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textoError {
	font-weight: bold;
	color: #DC143C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: static;
}
.textoErrorPie {
	font-weight: bold;
	color: #DC143C;
	background-color: #F0FFF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: static;
}
.textoAviso {
	font-weight: bold;
	font-size: 11px;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
}
.textoExito {
	font-weight: bold;
	font-size: 11px;
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
}
.textoErrorHTTP {
	font-weight: bold;
	font-size: 16px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.botonMenuInicio {
	cursor: hand;
	vertical-align: middle;
	background-image: url(Imagenes/BotonAzulOscuro.gif);
	behavior: url(../Comportamientos/BotonMenuInicio.htc);
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
	height: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.botonLogin {
	cursor: hand;
	background-image: url(Imagenes/BotonVerde2Oscuro.gif);
	behavior: url(../Comportamientos/Boton.htc);
	background-repeat: no-repeat;
	background-position: center center;
	width: 86px;
	height: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.botonVerde0 {
	cursor: hand;
	background-image: url(Imagenes/BotonVerde2Oscuro.gif);
	behavior: url(../../Comportamientos/Boton.htc);
	background-repeat: no-repeat;
	background-position: center center;
	width: 275px;
	height: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.botonVerde1 {
	cursor: hand;
	background-image: url(Imagenes/BotonVerde1Oscuro.gif);
	behavior: url(../../Comportamientos/Boton.htc);
	background-repeat: no-repeat;
	background-position: center center;
	width: 176px;
	height: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.botonVerde2 {
	cursor: hand;
	background-image: url(Imagenes/BotonVerde2Oscuro.gif);
	behavior: url(../../Comportamientos/Boton.htc);
	background-repeat: no-repeat;
	background-position: center center;
	width: 86px;
	height: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.botonListaDoble {
	cursor: hand;
	background-image: url(Imagenes/Control DoubleListBox/BotonListaDobleOscuro.gif);
	behavior: url(../../Comportamientos/Boton.htc);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccffff;
	text-decoration: none;
}
.campo {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	margin-left: 5px;
	border-left: #666666 1px solid;
	color: #008080;
	margin-right: 5px;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5FFFA;
}
.campoSoloLectura {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	margin-left: 5px;
	border-left: #666666 1px solid;
	color: #008080;
	margin-right: 5px;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e3e3e3;
}	
.campoError {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	margin-left: 5px;
	border-left: #666666 1px solid;
	color: #008080;
	margin-right: 5px;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffff99;
}
.campoBusqueda {
	border-right: #336666 1px solid;
	border-top: #336666 1px solid;
	font-size: 12px;
	margin-left: 5px;
	border-left: #336666 1px solid;
	color: #ccffff;
	margin-right: 5px;
	border-bottom: #336666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #669999;
}	
.etiqueta {
	border-top-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	border-bottom-width: 0px;
	color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	border-right-width: 0px;
}
.radioButtonItem {
	font-size: 12px;
	margin-left: 5px;
	color: #008080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cuerpo {
	overflow: auto; 
	height: 100%;
	width: 100%; 
	position: static;
	scrollbar-face-color: #336666;
	scrollbar-highlight-color:#009999;
	scrollbar-3dlight-color: #336666;
	scrollbar-darkshadow-color: #F5FFFA;
	scrollbar-shadow-color: #009999;
	scrollbar-arrow-color: #F5FFFA;
	scrollbar-track-color: #F0FFF0;
}
.cuerpoPopUp {
	background-color: #F5FFFA;
	color: #336666;
	font-weight: bold;
}
.cuadroError {
	overflow:auto;
	height: 13px;
	width: 610px;
	position: static;
	scrollbar-face-color: #336666;
	scrollbar-highlight-color:#009999;
	scrollbar-3dlight-color: #336666;
	scrollbar-darkshadow-color: #F5FFFA;
	scrollbar-shadow-color: #336666;
	scrollbar-arrow-color: #F5FFFA;
	scrollbar-track-color: #F0FFF0;
}

