﻿#gris
{
display:none;
position: absolute; 
top: 0%; left: 0%;
width: 100%; height: 100%;
background:#AFAFAF; 
}
.barra_vertical
{
	overflow-x: hidden;
	overflow-y: visible;
}
#proceso
{
	display:none;
	position: absolute; 
	top: 30%; left: 20%;
	width: 100%; height: 100%;
}
.salir
{
	width:30px;
	float:right;
}
.salir:hover {
	cursor: pointer;
}
#respuestabuscar
{
	position: absolute; 
	top:80px;left:100px;
	width: 650px; height: 400px;
	border:2px solid ;
	border-radius: 10px;
	background:#D6DDEF;
	margin-top:0px;
	display:none;
}
#datosbuscar
{
	top:80px;left:350px;
	width: 650px; height: 360px;
	background:#DBEDFE;
	margin-top:0px;
}
#tablaresultados tr:nth-child(odd){ background: #ececec;} /* color claro para las filas impares */
#tablaresultados tr:nth-child(even){ background: #bdbdbd;}
#tablaresultados tr:hover{ background: #FCF3B5;}