/* CSS Document */
/*PLANTILLA 09*/

/*--- Redefinicion estilo Bloque Central ---*/
#contenido #bloqueCen h1 {
	/*float: left;*/
}



/*--- Formulario de busqueda ---*/
#contenido #bloqueCen form {
	clear: both;
	margin-top: 1.9em;
	padding: .7em 0;
	text-align: center;
}

	/* Caja */
	#contenido #bloqueCen .cajaForm { width: 30% }

	/* Boton */
	#contenido #bloqueCen .botonForm {
		margin: 0 .7em 0 0;
		font-size: .9em;
	}

/*--- Resultado busqueda ---*/
#contenido #bloqueCen .resultadosBusqueda {
	margin: 0;
	padding: 0 1.5em;
	color: #DD6A1C;
}

/*--- Modulos de busqueda ---*/
#contenido #bloqueCen #moduloBusqueda {
	margin: 0;
	padding: 0;
	background: url(../img/separadorModulos.gif) left top repeat-x;
}
	
	/* Estilo listado */
	#contenido #bloqueCen #moduloBusqueda li {
		margin: 0 !important;
		padding: 0 1.5em !important;
		color: #666;
		list-style: none;
	}
	
	#contenido #bloqueCen #moduloBusqueda li.titular {
		margin-top: .3em !important;
		padding-top: .5em !important;
		padding-bottom: .4em !important;
	}
	
	#contenido #bloqueCen #moduloBusqueda li.separador {
		padding-bottom: .5em !important;
		background-image: none !important;
	}
	
	#contenido #bloqueCen #moduloBusqueda li.color {
		background: #f1f1f1;
	}

		/* Enlaces */
		#contenido #bloqueCen #moduloBusqueda ul.enlaces {
			margin: 0;
			padding: 0;
		}

			#contenido #bloqueCen #moduloBusqueda ul.enlaces li {
				display: inline;
				padding: 0 .5em 0 .7em !important;
				list-style: none;
				border-left: 1px solid #666;
			}
	
			#contenido #bloqueCen #moduloBusqueda ul.enlaces li.primero {
				padding-left: 0 !important;
				border-left: none;
			}
		
				#contenido #bloqueCen #moduloBusqueda ul.enlaces li a { color: #666 }
				#contenido #bloqueCen #moduloBusqueda ul.enlaces li a:hover { color: #BF5B15 }
	
/*--- Enlace "volver" y paginacion fondo pagina ---*/
#contenido #bloqueCen .volverPaginacion {
	height: 1.5em;
	margin: 2em 0;
}

	#contenido #bloqueCen .volverPaginacion p {
		float: left;
		margin: 0;
		padding: 0;
	}


