/**********************************************************************************************/
/*       							WEB LOMG - lomg.es										  */
/*						Fichero: instrumentos.css											  */
/* 						Ultima actualización: 14 de febrero de 2006 						  */
/**********************************************************************************************/



/* ---------------------------------- */
/* Listado de instrumentos */
/* ---------------------------------- */
div.instrumentos
{
}

div.instrumentos h2
{
	color: #14126D;
	background: url(instrumentos/instrumento_4_ico.gif) no-repeat left top;
	padding: 3px 0px 3px 30px;
}
div.instrumentos table
{
	width: 95%;
	border-collapse: collapse;
	font-size: 8pt;
	margin: 0px auto;
}
div.instrumentos table th
{
	padding: 3px 3px 3px 3px;
	background: #ccc;
	border: 1px solid #ccc;
	font-size: 0.9em;
}
div.instrumentos table td
{
	border: 1px solid #ccc;
	font-size: 0.9em;
	padding: 2px 3px 2px 3px;
	line-height: 130%;
}

div.instrumentos p.noEncontrados
{
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 0px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	
}




/* ---------------------------------- */
/* Buscar instrumentos */
/* ---------------------------------- */
div#formSearch
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 9pt;
	background: url(instrumentos/fondo_buscar_instrumento.gif) right top no-repeat;
	padding-top: 21px;
	margin: 0px 0px 20px 0px;
	
	border-bottom: 1px solid #e1e1e1;
}
div#formSearch input
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
div#formSearch input.boton
{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	vertical-align: top;
	border: none;
}
div#formSearch h1
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	text-transform: none;
	margin: 0px;
	padding: 13px 15px 15px 15px;
	text-transform: none;
	
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
div#formSearch p
{
	font-size: 8pt;
	margin: 0px;
	padding: 5px 15px 10px 15px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}



/* ---------------------------------- */
/* Edicion de instrumentos */
/* ---------------------------------- */
div.instrumento
{
}
div.instrumento table
{
	width: 100%;
	font-size: 8pt;
	border-collapse: collapse;
}
div.instrumento table th
{
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 4px 5px 4px 5px;
	background: #ddd;
}
div.instrumento table td
{
	font-size: 1em;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
}



