﻿html, body 
{
	margin:0px;
	padding:0px;
	height:100%;
	width: 100%;
	background-image:url("../imagenes/fondo.gif");
	background-repeat:repeat-x;
	background-color:#6a7d9b;
}
.cabecera 
{	
	width:1000px;
	height:116px;
}
.link
{
	width:280px;
	height:110px;
	top:0px;
	left:0px;
	float:left;
	cursor:pointer;
}
.menu
{
	width:1000px;
	height:20px;
	background-image:url("../imagenes/menu.gif");
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	position:relative;
}		
.desplegable_catalogo
{
    position:absolute;
    margin-top:3px;
    display: none;
    left:135px;
    /*left: expression('180px');*/
} 
.desplegable_catalogo ul
{
	list-style-type: none;
	width:800px;
	padding:0px;
	margin:0px;
	margin-top:15px;
}
.desplegable_catalogo ul li
{
	width:180px;
	height:20px;	
	padding-left:5px;
	border:solid 1px #FFFFFF;
	text-decoration:none; 
	background-image:url("../imagenes/menu.gif");
	background-repeat:repeat-x;
	float:left;
	padding-bottom:2px;
}
.desplegable_catalogo ul li:hover
{
	background-image:url("../imagenes/menu.gif");
	background-repeat:repeat-x;	
	height:20px;
	padding-left:5px;	
	text-decoration:none; 
	float:left;
	padding-bottom:2px;	
}
.desplegable_catalogo a
{
	text-decoration: none;
	width:550px;
}
.div_menu
{
	float:left;
	margin-top:2px;
	margin-right:40px;
	cursor:pointer;
}
.div_menu_primero
{
	float:left;
	margin-top:2px;
	width:25px;
}
.contenido
{
	width:1000px;
	background-color:White;
}
.contenido_izquierda
{
	width:210px;
	margin-right:10px;
	margin-left:10px;
}
.contenido_derecha
{
	width:740px;
	min-height:350px;
	background-image:url("../imagenes/fondoContenido.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}
.contenido_editable
{
	width:700px;
	margin:20px;
}
.pie
{
	background-image:url("../imagenes/submenu_32.gif");
	background-repeat:repeat-x;
	height:20px;
	width:1000px;
	text-align:left;
	padding-top:2px;
	padding-bottom:0px;
}
.linea_superior
{
	background-image:url("../imagenes/lineaAzul.gif");
	background-repeat:repeat-x;
	height:3px;
	width:210px;
}
.menu_lateral
{
	background-image:url("../imagenes/lateral.gif");
	background-repeat:repeat-x;
	height:270px;
	width:210px;
}
.texto_menu_lateral
{
	font-family:Verdana;
	font-size:9pt;
	color:Black;
	font-weight:bold;
	text-decoration:none;
}
.texto_menu_lateral2
{
	font-family:Verdana;
	font-size:8pt;
	color:Black;
	text-decoration:none;
}
.separador_menu_lateral
{
	background-image:url("../imagenes/lineaMenu.gif");
	background-repeat:repeat-x;
	height:2px;
}
.pie_ministerio
{
      width: 100%;
      height: 45px;
      padding-top:5px;
      text-align:center;
      background-image:url("../imagenes/pie_ministerio2.gif");
      background-position:center;
      background-repeat:no-repeat;
}
.listado_noticias
{
	width:90%;
	text-align:left;
	margin:20px;
	
}
.listado_noticias_descripcion
{
	width:75%;
	text-align:left;
	margin:20px;
	text-align:justify;
}

.boton_entrar
{
	background-image:url("../imagenes/botonAceptar.gif");
	width:75px;
	height:18px;
	cursor:pointer;
}
.boton_cancelar
{
	background-image:url("../imagenes/botonCancelar.gif");
	width:75px;
	height:18px;
	cursor:pointer;
}
.rss
{
	width:12px;
	height:12px;
}
.barraUsuario
{
	width:160px;
	float:left;
}
.barraDesconectar
{
	width:90px;
		float:left;	
}
.contenido_noticias
{
	background-image:url("../imagenes/fondoCamion.gif");
	background-position:center center;
	background-repeat:no-repeat;
}