@charset "utf-8";

/************************************************/  
/* CSS 2.0 legal.css - CBRE                    */
/* @date: Marzo_2008                            */
/* @autor: NetConsulting               */
/* @email: info@netconsulting.es             */
/* @url: www.netconsulting.es                   */
/************************************************/ 

#content h2.titleH2{
	
	background-color:#c0d8b7;
	/*text-transform:uppercase;*/
	font-size:80%;
	padding:4px;
	margin:10px 0;
	border-bottom:1px solid #015138;
	border-right:1px solid #015138;
				
}
	#content h2.titleH2 a{ 
		color:#005137;
		font-weight:bold;
	}
	
	
	#content h2.titleH2 a:hover{ color:#fff;}
	
	#listadoSubastas h3{
		color:#333;
		font-weight:bold;
		font-size:80%;
		text-transform:uppercase;
		margin-left:10px;
	}
	
	#listadoSubastas .listadoDocumentos {
		float:left;
		clear:both;
		margin:10px 0;
		
	}
	
	.listadoDocumentos li{
		clear:both;
		float:left;
		width:600px;
		padding-left:20px !important;
		margin:5px 0 5px 10px !important;
		height:15px !important;
		background:url(../images/file-down.gif) no-repeat top left !important;
	}
	
	#listadoDocumentosLegales .descripcion{
		color:#fff;
		font-size:90%;
		}
		
		
	h2.minusculas{ text-transform:none !important;}