/**
 * @abstract Fichero style.css contiene la definición de estilos de la plantilla del DKM
 * 
 * @author José Manuel Pérez-Montes <josemanuel@aupex.org.com>
 * @copyright 2011 AUPEX
 * @license http://www.gnu.org/licenses/gpl.txt
 * @version v3.0
 * @link http://www.aupex.org
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10pt;
	/*font-weight: lighter;*/
}
#cabecera {
	width: 100%;
	height: 74px;
	background-image: url('../img/cabecera.jpg');
	background-repeat: no-repeat;
}
#menu {
	width: 100%;
	height: 16px;
}
#central {
	width: 100%;
	min-height: 400px;
	display: table;
}
#contenido {
	width: 99%;
	height: 400px;
	padding: 5px;
	display: table-cell;
	text-align: center;
	margin: auto;
}
#contenido h1, h1{
	font-size: 14pt;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid gray;
	
}

#contenido h2{
	font-size: 12pt;
	text-align: left;
}

#contenido p{
	text-align: justify;
}

#pie_pagina {

}

#consultas {
	font-size: 8pt;
	text-align: left;
	background: #F5F5F5;
	border: 1px solid #6E93B0;
	padding: 10px;
	width: 60%;
	margin: auto;
	color: #707070;
	
}
/*
 * Formateo de tablas
*/
table {
	margin: 10px auto 10px auto;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	border-color: #d6eeff;
	border-left-color:#d6eeff;
	border-left-width: 1px;
	border-left-style: solid;
	border-radius : 5px;
	
}

th:first-child {
	
	border-top-left-radius : 5px;
	border-bottom-left-radius : 5px;
	
}
th:last-child {
	
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;

	
}

th {
	background: #a67945;
	color: #eee;
	padding: 8px 3px 8px 15px;
	border-left-style: hidden;
}
td {
	padding: 3px;
	text-align: left;
}
tr:hover {
	background: #b9d19c;
	color: #000;
}
#lista_seguimiento tbody tr:hover {
	background: #b9d19c;
	font-weight: bold;
}
table td img {
	cursor: pointer;
}

.impar {
	background-color: #EEEEEE;
}

.capa_carga {
    padding-top: 57px;
    text-align: center;
    width: 99%;
}

.acerca {
	margin: 10px;
	text-align: justify;
}

.acerca_img {
	float: right;
}

#actividades_paa {
	height:200px;
	overflow-y: auto;
}
th.header { 
    background-image: url('../img/bg.gif');
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
    text-align: left;
} 
th.headerSortDown { 
    background-image: url('../img/desc.gif');
    background-color: #a67945;
	color: white;
	padding-left: 20px;
} 
th.headerSortUp { 
    background-image: url('../img/asc.gif');
    background-color: #a67945;
	color: white;
} 

.impar {
	background: #dfdfdf;
}

.seccion {
	clear:both;
	padding-top:15px;
	font-weight: bold;
	text-align: left;
	/*text-decoration: underline;*/
	color: #8ebe44;
	width: 90%;
}
.radio, .checkbox {
	float:left;
	margin: 8px 8px 0px 50px;
}

input[type="checkbox"] {
	margin: 0px 40px 0px 0px;
}
.estadisticas {
	text-align: right;
	width: 100%;
}
.datos {
	width: 80%;
	text-align: center;
	font-weight: bold;
}
.datos th {
	color: #EEEEEE;
}
.datos td {
	text-align: center;
	border: 1px solid gray;
}

#webcam, #canvasImg, #canvasImg1, #canvasImg2  {
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}

.estadisticas_pal {
	color: #5b5b5b;
	font: 10px/5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right !important;
	margin-right: 24px;
	display: block;
}

.izquierda {
	text-align: left !important;
}

.icono {
	cursor: pointer;
}

