﻿body 
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-x;
	background-color: #EEF9FF;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
}

.cuerpo_contenido_web
{
	width: 1000px;
	margin: 0pt auto;
}

.cabecera
{
	background-image: url(../imagenes/cabecera.gif);
	width: 1000px;
	height: 100px;
	background-repeat: no-repeat;
}

.cuerpo_web
{
	background-image: url(../imagenes/fondo_cuerpo_web.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	width: 1000px;
	min-height: 300px;
	border-top: solid 1px #EAEAE4;
}

.menu
{
	width: 100%;
	text-align: left;
	height: 30px;
	vertical-align: middle;
}

.menu ul
{
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 5px;
	top: 0px;
	//top: 3px;
	list-style-type: none;
}

.menu ul li
{
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.menu ul li a img
{
	border: 0px;
	padding: 0px;
	width: 13px;
	height: 23px;
	position: relative;
	_float: left;
	top: 8px;
	//top: 2px;
}

.menu ul li a span
{
	background-image: url(../imagenes/menu.png);
	_background-image: url(../imagenes/menu.gif);
	background-repeat: repeat-x;
	display: inline-block;
	_display: block;
	_float: left;
	height: 23px;
	//height: 20px;
	cursor: pointer;
	padding-top: 3px;
	_position: relative;
	_top: 2px;
}

.menu ul li a:hover span
{
	background-image: url(../imagenes/menuActivo.png);
	_background-image: url(../imagenes/menuActivo.gif);
	background-repeat: repeat-x;
	display: inline-block;
	_display: block;
	_float: left;
	height: 23px;
	//height: 20px;
	padding-top: 3px;
	cursor: pointer;
	_position: relative;
	_top: 2px;
}

.cuerpo_contenido
{
	min-height: 300px;
}

.bloque_contenido
{
}

.bloque_contenido2
{
	background-image: url(../imagenes/nene2.jpg);
	background-repeat:no-repeat; 
}


.pie
{
	width: 1000px;
	height: 30px;
	background-color: #E9E9E4;
}

.pie img
{
	position: relative;
	top: 3px;
}

.pie_izq
{
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
}

.pie_der
{
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
}

.pie_ministerio
{
	background-image: url(../imagenes/logo2.gif);
	width: 1000px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.listado_contenidos
{
	margin: 10px;
}

.listado_contenidos_titulo
{
	padding-bottom: 5px;
}

.listado_contenidos_descripcion
{
	margin-bottom: 5px;
	margin-left:15px; 
}
.margenlate
{
	margin-left:15px; 
	
}
.botonvolver
{
	background-image: url(../imagenes/b_volver.gif);
	background-repeat:no-repeat; 	
	width:53px;
	height:19px; 
	float:right;
}
.botonvolver:hover
{
	background-image: url(../imagenes/b_volver2.gif);
	background-repeat:no-repeat; 	
	width:53px;
	height:19px; 
	float:right;
}