*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	background-image: url(../imagenes/portada/fondo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 13px;
	text-align: center;
}

/***** Login splash *****/
table.login
{
	width: 307px;
	height: 135px;
	border-width: 1px;
	border-color: #FFFFFF;
	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: 755px;
}

#contenedora_principal
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	min-height: 500px;
	height: auto;
	/height: 500px;
	float: left;
}

#contenedora_principal #contenedor_auxiliar
{
	float: left;
	margin: 0 auto;
	width: 753px;
}

/***** Cabecera *****/
#cabecera
{
	width: 755px;
	min-height: 90px;
	height: auto;
	/height: 90px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #BEBEBE;
	padding: 0px;
	float: left;
}

#cabecera #logo
{
	margin-bottom: -100px;
	margin-left: 10px;
	
	float: left;
}

#cabecera #logo img
{
	border: 0px;
	margin: 34px 0px 0px 0px;
}

#cabecera h1
{
	margin: 0px;
	padding: 0px;
	
	background-image: url(../imagenes/portada/tagline.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding: 0px;
	
	margin: 75px 5px -85px 0px;
	/margin: 75px 5px -101px 0px;
	
	width: 288px;
	height: 17px;
	float: right;
}

#cabecera h1 span
{
	display: none;
}

/***** Contenido *****/
#contenido
{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C0C0C0;
	width: 753px;
	float: left;
}

/***** Menú *****/
#menu_izq
{
	border-width: 1px 0px 1px 0px;
	border-color: #00562E none #00562E none;
	border-style: solid;
	
	width: 100%;
	min-height: 28px;
	height: auto;
	/height: 28px;
	margin: 90px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
	background-image: url(../imagenes/portada/fondo_menu.gif);
	background-position: top left;
	background-repeat: repeat;
}

#menu_izq ul
{
	float: right;
	min-height: 28px;
	height: auto;
	/height: 28px;
	list-style-position: outside;
}

#menu_izq ul li
{
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #00562E;
	list-style-type: none;
	height: 28px;
	display: block;
	float: left;
}

#menu_izq ul li:hover
{
	background-image: url(../imagenes/portada/fondo_menu_over.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu_izq ul li a
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 6px 15px 0px 15px;
}

#menu_izq ul li a:hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

/***** zona central *****/
#zona_central
{
	width: 490px;
	float: right;

	margin: 13px 5px 0px 0px;
	/margin: 13px 0px 0px 0px;
	padding: 3px 3px 3px 3px;

	background-color: #FFFFFF;
}

#zona_central h2
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 0px 5px 7px;
	margin: 5px 0px 5px 3px;
	
	background-image: url(../imagenes/portada/fondo_rotulo.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #707070;
	
	clear: both;
}

/***** bloque de novedades *****/
#bloque_novedades
{
	float: left;

	background-image: url(../imagenes/portada/fondo.gif);
	background-position: top left;
	background-repeat: repeat;

	width: 550px;

	/*border: 1px solid blue;*/
}

#bloque_novedades ul
{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#bloque_novedades ul li
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ADADAD;
	line-height: 1.4em;
}

#bloque_novedades ul li a
{
	font-family: Verdana;
	font-size: 13px;
	color: #868686;
	font-weight: normal;
	text-decoration: none;
}

#bloque_novedades ul li a:hover
{
	font-family: Verdana;
	font-size: 13px;
	color: #868686;
	font-weight: normal;
	text-decoration: underline !important;
}

#bloque_novedades #separador
{
	width: 463px;
	height: 16px;
	background-color: #F6B727;
	float: right;
	/*border: 1px solid black;*/
}

#bloque_novedades #separador hr
{
	display: none;
}

/***** Sección novedades *****/
#bloque_novedades_seccion
{
	float: left;
	width: 550px;
}

#bloque_novedades_seccion .novedad_seccion
{
	float: right;
	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #E3E3E3;
	clear: both;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 10px;
}

#bloque_novedades_seccion .imagen_novedad_seccion
{
	float: left;
	width: 120px;
	margin: 0px 10px 0px 0px;
}

#bloque_novedades_seccion .imagen_novedad_seccion img
{
	border: 1px solid #868686;
}

#bloque_novedades_seccion .novedad_seccion h3
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion h4
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: normal;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion p
{
	float: right;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion p a, a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}

/***** zona de imágenes *****/
#zona_imagenes
{
	float: left;
}

/***** bloque de bienvenida *****/
h2.bienvenida
{
	background-image: url(../imagenes/portada/rotulo_bienvenida.gif) !important;
	background-position: top left;
	background-repeat: no-repeat !important;
	width: 483px;
	height: 26px;
	background-color: #FFF;
	float: right;
	border: 0px !important;
}

h2.bienvenida span
{
	display: none;
}

#bloque_bienvenida
{
	float: right;
	width: 483px;
	background-color: #FFFFFF;

	font-family: Verdana;
	font-size: 11px;
	color: #626262;
	text-align: justify;

	clear: both;
	/*border: 1px solid blue;*/
}

#bloque_bienvenida p
{
	width: 480px;
	margin-left: 10px;
	float: left;
}

#bloque_bienvenida img
{
	border: 0px;
	margin: 0px 10px 0px 10px;
	float: right;
}

/***** destacados de portada *****/
#destacados
{
	float: left;
}

#destacados img
{
	border: 0px;
	margin-top: 1px;
	margin-bottom: 5px;
}

/***** pie de página *****/
#pie
{
	background-color: #FFFFFF;

	font-family: Verdana;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
	
	width: 753px;
	
	background-image: url(../imagenes/portada/fondo_pie.gif);
	background-repeat: no-repeat;
	background-position: top center;
	
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	float: right;
}

#pie a
{
	font-family: Verdana;
	font-size: 11px;
	color: #006A39;
	font-weight: bold;
	text-decoration: none;
}

#pie a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #006A39;
	font-weight: bold;
	text-decoration: underline;
}

/***** noticia individual *****/
#noticia_individual
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px 5px 0px 5px;
}

#noticia_individual p
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px;
	clear: none;
}

#noticia_individual a:link, #noticia_individual a:visited, #noticia_individual a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

#noticia_individual a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#noticia_individual img
{
	margin: 0px 0px 10px 10px;
}

#noticia_individual h3
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: bold;
	width: 100%;
}

/***** listado de categorias *****/
p.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 5px 0px 5px;
}

#listado_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 5px 5px 0px 5px;

	background-image: url(../imagenes/portada/recurso_categorias.jpg);
	background-position: left top;
	background-repeat: no-repeat;

	min-height: 120px;
	height: 120px;
}

#listado_categorias ul
{
	margin: 100px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 133px;
	height: auto;
	/height: 150px;
	list-style-type: none;
	
	background-image: url(../imagenes/portada/imagen_categorias.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#listado_categorias ul li
{
	border-width: 0px 0px 1px 0px;
	border-style: none;
	border-color: #868686;
	line-height: 3.0em;
	background-image: url(../imagenes/portada/fondo_categorias.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 140px;
	width: 320px;
}

#listado_categorias ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #006A39;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -3px;
}

#listado_categorias ul li a:hover
{
	text-decoration: underline;
}

/*** Usuarios ***/
#usuarios
{
	width: 190px;
	float: left;
	background-color: #FFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #BEBEBE;
}

#usuarios .datos_usuario
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	float: left;
}

#usuarios h3
{
	background-color: #05501E;
	background-image: url(../imagenes/portada/menu_usuarios.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 190px;
	height: 19px;
	margin: 0px 0px 0px 0px;
}

#usuarios h3 span
{
	display: none;
}

#usuarios form
{
}

#usuarios form table
{
	float: left;
	border: 0px;
	width: 190px;
}

#usuarios form table td
{
	border: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}

#usuarios form table td input
{
	border: 1px solid #000;
	background-color: #FFF;
}

#usuarios form table td input.enviar
{
	background-color: #05501E;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
}

#usuarios #mi_cuenta
{
	text-align: center;
	margin-top: 30px;
	/margin-top: 10px;
}

#usuarios #mi_cuenta a
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#usuarios #mi_cuenta a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

/*** Ruta de localización ***/
#ruta
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	text-transform: lowercase;
}

#ruta p
{
	margin: 0px 0px 0px 0px;
}

#ruta p a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #868686;
	text-transform: lowercase;
	text-decoration: none;
}

#ruta p a:hover
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/***** Varios *****/

/***** comunes a las plantillas *****/
.textoNormal
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #626262;
	line-height: 19px;
	text-align: justify;
	margin: 5px;
	margin-top: 50px;
}

.textoNormal a
{
	font-family: Verdana;
	font-size: 11px;
	color: #006637;
	font-weight: normal;
	text-decoration: underline;
}

.textoNormal a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #006637;
	font-weight: normal;
	text-decoration: underline;
	background-color: #E2FAEF;
}

/***** 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;
}





