ul
	{
	margin-top: 5px;
	}
.app_contenido
	{
	font-family: georgia;
	font-size: 14px;
	color: #333;
	text-align: justify;
	}
.app_tablaContenido
	{
	font-family: tahoma;
	font-size: 12px;
	color: #333;
	}
.tb_titulo
	{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	}
.tb_descripcion
	{
	font-family: tahoma;
	font-size: 12px;
	color: #777;
	margin-bottom: 10px;
	}
.tb_linea
	{
	border-left: solid 1px #efefef;
	border-bottom: solid 1px silver;
	}
.tb_linea2
	{
	border-left: solid 1px #efefef;
	border-bottom: solid 1px silver;
	border-right: solid 1px #efefef;
	}
.tb_linea3
	{
	border-bottom: solid 1px silver;
	}
.app_titulo
	{
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: white;
	overflow: hidden;
	}
.app_subtitulo
	{
	font-family: georgia;
	font-size: 20px;
	text-align: center;
	color: white;
	overflow: hidden;
	}
.app_fecha
	{
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	overflow: hidden;
	}
.app_usuario
	{
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	text-align: right;
	overflow: hidden;
	}
.app_path
	{
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
	color: yellow;
	overflow: hidden;
	}
.app_contenido_menu
	{
	font-family: georgia;
	font-size: 12px;
	}
.app_contenido_menu_on
	{
	cursor: default;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
.app_contenido_menu_off
	{
	cursor: pointer;
	font-weight: normal;
	color: gray;
	}
.app_pieDePagina_menu { font-family: georgia;
	font-size: 12px;
	color: gray;
	line-height: 17px;
	}
.app_seccion
	{
	width: 760px;
	}
.app_seccion_inner
	{
	display: none;
	}
.app_input
	{
	font-family: georgia;
	font-size: 15px;
	color: maroon;
	height: 30px;
	padding: 3px 5px 3px 5px;
	}
.requerido
	{
	font-size: 15px;
	font-weight: bold;
	color: red;
	}