/*
color de títulos y encabezados
fondo:	#666699
texto: 


*/

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: white;
}


* {/* for demo only*/
    margin:0;
    padding:0
}
html, body {
    height:100%;/* needed to base 100% height on something known*/
    text-align:center;
}
#outer {
    width:100%;
    background:#ffffff;
    margin:auto;
    min-height:100%;
    margin-top:-50px;/*footer height - this drags the outer 40px up through the top of the monitor */
    text-align:left;
}
* html #outer {
    height:100%;
}	

#mainContent {
	width: 90%;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 1em 0px 0px 20px;
} 

/*
	FORMATO DE LA TABLA DE INGRESO DE OBSERVACIONES
*/

table.lista-centrada {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.lista-centrada caption.planilla {
	background: #666699; 
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top: 1em;
	padding-bottom: 1em;
}

table.lista-centrada caption.reporte {
	background: #666699; 
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.lista-centrada tr.subtitulo-tabla {
	background: #666699; 
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-top: 1em;
	padding-bottom: 1em;
	/*padding-left: 1em;*/
}

table.lista-centrada tr.footer-tabla {
	background: #666699; 
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	/*padding-left: 1em;*/
}

table.lista-centrada tr.fila-conducta {
	background: #66FFFF; 
	color:#000;
	font-size:12px;
	padding-left: 1em;
}

input.inp_conductas {
	text-align: right;
}

td.conductas {
	border-bottom: 1px solid #666699;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;	
}

td.nombre_conductas {
	border-bottom: 1px solid #666699;
	border-collapse: collapse;
	padding-left: 2em;
	padding-top: 5px;
	padding-bottom: 5px;	
}

td.celda-totales {
	border-bottom: 1px solid #666699;
	border-collapse: collapse;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
}

td.celda-reporte {
	border-bottom: 1px solid #666699;
	border-top: 1px solid #666699;
	border-collapse: collapse;
	/*#padding-top: 5px;
	padding-bottom: 5px;	*/
}


td.nombre_categoria {
	padding-left: 1em;
}

td.chk_conductas {
	border-bottom: 1px solid #666699;
	border-collapse: collapse;
	padding: 5px 1em;
}

/*
	FIN FORMATO DE LA TABLA DE INGRESO DE OBSERVACIONES
*/


div.centrado {
	width: 80%;
	margin: 0 auto;
}

.div-inicio {
	
	margin: 0 auto;
	background: #FFFFFF;
	/*padding: 1em;*/
	border-style: none;
	border-width: 1px;
	/*border-color: gray;*/
} 

.header-izquierda {
    background:white;
	color: blue;
	width: 25%;
	float: left;
	height: 60px;
    border-top:50px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}

.header-izquierda span{
    color: red;
}

.header-izquierda p{
    font-weight: bold;
}

.header-derecha {
    background:white;
	color: red;
	width: 25%;
	height: 60px;
    border-top:50px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}

.header-menu {
    background:black;
	color: blue;
	width: 100%;
}

.texto-azul {
	color: blue;
	
}

#footer {/* footer now sits at bottom of window*/
    background:white;
    width:100%;
    margin:auto;
    height:50px;/* must match negative margin of #outer */
    clear:both;
	border-top: 1px solid #485e49;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
h1, h2, p {
    padding:0 10px;
}
#outer:after {/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}

#sidebar1 h3 {
	cursor: pointer;
}

#footer img {
	cursor: pointer;
}

#div-mas-informacion img {
	cursor: pointer;
}

.centrado h4 {
	padding: 0 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #666699;
	color: #FFF;
}
h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}




/*table.lista-centrada td.conductas {
	padding-left: 1em;
}*/

/*
	MENU DE NAVEGACION
*/



#nav{
	height:32px;
	line-height:32px;
	background:#333399;
	/*background:#00FF00;*/
	padding:0 10px;
}

#nav ul,
#nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	float:left;
	display:block;
	/*padding-left: 20px;
	padding-right: 20px;*/
}

#nav ul li a:link,
#nav ul li a:visited{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 20px 0 6px;
	display:block;
}

#nav ul li a:hover{
	color:#EBEFF7;
}

#nav ul li ul li{
	float:none;
	display:block;
}

#nav ul li ul li a:link,
#nav ul li ul li a:visited{
	color:#444;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px;
	clear:both;
	border-bottom:solid 1px #DEDEDE;
}

#nav ul li ul li a:hover{
	color:#3B5998;
	background:#EBEFF7;
}

.submenu {
	position: absolute;
	width: 200px;
	background: #FFF;
	padding: 10px;
	border: solid 1px #2E4B88;
	border-top: none;
	display: none;
	line-height: 26px;
	z-index: 1000;
}

/*
	TERMINA LA SECCION DEL MENU DE NAVEGACION
*/







a.link-menu {
	display: block;
	text-decoration: none;
	}
a.link-menu:hover {
	background:#a2b3a1;
	color:#000;
	
}

a.link-editar-datos {
	display: block;
	text-decoration: none;
	}
a.link-editar-datos:hover {
	color:#00FF00;	
}

a.link-editar-datos-areas {
	display: block;
	text-decoration: none;
	}
a.link-editar-datos-areas:hover {
	color:#00FF00;	
}

a.link-editar-datos-faenas {
	display: block;
	text-decoration: none;
	}
a.link-editar-datos-faenas:hover {
	color:#00FF00;	
}
a.link-editar-datos-accidentes {
	display: block;
	text-decoration: none;
	}
a.link-editar-datos-accidentes:hover {
	color:#00FF00;	
}

.etiqueta {
	width: 25%;
	float: left;
}
.campo {
	width: 20%;
	float: left;
}

.logo {
	clear: left;
}
.texto-titulo {
	float: left;
	padding-right: 100px;
}

.filacampo {
	padding: 2px;
	height: 25px;
}

.tabla {
	float: left;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #0000FF;
}

.texto-encabezado {
	font-variant: small-caps;
	font-weight: bold;
}