html { margin: 0px; padding: 0px; height: 100%;}

body { 	
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; padding: 0; margin: 0; 
	background-image: url(http://www.unav.es/iconos/2004/fondo_web.gif);
	
	position:absolute;
	
	width:770px;
	
	left:50%;
		
	padding:1px;
	margin:10px 0px 0px -385px;

	text-align:left;		
}

#continente { 
	position:absolute;
	
	width:770px;
	min-width: 500px;
	
	left:50%;
		
	padding:1px;
	margin:0px 0px 0px -385px;

	background:white;
	
	text-align:left;	 
} 

#cabecera {
	background-color: #333366; 
	width: 772px;
	height: 40px;
	
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


#titulo_seccion { 
	padding-left: 12px; 
	color: white; font-size: 13pt; font-weight: bold; text-decoration: none;				
	vertical-align: middle;
	
}


/****************************************************************************/
/********** MENU PRINCIPAL                                         **********/
/****************************************************************************/
#menu_principal
{
	background-color: #cdd9e9; 
	border-right: 1px solid #ebebeb;
	width: 160px;
	padding: 0px;
	
	vertical-align: top;
	
	font-family: arial;	 
	font-size: 9pt;
}
	

#menu_principal img {
	padding: 0px; 
	margin:0px; 
	left: 0px;
	border-bottom: 1px solid white;
}

#menu_principal ul
{
	display: block;
	padding: 0px;
	margin: 0px;
	left: 0px;

	width: 160px;
	text-align: left;
	text-decoration: none;
}



li.op-menu
{
	display: block;
	background-color: #cdd9e9;
	padding: 5px;
	border-bottom: 1px solid white;
}

li.op-menu a { color: black; font-weight: bold; text-decoration: none; }
li.op-menu a:hover { text-decoration: underline; }



li.op-menu-act
{
	display: block;
	background-color: #333366;
	padding: 5px;
	border-bottom: 1px solid white;
}
li.op-menu-act a { color: white; font-weight: bold; text-decoration: none; }
li.op-menu-act a:hover { text-decoration: underline; }


li.op-submenu
{
	display: block;
	background-color: white;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
li.op-submenu a { color: #333366; font-weight: normal; text-decoration: none; }
li.op-submenu a:hover { text-decoration: underline; }



li.op-submenu-act
{
	display: block;
	background-color: white;
	padding: 5px 5px 5px 5px;	
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	
	color: #e00d0d;
	font-weight: bold;
}
li.op-submenu-act a { color: #333366; font-weight: bold; text-decoration: none; }
li.op-submenu-act a:hover { text-decoration: underline; }
/****************************************************************************/




#barra_dir { padding-left: 12px; font-size: 8pt; font-weight: normal; color: white; text-decoration: none; 
	height: 15px; background-color: #333366;
} 
 
#barra_dir  a { color: white; text-decoration: none; } 
#barra_dir  a:hover { text-decoration: underline; }
#barra_dir  span { color: white; text-decoration: none; } 

#titulo_pagina { 
	padding-top: 6px; padding-right: 18px; padding-left: 12px; padding-bottom:6px;
	color: #333366; font-size: 11pt; font-weight: bold; text-decoration: none; 				
	width: 461px;
	height: 65px;
}

#anexo { padding: 8px; background-color: #f4f4f4;  width: 150px; height: 485px; vertical-align: top; }
#inscripcion_texto { background-color: #f4f4f4; font-size: 7pt; color: black; text-align: justify; }

#cuerpo { padding: 0px 12px 12px 12px; vertical-align: top; }

hr.separador { width: 100%; border: none; border-bottom: 1px solid #ebebeb; height: 0px; }

#pie { height: 20px; text-align: center; vertical-align: bottom; border-bottom: 3px solid white; }
#pie a { font-size: 8pt; font-weight: normal; color: #5c5c5c; text-decoration: none; }

#AccessKey { visibility: hidden; }

