html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	background-color: #F8F8F1;
/*	min-width: 800px;*/
}
#page {
	background:#F8F8F1;
	margin: 0 auto;
	width:760px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 12px;
}
#page li {
	padding-bottom: 2px;
}
#page a:hover {
	COLOR: #1763FF;
}
#header {
	font-weight:bold;
	text-align: right;
	color: #666;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#header div.title {
	margin: 0;
	padding: 0;
 	display: none;
}

#header div.image {
  display: block;
  float: right;
  width: 760px;
  background-repeat: no-repeat;
  background-position: bottom left;
	margin: 0;
	padding: 0;
}
#content {
	background:#fff;
	background-color: #FFFFFF;
	padding: 8px 1em 1em 1em;
	line-height: 135%;
	min-height:360px;
	font-size: 12px;
}
.footer {
	clear: both;
	color: gray;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(barra-footer.png);
	background-repeat: repeat-x;
}
.footer A
{
	COLOR: gray;
	TEXT-DECORATION: underline
}
.footer A:hover
{
	COLOR: #000000;
	TEXT-DECORATION: underline
}
.footer-logos {
	clear:both;
	color: gray;
	font-size:7pt;
	text-align:center;
	vertical-align:middle;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #003399;
}
h1, h2 {
	margin-top: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #003399;
	padding-left: 10px;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
}
h4 {
	font-size:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
	padding: 0px;
	padding-left: 10px;
	font-size: 11px; 
	font-weight:normal; 
	text-align: right;
}

a {
  color: #003399;
}
a:hover {
  color: #F50505;
}
p {
	text-align:justify;
}

/* Menú de Módulos */
.user {
	border: 0px;
	padding:0px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	background-image: url('fondo-top.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
/*	line-height: 16px;*/
}
.user a {
	color:#FFFFFF;
	vertical-align: top;
	text-decoration: underline;
}
.user a:hover {
 	color:#FFFFFF;
	text-decoration: underline;
}
.user-item {
	padding-top: 3px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
}

/* Menu principal */
.menu-tabs {
	width: 760px;
	height: 70px; 
	border: 0px;
	padding:0px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	background-image: url('fondo-pri.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-tabs-cli {
	width: 760px;
	height: 70px; 
	border: 0px;
	padding:0px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	background-image: url('fondo-cli.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-tabs-ser {
	width: 760px;
	height: 70px; 
	border: 0px;
	padding:0px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	background-image: url('fondo-ser.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
/*.menu-tabs {
	width: 760px;
	height: 60px; 
	background-image: url('fondo.jpg');
	background-repeat: no-repeat;
	background-position: top center; 
	border: 0px;
	padding:0px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: text-bottom;
}*/
.menu-barra {
	border: 0px;
	padding:0px;
	color: #FFFFFF;
	vertical-align: top;
	background-image: url('barra.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 8px;
/*	line-height: 16px;*/
}

/* Menú de Opciones del Módulo */
.toc {
	background-color: #DBE4F7;
	border-right: 1px solid #cccccc;
}
#toc {
	width:170px;
	height: 100%;
	padding: 0px 5px 0px 3px;
}
.topic {
	font-size: 8pt;
	color:#003399;
	padding: 5px 0px 8px 0px;
	border-bottom: 1px solid #fff;
}
.titopic {
  /*background-image: url('arrowdown.gif');
  background-repeat: no-repeat;
  background-position: left center;*/
  margin: 0px;
  font-size: 8pt;
  font-weight:bold;
  color:#003399;
  padding: 3px 0px 3px 5px;
}
.topic ul {
  margin: 0px;
  padding: 0px;
}
.topic ul li {
  list-style: none;
	line-height: 16px;
	height: 16px;
  margin: 0px;
  padding-left: 5px;
}
.topic-home {
	background-image: url(home.gif);
	background-repeat: no-repeat;
  list-style: none;
	line-height: 15px;
  margin: 0px;
  padding: 0px;
	padding-left: 17px;
}
.topic a {
  display: block;
	color:#003399;
	height: 16px;
	font-size: 8pt;
	text-decoration: none;
}
.topic a:hover {
	COLOR: #1763FF;
	text-decoration: none;
}

/* Campos del Login */
.login-label {
	padding-left: 11px;
	letter-spacing: 1px;
	color:#003399;
	padding-top: 2px;
	float: left;
}
.login-texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	text-align: left;
	height:13px;
	float: right;
}
.login-boton {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 10px 5px 0px;
	float: right;
	height:22px;
}

/* Campos de Formulario */
.formTitulo {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.formTitulo legend {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.formRequerido {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	color: red;
	margin-left: -0.75em;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
}
.formNoRequerido {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	color: white;
	margin-left: -0.75em;
	font-size: 9px;
	font-weight: bold;
}
.formItem {
	font-size: 11px;
	padding-top: 5px;
}
.formLabel {
	font-size: 11px;
	padding-left: 1em;
	width: 10em;
	float: left;
}
.formLabel2 {
	font-size: 11px;
	padding-left: 1em;
	width: 12em;
	float: left;
}
.formTexto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.formReadonly {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFFFE6;
	background-color: #FFFFE6;
}
.formBotonesBar {
	text-align: right;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #003399;
	padding-right: 10px;
}
.formBoton {
	width: 130px;
	height: 26px;
}
.formBoton:link, .formBoton:visited {
	background-color:#F9EEE6;
	color:#003399;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	text-decoration: none;
	font-weight: normal;
	min-width:90px;
}
.formBoton:link.active, .formBoton:visited.active, .formBoton:hover {
	background-color:#F9EEE6;
	color: #F50505;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-weight: normal;
	min-width:90px;
}
.formBloque {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin-left: 10px;
	margin-right: 10px;
}
.formBloque-titulo {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.linea {
	COLOR: #003399;
	font-weight: lighter;
	text-decoration: blink;
	height: 1px;
	margin-top: 5px;
}
.linea A {
	text-decoration: none
}
.linea A:hover {
	text-decoration: none
}

/* Para control X-List Configurar Sistema */
.menuFichas {
	margin-bottom: 10px;
	border-bottom:5px solid #003399;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: right;
}
.menuFichas ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menuFichas li {
	display:inline;
	margin:0;
	padding:0;
}
.menuFichas-Active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
	padding: 3px 5px 1px 5px;
}
.menuFichas-Inactive {
	text-decoration: none;
	background-color: #F9EEE6;
	padding: 3px 5px 1px 5px;
}

/* Estilos del DataGrid */
.grid-bar{
	padding-left: 10px;
	padding-right: 10px;
}
.grid {
	width: 100%;
	font-size:11px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px solid #FFFFFF;
}
.grid td {
	padding: 3px;
	vertical-align: top;
}
.grid2 {
	width: 640px;
	font-size:11px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px solid #FFFFFF;
}
.grid2 td {
	padding: 0px 3px 0px 3px;
	vertical-align: top;
}
.grid-header {
	color: #fff;
	background-color: #003399;
	text-align: center;
}
.grid-header-none {
  display:none;
}
.grid-row1 {
	background-color: #F5F2EF;
	text-align:left;
}
.grid-row2 {
	background-color: #F2EEDF;
	text-align:left;
}
.grid-row-selected {
	background-color: lightyellow;
}
.grid-pager {
	text-align: right;
	font-weight:bold;
	color: #B6B6B6;
}
.grid-pager a {
	color: #003399;
	text-decoration: none;
}
.grid-abc {
	text-align: center;
	font-weight:bold;
	letter-spacing: 1px;
	color: #CCCCCC;
}
.grid-abc a {
	color: #003399;
	text-decoration: none;
}
.grid-abc a:hover {
	color: #FF0000;
}
.grid-temas {
	width: 300px;
	font-size:11px;
}
.link-agregar {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
.link-agregar:link, .link-agregar:visited {
	color: #003399;
	text-decoration: none;
}
.link-agregar:link.active, .link-agregar:visited.active, .link-agregar:hover {
	color: #FF9933;
	text-decoration: underline;
}

.anexos
{
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: 0px; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: 1px;
	vertical-align:top;
	text-align:left;
	width:170;
	background-color:#EFEFEF;
	padding: 0;
	line-height: 135%;
}
.evento {
/*  margin: 5px;*/
  font-weight: bold;
  color: #003399;
  padding: 15px 2px 3px 5px;
	letter-spacing: 1px;
	margin-top: 0px;
	border-bottom:  1px solid #003399;
}
.enc-evento {
	margin-right:10px;
	font-size: 7pt;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #fff;
	line-height: 120%;
	color: black;
}
.tit-evento {
  margin: 0px;
  font-weight:bold;
}
.det-evento {
}
.texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0 0;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}

.frase {
	font-size: 11px;
	line-height: 120%;
  padding-left: 8px;
	color: black;
	margin: 0px 3px 0px 4px;
  background-image: url('imgcenter.gif');
  background-repeat: repeat-y;
  background-position: left top;
}
.texto-frase {
	padding:5px 5px 5px 0px;
}
.texto-frase A
{
	COLOR: black;
	TEXT-DECORATION: none;
}
.texto-frase A:hover
{
	COLOR: black;
	TEXT-DECORATION: underline;
}
.autor-frase {
  font-weight:bold;
	text-align:right;
	padding-right: 10px;
	line-height:100%;
}
.tit-frase {
  font-weight: bold;
  color: #003399;
  padding: 3px 2px 0px 30px;
	letter-spacing: 1px;
	border-bottom: 1px solid #003399;
	margin: 13px 3px 0px 4px;
  background-image: url('imgtop.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
.pie-frase {
  font-weight: bold;
  color: #003399;
  padding: 15px 10px 0px 22px;
	letter-spacing: 1px;
	margin: 0px 3px 0px 4px;
  background-image: url('imgbottom.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
.fecha{
	text-transform: capitalize;
}
.parrafo-vinneta{
	padding-left: 5px;
	text-align: justify;
	display: list-item;
	list-style-type: circle;
	list-style-position: outside;
	margin-left:15px;
}
.about-texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
.about-texto A
{
	COLOR: #000000;
	TEXT-DECORATION: underline
}
.about-texto A:hover
{
	COLOR: #000000;
	TEXT-DECORATION: none
}

.vista-label {
	font-size: 11px;
	padding-left: 1em;
	width: 12em;
	float: left;
}
.vista-texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	border: 1px solid #F5F2EF;
	background-color: #F5F2EF;
}
.vista-bar {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #B6B6B6;
}
.vista-pager {
	font-size: 11px;
	font-weight: bold;
	color: #B6B6B6;
}
.vista-pager a {
	font-size: 11px;
	color: #E27D4F;
	text-decoration: none;
}
.vista-pager a:hover {
	color: #FF0000;
}


/********  W I Z A R D  ********/

.wizard-sidebar {
	width: 110px;
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px auto;
	line-height: 140%;
	color:  #003399;
	height: 100%;
}
.wizard-sidebar a {
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.wizard-sidebar a:hover {
	color: #003399;
}

.wizard-title-step {
	margin-bottom: 10px;
	border-bottom:5px solid #003399;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.wizard-title-step-Active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
	padding: 3px 5px 1px 5px;
}

.wizard-header-title {
	color: #003399;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
}

.wizard-header-step {
	width: 430px;
	border: 1px;
	border-color: #DDBFB9;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 5px 5px 5px 12px;
	line-height: 100%;
}

.wizard-label {
	font-size: 11px;
	padding-left: 5px;
	width: 9em;
	float: left;
}

.encuesta-body {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin: 10px;
	padding: 0;
	background-color: #999999;
	width:760px;
}
.encuesta-texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.encuesta-cuadro-texto {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	padding: 0.1em 0;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #F5F2EF;
/*	border-bottom: 1px solid #000000;*/
	background-color: #F5F2EF;
}

.tit-enlace {
  font-weight: bold;
  color: #003399;
  padding: 3px 2px 0px 20px;
	letter-spacing: 1px;
	margin: 13px 3px 0px 4px;
  background-image: url('topEnlace.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
.enlace {
	font-size: 11px;
	line-height: 120%;
	padding-top: 10px;
  padding-left: 20px;
	color: black;
	margin: 0px 3px 0px 4px;
  background-image: url('centerEnlace.gif');
  background-repeat: repeat-y;
  background-position: left top;
	vi
}
.pie-enlace {
  font-weight: bold;
  color: #003399;
  padding: 15px 10px 0px 22px;
	letter-spacing: 1px;
	margin: 0px 3px 0px 4px;
  background-image: url('bottomEnlace.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
.texto-enlace {
	padding: 0px 5px 0px 0px;
}
.texto-enlace A
{
	COLOR: #003399;
	TEXT-DECORATION: none;
}
.texto-enlace A:hover
{
	COLOR: #003399;
	TEXT-DECORATION: underline;
}
.link-pie {
	text-align: right;
	font-weight:bold;
	color: #FF0000;
}
.link-pie a {
	color: #003366;
	text-decoration: none;
}
.texto-tip {
	border: 1px;
	border-color: #DDBFB9;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 5px 5px 12px;
	line-height: 100%;
}
.texto-error{
	font-size: 11px;
	color: #FF0000;
}
