.texto {
	font-family: Arial;
	font-size: 12px;
	color: #344962;
}

.textoconsulta {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}


.textobold {
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

.textoboldblanco {
	font-family: Arial;
	font-size: 12px;
	color: #344962;
	font-weight: bold;
}

.button{
	border:0px;
	width:100px;
	height:22px;
	cursor:pointer;
	background-image: url(btn.jpg);
	background-repeat: repeat-x;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:white;

}

.button1{
	border:1px;
	border-color:#B6C2D1;
	width:70px;
	height:22px;
	cursor:pointer;
	background-color:#677C92;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;

}

.button2{
	border:1px;
	border-color:#B6C2D1;
	width:110px;
	height:22px;
	cursor:pointer;
	background-color:#677C92;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;

}

.tablagrilla{
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:12px;
	color:#003366;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.tablagrilla2{
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:12px;
	color:#003366;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.tablagrilla2 td{
	border:1px solid #CCCCCC;
}

.tablagrilla2 th{
	border:1px solid #CCCCCC;
}

.encabezadogrilla{
	background-color: #41688F;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.tablagrilla_td{
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	font-family:Arial;
	font-size:12px;
	color:#003366;
}

.tablagrilla_td_seleccionado{
	background-color: #C9D8E7;
	font-family:Arial;
	font-size:12px;
	color:#003366;
}
/*
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 23px;
	vertical-align: middle;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 23px;
	vertical-align: middle;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 23px;
	vertical-align: middle;
}
*/

