body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background: #CEE1FC;
		font-size: 12px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
	}

table {
		font-size: 10px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
}


a[name] {
	text-decoration:none;
}

a[name]:hover {
	text-decoration:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}



img {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.table_top {
		background-image:url(imagenes/fondo_celda.gif);
		background-repeat:repeat-x;
		background-color: #545458;
		font-size: 11px;
		font-weight:bold;
		text-decoration:none;
		color: white;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		text-align:center;
}

.login_box {
		font-size: 12px;
		font-weight:normal;
		color: black;
		width: 90%;
		background-color: #A7C7F3;
		font-family: Verdana, Tahoma, Arial, sans-serif;
}

.table_bottom_content {
		background-color: #f5f5ff;
		font-size: 10px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		text-align:left;
		padding: 10px;
}


.table_bottom {
		background-color: #f5f5ff;
		font-size: 10px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		text-align:left;
}

.table_bottom a:hover{
		/*background-color: #3300CC;*/
		/*color: white;*/
		/*font-size: 12px;*/
		/*font-weight:bold;*/
 		/*text-decoration: none;*/
 		text-decoration: underline;
		/*font-family: Verdana, Tahoma, Arial, sans-serif;*/
		/*text-align:left;*/
}

.table_bottom a[name]{
	text-decoration: none;
}

.table_bottom a[name]:hover{
	text-decoration: none;
}

.button a {
	display: block;
	width: 97%;
	font-size: 10px;
	padding: 2px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.button a:hover {
	background-color: #1465B6;
	width: 97%;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}



.tdTopMenuGap {
	width: 1px;
	background-color: #0A65BE;
}

.nav_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 6px 8px 6px; /*top, right, bottom, left*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-image:url(imagenes/fondo_celda.gif);
	background-repeat:repeat-x;
	background-color: #1E79D2;
}

.nav_button:hover {
	background-color: #1465B6;
	color:#FFFFFF;
	text-decoration:none;
}

.nav_cell, .nav_cell_over {
	padding-top: 8px;
	padding-bottom: 8px;
}

td#tdTopMenu {
	background-image:url(imagenes/fondo_celda.gif);
	background-repeat:repeat-x;
	background-color: #545458;
}

td#tdSearchMenu {
	background-color: #cee1fc;
	text-align: right;
}

td#tdSearchMenu td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv{
	visibility:hidden;
	display:block;
	background-color:#1E79D2;
	position:absolute;
	border:1px solid white;
	font:normal 10px Verdana,sans-serif;
	line-height:18px;
	z-index:100;
}

.submenu a{
	text-decoration:none;
	display:block;
	width: 100%;
	color:white;
	font-weight:bold;
	background-color:#1E79D2;
}

.submenu a:hover {
	color:white;
	background-color: #1465B6;
	text-decoration:none;
}

.pagelink,
.pagelinklast,
.pagecurrent {
	background: #F0F5FA;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
}

.pagelinklast {
	background: #DFE6EF;
}

.pagecurrent {
	background: #FFFFFF;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link {
	text-decoration: none;
}

input.texto {
	background-color: #fff9eb;
	font-size: 9pt;
	font-family: Tahoma, Arial, sans-serif;
}

input.boton{
	background-color: #fff9eb;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	border-color: #99ccff;
	border-width: 1px;
	background: #1E79D2 none repeat scroll 0%;
	color: #ffffff;
}