*, html
{
 margin: 0;
 padding: 0;
}


body
{
	background-color: #FFFFFF;
	background-image: url(../imagenes/portada/fondo.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
}

/***** Login splash *****/
table.login
{
	width: 307px;
	height: 135px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

	table.login td
	{
		font-family: Verdana;
		font-size: 10px;
	}

		table.login td input
		{
			font-family: Verdana;
			font-size: 10px;
			border: 1px solid black;
			background-color: #F8F8F8;
		}

/***** Contenedora principal *****/
#falsa_contenedora_principal
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 733px;
}

#contenedora_principal
{
	background-color: #FFF;



	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 733px;
	min-height: 500px;
	height: auto;
	/height: 500px;
	float: left;
}

#contenedora_principal #contenedor_auxiliar
{
	float: left;
	margin: 0 auto;
	width: 733px;
}

/***** Cabecera *****/
#cabecera
{
	width: 733px;
	height: 197px;


	border: 0;
	padding: 0;
	float: left;
	
	background: transparent url(../imagenes/general/cabecera/cabecera.jpg) no-repeat 0 0;
}

	#cabecera h1
	{
		display: none;
	}

	#cabecera #menu_superior
	{
		margin-top: 179px;
		/margin-top: 178px;
	}

		#cabecera #menu_superior a:link, #cabecera #menu_superior a:visited, #cabecera #menu_superior a:hover, #cabecera #menu_superior a:active, #cabecera #menu_superior
		{
			color: #fff;
			font-family: Arial, Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}

		#cabecera #menu_superior #parte_inicio
		{
			position: relative;
			float: left;
			margin-left: 18px;
			/margin-left: 10px;
		}

		#cabecera #menu_superior #parte_sug_contacto
		{
			position: relative;
			float: right;

			margin-right: 18px;
			/margin-right: 9px;
		}

#el_contenido
{

	background-image: url(../imagenes/menu/fnd_menu.gif);
	background-position: top left;
	background-repeat: repeat-y;

	background-color: #e6f5fa;

	position: relative;
	float: left;
	min-height: 30px;
	/height: 30px;
}

/***** Menú *****/
#menu_izq
{
	width: 156px;

	margin: 0;
	padding: 0;
	float: left;
	
	min-height: 10px;
	/height: 10px;


}

	/* nivel 1 */
	#menu_izq ul#menu
	{

		width: 156px;

		margin: 0 0 5px 0;
		padding: 0 0 65px 0;
		float: left;
		list-style-position: outside;
		list-style-image: none;
		list-style-type: none;

		background-image: url(../imagenes/menu/fnd_pie.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}

		#menu_izq ul#menu li.nivel_1
		{
			list-style-image: none;
			list-style-type: none;

			background-image: url(../imagenes/menu/botones/bullet_nivel1.gif);
			background-repeat: repeat-y;
			background-position: left top;

			margin: 3px 0 0 2px;

			min-height: 15px;
			/height: 15px;
		}

		#menu_izq ul#menu li.nivel_2
		{
			background-image: url(../imagenes/menu/fnd_nivel2.gif);
			background-repeat: repeat-y;
			background-position: right top;

			margin: 0 0 0 5px;
			padding: 0;
			border: 0;

			min-height: 15px;
			/height: auto;
		}

		#menu_izq ul#menu li.nivel_1 a
		{
			font-weight: bold;
			text-decoration: none;
			display: block;
			padding: 5px 0px 0px 12px;
			/padding-top: 3px;
			font-size: 11px;
			font-family: Verdana, Arial, Sans-serif;
			color: #1c5056;

			min-height: 15px;
			/height: 15px;

			border-bottom: 1px solid #005077;

		}

		#menu_izq ul#menu li.nivel_2 a
		{
			font-weight: bold;
			text-decoration: none !important;
			display: block;
			padding: 2px 0px 2px 8px;
			margin-left: 3px;
			/margin-left: 2px;

			font-size: 11px;
			font-family: Verdana, Arial, Sans-serif;
			color: #648c9f;

			background-position: bottom left; 
			background-repeat: repeat-x;
			background-image: url(../imagenes/menu/botones/sub_nivel2.gif);

			min-height: 15px;
			/height: 15px;
		}

		#menu_izq ul#menu li.nivel_2 a.ultimo_nivel2
		{
			background: none !important;

		}


		#menu_izq ul#menu li.nivel_1 a:hover
		{
			color: #fff;
		}

		#menu_izq ul#menu li.nivel_2 a:hover
		{
			color: #c98027;
		}

		#menu_izq ul#menu li#inicio a
		{
			color: #fff;
		}


/***** zona central *****/
#zona_central
{
	width: 731px;
	position: relative;
	float: left;

	margin: 0;
	padding: 0 0 0px 0;

	background-image: url(../imagenes/general/fondo_web.gif);
	background-repeat: repeat-y;
	background-position: right top;

	border-width: 0px 1px 1px 1px;
	border-color: #98b1bb;
	border-style: solid;
}

#zona_central #secciones
{
	position: relative;
	float: right;
	width: 731px;
	min-height: 100px;
	/height: 100px;

	margin-bottom: 10px;

	background-image: url(../imagenes/general/ipfahuelva.gif);
	background-position: 165px bottom;
	background-repeat: no-repeat;
}

#zona_central .no_fondo
{
	background-image: none !important;

}

#seccion 
{
	position: relative;
	float: right;
	width: 572px;
	min-height: 100px;
	/height: 100px;
}

#pie_zona_contenidos
{

	background-image: url(../imagenes/general/ruta/pie_caja.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

	position: relative;
	float: right;
	top: 10px;
	right: 10px;

	margin-bottom: 85px;
	min-height: 100px;
	/height: 100px;
}

#zona_contenidos
{
	position: relative;
	float: right;
	width: 550px;
	border-left: 1px solid #c6d9e0;
	border-right: 1px solid #c6d9e0;

	margin-bottom: 12px;

	min-height: 100px;
	/height: 100px;
}

/***** pie de página *****/
#pie
{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #98b1bb;
	background-color: #036a6b;

	font-family: Arial, Verdanda, Sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;

	width: 731px;

	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: right;
}

#pie address
{
	display: block;
	background-color: #d9f4ff;
	color: #126282;
	font-style: normal;

	min-height: 15px;
	/height: 15px;

	padding-top: 3px;
}

	#pie a 
	{
		color: #ffffff;

		font-family: Arial, Verdanda, Sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}


#pie address a
{
	color: #126282 !important;
	font-weight: bold;

}

#pie a:hover
{
	text-decoration: underline;
}
		#pie p {
			float: left;
			width: 625px;
		}

		#pie #logo_pie {
			display: block;
			position: relative;
			float: right;
			margin: 5px 5px 0px 5px
		}

		#pie #logo_pie img
		{
			border: 0;
			position: relative;
			float: right;
		}


/***** listado de categorias *****/
p.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #648c9f;
	line-height: 1.5em;
	text-align: justify;
	margin: 15px 15px 10px 15px;
	float: left;
}

p.texto_categorias img
{
	margin: 10px 10px 10px 10px;
	float: left;
}

p.texto_categorias a
{
	font-family: Verdana;
	font-size: 11px;
	color: #05501E;
	font-weight: normal;
	text-decoration: underline;
}

p.texto_categorias a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #05501E;
	font-weight: normal;
	text-decoration: none;
}

#listado_categorias
{
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #98b1bb;
	text-transform: lowercase;
	width: 552px;

	min-height: 150px;
	/height: 150px;

	padding-bottom: 13px;

	background-image: url(../imagenes/general/categorias/pie_categorias.gif);
	background-repeat:  no-repeat;
	background-position: right bottom;
}


#listado_categorias h2
{
	margin: 0px;

	background-image: url(../imagenes/general/ruta/ruta_categorias.gif);
	background-repeat: no-repeat;
	background-position: right top;

	width: 552px;
	height: 47px;
}

#listado_categorias h2 span
{
	display: block;
	padding: 5px 0 0 20px;
	/padding-top: 6px;

	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #1c5056;

}

#listado_categorias ul
{
	width: 510px;
	min-height: 150px;
	/height: 150px;

	background-image: url(../imagenes/general/categorias/fondo_categorias.gif);
	background-repeat: repeat-y;
	background-position: right top;

	list-style-image: none;
	list-style-type: none;

	padding: 20px 20px 20px 22px

}

#listado_categorias ul li
{
	width: 310px;

	background-image: url(../imagenes/general/categorias/bullet_categorias.gif);
	background-repeat: no-repeat;
	background-position: left 9px;

	padding-left: 20px;

	line-height: 2.5em;
}

#listado_categorias ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #c98027;
	text-decoration: none;
	text-transform: uppercase;
}

#listado_categorias ul li a:hover
{
	text-decoration: underline;
}

/*** Ruta de localización ***/
h2#ruta
{
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #98b1bb;
	text-transform: lowercase;

	width: 552px;
	height: 47px;
	background-image: url(../imagenes/general/ruta/ruta_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


h2#ruta span
{
	display: block;
	padding: 5px 0 0 20px;
	/padding-top: 6px;

	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #1c5056;


}

/***** Varios *****/

/***** comunes a las plantillas *****/
.textoNormal
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: justify;
	margin: 15px;
	color: #164456;
}

	.textoNormal ul
	{
		margin: 15px 0px 15px 35px

	}

	.textoNormal a
	{
		font-family: Verdana;
		font-size: 10px;
		color: #164456;
		font-weight: normal;
		text-decoration: underline;
	}

	.textoNormal a:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #164456;
		font-weight: normal;
		text-decoration: none;
	}

/***** Paginación de resultados general *****/
#paginacion
{
	margin-top: 20px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

#paginacion a
{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#paginacion a:hover
{
	color: #FFF;
	background-color: #05501E;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#paginacion .pagina_actual
{
	font-weight: bold;
	border: 1px solid black;
}


#div_volver
{
	text-align: center;
	margin: 50px 5px 5px 5px;
}


#div_volver a:link, #div_volver a:visited, #div_volver a:active
{
	display: block;
	clear: both;

	background-image: url(../imagenes/general/volver/volver_off.gif);
	background-repeat: no-repeat;
	background-position: top left;

	text-decoration: none;
	margin: 0 auto;
	width: 56px;
	height: 11px;
	border: 0px;
}

#div_volver a:hover
{
	background-image: url(../imagenes/general/volver/volver_on.gif);
}

