form {
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	background-image: url(../imagenes/menu-linea-fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.campo-buscador {
	background-color: #39394a;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.avatar {
  position: relative;
  z-index:25;
  cursor:help;
}

.avatar div {
  position:absolute;
  text-align:center;
  visibility:hidden;
  z-index:20;
}

.avatar div img{
  border: 1px solid #CCCCCC;
}
table#buscador-formulario {}
table#buscador-formulario td {
	padding: 4px;
}
table#listado {
	
}
table#listado th {
	color: #e20001;
	text-align: left;
		background-image: url(../imagenes/menu-linea-fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
table#listado td {
	padding: 8px;
	font-size: 12px;
	color: #ccc;
}

