@charset "utf-8";
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;	
}
article, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	background: #FFF;
	color:#424649;
	font-family: "helvetica neue", helvetica, arial, sans-serif !important;
	font-size: 0.9em;
}
a {
	color:#FF5B5B;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
}
footer, header, section#cuerpo {
	max-width: 98%;
	margin:0 auto;
}
footer {
	margin-top:2em;
	text-align:center;
}
header {
	background-color: #eceaf5;
	background-image: url(../imagenes/sup/fondo.jpg);
	background-repeat: repeat-x;
}
	header h1{
		margin-left: 0.2em;
	}
hr {
	border: 1px solid #D5D2CA;
}
img {
	max-width:100%;	
}
input, select {
	border: 1px solid #D5D2CA;
}
input[type='number'] {
	text-align:right;
}
input[type='checkbox'] {
	height:15px;
	width:15px;
}
ol {
	padding-left:1.2em;
	
}
nav#izquierda{
	display:inline-block;
	max-width:100%;
	vertical-align:top;
	width:200px;
}
	nav#izquierda table{
	/* [disabled]border-left:1px solid #D5D2CA; */
	border-right: 1px solid #D5D2CA;
	/* cellspacing=0 */
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	}
	nav#izquierda td{
		border-bottom: 1px solid #D5D2CA;
		/* cellpadding=0 */
		padding: 0px;
		vertical-align:middle;
		height:30px;
	}
	nav#izquierda div{
		display:inline-block;
		vertical-align:middle;
	}
	nav#izquierda .img_menu_izda{
		width:40px;
		height:30px;
	}
section#cargando{
	position: fixed;
	left: 400px;
	top: 200px;
}
section#contenido{
	margin-left:2em;
	width:95%;
	vertical-align:top;
	margin:0 auto;
}
section#permiso table{
	/* cellspacing=2 */
	border-spacing: 2px;
	border-collapse: collapse;
	width:100%;
}
section#permiso td{
	/* cellpadding=2 */
	padding: 2px;
}
article#login{
	color: #7C8489;
	font-size: 1.5em;
	text-align: center;	
	max-width:370px;
	margin:1em auto;
}
	article#login #formulario{
		background-color: #E9F5E9;
		border: 1px solid transparent;
		border-radius: 4px;
		margin-top:0.4em;
		padding:1em;
	}
	
	article#login #formulario input, article#login #formulario #mensaje{
		font-size: 1em;
		padding:0.4em;
		width:80%;
	}

article#listado, article#situacion {
	margin-top:0.4em;
	width:100%;
}
	article#listado table{
		/* cellspacing=2 */
		border-spacing: 2px;
		border-collapse: collapse;
		width:100%;
	}
	article#listado td{
		/* cellpadding=2 */
		padding: 2px;
	}

article#detalles table {
	width:100%;
}
	.tabla_detalles, .tabla_nuevo {
		width:100%;
		border-collapse:collapse;	
		border: 1px solid #D5D2CA;
	}
	.tabla_detalles tr, .tabla_nuevo tr{
		height:25px;	
	}
	.tabla_detalles th, .tabla_nuevo th, .etiqueta{
		padding-left:5px;
		padding-right:5px;
		border: 1px solid #D5D2CA;
		font-weight: normal;
		text-align:left;
	}
	.tabla_detalles td{
		border-bottom: 1px solid #D5D2CA;
	}
	.tabla_nuevo td{
		/*font-weight:bold;*/
		border: 1px solid #D5D2CA;
	}
	.tabla_nuevo a{
		display:block;
		width:100%;
	}
	.tabla_detalles div, .tabla_nuevo div{
		display:inline-block;
	}
	.tabla_nuevo input, .tabla_detalles textarea, .tabla_nuevo textarea, .tabla_nuevo select {
		border:none;
		width:98%;
	}
		.tabla_nuevo input[type='checkbox'] {
			height:1.2em;;
			width:1.2em;;
		}
		.tabla_detalles_dentro th{
			background:#ABDCB0;
			border:none;
			text-align:center;
		}
		.tabla_detalles_dentro td{
			padding:0px;
			border:none;
			border-left: 1px solid #000;
		}
		.tabla_informes_dentro th{
			background: url(../imagenes/flecha_cerrado.gif) no-repeat 5px 7px;
			border: none;
			text-align: center;
			width:16px;
		}
		.tabla_informes_dentro{
			width:100%;
		}
		.tabla_informes_dentro td{
			border:none;
			border-bottom: 1px solid #D5D2CA;
			margin:0;
			padding:0;
		}
		.tabla_informes_dentro input {
			background-color:transparent;
			border:none;
			color:#007771;
			cursor:pointer;
			font-family: "helvetica neue", helvetica, arial, sans-serif !important;
			font-size:1em;
			font-weight:bold;
			text-align:left;
		}

article#detalles div{
	display:inline-block;
	margin-left:2em;
	margin-right:0.5em;
	text-align:center;
}
article#opciones div, #contenido_opciones div {
	display:inline-block;
	margin-right:2em;
	text-align:center;
}
div#busqueda_rapida div{
	display:inline-block;
}
div#formulario_nuevo, div#formulario_SA, div#formulario_AA, div#formulario_DO{
	border: 1px solid #ECF7ED;
	background-color: #F0F9F0;
	padding: 5px;
}
div#leyenda {
	border: solid 1px #CCCCCC;
}
div#nuevo div{
	display:inline-block;
}

/*Clases*/
.boton{
	background-color:#CE0000;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #FFF;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
	margin:10px;
	width:100px;
}
.coincidente{
	background: #FFB7B7;
}
.error {
	color:red;
	font-size: 1em;
}
.error_validacion{
	background-color: #FFB7B7;
}
.fondo_linea_arbol{
	background-image:url(../imagenes/fondo_dentro_lista.png);
	background-repeat:no-repeat;
}
.fondo_lopd{
	background-color: #BAE2BE;
}
.fondo_responsable{
	background-color: #C1E7F7;
}
.fondo_sancion{
	background-color: #FCCDAB;
}
.fecha{
	width:75px;
	text-align:center;
}
	.flecha_selecc{
		font-size: 1.1em;
	}
.impar{
	background:#FFF4F4;
}
.menu_selecc{
	font-size: 1.2em;
	font-weight: bold;
	background: #ABDCB0;
}
.over_td{
	background: #C8E8CB;
}
.ocultar{
	display:none;
}
.ocultable_responsive{
}
.tabla_lista{
	width:100%;
	border: solid 1px #F00;
}
.tabla_lista th{
	height: 20px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
}
.tabla_lista th a{
	color: #FFF;
	text-decoration:underline;
}
.tabla_lista td{
	height:20px;
	padding-left:2px;
	padding-right:2px;
}
	.tabla_dentro_lista{
		border-collapse:collapse;	
		border: 1px solid #D5D2CA;
	}
	.tabla_dentro_lista td, .tabla_dentro_lista th{
		text-align:left;
		color:#666;
		background:none;
		border: 1px solid #D5D2CA;
	}
.texto_difuminado{
	color: #CCCCCC;
}
.texto_nota_pie {
	color: #666666;
	font-size: 0.65em;
}
/*.titulo{
	background:#55BE47;
	color: #FFF;
	text-align:center;
}*/

.titulo{
	color:#800000;
	text-align:center;
	font-size:1.1em;
}

/* Diseño Responsive */
@media screen and (max-width:1160px){
	section#contenido{
		width:75%;
	}
}
@media screen and (max-width:1020px){
	nav#izquierda{
		width:45px;
		height:100%;
	}
	nav#izquierda table{
		width:45px;
	}
	.img_menu_izda{
		height:30px;
				
	}
	.texto_menu_izda{
		visibility:hidden;
		height:0px;
		width:0px;
	}
	section#contenido{
		width:90%;
	}
}
@media screen and (max-width:930px){
	label#registros_por_pagina, label#pagina{
		display:none;
	}
	.ocultable_responsive{
		display:none;
	}
}
@media screen and (max-width:760px){
	section#contenido{
		width:85%;
	}
}
@media screen and (max-width:600px){
	nav#izquierda {
		background-color:#ECF7ED;
	}
	nav#izquierda, nav#izquierda table{
		width:100%;
	}
	.texto_menu_izda{
		visibility:visible;
		width:100%;
		height:1em;
	}
	nav#izquierda div{
		display:block;
	}
	nav#izquierda .img_menu_izda{
		visibility:hidden;
		height:0px;
		width:0px;
	}
	nav#izquierda td{
		height:20px;
	}
	section#contenido{
		display:block;
		margin-left:0;
		width:100%;
	}
	.ocultable_responsive_2{
		display:none;
	}
}

div#menu_izquierda {
	color:#B00;
}