body {
	background: #F8ECBB;
	margin: 0; padding: 0;
}

form { margin: 0; padding: 0; }

h1{
	margin-top: 8px;
}

/* LAYOUT DE LA PAGINA */

#page_back{
	background: transparent url('../img/web/fondo_pagina_1030x5.png') repeat-y center center;
	width: 1030px;
	margin: 0 auto;
}

#page_detail {

}

#page_wrapper {
	margin: 0 auto;
	width: 978px;
}


#content_wrapper{

}

#page_header {
	height: 127px;
	background: transparent url("../img/web/fondo.png") no-repeat 226px 0;
}

#logotipo{
	float: left;
	/*background: transparent url("../img/web/logo_172x95.png") no-repeat 50px 10px;*/
	margin-left: 50px;
	padding-top: 5px;
	width: 272px;
	height: 122px;
}

#anagrama{
	float: left;
	width: 400px; height: 40px;
	margin: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #6768A0;
	font-family: tahoma;
	text-align: center;
}

#img_cabecera {
	width: 717px;height: 226px;
	border-left: 1px solid #000;
}

#page_header #language_flags {
	float: right;
	width: 110px; height: 50px;
	margin: 10px auto;
}

#page_header #search_field {
	float: right; clear: right;
	width: 185px;
	margin: 20px auto;
}

#page_header #search_field input {
	border: 1px solid #595959;
	background: #FFF;
	color: black;
	vertical-align: middle;
	font-size: 9px;
	padding: 2px;
	width: 110px;
}

#page_central {
	height: 226px; width: 978px;
	margin: 0 auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#secciones {
	width: 978px; height: 24px;
	margin: 3px 0;
	line-height: 24px;
	background: transparent url('../img/web/menu_5x24.png') repeat-x 0 0;
	overflow: hidden;
}

#secciones a {
	display: inline-block;
	height: 20px;
	margin: 0 10px; padding: 0 10px;
	font-family: Comic sans serif;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	text-align:center;
	-moz-user-select: none;
	cursor: pointer;
	text-decoration: none;
}

#secciones a.first {

}

#secciones a.current {
	color: red;
}
#page_left_menu {
	width: 200px;
	max-width: 200px;
	height: 100%;
	border-right: 1px solid #ccc;
}

#page_left_menu .menu_categorias {
	margin-top: 30px;
}

#page_left_menu .menu_categorias a.categoria {
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 8px;
	margin: 4px 5px 0 5px;
	text-decoration: none;
	border: 1px solid #C3C6AC;
	border: 1px solid #C3C6AC;
	color: #333;
	background: #F2F5D4;
}

#page_left_menu .menu_categorias a.categoria:hover{
	background: #FEE18B;
}

#page_left_menu .menu_categorias a.categoria.current {
	background: #FEE18B;
}

#page_left_menu .menu_categorias a.categoria.first {

}

#page_left_menu .menu_categorias .menu_subcategorias {
	margin-bottom: 3px;
}

#page_left_menu .menu_categorias a.subcategoria {
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 8px;
	margin: 0 5px 0 15px;
	text-decoration: none;
	color: #333;
	background: #F2F5D4 url('../img/filtro_8x32.png') repeat-x 0 -14px;
	border-bottom: 1px solid #C3C6AC;
	border-left: 1px solid #C3C6AC;
}

#page_left_menu .menu_categorias a.subcategoria.current {
	background: #FEE18B url('../img/filtro_8x32.png') repeat-x 0 -14px;
}

#page_left_menu .menu_categorias a.subcategoria:hover{
	background: #FEE18B;
}
#page_left_menu .menu_categorias a.categoria,
#page_left_menu .menu_categorias a.categoria.current,
#page_left_menu .menu_categorias a.subcategoria,
#page_left_menu .menu_categorias a.subcategoria.current
{
	border-right: 1px solid #C3C6AC;
}

/* PAGINACION */
.paginacion {
	clear: both;
	margin: 0 0 12px 4px;
	color: #AAA;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
}

.paginacion a, .paginacion span {
	margin: 0 2px 0 2px;
	padding: 2px 6px 2px 6px;
	border: 1px solid gray;
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.paginacion a {
	background: #FEE18B;
	color: #6F5402;
	border: 1px solid #6F5402;
	cursor: pointer;
}

.paginacion a:hover {
	background: #F8ECBB;
}

.paginacion span {
	background: #EFF4FB;
	color: gray;
	cursor: default;
}

.paginacion label {
	font-weight: bold;
	font-size: 17px;
	color: gray;
	margin: 0 3px;
}

/* LOGIN */
/* Formulario de login */

#loginbox{
	margin: 5px;
}

#loginbox h2{
	color: #D2AE0F;
	margin: 3px 0;
	font-size: 11px;
	text-align: center;
}
#loginbox form{
	margin: 0; padding: 5px;
	border: 1px solid #C3C6AC;
	background: #F2F5D4;
}
#loginbox label {
	display: block;
	margin-left: 8px;
	color: #444;
	padding: 4px 0 2px 0;
	font-weight: normal;
}
#loginbox input {
	display: block;
	margin-left: 8px;
	border: 1px solid #C3C6AC;
	font-size: 11px;
	width: 157px;
}
#caja_boton_login{
	text-align: right;
}
#loginbox a {
	margin-top: 8px;
	margin-right: 4px;
}
/* /LOGIN */
/* USUARIO REGISTRADO */
#usuario_identificado{
	border: 1px solid #C3C6AC;
	background: #F2F5D4;
	margin: 5px;padding: 10px;
}
/* MENU PRIVADO */
.menu_privado h2{
	margin: 5px 20px;
	font-size: 13px;

}

/* SUSCRIPCION AL BOLETIN */
#frm_suscripcion_boletin {
	margin: 5px;
	text-align: left;
}

#frm_suscripcion_boletin h2 {
	color: #D2AE0F;
	margin: 3px 0;
	font-size: 11px;
	text-align: center;
}

#frm_suscripcion_boletin_div {
	padding: 3px 0 9px 0;
	background: #FFF;
	border: 1px solid #C3C6AC;
	background: #F2F5D4;
}

#frm_suscripcion_boletin label {
	display: block;
	margin-left: 8px;
	color: #444;
	padding: 4px 0 2px 0;
}

#frm_suscripcion_boletin input {
	display: block;
	margin-left: 8px;
	border: 1px solid #C3C6AC;
	font-size: 11px;
	width: 120px;
}

#frm_suscripcion_boletin div a {
	margin-top: 8px;
	margin-left: 5px;
}

/* /SUSCRIPCION AL BOLETIN */


#ruta {
	height: 15px; overflow: hidden;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	color: #555;
	text-align: left;
}

#ruta label {
	color: #777;
}

#content_wrapper {
	clear: both;
}

.page_content {
	min-height: 500px;
	padding: 12px;
	overflow: hidden;

}
.page_content.col-structure-ambas {
	width: 604px;
}

#content_table {
	empty-cells: show;
}

#separador_vertical_contenido{
	padding: 0;
	width: 1px;
	font-size: 1px;
	background: #97989A;
}

#page_right_menu {
	width: 150px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #ccc;
}

#page_right_menu u {
	margin: 3px 13px 3px 12px; /* estos margenes son importantes */
	display: block;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #555;
	color: #555;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

#page_right_menu div.banner {
	margin-bottom: 5px;
	text-align: center;
}

#page_footer {
	background: #E7D99F url('../img/web/pie_2x27.png') repeat-x 0 0;
	height: 150px;
	text-align: center;
	padding: 8px;
	border-top: 1px solid #76610B;
}

#menu_privado {
	margin: 10px auto;

}

#menu_privado .body {
	padding-top: 8px;
	padding-bottom: 6px;
}

#menu_privado a {
	display: block;
	text-align: center;
	font-family: arial, sans-serif;
	margin-bottom: 2px;
	text-decoration: none;
	color: red;
}
#menu_privado a:hover {
	text-decoration: underline;
}

/* Listado de noticias */
.listado_noticias {
	margin: 8px 0;
	clear: both;
}

/* NOTICIAS EN PORTADA */
#noticias_portada{
	background: #F8ECBB;
}

#noticias_en_portada {
	padding: 5px 5px;
	height: 210px;
	overflow: hidden;
}

#noticias_en_portada u{
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

#noticias_en_portada .noticia {
	height: 47px;
	overflow: hidden;
	margin-bottom: 14px;
	background: #FCF4DC;
	text-align: right;
	border: 1px solid #C4C5A6;
	padding: 1px;
}

#noticias_en_portada h3 {
	clear: both;
	font-size: 11px;
	margin: 3px 5px;
	text-align: center;
	font-weight: normal;
	color: #444;
	height: 27px;
	overflow: hidden;
}

#noticias_en_portada small {
	color: #666;
	font-size: 9px;
	float: left;
	margin-left: 5px;
}

#noticias_en_portada a {
	color: #D2AE0F;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

#noticias_en_portada a:hover {
	color: black;
}

/* BANNERS */
.banners-pos-top, .banners-pos-right, .banners-pos-bottom, .banners-pos-left {
	text-align: center;
}

.listado_noticias tr.par {
	background: #FEE18B;
}

.listado_noticias h1 {
	color: #d7181e;
}

.noticia {
	clear: both;
}

.noticia .titulo {
	font-size: 17px;
	font-weight: bold;
	color: #F15923;
	text-align: left;
}

.noticia .fecha {
	text-align: left;
	color: #999;
	font-size: 11px;
}

.noticia .link {
	float: right;
}

.noticia .comentarios {
}

.noticia .comentarios .comentario {
	clear: both;
	padding: 5px;
}

.noticia .comentarios .comentario.par {
	background: #EEE;
}

.noticia .comentarios .titulo {
	font-size: 13px;
}

.noticia .comentarios .comentario .nombre {
	padding-left: 10px;
	font-weight: bold;
	float: left;
}

.noticia .comentarios .comentario .fecha {
	text-align: right;
	float: right;
}

.noticia .comentarios .comentario .texto {
	clear: both;
	text-indent: 25px;
	text-align: justify;
	padding: 10px 15px;
}

.formulario_comentarios input  { width: 200px; }
.formulario_comentarios textarea  { width: 360px; }

/* ESTILOS DE LOS MODULOS EN HTML */
.mod_galeria_imagenes {
	clear: both;
}
/* FIN DE ESTILOS DE LOS MODULOS EN HTML */

.form_tipo {
	margin: 12px;
}

.form_tipo th {
	font-weight: bold;
	text-align: right;
}

.form_tipo .text {
	width: 250px;
	border: 1px solid red;
	background: #F1F1F1;
	color: red;
	font-size: 11px;
}

.form_tipo .submit {
	border: 1px solid red;
	background: #F1F1F1;
	color: red;
	font-size: 11px;
}

/* FORMULARIOS DE BUSCAR */
.buscar {
	margin: 12px;
}

.buscar input {
	border: 1px solid red;
	background: #F1F1F1;
	color: #444;
	font-size: 11px;
	padding: 2px;
}

a.icon {
	padding-left: 16px;
	background: transparent url('') no-repeat left center;
}

a.icon.mapa { background-image: url('../img/icons/mapa.png'); }
a.icon.ver { background-image: url('../img/icons/ver.png'); }

a.fileicon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px; padding: 0;
	min-width: 16px;
	min-height: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

table.lista {
	border: 1px solid #000;
	border-collapse: collapse;
	background: #FEE18B;
}

table.lista th {
	background: #FEE18B;
	color: #222;
	border-bottom: 1px solid #000;
}

table.lista tr.par td {

}

table.lista tr.impar td {
	background: #FEE18B;
}

/* ESTILO DE FORMULARIOS */
.form {}

.form label {
	font-weight: bold;
}

.form input[type=text], .form input[type=password] {
	border: 1px solid #000;
}

.form input, .form select {
	color: #444;
	font-size: 11px;
	vertical-align: middle;
	padding: 1px;
}

.form textarea {
	border: 1px solid #000;
	color: #444;
	font-size: 11px;
	padding: 2px;
}

.form th{
	text-align: left;
}
.estado{
	font-weight: bold;
	text-align: center;
}

img.recuadro, a.recuadro img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #444;
	background-color: #FFF;
}

/* RESULTADOS DE LA BUSQUEDA. views/buscar.php */
#resultado_busqueda {

}

#resultado_busqueda h2 {
	margin: 2px 0;
}

#resultado_busqueda h3 {
	color: gray;
	font-size: 9px;
	margin: 0; padding:0;
	display: block;
	font-weight: normal;
	margin-left: 25px;
}

#resultado_busqueda small {
	color: gray;
}

.texto-editable .paginacion-editable {
	text-align: center;
	border-top: 1px solid #F15923;
	padding-top: 8px;
}

.texto-editable .paginacion-editable a {
	font-weight: bold;
	color: #EEE;
	font-size: 13px;
}

.texto-editable .navegacion {
	position: relative;
	width: 100%;
	height: 26px;
}

.texto-editable .navegacion a.anterior {
	position: absolute; left: 0;
}
.texto-editable .navegacion a.siguiente {
	position: absolute; right: 0;
}

.page_content_tools {
	text-align: right;
	font-size: 11px;
	color: gray;
	padding-right: 12px;
}

.page_content_tools a {
	text-decoration: none;
	font-size: 9px;
	color: #444;
}


.info {
	text-decoration: none;
	padding-left: 30px;
	background: transparent url(../img/info.png) no-repeat 0 0;
	height: 30px;
	line-height: 25px;
	display: inline-block;
}

.info:hover {
	text-decoration: underline;
}

.todos{
	text-decoration: none;
}

.todos:hover {
	text-decoration: underline;
}

/* GALERIA */
#galeria_imagenes a {
	max-width: 60px;
	max-height: 40px;
	line-height: 60px;
	margin: 4px;
}

#galeria_imagenes a img {
	padding: 3px;
	border: 1px solid #000;
}

#galeria_wrapper {
	min-height: 200px;
}

#galeria_imagen_elegida {
	text-align: center;
}

#galeria_imagen_elegida img {
	max-width: 540px;
	max-height: 400px;
	padding: 3px;
	border: 1px solid #000;
}

#galeria_imagen_elegida p {
	text-align: center;
}

/* PRENSA */
.prensa_listado .prensa_item {
	background: #FFF;
	border: 1px solid #C3C6AC;
	margin: 8px 0;
	padding: 4px;
	min-height: 90px;
}

.prensa_listado .prensa_item img {
	float: left;
	max-height: 90px;
	margin-right: 16px;
}

.prensa_listado .prensa_item h3 {
	margin: 0;
	font-size: 17px;
	color: #F15923;
}

/* Lista de empresas */
#listado_empresas{
	background: #fff url(../img/bg-tabla.png) no-repeat;
	padding: 10px 10px;
	height: 620px;
}

#listado_empresas table tr th{
	font-size: 15px;
	height: 40px;
	padding: 0 13px;
	vertical-align: top;
	line-height: 30px;
	color: #BB8D03;
}

#listado_empresas table tr td{
	height: 20px;
	padding: 0 10px;
	color: #6F5402;
}

#listado_empresas table tr.hover {
	cursor: default;
	background: transparent url('../img/bg-tabla-hover.png') no-repeat;
}

#listado_empresas table tr td span {
	text-decoration: none;
	color: #FBBF0D;
}

#listado_empresas table tr.hover td span {
	font-weight: bold;
	color: #6F5402;
}


/* MERCADO DE METALES */
#mercado_de_metales {

}

#mercado_de_metales table {
	border: 1px solid #D2AE0F;
}

#mercado_de_metales table td {
	padding: 5px;
}

#mercado_de_metales .tablacabecera {
	font-weight: bold;
	text-align: center;
	background: #D2AE0F;
	color: #444;
}

#mercado_de_metales .tablacelda {
	text-align: center;
	background: #F2F5D4;
}


/* OFERTAS DE TRABAJO */
#ofertas_container{

}

#ofertas_container .oferta{
	width: 302px;
	float: left;
}

/* MINIWEB */

#miniweb{
	padding: 10px;
}
#miniweb-botonera{
	width: 700px;height: 30px;
	text-align: center;
	margin: 5px auto;
}
#miniweb-botonera a{

}
#miniweb-titulo{
	font-size: 30px;
	text-align: center;
	color: #666;
}
#miniweb-frase-promocional{
	font-size: 18px;
	color: #888;
	text-align: center;
}
/* RESIZABLE FEE18B */
.resizable-body { background: #FFF; }
.resizable-top { background: transparent url(../img/estilo/resizable/fee18b/top.png) repeat-x 0 0; }
.resizable-right { background: transparent url(../img/estilo/resizable/fee18b/right.png) repeat-y 0 0; }
.resizable-bottom { background: transparent url(../img/estilo/resizable/fee18b/bottom.png) repeat-x 0 0; }
.resizable-left { background: transparent url(../img/estilo/resizable/fee18b/left.png) repeat-y 0 0; }
.resizable-top-left { background: transparent url(../img/estilo/resizable/fee18b/top_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-top-right { background: transparent url(../img/estilo/resizable/fee18b/top_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-bottom-left { background: transparent url(../img/estilo/resizable/fee18b/bottom_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-bottom-right { background: transparent url(../img/estilo/resizable/fee18b/bottom_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }

/* RESIZABLE F2F5D4 */
.resizable-1 .resizable-body { background: #FFF; }
.resizable-1 .resizable-top { background: transparent url(../img/estilo/resizable/f2f5d4/top.png) repeat-x 0 0; }
.resizable-1 .resizable-right { background: transparent url(../img/estilo/resizable/f2f5d4/right.png) repeat-y 0 0; }
.resizable-1 .resizable-bottom { background: transparent url(../img/estilo/resizable/f2f5d4/bottom.png) repeat-x 0 0; }
.resizable-1 .resizable-left { background: transparent url(../img/estilo/resizable/f2f5d4/left.png) repeat-y 0 0; }
.resizable-1 .resizable-top-left { background: transparent url(../img/estilo/resizable/f2f5d4/top_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-1 .resizable-top-right { background: transparent url(../img/estilo/resizable/f2f5d4/top_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-1 .resizable-bottom-left { background: transparent url(../img/estilo/resizable/f2f5d4/bottom_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-1 .resizable-bottom-right { background: transparent url(../img/estilo/resizable/f2f5d4/bottom_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }


/* RESIZABLE FCF4DC */
.resizable-2 .resizable-body { background: #f1e398; }
.resizable-2 .resizable-top { background: transparent url(../img/estilo/resizable/fcf4dc/top.png) repeat-x 0 0; }
.resizable-2 .resizable-right { background: transparent url(../img/estilo/resizable/fcf4dc/right.png) repeat-y 0 0; }
.resizable-2 .resizable-bottom { background: transparent url(../img/estilo/resizable/fcf4dc/bottom.png) repeat-x 0 0; }
.resizable-2 .resizable-left { background: transparent url(../img/estilo/resizable/fcf4dc/left.png) repeat-y 0 0; }
.resizable-2 .resizable-top-left { background: transparent url(../img/estilo/resizable/fcf4dc/top_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-2 .resizable-top-right { background: transparent url(../img/estilo/resizable/fcf4dc/top_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-2 .resizable-bottom-left { background: transparent url(../img/estilo/resizable/fcf4dc/bottom_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-2 .resizable-bottom-right { background: transparent url(../img/estilo/resizable/fcf4dc/bottom_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }