body {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        margin: 0;
        padding: 0;
        height:100%;
        background-color: #FFFFFF;
}


/*********************************
 * Estilos de http://www.seccat.com/feac/
 *********************************/
.Estilo1 {
	font-size: 16px;
	font-weight: bold;
}
.Estilo2 {font-size: 14px}
.Estilo5 {font-size: 11px}
.Estilo8 {font-size: 12px}
.Estilo10 {font-size: 14px; font-weight: bold; }
.Estilo11 {font-size: 12px; font-weight: bold; }
.Estilo12 {
	color: #FFFFFF;
	font-weight: bold;
}

a {
	font-size: 11px;
	color: #AD0505;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #F00028;
	text-decoration: underline;
}

/*********************************
 * Estilos para ciertos bloques
 *********************************/
 
div.acciones_container {
	background-color:#ABBEEF; 
	padding: 3px; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px; 
	margin-bottom: 40px; 
	font-size: 11px;
}

div.contenedor_blue_border {
	width: 90%; 
	margin-left: auto; 
	margin-right: auto; 
	border: 4px solid #ABBEEF; 
	background-color: #FFF
}


/*********************************
 * Estilos para el Menu
 *********************************/
#menu a  {
  text-decoration:none;
  text-align:center;
  background-color:#444488;
  color:#AAAAEE;
  display:block; 
  width:8em; 
  padding:0.2em;
  margin:0.5em auto;
  border-right:5px solid #fff;
  font-size: 12px;
}
#menu a:hover 
{color:#AAAAEE; background-color:#444488;  border-right:5px solid #AAAAEE;}

#menu a.active
{background-color:#AAAAEE; color:#444488;}

#menu a.active:hover
{background-color:#AAAAEE; color:#444488; border-right:5px solid #FFFFFF;}


/*********************************
 * Estilos para Listomatic
 *********************************/

.lom_tabla_buscador,
.lom_tabla_contenido,
.lom_tabla_indice,
.lom_tabla_no_elementos
{
	font-family: inherit;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	border-right: 1px solid white;
	margin: 0px 0px 1px 0px;
}

.lom_tabla_buscador th, .lom_tabla_buscador td,
.lom_tabla_contenido th, .lom_tabla_contenido td,
.lom_tabla_indice th, .lom_tabla_indice td,
.lom_tabla_no_elementos th, .lom_tabla_no_elementos td
{
	font: inherit;
	border-left: 1px solid white;
/* 	border-right: 1px solid white; */
	border-top: 1px solid white;
/* 	border-bottom: 1px solid white; */
	padding: 2px 5px 2px 5px;
	margin: 0px;
	
}

.lom_tabla_buscador td,
.lom_tabla_contenido th,
.lom_tabla_indice td
{
	text-align: center;
	font-weight: normal;
	/*background-color: #ABBEEF;*/
	
	/*background-color: #BDEFA9;*/
	
	background-color: #7695E5;
	/*background-color: #71B771;*/

	
}

.lom_tabla_buscador td {
	text-align: right;
	background-color: #EEF;
}

.lom_tabla_contenido th {
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
}

.lom_tabla_contenido td {
	background-color: #EEE;
}

.lom_tabla_contenido th.col_resaltada_por_busqueda {
	background-color: #FCC;
	white-space: nowrap;
	font-size: 12px;
}

.lom_tabla_contenido td.col_resaltada_por_busqueda {
	background-color: #FEE;
}

.lom_tabla_contenido th.col_resaltada_por_orden {
	background-color: #CFC;
	white-space: nowrap;
	font-size: 12px;
}

.lom_tabla_contenido td.col_resaltada_por_orden {
	background-color: #EFE;
}

.lom_tabla_contenido th.col_resaltada_por_orden_y_busqueda {
	background-color: #FFC;
	white-space: nowrap;
}

.lom_tabla_contenido td.col_resaltada_por_orden_y_busqueda {
	background-color: #FFE;
}

.lom_tabla_no_elementos td {
	text-align: center;
	background-color: #EEE;
}



/*********************************
 * Estilos del listado del front-end
 *********************************/

.tabla_boletines
{
	font-family: inherit;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px solid white;
}

.tabla_boletines th, .tabla_boletines td
{
	font: inherit;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	
}



/*********************************
 * Estilos de mensajes de respuesta
 *********************************/

.action_ok {
        height:40px;
        background-color: #E6FFCC;
        border:4px solid #66CC66;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 12px;
}

.action_ko {
        height:40px;
        background-color: #FFE5E5;
        border:4px solid #FF3333;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 12px;
}

.action_so_so {
        height:40px;
        background-color: #FFFFCC;
        border:4px solid #FFCC66;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 12px;
}
