a.pestanya {
	display: block
}
a.pestanya:link, a.pestanya:visited, a.pestanya:hover  {
	text-decoration: none; color: black
}
p.error {
	color: red;
	font-weight: bold;
}
div.cuadro {
	background-color: white;
	min-height: 17.5em;
	clear: both;
	border: 1px solid rgb(128,128,128);
	z-index: 1;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0.5em;
}
#cuadroEntidad{
	width: 70em;
}
div.cuadro form {
	margin: 0;
}
div.pestanya {
	position: relative;
	float:left;
	padding: 0.2em 0.4em;
	border: 1px solid rgb(128,128,128);
	background-color: rgb(214, 211, 203);
	width: 12em;
	z-index: 10;
	margin-left: 0.4em;
}
#pestanyaSeleccionada {
	border-bottom: 1px solid white;
	background-color: white;
}
#tipo, #entidad {
	width: 38%;
	float: left;
}
#tipoBusqueda{
	position:absolute;
	left:0.5em;
	width: 38%;
}
#entidad select, #entidad input {
	margin-left: 0.5em;
}
#tipoBusqueda select, #tipoBusqueda input, #tipo select, #tipo input, div.cuadro div.descripcion{
	margin-left: 0.4em;
}
#tipoBusqueda select, #tipo select{
	width: 26em;
}
#entidad select {
	width: 40em;
}
#busqueda {
	min-height: 230px;
	margin-left: 39%;
}
* html #busqueda {
	height: 230px;
}
* html #anyos {
	left: 90% !important;
}
div.resultados{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

