﻿body 
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #F6F6EF;
}

a
{
	text-decoration: none;
}

img
{
	border: 0px;
}

.cuerpo_contenido_web
{
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

.cabecera
{
	width: 1000px;
	height: 91px;
	background-image: url(../imagenes/cabecera.gif);
}

.idiomas
{
	position: absolute;
	top: 65px;
	_top: 60px;
	z-index: 10;
	display: none;
}

.idioma_boton
{
	background-color: #FFFFFF;
	cursor: pointer;
}

.menu
{
	width: 1000px;
	height: 33px;
	background-image: url(../imagenes/pixel-menu.gif);
}

.menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu ul li.elemento_menu
{
	float: left;
	text-align: center;
	width: 141px;
	height: 33px;
}

.menu ul li.elemento_menu a
{
	position: relative;
	display: block;
	width: 141px;
	height: 33px;
}

.menu ul li.elemento_menu a span
{
	position: relative;
	top: 9px;
	//top: 5px;
}


.menu ul li.elemento_menu:hover
{
	background-image: url(../imagenes/pixel_seleccion.gif);
}

.separador_menu
{
	float: left;
	width: 2px;
	height: 33px;
	background-image: url(../imagenes/barra_separadora.gif);
}

.submenu
{
	position: absolute;
	border: solid 1px #E67817;
	border-bottom: 0px;
	top: 124px;
	left: 562px;
	display: none;
}

.submenu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.submenu ul li
{
	width: 180px;
	height: 24px;
	background-image: url(../imagenes/pixel_submenu.gif);
}

.submenu ul li a
{
	display: block;
	width: 180px;
	height: 24px;
}

.submenu ul li a span
{
	position: relative;
	top: 3px;
	//top: 0px;
	left: 20px;
}

.cuerpo_contenido
{
	min-height: 300px;
	background-color: #FFFFFF;
}

.pie
{
	width: 100%;
	height: 18px;
	background-color: #EFC08A;
}

.pie ul
{
	padding: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	list-style-type: none;
}

.pie ul li
{
	float: left;
}

.pie ul li a
{
	position: relative;
	top: -3px;
}

.trackglobe
{
	float: right;
	position: relative;
	top: -3px;
	padding-right: 10px;
}

.pie_ministerio
{
	width: 100%;
	height: 40px;
	background-image: url(../imagenes/logo3.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.detalle_noticia
{
	padding-bottom: 20px;
}

.listado_enlaces
{
	padding-top: 5px;
}

.aviso_legal_contacto
{
	display: none;
}