.ref_div {
	width: 500px;
	height: 300px;
	background: url('fondo.png');
	text-align: center;
	position: fixed;
	display: none;
}

.ref_menu {
	height: 30px;
	text-align: right;
}

.ref_abrir {
	position: relative;
	top: 7px;
	right: 100px;
	font-size: 16px;
	font-weight: bold;
}

a.ref_abrir {
	color: #808080;
	text-decoration: none;
}

a.ref_abrir:hover {
	color: #202040;
	text-decoration: none;
}

.ref_cerrar {
	position: relative;
	top: 7px;
	right: 45px;
	font-size: 16px;
	font-weight: bold;
}

a.ref_cerrar {
	color: #808080;
	text-decoration: none;
}

a.ref_cerrar:hover {
	color: #202040;
	text-decoration: none;
}

.ref_iframe {
	width: 470px;
	height: 240px;
	border: 1px inset #C0C0C0;
	background: url('fondo.gif');
	position: relative;
	top: 9px;
	right: 4px;
}

/******************** A partir de aquí pertenece a buscador.php ************************/

.buscar_body {
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height: 20px;
	overflow: auto;
}

.ref_a_titulo {
	text-align: center;
	font-size: 12px;
}

.ref_a_titulo a {
	color: #507AA5;
	text-decoration: none;
}

.ref_a_titulo a:hover {
	text-decoration: underline;
}

.ref_titulo {
	font-weight: bold;
	font-size: 14px;
	}

.ref_div_def {
	border: 1px dotted #000000;
	padding: 10px;
}
	
.ref_definicion {
	text-align: justify;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}