@font-face {
font-family: "Open Sans";
src: url(webfonts/OpenSans-Regular.ttf);
}
.tabla_inicio {
	font-size: 11px;
	height: 30px;
	min-width: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Open Sans";
	border-radius: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(21,64,253,1.00) 0%,rgba(2,37,143,1.00) 51.69%,rgba(0,47,97,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(21,64,253,1.00) 0%,rgba(2,37,143,1.00) 51.69%,rgba(0,47,97,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(21,64,253,1.00) 0%,rgba(2,37,143,1.00) 51.69%,rgba(0,47,97,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(21,64,253,1.00) 0%,rgba(2,37,143,1.00) 51.69%,rgba(0,47,97,1.00) 100%);
}
.tabla_datos {
	font-family: "Open Sans";
	font-size: 11px;
	background-color: #FFFFFF;
	border: none;
}
.tabla_datos td
{
	font-family: "Open Sans";
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.tabla_datos th
{
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 5px;
    background-color: #F4F4F4;
    text-shadow: 1px 1px #B7B7B7;
}
.tabla_datos_botones  {
	text-align: right !important ;
}
.tabla_listados {
	font-family: "Open Sans";
	font-size: 11px;
	background-color: #FFFFFF;
}
.tabla_listados td
{
	padding:3px;
	padding-left: 5px;
	font-family: "Open Sans";
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color:darkgrey;
}
/* FORAMTO DE TABLA FONDO ALTERNATIVO Y SOBRE LA LINEA */
.tabla_listados tr:nth-child(odd)  {
	background-color:gainsboro;
	font-size: 11px;
	padding: 3px;
}
.tabla_listados tr:nth-child(even) {
	background-color: white;
	padding: 3px;
}
.tabla_listados tr:nth-child(1n):hover, .alternate tr:hover {
	background-color: #ABABAB;
	padding: 3px;
}
.tabla_listados th
{
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 5px;
    background-color: orange;
    border-left-color: bisque;
    border-left-style: solid;
    border-left-width: thin;
}
.destaco-td1 {
	background-color: bisque !important ;
}
.acceder {
	font-size: 14px;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: #98C22D;
	width: 80px;
	white-space: normal;
	color: #F4F6F3;
	height: 30px;
	font-style: normal;
	font-family: "Open Sans";
	border-radius: 5px;
}
.agregar {
	font-size: 11px;
	background-image: url(imagenes/agregar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0%;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: #F4F4F4;
	width: 75px;
	font-family: "Open Sans";
	white-space: normal;
	color: black;
}
.agregar:hover{
	background-image: url(imagenes/agregar-arriba.png);
	color:#5B5B5B;
}
.agregar:disabled{
	background-image: url(imagenes/agregar-apagado.png);
	color: #9E9E9E;
}
.exportar {
	font-size: 11px;
	background-image: url(imagenes/exportar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0%;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: #F4F4F4;
	width: 75px;
	font-family: Verdana;
	white-space: normal;
	color:black;
}
.exportar:hover{
	background-image: url(imagenes/exportar-arriba.png);
	color:#5B5B5B;
}
.exportar:disabled{
	background-image: url(imagenes/exportar-apagado.png);
	color: #9E9E9E;
}
.editar {
	font-size: 11px;
	background-image: url(imagenes/editar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0%;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: gainsboro;
	width: 75px;
	font-family: "Open Sans";
	white-space: normal;
	color: #F4F4F4;
}
.editar:hover{
	background-image: url(imagenes/editar-arriba.png);
	color:black;
}
.editar:disabled{
	background-image: url(imagenes/editar-apagado.png);
	color: #9E9E9E;
}
.eliminar {
	font-size: 11px;
	background-image: url(imagenes/eliminar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0%;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: gainsboro;
	width: 75px;
	font-family: "Open Sans";
	white-space: normal;
	color:#F4F4F4;
}
.eliminar:hover{
	background-image: url(imagenes/eliminar-arriba.png);
	color:black;
    background-color: gainsboro;
}
.eliminar:disabled{
	background-image: url(imagenes/eliminar-apagado.png);
	color: #9E9E9E;
}
.guardar {
	font-size: 11px;
	background-image: url(imagenes/guardar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 50% 0%;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	border-style: none;
	cursor: pointer;
	background-color: #FFFFFF;
	width: 75px;
	font-family: "Open Sans";
	white-space: normal;
}
.guardar:hover{
	background-image: url(imagenes/guardar-arriba.png);
	color:#C97612;
}
.cuadrotexto {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	overflow: hidden;
	height: 22px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.cuadrotexto:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.areatexto {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	overflow: hidden;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.areatexto:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.fecha {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	padding-left: 10px;
	height: 24px;
	width: 118px;
	/*
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;*/
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.fecha:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.subtitulocolumnas {
	border-color: #FFFCFC;
	border-style: none;
	font-family: "Open Sans";
	font-size: 16px;
	color: #000000;
}
.subtitulocolumnas1 {
	border-color: #FFFCFC;
	border-style: none;
	font-family: "Open Sans";
	font-size: 14px;
	color: #000000;
}
.subtitulocolumnas2 {
	border-color: #FFFCFC;
	border-style: none;
	font-family: "Open Sans";
	font-size: 12px;
	color: #000000;
}
.textosolo {
	font-family: "Open Sans";
	font-size: 12px;
}
.textosololistado {
	font-size: 11px;
	border-style: none;
	font-family: "Open Sans";
	background-color:transparent;
}
.titulopaginas {
	font-family: "Open Sans";
	font-size: 24px;
}
.seleccion {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	border: thin solid #A7C6EB;
}
.textoblanco {
	font-family: "Open Sans";
	font-size: 11px;
	color: #F4F6F3;
}
.titulotabladatos {
	border-color: #FFFCFC;
	border-style: none;
	font-family: "Open Sans";
	font-size: 11px;
	color: #98C22D;
	font-weight: normal;
}
.ui-dialog {
font-size:11px;
}
.combobox {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #4C4C4C;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.combobox:disabled{
	border: thin solid #CCCCCC;
	}
.combobox:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.cuadrolista {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	border: thin solid #ABABAB;
	border-radius: 4px;
	color: #4C4C4C;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.boton {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	overflow: hidden;
	height: 28px;
	width: 90px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.boton:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.botonformulario {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	overflow: hidden;
	height: 28px;
	width: 90px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	cursor: pointer;
}
.botonformulariocorto {
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	overflow: hidden;
	height: 27px;
	width: 66px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	cursor: pointer;
}

.botonformulario:hover{
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
}
.titulo_listdos{
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	background-color:#BCD4FF;
	padding: 5px;
}
