body {
}
.TituloEncabezado
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #074A8C;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.textocheckecd 	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.textolabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.textogrilla
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal ;
	color:Black;
}
.MsgError
{
	font-family :Arial,vendana;
	font-size : 10px;
	color:red ;
	text-align :left  ;
	font-weight: normal;
}

.demo {
	border: 1px solid #dedede;
	padding: 10px;
	margin: 5px 2px 15px;
}

.demo ul li {
	list-style-type: none;
	
}
.demo a {
	margin-right: 10px;
}

.demo a:link {
	color: #40659b;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

.demo a:visited {
	color: #40659b;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

.demo a:hover {
	color: #718d2b;
	border-bottom: 1px solid #d39090;
}

.demo a:active {
	color: #ff5c00;
}
.anterior{
    background:transparent url(../imagenes/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.siguiente{
    background:transparent url(../imagenes/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.primero{
    background:transparent url(../imagenes/first.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.ultimo{
    background:transparent url(../imagenes/last.gif) no-repeat scroll center;
    height:1.3em;
	width:16px;
    cursor:pointer;
}  
.SelectedRow { background-color:#ff0000;color:#fff}
