/** Propiedades principales **/
body 
{
    background-color: #666;
    text-align: center;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h1 
{
	font-size: 24px;
	line-height: 50%;
}

h2
{
	font-size: 20px;
	line-height: 90%;
}

h3
{
	font-size: 16px;
	line-height: 90%;
}

h4
{
	font-size: 14px;
	line-height: 10%;
	margin-left: 5%;
}

/** Clases **/

/** Logos **/
.logo-cabecera
{
	border: none;
	display: inline;
	max-height: 80px;
	margin: 0px 15px;
}

.logo-pie
{
	border: none;
	display: inline;
	max-height: 60px;
	margin: 0px 15px;
}

.logo-iq-cabecera
{
	border: none;
	display: inline;
	max-height: 50px;
	margin: 15px;
}

.logo-iq-pie
{
	border: none;
	display: inline;
	max-height: 20px;
	margin: 5px 15px;
}

/** graficos **/
.grafico
{
	display: inline-block;
	margin: auto;
}

canvas
{
	display: inline-block;
	margin: auto;
}

/** Tabla de valores **/
.tabla_valores 
{
	margin: 0px auto;
	border: 1px solid #fff;
	border-collapse: collapse;
	table-layout: auto;
	height: auto;
	line-height: 0%;
}

.tabla_valores thead
{
	font-size: 14px;
}

.tabla_valores tbody
{
	font-size: 12px;
	background: #ffffff;
    color: #000000;   
}

.tabla_valores th 
{
	text-align: center;
    background: #003d8d;
	border-top: 0px solid #fff;
    border-bottom: 2px solid #fff;
    color: #ffffff;
	padding: 10px;
}

.tabla_valores tr
{
	border-top: 0px solid #fff;
	border-bottom: 2px solid #ccc;
}

.tabla_valores td
{   
	padding: 10px;
}

.tabla_valores td.__campo__
{
	text-align: left;
}

.tabla_valores td.__valor__
{
	text-align: right;
}

.tabla_valores td.__unidad__
{
	padding-left: 0px;
	text-align: left;
}

.tabla_valores td.__fecha__
{
	text-align: center;
}

.tabla_valores td.__linea__
{
	width: 0px;
	padding: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tabla_valores th.__separador__
{
	width: 50px;
}


.tabla_valores tr:hover td 
{
    background: #355897;
    color: #fe870f;
}


/** Regiones de la pagina y maquetacion **/

.panel
{
	width: 99%;
	margin: 0px auto;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.panel a
{
	font-size: 12px;
}

.panel div.__titulo__
{
	background: #e5e580;
}

.panel div.__tabla__
{
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
}


.panel div.__enlaces_200_i__
{
	display: inline; 
	float:left;
	width: 200px;
	background-color: #f0eddd;
	border: 1px solid #000;
	margin-left: 15px;
	text-align: left;
}

.panel div.__enlaces_200_d__
{
	display: inline; 
	float:right;
	width: 200px;
	background-color: #f0eddd;
	border: 1px solid #000;
	margin-right: 15px;
	text-align: left;
}

.panel div.__hueco_enlaces_200_i__
{
	margin-left: 15px;
	border: 1px solid #fff;
	display: inline; 
	float:left;
	width: 200px;
}

.panel div.__hueco_enlaces_200_d__
{
	margin-right: 15px;
	border: 1px solid #fff;
	display: inline; 
	float:right;
	width: 200px;
}

.panel div.__enlaces_70_i__
{
	display: inline; 
	float:left;
	width: 70px;
	text-align: left;
}

.panel div.__hueco_enlaces_70_i__
{
	border: 1px solid #fff;
	display: inline; 
	float:left;
	width: 70px;
}

.panel div.__enlaces_70_d__
{
	display: inline; 
	float:right;
	width: 70px;	
	text-align: left;
}

.panel div.__hueco_enlaces_70_d__
{
	border: 1px solid #fff;
	display: inline; 
	float:right;
	width: 70px;
}

#contenedor 
{
    width: 1024px;
    margin: auto;
    background-color: #fff;
    border: 10px solid #ccc;
}

#cabecera 
{
	border: none;
    background: #003d8d;
    color: #fff;
    padding: 10px;
    height: 80px;
}

#cabecera div.__logos_i__
{
	display: inline; 
	float: left;
	width: 200px;
	min-height: 80px;
	text-align: left;
}

#cabecera div.__logos_d__
{
	display: inline;
	float: right;
	width: 200px;
	min-height: 80px;
	text-align: right;
}

#pie 
{
	border: none;
	display: block;
    clear: both;
    background: #fff;
    color: #ccc;
    height: 60px;
    padding: 10px;
}

#pie div.__logos_i__
{
	display: inline; 
	float: left;
	width: 200px;
	min-height: 60px;
	text-align: left;
}

#pie div.__logos_d__
{
	display: inline;
	float: right;
	width: 200px;
	min-height: 60px;
	text-align: right;
}

