/* CSS Document */

	.colFormulario		{float:left; margin-right:20px;}
	.colFormulario label	{font-size:11px; line-height:18px;}
	
	.huecoBoton			{height:20px;}
	.zonaBoton			{position:absolute; right:30px; bottom:0px;}
	.botonMarron		
	{
		display:block; height:16px; width:76px;
		padding:3px 0px;
		text-align:center; font-weight:bold; font-size:13px;
		color:#fff;
		background:transparent url('../img/botonMarron.gif') no-repeat;
	}
	.botonMarron:hover	{background-position:0px -24px;}

	.listaResultados			{margin:5px 0px 20px 0px; padding:0px 0px 0px 20px; list-style-type:decimal;}
	.listaResultados li		{margin:0px 0px 2px 0px; padding:0px 0px 0px 0px;}
	.listaResultados li a		{display:block; width:524px; color:#895e37; font-size:13px; height:14px; padding:2px 2px 2px 2px;}
	
	.listaResultados li a.color1	{background-color:#e8dfd7;}
	.listaResultados li a.color2	{background-color:transparent;}
	
	.listaResultados li a:hover	{background-color:#dccfc3;}
	
	.tituloApartadoMarronMarco	{font-size:11px; color:#895e37; font-family:Georgia; font-weight:bold; border:solid 1px #895e37; padding:5px; margin-bottom:10px;}
	
	