@import url("tablas.css");
@import url("fichas.css");
@import url("formularios.css");
@import url("navegacion.css");

	body {
		padding: 0;
		margin: 0;
		float: left;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #FFFFFF;
	}
	
	/* Contenido */
		#Contenido {
			vertical-align: top;
			padding: 0 20px 5px 0 !important;
		}
	
		#Contenido table #ContenidoHead {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #1D4C45;
			text-align: center;
			background-color:  #9CB16C;
		}
		
		#Contenido table #ContenidoBody {
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #1D4C45;
			padding: 15px 0 0 0 !important;
			text-align: left;
		}
	
		#Contenido table #ContenidoBody strong {
			letter-spacing: 1px;
		}
		
		#Contenido table #ContenidoBody a {
			color: #882657;
			text-decoration: underline;
			font-weight: bold;
		}
		
		#Contenido table #ContenidoBody a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#Contenido table #ContenidoBody a:active {
			text-decoration: none;
		}
		
	/* /Contenido */
	
	#Lateral {
		 width: 179px;
		 vertical-align: top;
		 background: url('../images/tpl_cuerpo_buscador.gif') repeat-y;
	}
	
	#Lateral td table {
		width: 100%;
		border-collapse: collapse;
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	#Lateral td table td {
		padding: 2px;
		margin: 0;
	}
	#Lateral td table td label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #1D4C45;
	}
	
	#Lateral td table td select,
	#Lateral td table td input {
		background-color: #882657;
		border: 1px solid #882657;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		width: 120px;
	}
	
	#Lateral td table th input {
		width: 120px;
	}
	
	#Pie {
		background: url('../images/tpl_pie_enlaces.gif') repeat-y !important; 
		height: 23px;
		padding: 3px;
		text-align: center !important;
		color: #9CB16C;
		letter-spacing: 1px;
	}
	
	#Pie ul {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#Pie li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0 12px 0 12px;
	}

	#Pie li a {
		padding: 0;
		height:31px;		
		overflow: hidden;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}	
	
	#Pie li a:hover {
		text-decoration: none;
		color: #000000;
		border-bottom: 2px solid #9CB16C;		
	}
	
	#Pie .su-inmo,
	#Pie .su-inmo:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #CCCCCC;
		text-decoration: none;
	}
	
	#Pie .su-inmo:hover {
		color: #1D4C45;
		text-decoration: underline;
	}
	
	.fondoLateral_i {
		background-color: #FEFB97;
		border-right: 1px solid #882657;
	}
	.fondoLateral_d {
		background-color: #FEFB97;
		border-left: 1px solid #882657;
	}		
	
	.botonBuscar {
		display: block;
		padding: 24px 0 0 0;
		width: 82px;
		height: 0px !important;
		height /**/:24px;
		overflow: hidden;		
		background: url('/images/tpl_buscar.gif');
		margin: 0 auto;
	}
	.botonBuscar:hover {
		background-position: 0 -24px;
	}
	.botonBuscar:active {
		background-position: 0 -48px;
	}