<!--
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, sans-serif, tahoma, arial;
	font-size: 12px;
	color: #000000;
}
input,select {
	height: 22px;
}
.cabecera_menu {
	background-color: #000099;
	color: #FFFFFF;
}
.menu {
	background-color: #0099FF;
}
a.menu_enlace:link { color: #000099; font-weight: bold; text-decoration: none; }
a.menu_enlace:visited {	color: #000099; font-weight: bold; text-decoration: none; }
a.menu_enlace:active { color: #000099; font-weight: bold; text-decoration: none; }
a.menu_enlace:hover	{ color: #FFFFFF; font-weight: bold; text-decoration: none; }
.error {
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}
.caixa {
	border-style:groove;
	color: #3366FF;
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;	
}
.caixaOff {
	border-style:groove;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid;	
}
.caixaNo {
	border-style:groove;
	color: #3366FF;
	background-color: #FFFFFF;
	border-bottom: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;	
}
.box {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.box_title {
	padding: 10px;
	border-bottom: 3px solid #000099;
	background-color: #0099FF;
	color: #FFFFFF;
	font-size: 16px;
	-moz-background-color: #0099FF;
	-webkit-background-color: #0099FF;
}
.box_content {
	width: 100%;
	padding: 10px;
	border-bottom: 3px solid #000099;
}
.hr_bottom {
	border-bottom: 1px solid #000000;
}
.busqueda {
	height: 30px;
	width: 100%;
	background-color: #9BCDFF;
	padding: 3px;
	border: none;
	border-spacing: 1px;
    border-collapse: separate;
}
.resultados {
	width: 100%;
	border: none;
	border-spacing: 1px;
}
.resultados_cabezera {
	height: 40px;
	background-color: #000099;
	border: 1px solid #9BCDFF;
	color: #FFFFFF;
	padding-left: 5px;
}
a.resultados_cabezera_enlace:link { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a.resultados_cabezera_enlace:visited {	color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a.resultados_cabezera_enlace:active { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a.resultados_cabezera_enlace:hover	{ color: #9BCDFF; font-weight: bold; text-decoration: none; }
.resultados1 {
	height: 40px;
	background-color: #9BCDFF;
	border: 1px solid #000099;
	padding-left: 5px;
}
.resultados2 {
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #9BCDFF;
	padding-left: 5px;
}
.resultadosClosed {
	border: 1px solid #FF0000;
}
a.listado_enlace:link { color: #000000; text-decoration: underline; }
a.listado_enlace:visited {	color: #000000; text-decoration: underline; }
a.listado_enlace:active { color: #000000; text-decoration: underline; }
a.listado_enlace:hover	{ color: #3366FF; text-decoration: none; }
.Texto-Blanco {
	color: #FFFFFF;
}

body.modal-open {
    overflow: hidden;
}

/* ui-tooltip */
.tooltip {
    background: #333 !important;
    opacity: .8 !important;
    border: 1px solid #000 !important;
    -moz-border-radius: .3em !important;
    -webkit-border-radius: .3em !important;
    border-radius: .3em !important;
    text-shadow: -1px -1px #000 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: italic !important;
    padding: 5px 10px !important;
}

.tooltip * {
    background: none !important;
    color: #FFF !important;
}
/* ui-tooltip */

#signatureparent {
	color: darkblue;
	background-color: darkgrey;
	height: 200px;
	/*max-width:600px;*/
	padding: 10px;
}
/*This is the div within which the signature canvas is fitted*/
#signature {
	border: 2px dotted black;
	background-color: lightgrey;
	height: 180px;
}
#signaturetools {
	color: darkblue;
	background-color: darkgrey;
	height: 40px;
	padding-left: 10px;
}

/* Drawing the 'gripper' for touch-enabled devices */ 
html.touch #content {
	float: left;
	width: 92%;
}

header * {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
.menu_bar {
	z-index: 2147483647;
	display:none;
}
 
header {
	width: 100%;
	background:#0099FF;
}
 
header nav {
	background:#0099FF;
	z-index: 1000;
	max-width: 1280px;
	width:95%;
	margin:0px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#000099;
}
 
header nav ul li a {
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#0099FF;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
	body,td,th {
		font-family:Trebuchet MS, sans-serif, tahoma, arial;
		font-size:16px;
		color:#000000;
	}
	input,select {
		height: 34px;
		font-size: 16px;
	}
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#0099FF;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}

div.container_login {
	margin: 20px auto;
	position:relative;
}

div.main_login {
	width: 200px;
	margin-top: 20px;
	padding: 10px 55px 40px;
	background-color: rgba(0, 153, 255, 0.65);
	border: 15px solid white;
	box-shadow: 0 0 10px;
	border-radius: 2px;
	font-size: 13px;
}

input.login[type=button] {
	height: 46px;
}

input.login[type=text],[type=password] {
	width: 97.7%;
	height: 34px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 8px;
	box-shadow: 0 0 5px #000099;
	border: 2px solid #000099;
	color: #4f4f4f;
	font-size: 16px;
}

label.login {
	color: #000099;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#login_button {
	width: 100%;
	background: linear-gradient(#0099FF 5%, #000099 100%);
	border: 1px solid #0F799E;
	font-size: 20px;
	margin-top: 15px;
	padding: 8px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	color: white;
	text-shadow: 0px 1px 0px #13506D;
}

#login_button:hover {
	background: linear-gradient(#000099 5%, #0099FF 100%);
}
-->