@charset "utf-8";
/* CSS Document */
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #003B75;
}
#page {
	
	margin-right: auto;
	margin-left: auto;
}
#td_consulta {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 10px;

}
.alto_10 {
	height: 10px;
}

.buscar {
	width: 200px;
	border-top-color: #003B75;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #003B75;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#tabla_resultados {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EAEAEA;
}
#tabla_resultados td {
	background-color: #F8F8F8;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 3px;
	height: 20px;
}
#grdduplicados {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EAEAEA;
	
}
#btnconsultarnombre {
	font-size: 13px;
}
#barra {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 3px;
	background-color: #FAFAFF;
	margin-bottom: 5px;
}
#barra2 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 3px;
	margin-top: 10px;
}
.contador {
	font-weight: bold;
}

