body {
	min-width: 800px;	/* Evita capas superpuestas en Mozilla */
}

body, form {
	margin: 0px;
	padding: 0px;
}

body, div, td, input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #251A82;
}

a:hover {
	text-decoration: underline;
	color: #251A82;
}
.botonRecargar, .enlaceRecargar, .enlaceRecargar:visited, .enlaceRecargar:hover{
	color: #B40404 !important;
	background: none !important; 
	border: none !important;
}
.enlaceRecargar:visited{
	text-decoration: none !important;
}

.enlaceRecargar:hover {
	text-decoration: underline !important;
}
/*********************
  ESTRUCTURA CABECERA
 *********************/

.Logo {
	background-image: url('../img/macro_dcha.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 102px;
	overflow: hidden;
}

.MacroLogo {
	width: 590px;
	height: 102px;
	float: left;
}

.SomosHoriz {
	width: 102px;
	height: 40px;
	margin: 1px 5px 0px 0px;
	float: right;
}
.FechaLogo {
	font-weight: bold;
	color: #9C1F2E;
	text-align: right;
	margin: 50px 5px 0px 0px;
	height: 20px;
	overflow: hidden;
}

.LoginLogo {
	font-weight: bold;
	color: #9C1F2E;
	text-align: right;
	margin-right: 5px;
	height: 25px;
	overflow: hidden;
}

.ErrorLogin {
	background-color: #FFFAF5;
	position: absolute;
	right: 5px;
	padding: 2px 4px;
	border: 1px solid #6E1621;
	cursor: pointer;
}

.SomosVert {
	text-align: right;
	margin-bottom: 10px;
}

/*******************
  ESTRUCTURA CUERPO
 *******************/

.TablaMarcos {
	width: 100%;
	height: 100%
}

.MarcoEncabezadoPagina {
	position: relative;
	bottom: 8px;
	padding: 0px;
}

.MarcoSuperior {
	position: relative;
	background-image: url('../img/panel_sup.jpg');
	background-repeat: repeat-x;
	height: 10px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px;
}

.MarcoSuperiorIzquierda {
	position: absolute;
	top: 117px;
	left:3px;
	z-index: 2;
}

.MarcoSupIzda {
	height: 10px;
	vertical-align: bottom;
	float: right;
}

.MarcoSuperiorDerecha {
	position: absolute;
	top: 117px;
	right:2px;
	z-index: 2;
}

.MarcoSupDcha {
	height: 10px;
	float: left;
	vertical-align: top;
}

.Marco {
	background-image: url('../img/panel.jpg');
	background-repeat: repeat;
	height: 100%;
}

.CapaCentral {
	position: relative;
	bottom: 3px;
	margin-right: 6px;
	margin-left: 6px;
	background-image: url('../img/panel.jpg'); /*background color of content*/
	background-repeat: repeat;
	color: #000; /*text color of content*/
	border-left: 1px solid #c8c8c8; /*border color*/
	border-right: 1px solid #c8c8c8; /*border color*/
	border-top: 1px solid #c8c8c8; /*border color*/
	padding: .5em 2ex;
	.z-index: 50;
}

.MarcoIzquierda {
	background-image: url('../img/panel_izda.jpg');
	background-repeat: repeat-y;
}

.MarcoDerecha {
	background: url('../img/panel_dcha.jpg') top right repeat-y;
	margin-right: 2px;
	margin-left: 2px;
	.margin-bottom: 7px;
	.z-index: 50;
}

.MarcoIzda {
	background-image: url('../img/panel_izda.jpg');
	background-repeat: repeat-y;
	width: 6px;
	margin-right: expression('-3px');	/* Bug en Internet Explorer */
	background-position: right;
}

.MarcoDcha {
	background-image: url('../img/panel_dcha.jpg');
	background-repeat: repeat-y;
	width: 6px;
	margin-left: expression('-3px');	/* Bug en Internet Explorer */
	background-position: left;
}

.GradienteMarco {
	background-image: url('../img/panel_grad.jpg');
	background-repeat: repeat-x;
  background-position: bottom left;
  height: 67px;
}

.MiniGradienteMarco {
	background-image: url('../img/panel_grad2.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 35px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: -2px;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	bottom: 3px;
	position: relative;
}

.MargenMarco {
	padding: 0px 2px;
}

.TablaColumnas {
	width: 100%;
	width: expression('100%');	/* Bug en Internet Explorer */
}

.ColumnaMarco {
	vertical-align: top;
	padding: 0px 4px;
}

.MarcoPiePagina {
	position: relative;
	bottom: 8px;
}


.MarcoInf {
	background-image: url('../img/panel_inf.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

.MarcoInferior {
	position: relative;
	background-image: url('../img/panel_inf.jpg');
	background-repeat: repeat-x;
	height: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.MarcoInfIzda {
	width: 4px;
	height: 10px;
	float: left;
}

.MarcoInferiorIzquierda {
	position: relative;
	background-image: url('../img/bottomLeft.gif');
	background-repeat: no-repeat;
	margin-left: 2px;
}

.MarcoInfDcha {
	width: 4px;
	height: 10px;
	float: right;
}

.MarcoInferiorDerecha {
	background: url('../img/bottomRight.gif') top right no-repeat;
	margin-right: 2px;
	position: relative;
}

.MarcoInfCent {
	vertical-align: top;
}

.Emergente {	/* Ventanas emergentes */
	min-width: 0px;
}

/***********************
  ESTILOS ESTRUCTURALES
 ***********************/

.Panel {
	padding: 4px;
	background: white;
	border: 1px dashed black;
	border-collapse: collapse;
}

.Subpanel {
	clear: both;
	width: 100%;
}

.PestanaPanel {
	font-weight: bold;
	background: white;
	padding: 2px 4px 2px 4px;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
	border-left: 1px dashed black;
	position: relative;
	top: -1px;
	margin-left: 5px;
	float: right;
}

.IconosPanel {
	padding-bottom: 20px;
}

.Miniatura {
	padding: 1px 0px;
	float: right;
}

.IconoVert {
	text-align: center;
}

.Separador {
	border-bottom: 1px dashed black;
	height: 10px;
	margin-bottom: 10px;
}

.Blanco {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.Tabla {
	border-top: 1px solid black;
	border-left: 1px solid black;
}

.CabeceraTabla {
	background-color: #E5E5E5;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.CeldaTabla, .CeldaTablaActiva {
	padding: 1px 4px 1px 4px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.CeldaTablaActiva {
	background-color: #F0F0F0;
}

.TablaBlanca {
	background-color: white;
	border: 1px solid black;
}

.CabeceraTablaBlanca {
	background-color: #E5E5E5;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.CeldaTablaBlanca {
	padding: 1px 4px 1px 4px;
}

.CeldaTablaGris {
	background-color: #F0F0F0;
	padding: 1px 4px 1px 4px;
}

ul.BarraPestanas {
	text-align: left;
	margin: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* padding-bottom <~> padding-top más abajo */
}

ul.BarraPestanas li {
	display: inline;
}

ul.BarraPestanas li a {
	padding: 3px 4px; /* padding-top/bottom <~> padding-top arriba */
	border: 1px solid #CCCCCC;
	background-color: #E0E0E0;
	color: #333333;
	font-weight: bold;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul.BarraPestanas li.PestanaActiva {
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

ul.BarraPestanas li.PestanaActiva a {
	background-color: #FFFFFF;
	color: #000000;
	position: relative;
	top: 1px;
	padding-top: 4px; /* padding-top <~> padding-bottom más arriba y padding-top/bottom más abajo */
}

ul.BarraPestanas li a:hover {
	background-color: #F0F0F0;
}

ul.BarraPestanas li.PestanaActiva a:hover {
	background-color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

div.ContPestana {
	display: none;
}

div.ContPestanaPrincipal {
	visibility: hidden;
}


/********************************
  ESTILOS DE PARRAFOS ESPECIALES
 ********************************/

.CampoEspecial {
	text-align: left;
	color: black;
	background-color: white;
	padding: 0px;
	vertical-align: middle;
	border: 1px inset #666666;
}

.EnlacePrinc {
	font-weight: bold;
	text-align: left;
	color: black;
}

.EnlaceSeccion {
	font-weight: bold;
	text-align: left;
	color: black;
	display: block;
	line-height: 110%;
}

.EnlaceAplicacion {
	text-align: center;
	width: 70px;
	overflow: hidden;
	display: block;
}

.TituloPanel  {
	font-weight: bold;
	text-align: left;
	color: #9C1F2E;
	clear: both;
}

.SubtitPanel {
	font-weight: bold;
	text-align: justify;
	color: black;
}

.Banner {
	text-align: center;
}

.TextoVert {
	font-weight: bold;
	color: #9C1F2E;
	padding-top: 20px;
	text-align: center;
}

.Calendario {
}

.DiaCalendario {
	text-align: center;
}

.DiaActivo {
	border: 1px solid black;
	cursor: pointer;
}

.TituloForo {
	border-bottom: 1px solid #999999;
	clear: both;
}

.ComentarioForo {
	background-color: #F5F5F5;
}

.SubcomentarioForo {
	background-color: #F5F5F5;
	margin: 5px 0px 0px 10px;
}

.RespuestasForo {
	background-color: #F5F5F5;
	margin: 5px 0px 0px 30px;
}

div#INFO_STRUTS {
	margin: 5px 0px;
}

.MensajesStruts {
	color: #216E16;
	background-color: #F5FFFA;
	padding: 2px 10px;
	border: 1px solid #216E16;
}

.ErroresStruts {
	font-weight: bold;
	color: #6E1621;
	background-color: #FFFAF5;
	padding: 2px 10px;
	border: 1px solid #6E1621;
}

.MensajeStruts {
}

.ErrorStruts {
}

.Tooltip {
	text-align: left;
	padding: 5px;
	background: #FFFFF0;
	border: 1px solid black;
	width: 200px;
	display: none;
	position: absolute;
}

.ToolTip ul {
	font-size: 90%;
	margin: 0px;
	margin-left: -20px;
	margin-left: expression('20px');	/* IE y Firefox no se ponen de acuerdo */
	list-style-position: outside;
}

.Popup {
	text-align: left;
	padding: 5px;
	background: white;
	border: 1px solid black;
	display: none;
	position: absolute;
}

.Paginacion {
	text-align: center;
	margin-top: 5px;
}

.Seleccionable {
	cursor: pointer;
}

.Sangria {
	padding-left: 10px;
}

.SangriaDoble {
	padding-left: 20px;
}

.Resaltado {
	font-weight: bold;
}

.Seleccionado {
	color: white;
	background-color: #9C1F2E;
	cursor: default;
}

.SubtitPanel p, .Titulo3 p, .SubtitPanel li, .Titulo3 li {
	margin: 0px;
	font-size: inherit;
	font-size: expression(parentNode.currentStyle.fontSize);	/* Bug en Internet Explorer */
	font-weight: inherit;
	font-weight: expression(parentNode.currentStyle.fontWeight);	/* Bug en Internet Explorer */
	text-align: inherit;
	color: inherit;
	vertical-align: inherit;
}

/******************************
  ESTILOS DE PARRAFOS DE TEXTO
 ******************************/

.Titulo1, .Titulo2, .Titulo3, .Titulo4, h1, h2, h3, h4 {
	font-weight: bold;
	text-align: left;
	color: black;
	vertical-align: top;
}

.Parrafo {
	text-align: justify;
	color: black;
	vertical-align: top;
}

.Texto, td {
	text-align: left;
	color: black;
	vertical-align: top;
}

.NotaPie {
	text-align: left;
	color: #9C1F2E;
	border-top: 1px solid #9C1F2E;
}

/**************************
  ESTILOS PARA FORMULARIOS
 **************************/

.medioRico, .medioMulti {
	width: 630px;	/* Bug en TinyMCE */
}

.EtiquetaCampo {
	text-align: left;
	color: black;
	vertical-align: top;
}

.EtiquetaCampoOblig {
	font-weight: bold;
	text-align: left;
	color: black;
	vertical-align: top;
}

.CampoTexto, .CampoFecha {
	text-align: left;
	color: black;
	background-color: #FFFAF5;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #9C1F2E;
}

.Boton {
	color: white;
	background-color: #9C1F2E;
	padding: 0px 2px;
	border: 1px outset #660000;
	cursor: pointer;
}

.Boton:active {
	border: 1px inset #660000;
}

.BotonPestana, .BotonPestana:active {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #251A82;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-width: 0px;
	cursor: pointer;
}

.BotonPestana:hover {
	text-decoration: underline;
	color: #251A82;
}

/*********************
  ESTILOS PARA ICONOS
 *********************/

.Icono {	/* Iconos en parte sup/dcha de panel */
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
}

.IconoFondo {	/* Iconos en bloque a izda de etiqueta */
	padding: 2px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

.IconoImagen {	/* Imagen de icono a izda de etiqueta */
	vertical-align: middle;
	border-width: 0px;
}

.ISeccion {
	background-image:url('/icons/layout.gif');
}

.ISeccionAdd {
	background-image:url('/icons/layout_add.gif');
}

.ICarpeta {
	background-image:url('/icons/folder.gif');
}

.ICarpetaAdd {
	background-image:url('/icons/folder_add.gif');
}

.IContenido {
	background-image:url('/icons/page.gif');
}

.IContenidoAdd {
	background-image:url('/icons/page_add.gif');
}

.ITabla {
	background-image:url('/icons/table.gif');
}

.ITablaAdd {
	background-image:url('/icons/table_add.gif');
}

.IImagen {
	background-image: url(/icons/picture.gif);
}

.IUsuario {
	background-image: url(/icons/user_red.gif);
}

.IGrupo {
	background-image: url(/icons/group.gif);
}

.IArriba {
	background-image: url(/icons/arrow_up.gif);
}

.IAtras {
	background-image:url('/icons/door_out.gif');
}

.IGrabar {
	background-image:url('/icons/disk.gif');
}

.IBorrar {
	background-image:url('/icons/cross.gif');
}

.IValido {
	background-image:url('/icons/tick.gif');
}

.IHelp {
	background-image:url('/icons/help.gif');
}

.IView {
	background-image:url('/icons/eye.gif');
}

.IEdit {
	background-image:url('/icons/pencil.gif');
}

.IFeed {
	background-image:url('/icons/feed.gif');
}

.IPermalink {
	background-image:url('/icons/permalink.gif');
}

.IForo {
	background-image:url('/icons/comment.gif');
}

.IForoComent {
	background-image:url('/icons/user_comment.gif');
}

.IForoComents {
	background-image:url('/icons/comments.gif');
}

.IDifusion {
	background-image:url('/icons/transmit.gif');
}

.IEjecutar {
	background-image:url('/icons/control_play_blue.gif');
}

.IHomelink {
	background-image:url('/icons/house_link.gif');
}

.contenidoCentrado {
	text-align: center;
}