*{
	margin: 0;
	padding: 0;
	font-family: arial,verdana,sans-serif;
	font-size: 100%;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	background-color: #f9f9f9;
}
/*----------------------------Styles de iconos----------------------------*/
.icon-play{
	color: #00B000;
	width: 1.5rem;
}
.icon-pause{
	color: #FFA54A;
	width: 1.5rem;
}
.icon-stop{
	color: #E10000;
	width: 1.5rem;
}
.icon-edit{
	color: #666;
	width: 1.5rem;
}
.icon-lock{
	color: #804000;
}
#listaTrabajos .icon-time{
	color: #C2C804;	
}
.inactivo{
	color:rgba(123,123,123,.3);
}

/*----------------------------Fin Styles de iconos----------------------------*/

/*-----------------------Styles header y menu navegacion-----------------------*/
header{
	position:fixed;
	top:0;
	background: #e9e9e9;
	width: 100%;
	margin:auto;
	padding: 1rem 0;
	border: .1rem solid #ddd;
	z-index: 1000;
}
	header h1{
		text-align: center;
	}
	header .menu,
	header .reload,
	header .config{
		position: absolute;
		top:1rem;
	}
		header .menu .botonMenu,
		header .reload .botonReload,
		header .config .botonConfig{
			text-decoration: none;
			padding: 1rem;
			font-size: 1.3rem;
			cursor: pointer;
		}
	header .menu{
		left: 0;
	}
	header .reload,
	header .config{
		right: 0;
	}
	header nav{
		top:3.2rem;
		left: -200%;
		min-width: 200px;
		max-width: 200px;
		margin: 0;
		position: fixed;
		border: .1rem solid #ddd;
	}
		header nav ul{
			list-style: none;
			overflow: hidden;
		}
			header nav ul li{
				display: block;
				float: left;
				width: 100%;
				text-align: left;
				background: rgba(233,233,233,.9);
			}
				header nav ul li a{
					color:inherit;
					font-weight: bold;
					padding: 1rem;
					display: block;
					text-decoration: none;
				}
					header nav ul li a span{
						font-size: 1.2rem;
					}
					header nav ul li a:hover{
						background-color: rgba(51,122,183,.5);
						color: #fff;
					}
/*-----------------------Fin Styles header y menu navegacion-----------------------*/
.loading{
	display: none;
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
/*-------------------------------Styles contenido-------------------------------*/
section{
	position: relative;
	top: 3rem;
	width: 90%;
	margin: 1rem auto;
	line-height: 1.3;
}
/*-------------------------------Fin Styles contenido-------------------------------*/
/*--------------------------Styles objetos hover--------------------------*/
.campo:hover,
.campo input:hover,
.campo select:hover,
.chekbox label:hover,
.boton:hover,
.acordeon h2:hover,
.combo .lista-elemento:hover{
	background-color: #4B93CD;
	color:#FFFFFA;

}
/*--------------------------Fin Styles objetos hover--------------------------*/
/*------------------------Styles objetos con focus------------------------*/
.campo:focus,
input:focus,
.chekbox input:focus,
.boton:active{
	box-shadow: 0 0 5px #38c;
}
/*------------------------Fin Styles objetos con focus------------------------*/
/*----------------------Styles campos de texto----------------------*/
.campo{
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	margin: .5rem auto;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 2.2rem;
	outline: 0;
}
.campo input,
.campo select{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 .5rem;
	background-color: transparent;
	outline: none;
}
.campo a{
	color: #ccc;
	text-decoration: none;
	display: none;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 10px;
	cursor: pointer;
}
[type="date"],
[type="time"]{
	padding-top: .3rem;
}
.campo:disabled{
	background: #eee;
}
textarea.campo{
	height: 5rem;
	padding: .5rem .5rem 0 .5rem;
}
.etiqueta{
	display: block;
	margin-bottom: -.5rem;
	margin-top: .5rem;
}
/*----------------------Fin Styles campos de texto----------------------*/
.oculto{
	display: none;
}
/*---------------------------Styles chekbox---------------------------*/
.chekbox{
	position: relative;
	height: 2.2rem;
	margin: .5rem auto;
}
.chekbox input{
	position: absolute;
	left: .4rem;
	top: .4rem;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
}
.chekbox label{
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	font-size: 0.9rem;
	font-weight: 700;
	padding: .5rem 0 .5rem 2.5rem;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
/*---------------------------Fin Styles chekbox---------------------------*/
/*----------------------------Sytles boton----------------------------*/
.boton{
	display: block;
	background: #f6f6f6;
	margin: .5rem auto;
	padding: .5em;
	text-align: center;
	font-weight: 700;
	border: 1px solid #ddd;
	width: 100%;
	height: 2.2rem;
	cursor: pointer;
	overflow: hidden;
}
.boton span{
	float:inherit;
	font-size: 1.2em;
}
.inline2izq{
	float: left;
	width: 50%;
}
.inline2der{
	margin-left: 1%;
	float: right;
	width: 49%;
}
.inline3izq{
	margin-right: 1%;
	float: left;
	width: 33%;
}
.inline3cen{
	float: left;
	width: 32%;
}
.inline3der{
	margin-left: 1%;
	float: right;
	width: 33%;
}
.inline3_2izq{
	float: left;
	width: 66%;
}
.limpiar{
	clear: both;
}
/*--------------------------Fin Styles boton--------------------------*/
/*---------------------------Styles acordeon--------------------------*/
.acordeon{
	border-top: 1px solid #ddd;
}
.acordeon h2,
.acordeon h2 label{
	cursor: pointer;
}
.acordeon h2{
	width: 100%;
	height: 2.8rem;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-top:0;
	
}
.acordeon>h2.active{
	background: #eee;
}
.acordeon a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.acordeon span{
	display: inline-block;
	margin: .6rem .1rem .6rem .4rem;
	font-size: 1.5rem;
}
.acordeon .iconotitulo{
	float: left;
}
.acordeon label{
	overflow: hidden;

}
.acordeon h2 label{
	display: block;
	position: relative;
	top: .3rem;
	font-size: 1rem;

	overflow: hidden;
	max-height: 1rem;
}
.acordeon h2 small{
	position: relative;
	top: .6rem;
	display: inline;
	font-size: .7rem;
	font-weight: normal;
}
.acordeon .detalle{
	position: relative;
	display: none;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0 .3rem;
	background: #fff;
	width: 100%;
	height: auto;
	min-width: 11rem;
	overflow: hidden;
}
.acordeon .info{
	float: left;
	width: 90%;
}
.acordeon .info label{
	font-size: .7rem;
	font-weight: bold;
	line-height: 1rem;
}
.acordeon .info span{
	display: inline;
	font-size: .7rem;
	line-height: 1.1rem;
}
.acordeon .info span[data-idproyecto],
.acordeon .info span[data-idtarea]{
	cursor: pointer;
	text-decoration: underline;
}
.acordeon .opciones{
	float: right;
	right: 0;
	width: 10%;
	max-width: 40px;
}
.acordeon .opciones div{
	display: block;
	width: 100%;
	right: 0;
	height:2.5rem;
}
.acordeon a{
	cursor: pointer;	
}
.acordeon .opciones span{
	margin:0;
	padding-top: .5rem;
	text-align: center;
	width: 100%;
	height: 100%;
}

/*--------------------Fin Styles acordeon---------------------------*/
/*--------------------------Styles combobox--------------------------*/
.combo{
	position: relative;
}
.combo .lista {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	top:2.3rem;
	width:100%;
	height:auto;
	overflow:hidden;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	display: none;
	z-index: 100;
}
.combo .lista.x2{
	width: 200%;
}
.combo .lista-elemento{
	margin: 1px;
	padding: 5px;
	width: auto;
	height: 30px;
	cursor:pointer;
	overflow: hidden;
	display: none;
	line-height: 1.5rem;
}
.combo .lista-elemento:hover{
	border: 1px solid #38c;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 6px;
}
/*--------------------------Fin Styles combobox--------------------------*/

/*-------------------------Styles mensaje de error-------------------------*/
.mensaje,
.mensaje p{
	color: #F5F4FF;
	width: 100%;
	background-color: #D9534F;
	text-align: center;
	clear: both;
	border-radius: 5px;
}
#mensaje_validacion{
	display: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	background-color: #FFFFD5;
	
}
/*------------------------Fin Styles mensaje de error------------------------*/

/*Styles caja de filtros--------------------------*/
.filtros{
	width: 100%;
	margin: auto;
	border: 1px solid #ddd;
	padding:5px;
	display: none;
}
.filtros .chekbox{
	margin: 2px 0;
}
/*Fin Styles caja de filtros-------------------------*/
/*Styles firma--------------------------------*/
#imagenFirma{
	
	display: none;
}
#imagenFirma img{
	width: 100%;
	border: 1px solid #ddd;
}

#dibujarFirma{
	top: 0;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	display: none;
}
#canvasFirma{
	width: 100%;
	margin: auto;
}
footer{
	margin-left: 1%;
	position: fixed;
	width: 98%;
	bottom: 0;
}
/*Fin Styles firma-------------------------------------------------------------*/
/*Styles select option---------------------------------------------*/
select option{
	background-color: #fff;
}
/*------------------Styles objetos con error de validacion------------------*/
.error{
	border: 1px solid #D9534F;
	box-shadow: inset 0 1px 3px rgba(255,0,0,.2);
}

/*Styles fieldset*/
fieldset{
	border:1px solid #ccc;
	padding:0 0.3rem;
}
.margen_top0{
	margin-top: 0;
}
.margen_bottom0{
	margin-bottom: 0;
}
/*Fin Styles fieldset*/

/*Styles ventana de confirmación--------------------------------------------*/
.alert{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.alert_fondo{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	opacity: 0.5;
	background-color: #ccc;
}
.alert_ventana{
	width: 90%;
	max-height: 100%;
	position: fixed;
	top: calc((100% - 150px)/2);
	left: 5%;
	text-align: center;
	margin: auto;
	background-color: #fff;
	z-index: 99999;
	box-shadow: 5px 5px 10px;
}
.alert_barra_titulo{
	height: 30px;
	background-color: #4B93CD;
	border-bottom: 1px solid #aaa;
}
.alert_titulo{
	display: inline-block;
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	text-align: center;
	padding: 5px 5px;
}
.alert_cerrar{
	color: #eee;
	cursor: pointer;
	text-align: center;
	padding: 3px 3px;
	margin: 2px;
	position: absolute;
	right: 0;
	width: 10%;
	max-width: 25px;
	height: 25px;
	border-radius: 3px;
}
.alert_cerrar:hover{
	background-color: #D9534F;
}
.alert_contenido{
	background-color: #f9f9f9;
	padding: 5px;
	text-align: center;
}

/*Fin Styles ventana de confirmación----------------------------------------*/
@media (max-width: 767px) {
	.acordeon h2 small.hidden-xs{
		display: none;
	}
}

