﻿body 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*background-color: #C9A267;*/
	background-color: #979746;
}

.contenido_web
{
	position: relative;
	left: 50%;
	margin-left: -517px;
	width: 1034px;
	z-index: 2;
}

.contenido_web_fondo_cabecera
{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 98px;
	background-image: url(../imagenes/fondo_cabecera.gif);
	background-repeat: repeat-x;
}

.contenido_web_fondo_menu
{
	position: absolute;
	top: 98px;
	z-index: 1;
	width: 100%;
	height: 25px;
	background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
}

.cabecera
{
	position: relative;
	top: 0px;
	width: 1034px;
	height: 98px;
	background-image: url(../imagenes/fondo_cabecera.gif);
	background-repeat: repeat-x;
}

.menu
{
	position: relative;
	width: 1034px;
	background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
	height: 25px;
	_top: -4px;
}

.idioma
{
	float: right;
	width: 10%;
	height: 24px;
}

.botonIdioma
{
	background-color: Transparent;
	position: relative;
	cursor: pointer;
	//top: 1px;
	background-image: url(../imagenes/flecha.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	//padding-left: 5px;
	color: #B96B12;
}

.menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 23px;
	padding-top: 2px;
	float: right;
	width: 90%;
}

.menu ul li
{
	float: right;
}

.menu ul li.separador
{
	width: 11px;
	padding-left: 9px;
	color: #FFFFFF;
}

.menu ul li a
{
	text-decoration: none;
}

.menu ul li a:hover span
{
	color: #B96B12;
}

.contenido
{
	position: relative;
	background-color: #C9A267;
	display: block;
}

.columna_izq_contenido
{
	position: relative;
	float: left;
	width: 39px;
	display: block;
}

.bloque_contenido
{
	width: 956px;
	min-height: 600px;
	_height: 600px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../imagenes/contenido_arriba.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.fondo_pie
{
	position: relative;
	width: 100%;
	height: 58px;
	background-image: url(../imagenes/fragmento_pie.gif);
	background-repeat: repeat-x;
	z-index: 1;
	top: -58px;
}

.pie
{
	width: 1034px;
	height: 58px;
	background-image: url(../imagenes/pie.gif);
	position: relative;
	left: 50%;
	margin-left: -517px;
	clear: both;
	z-index: 2;
}

.pie ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 20px;
	left: 15px;
}

.pie ul li
{
	_position: relative;
	float: left;
}

.pie ul li.separadorPie
{
	width: 11px;
	padding-left: 9px;
	color: #FFFFFF;
}

.pie ul li a
{
	text-decoration: none;
}

.pie ul li a:hover span
{
	color: #B96B12;
}

.pie_ministerio
{
	position: relative;
	top: -58px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
}



.trackglobe
{
	position: relative;
	top: 25px;
	float: right;
	right: 15px;
}

.trackglobe a
{
	text-decoration: none;
}

.trackglobe a:hover
{
	color: #B96B12;
}

.cabecera_portada
{
}

.descripcion_portada
{
	float: left;
	width: 330px;
	height: 386px;
	padding: 15px;
	padding-right: 8px;
}

.imagen_portada
{
	width: 922px;
	padding: 15px;
	padding-bottom: 5px;
	height: 350px;	
}

.texto_portada
{
	text-align: center;
}

.editable_portada
{
}

.noticias_portada
{
	clear: both;
	padding: 15px;
	padding-top: 0px;
}

.portada_noticia
{
	width: 24%;
	float: left;
	padding: 4px;
	padding-bottom: 15px;
}

.portada_noticia a
{
	text-decoration: none;
}

.cabecera_seccion
{
	padding: 15px;
	width: 926px;
}

.contenido_editable
{
	padding: 25px;
	padding-top: 1px;
}

.listado_noticias
{
	padding: 15px;
	padding-top: 0px;
}

.listado_noticias a
{
	text-decoration: none;
}

.listado_noticias hr
{
	height: 1px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	color: #B58D52;
	background-color: #B58D52;
}

.listado_noticias_titulo
{
	padding-bottom: 5px;
	text-align:left;
	width:100%;
}

.listado_noticias_cuerpo
{
	padding-top:5px;
}

.listado_noticias_imagen
{
	
	float: left;
	border: solid 1px #FFFFFF;
}

.listado_noticias_descripcion
{
	border: solid 1px #FFFFFF;
	padding-left: 5px;	
	width:700px;
	display: block;
}

.listado_noticias_ver_mas
{
	clear: both;
	float: right;
	padding-bottom: 5px;
	//padding-bottom: 0px;
}

.detalle_noticia
{
	padding: 15px;
	padding-top:0px;
}

.detalle_noticia_titulo
{
	padding-bottom: 5px;
}

.detalle_noticia_descripcion
{
	padding-bottom: 15px;
}

.detalle_noticia_contenido
{
	clear: both;
}

.detalle_noticia a
{
	text-decoration: none;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}

.listado_productos
{
	display: block;
	padding: 10px;
	_padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.listado_productos a
{
	text-decoration: none;
}

.listado_productos_titulo
{
	width: 68%;
	float: right;
}

.listado_productos_cuerpo
{
	padding-top: 10px;
	min-height: 200px;
}

.listado_productos_imagen
{
	float: left;
	width: 32%;
}

.listado_productos_imagen img
{
	border: 0px;
	max-width: 90px;
	_width: expression(document.body.clientWidth>89?"90px":"auto");
	max-height: 200px;
	_height: expression(this.scrollHeight>199?"200px":"auto");
}

.listado_productos_descripcion
{
	float: right;
	width: 68%;
	padding-left: 0px;
	padding-top: 40px;
}

.listado_productos_ver_mas
{
	clear: both;
	float: right;
	padding-right: 15px;
	padding-bottom: 6px;
	//padding-bottom: 3px;
}

.detalle_producto
{
	padding: 15px;
	padding-top: 0px;
}

.detalle_producto_izq
{
	padding-top: 0px;
}

.detalle_producto_imagen
{
	float: left;
	width: 30%;
}

.detalle_producto_imagen img
{
	max-width: 100%;
	_width: expression(document.body.clientWidth>299?"300px":"auto");
}

.detalle_producto_nombre
{
	padding-bottom: 5px;
}

.detalle_producto_der
{
	width:65%;
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
}

.detalle_producto_enlace
{
	clear: both;
	float: right;
	padding-right: 30px;
	text-decoration: none;
	padding-bottom: 15px;
}

.aviso_legal
{
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 580px;
	text-align: justify;
}
