﻿body 
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../imagenes/pixel_fondo.gif);
	background-repeat: repeat-x;
	background-color: #819DCD;
	
}

.cuerpo_contenido_web
{
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0pt auto;
	
}
.cabecera 
{
	width: 1000px;
	height: 65px;
	background-image: url(../imagenes/cabecera.gif);
}

.menu
{
	top: 65px;
	width: 1000px;
	height: 29px;
	background-color: #819DCD; 
	text-align:center;
	display: block;
}
.lista_menu
{
	width: 1000px;
	height: 29px;
	background-color: #819DCD;
	text-align:center;
	/*display: block;*/
}

.menu ul
{
	/*list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	height: 29px;
	display: table;
	// display: inline-block;
	/*white-space: nowrap;*/
	/*//padding-left: 4%;*/
	width: 960px;
	height: 29px; 
	padding: 0px;
	margin-top:0px; 
	text-align:center;
	/*display: block;*/
}

.menu ul li
{
	background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 29px;
	border-right: solid 1px;
	cursor: pointer;
	/*display: table-cell;*/
	display:inherit;
	 float: left;
}

.menu ul li a
{
	text-decoration: none;
}

.menu ul li:first-child
{
	border-left: solid 1px;
}

.menu ul li:hover
{
	background-image: url(../imagenes/menuActivo.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 29px;
	color: #0f0d63;
}

.menu ul li span
{
	position: relative;
	top: 3px;
}

.menu ul li:hover a span
{
	color: #0F0D63;
}

.desplegable_catalogo
{
	top:0px;
	width:300px;
	position:absolute;
	z-index:1;
	display:none;
	margin-left:440px;
	margin-top:94px;
	float:left;
}

.desplegable_catalogo ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.desplegable_catalogo a
{
	text-decoration: none;
	padding-left: 5px;
}

.elemento_inter
{
	background-image: url(../imagenes/desplegable.gif);
	width: 227px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.elemento_inter:hover
{
	background-image: url(../imagenes/desplegableActivo.gif);
	width: 227px;
	height: 20px;
}

.ultimo_elemento
{
	background-image: url(../imagenes/desplegableFin.gif);
	padding: 0px;
	margin: 0px;
	width: 227px;
	height: 27px;
}

.ultimo_elemento:hover
{
	background-image: url(../imagenes/desplegableFinActivo.gif);
	width: 227px;
	height: 27px;
}

.pie
{
	background-color: #0F0C63;
	margin: 0pt auto;
	width: 100%;
	clear: both;
}

.pie table
{
	position: relative;
	left: -30px;
}

.pie ul
{
	position: relative;
	padding: 0px;
	left: -60px;
	margin: 0px;
	list-style-type: none;
}

.pie ul li
{
	float: right;	
}

.pie ul li a
{
	text-decoration: none;
}

.pie ul li span.separadorPie
{
	float: left;
	background-image: url(../imagenes/separadorPie.gif);
	margin-left: 8px;
	_margin-left: 4px;
	margin-right: 8px;
	_margin-right: 4px;
	margin-top: 6px;
	width: 8px;
	height: 8px;
	_height: 4px;
	display: block;
}

.pie_ministerio
{
	background-image: url(../imagenes/pie_ministerioblanco.png);
	_background-image: url(../imagenes/pie_ministerioblanco_ind.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	width:400px; 
	float:left;
	
}
.pie_ministerio_madrid
{
	width:400px; 
	background-image: url(../imagenes/madrid.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	margin-left:-100px; 
}
.frase_misterio
{
	font-family:Verdana;
	font-size:9pt;
	color:White;
	padding-left:55px; 
	text-decoration:none;   
	
}
.barra_varios
{
	background-color: #0F0C63;
	width: 1000px;
	height: 20px;
	z-index: 0;
	/*float:left;*/
}

.varios_izq
{
	padding-left: 30px;
	float: left;
}

.varios_der
{
	padding-right: 30px;
	float: right;
}

.varios_izq a
{
	float: left;
}

.boton_idioma
{
	background-color: Transparent;
	float: left;
	position: relative;
	//top: -2px;
	cursor: pointer;
}

.separador_varios
{
	background-image: url(../imagenes/cuadros.gif);
	display: block;
	width: 12px;
	height: 18px;
	float: left;
}

.barra_varios a
{
	text-decoration: none;
}

.contenido
{
}

.bloque_contenido
{
	width: 950px;
	padding: 20px;
	min-height: 350px;
	_height: 350px;
}

.cabecera_contenido
{
	margin: 10px;
	background-image: url(../imagenes/flecha1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 500px;
	height: 31px;
	display: block;
	padding-left: 18px;
}

.listado_noticias
{
}

.listado_noticias a
{
	text-decoration: none;
}

.listado_noticias hr
{
	height: 1px;
	color: #819DCD;
	border-style: dotted;
	border-width: 1px;
	clear: both;
}

.listado_noticias_titulo
{
}

.listado_noticias_cuerpo
{
	padding-top: 3px;
}

.listado_noticias_imagen
{
	width: 100px;
	float: left;
}

.listado_noticias_imagen img
{
	max-width: 100px;
}

.listado_noticias_descripcion
{
	float: left;
	padding-left: 3px;
}

.listado_noticias_ver_mas
{
	clear: both;
	float: right;
}

.detalle_noticia
{
}

.detalle_noticia a
{
	text-decoration: none;
	float: right;
}

.detalle_noticia_descripcion
{
}

.detalle_noticia_contenido
{
}

.listado_productos
{
	width: 48%;
	display: block;
}

.listado_productos a
{
	text-decoration: none;
}

.listado_productos hr
{
	height: 1px;
	color: #819DCD;
	border-style: dotted;
	border-width: 1px;
	clear: both;
}

.listado_productos_titulo
{
}

.listado_productos_cuerpo
{
	padding-top: 3px;
}

.listado_productos_imagen
{
	width: 100px;
	float: left;
}

.listado_productos_imagen img
{
	max-width: 100px;
	_width: 100px;
}

.listado_productos_descripcion
{
	float: left;
	padding-left: 3px;
}

.listado_productos_ver_mas
{
	clear: both;
	float: right;
}

.detalle_producto_izq
{
	float: left;
	width: 30%;
	_display: block;
}

.detalle_producto_imagen
{
}

.detalle_producto_imagen img
{
	max-width: 100%;
	_width: 100%;
}

.detalle_producto_nombre
{
	float: right;
	padding-top: 20px;
}

.detalle_producto_der
{
	float: right;
	border-left: dotted 1px #819DCD;
	padding-left: 10px;
	width: 59%;
	_display: block;
}

.detalle_producto_enlace
{
	text-decoration: none;
	float: right;
	clear: both;
}

.listado_intro
{
	width:325px;
	float:right; 
	
}
