html {
    height:100%;
    overflow-x:hidden;
    margin: 0px;
    padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
}
img {border:0px;}
.left {float:left;}
.right {float:right;}

/* Estilos aplicables solo al imprimir */
@media print {
    .noPrint {display:none; visibility:hidden;}
    .tableScroll {overflow-y:visible !important;}
}
.tableScroll {overflow-y:auto;}
.print_button {clear:both; margin:20px 0px 0px 20px; overflow:hidden;}

/* Estilos generales */
a, #_link, #_link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration:underline;
}
a:link, a:visited, a:hover,
#_link a:link, #_link a:visited, #_link a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.general_destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #666666;
}
.general_titulo {
	color: #881F2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.general_small {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.general a:link, 
.general a:visited, 
.general a:active {
	text-decoration: none;
	color: #666666;
}
.general a:hover {
	text-decoration: none;
	color: #000000;
}
.general_destacado a:link,
.general_destacado a:visited,
.general_destacado a:active {
	text-decoration: underline;
	color: #666666;
}
.general_destacado a:hover {
	text-decoration: none;
	color: #000000;
}
.text_nota {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #FF6666;
}
.main_background {
	background-color: #881F2F;
}
.text_error {
	color:#880000;
	font-weight:bold;
	margin: 50px 0px 0px 0px;
	text-align:center;
}
.text_error_no_js {
	color:#880000;
	font-weight:bold;
	margin: 0px;
	text-align:center;
}
.text_tit_forms {
	text-align:center; 
	text-decoration:underline; 
	font-weight:bold;
	padding:3px;	
}

/* Cabecera y pie de p�ginas */
.cabecera, .pie  {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #881F2F;
	border-style:solid;
	border-color:#000000;
	clear:both;
	padding: 0px 0px 6px 0px;
    width:100%;
}
.cabecera {
	border-width:0px 0px 1px 0px;
	overflow:hidden; /* Necesario para firefox */
	margin: 0px;
}
.pie {
	bottom: 0;
	border-width:1px 0px 0px 0px;
	height:20px;
	left: 0;
	padding:6px 0px 6px 0px;
	position: absolute; 
	text-align:center;
	margin: -33px auto 0px; /* 32 = 20 (altura) + 12 (padding) + 1 (borde)*/
	position: relative	
}
.cabecera a,
.cabecera a:hover,
.cabecera a:visited,
.pie a,
.pie a:hover,
.pie a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
			
/* Bloques de menús */
.bloque_menu {
	clear:both;
	margin: 6px 13px 6px 13px;
	width:100%;
}
.subMenu {
	margin-top:6px;
	display:block;
}
.bloque_blank {
	clear:both;
	height:15px;
	width:100%;
}
.bloque_blank_small {
	clear:both;
	height:6px;
	width:100%;
}

/* CENTRADO DE TABLAS PARA IE Y FIREFOX */
div.centrado{
	text-align: center;
	width:100%;
}
div.centrado table {
	margin: 0 auto;
	text-align: left;
}

/* MÍNIMO TAMAÑO DEL LAYOUT PRINCIPAL */
div.contenedor {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: auto; 
	/*height:auto !important;		/* Solución para Explorer : no soporta min-height */
        height:auto !important;
	/*height:100%;*/
}
div.contenedor_popup {height:auto !important;}
div.contenido {
	clear:both; 
	padding-bottom:20px;		/* Tiene que ser la misma altura que el pie de página */
    height:100%;
    width:100%;
}

/* Correción de altura para tablas */
div.height_correction {height:25px}

/* Necesario por compatibilidad navegadores */
.cabpie_padding {
	padding:3px;
	width:100%;
}

/* Estilos de tablas */
.borde {
	border:1px solid #000000;
}
.tabla {
    border-collapse: collapse;
    border-spacing: 0px;
    border:1px solid #000;
    color:#333;
    background: #FFF;
/*
        height:100%;
        overflow:visible;
*/
}

.tabla tbody td, th {
  border: 1px solid #000;
  color: #000;
}

.tabla tbody td a {
  background: transparent;
  text-decoration: none;
  color: #FFD800;
}

.tabla tbody td a:hover {
  background: #FFD800;
  color: #FFD800;
}

.tabla tbody th a {
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #FFD800;
}

.tabla_fila_impar {
  background: #DEDEDE;
}

.tabla tbody tr:hover {
  background: #FFD800;
  color: #FFFFFF;
}

.tabla tbody tr:hover,
.tabla tbody tr.tabla_fila_impar:hover {
  background: #FFD800;
  color: #FFFFFF;
  cursor: pointer;
}

.tabla thead {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin:0px 3px 0px 3px;
	padding:0px 3px 0px 3px;
}

.tabla thead th {
    color: #FFFFFF;
	background-color: #5F5F5F;
}

.tabla tbody td,
.tabla thead th {
	border:1px solid #000000;
	padding:3px 3px 3px 3px;
}

.tabla tfoot {
	padding:20px 10px 20px 10px;
	margin:20px;
}
.tabla tfoot a,
.tabla tfoot a:visited,
.tabla tfoot a:hover {
	color: #0000FF;
	text-decoration:underline;
}

.tabla thead th a,
.tabla thead th a:link,
.tabla thead th a:visited,
.tabla thead th a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* TABLA DE ERROR */
.tabla_error {
	border:1px solid #000000;
	clear:both;
}
.tabla_error td {
	text-align:center;
	padding:10px;
}

/* ESTILOS PIE PAGINACION */
.bloque_paginacion {
	float:right;
	padding:3px;
}

/* PANEL DE TABS*/
.tabPanel {
	color:#666666;
	display: block; 
	clear:both;
	height:35px;
	margin: 10px 0px 0px 0px;
	width:90%;
}
.tabPanel ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	border-width:0px 0px 8px 0px;
	border-style:solid;
	border-color:#5F5F5F;
	width:100%;
	overflow:hidden; 	/* Para que se vea bien en firefox */
}
.tabPanel li,
.tabPanel li a,
.tabPanel li a:visited  {
	text-align:center;
	float:left;
	display:block;
	text-decoration:none;
}
.tabPanel li {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5F5F5F;
	margin:0px 0px 0px 2px;
	color:#FFFFFF;
	overflow:hidden;
}
.tabPanel li a,
.tabPanel li a:visited  {
	padding:4px 0px 0px 0px;
	background-color:#FFFFFF;
	color:#666666;
	text-decoration:none;
}
.tabPanel li a:hover {
	background-color:#7F7F7F;
	color:#FFFFFF;
	text-decoration:none;
}
#selected a,
#selected a:hover{
	background-color:#5F5F5F;
	color:#FFFFFF;
	cursor:default;
}

/* PANEL DE TABS PARECIDO AL DE EFICIENCIA */
.tag_block {
	border-width:0px 0px 3px 0px;
	border-style:solid;
	border-color:#99CC99;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:18px;
}
.tag {
	float:left;
}
.tag a, 
.tag a:visited {
	color:#5F5F5F;
	text-decoration:none;
	font-weight:normal;
}
.tag a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
.tag_space{
	float:left;
	width:20px;
}
.tab_square{
	float:left;
	height:18px;
	width:9px;
}
.tab_middle_sel,
.tab_middle_nosel,
.tab_middle_dest {
	height:18px; 
	float:left; 
	font-size:12px;
	padding: 0px 16px 0px 16px;
	text-align:center;
}
.tab_middle_sel{
	background-image: url(images_css/bot_nivel1_verde.gif);
}
.tab_middle_nosel{
	background-image: url(images_css/bot_nivel1_gris.gif); 
}
.tab_middle_dest{
	background-image: url(images_css/bot_nivel1_194.gif); 
}
.bg_image {
  background-image: url("images_css/CIR-E3web_logo_trans.png");
  background-attachment: scroll;
  background-position: center 150px;
  background-repeat: no-repeat;
}
