@charset "utf-8";
/* CSS Document */

.fondex
{
        background: url('./imagenes/fondex.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}


.panel_flotante
{
	position:fixed;
	top:1%;
	left:1%;
	width:70%;
	background-color:#036;
	color:#fff;
	padding:1rem;
	z-index:100;
	display:none;
}

.sub_incidencias
{

	margin-top:.75rem;
	font-size:0.6rem;
	display:none;
	margin-left:.1rem;
	padding:0px;
	
}
.sub_incidencias:hover
{
	background-color:#333;
}

.sub_incidencias li
{
	list-style:none;
	background-color:#FFC;
	color:#333;
	cursor:pointer;
		font-size:0.85rem;
}

.sub_incidencias li:hover
{
	background-color:#333;
	color:#fff;
}

.titulo_zona
{
	padding:0.5rem;
}

.menu_lateral
{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:35%;
	height:100%;
	background-color:#333;
	color:#FFF;
}

.menu_lateral ul li
{
	list-style-image:none;
	list-style:none;
	padding:10px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
}
.menu_lateral ul li:hover
{
	background-color:#CCC;
	color:#fff;
}

body
{
	font-family:'Roboto',Sans-serif;
	font-size:1rem;
}
h2
{
	font-size:1.1rem;
	color:#333;
}
.menu_top
{
	position:fixed;
	z-index:200;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background-color:#333;
	color:#FFF;
	padding:5px;
	display:none;
}

.menu_top ul li
{
	float:left;
	margin-right:10px;
	cursor:pointer;
	width:8%;
	list-image:none;
	list-style:none;
	
}

.contenedor
{
	width:99%;
	margin:auto;
	min-width:1120px;
}

.contenedor_extra
{
	width:99%;
	margin:auto;
	min-width:1120px;
	display:none;
}
.fondo_total
{
	z-index:1;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#333;
	opacity:.5;
	display:none;
}
.boton
{
	border-radius:5;
	background-color:#999;
	padding:10px;
	width:100px;
	color#FFF;
	cursor:pointer;
	text-align:center;
	display:inline-grid;
}
.boton:hover
{
	background-color:#FFC;
	color:#000;
}
.botones_modal
{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	padding:5px;
}
.modal
{
	z-index:400;
	margin-top:5%;
	position:fixed;
	width:50%;
	margin-left:20%;
	min-height:80px;
	padding:10px;
	background-color:#333;
	color:#FFF;
	display:none;
}
.contenido_modal
{
	width:90%;
	margin:auto;
}
.formulario
{
	padding:5px;
	width:99%;
	margin-auto;
	background-color:#CCC;
	border:1px solid #333;
	
}
.pestas ul
{
	margin:0px;
	padding:0px;
}

.pestas li
{
	float:left;
	padding:0.75rem;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	list-style:none;
	list-image:none;
	cursor:pointer;
}
.pestas li:hover
{
	background-color:#333;
	color:#FC0;
}

.cont_pestas
{
	background-color:#FFF;
	padding:1rem;
	height:200px;
	overflow-y:auto;
}
.registro
{
	padding:10px;
	border-bottom:#333 1px solid;
	cursor:pointer;
}
.registro_select
{
	background-color:#036;
	color:#FFF;
}
.registro:hover
{
	background-color:#ccc;
}

/* formularios */

.fila
{
	margin-top:.5rem;
	margin-bottom:.5rem;
}

.label_plus
{
	display:inline-grid;
	font-size:.9rem;
	width:130px;
}
.label_sub
{
	display:inline-grid;
	font-size:.9rem;
	width:70px;
}
input
{
	border:1px #777 solid;
	padding:.1rem;
	font-size:.8rem;
	margin-left:.2rem;
	margin-right:.5rem;
}
input:selected
{
	background-color:#FFC;
}
.info
{
	color:#C00;
	display:inline;
	margin-left:15px;
}

select
{
	border:1px solid #333;
	padding:.2rem;
	font-size:.9rem;
}
input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:18px;
							height:14px; 
							display:inline-block;
							line-height:14px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -14px;
						}
						label.css-label {
				background-image:url(http://www.amgor.com/sicaplus/imagenes/micheck_mini.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

/* grid */
div.blueTable {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}