html, body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-color: #193581;
  background-image:url('../imgs/bg.gif');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: white;
  }

form {
    margin: 0;
	padding: 0;}

a:link {
	color: #99FFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99FFFF;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #99FFFF;
}

img {
  border: 0px; }

#pagina {
	width: 100%;
	margin: 0 auto;
    height:auto !important; height:100%;
}

#contenido {
    width: 777px;
    padding-top: 50px;
    text-align: center;
}

.paging
{
	padding-left: 5px;
    padding-right: 5px;
	padding-top:6px;
	padding-bottom:2px;
	height:20px;
    font-family: Arial, Helvetica, sans-serif;
    width: 777px;
    text-align: center;
}

div.paging a.PrevNext, a:visited.PrevNext {
color:#000;
text-decoration:none;
width:36px;
height:14px;
font-size:10px;
padding-left:5px;
padding-right:6px;
padding-top:3px;
padding-bottom:4px;
border:#C6D5F2 1px solid;
background-color:#fff;
line-height: 25px;
}

div.paging a.activePrevNext
{
	color:#ffffff;
	text-decoration:none;
	background-color:#3b5998;
	width:36px;
	height:14px;
	font-size:10px;
	padding-left:5px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:4px;
    font-weight: bold;
    border:#245E83 1px solid;
    line-height: 20px;
}

div.paging a:hover.PrevNext {
color:#245E83;
text-decoration:none;
background-color:#E8EEF7;
border:#C6D5F2 1px solid;
width:36px;
height:14px;
font-size:10px;
padding-left:5px;
padding-right:6px;
padding-top:3px;
padding-bottom:4px;
line-height: 20px;
}

.cel1 {border-bottom: 1px solid #2959D6; border-right: 1px solid #2959D6;}