﻿body 
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #F0F0F0;
	background-image: url(../imagenes/fondo_web.gif);
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
}

img
{
	border: 0px;
}

.cuerpo_contenido_web
{
	position: relative;
	width: 1000px;
	margin: 0pt auto;
}

.cabecera
{
	width: 1000px;
	background-image: url(../imagenes/cabecera.gif);
	height: 101px;
}

.menu
{
	width: 1000px;
	height: 27px;
	background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
}

.menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu ul li
{
	float: left;
	padding-left: 24px;
	padding-right: 25px;
	text-align: center;
	height: 27px;
}

.menu ul li span
{
	position: relative;
	top: 5px;
}

.menu ul li:hover,
.menuDestacado
{
	background-image: url(../imagenes/menuActivo.gif);
	background-repeat: repeat-x;
}

.menu ul li:hover span,
.menuDestacado span
{
	color: #275624;
	
}

.menuDesmarcado
{
	background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
}

.menuDesmarcado span
{
}

.submenu
{
	width: 196px;
	border-top: solid 1px #696969;
	position: absolute;
	top: 128px;
	left: 123px;
	display: none;
	background-color: #696969;
	z-index: 5;
}

.submenuGPS
{
	width: 196px;
	border-top: solid 1px #696969;
	position: absolute;
	top: 128px;
	left: 300px;
	display: none;
	background-color: #696969;
	z-index: 5;
}

.submenu ul, .submenuGPS ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.submenu ul li, .submenuGPS ul li
{
	width: 196px;
	height: 18px;
	background-image: url(../imagenes/submenu.gif);
	background-repeat: repeat-y;
	border-top: solid 1px #696969;
	//border-top: 0px;
}

.submenu ul .ultimo .submenuGPS
{
	width: 196px;
	height: 18px;
	background-image: url(../imagenes/submenu.gif);
	background-repeat: repeat-y;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	//border: 0px;
}

.submenu a, .submenuGPS a
{
	position: relative;
	top: -2px;
	left: 5px;
}

.pie
{
	width: 100%;
	background-image: url(../imagenes/pie.gif);
	background-repeat: repeat-x;
	height: 31px;
	clear: both;
}

.pie_ministerio
{
	width: 100%;
	height: 40px;
	background-image: url(../imagenes/ministerio.jpg);
	background-position: center center;
}

.cabecera_contenido
{
	background-image: url(../imagenes/puntos.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
}

.cabecera_contenido_2
{
	background-image: url(../imagenes/puntos.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 60px;
}

.cuerpo_contenido
{
	min-height: 300px;
	_height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.detalle_contenido
{
	overflow: hidden;
	position: relative;
	width: 990px;
	top: 10px;
}

.detalle_contenido_descripcion
{
	background-image: url(../imagenes/destacado.gif);
	background-repeat: repeat-x;
	min-height: 20px;
	padding: 8px;
	width: 980px;
	text-align: center;
}

.detalle_contenido_cuerpo
{
	position: relative;
	top: 10px;
}

.detalle_contenido a
{
	clear: both;
	position: relative;
	top: 10px;
	float: right;
}

.boton_reset
{
	width: 80px;
	height: 25px;
	background-image: url(../imagenes/botonLimpiar.gif);
	border: 0px;
	cursor: pointer;
}

.boton_volver
{
	width: 80px;
	height: 35px;
	//height: 25px;
	display: block;
	background-image: url(../imagenes/botonVolver.gif);
	cursor: pointer;
}