* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

#contenedor {
	display: block;
	width: 100%;
	height: auto;
  	margin-left: auto;
  	margin-right: auto;
} 

#pagina {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
} 

#cabecera {
	background-image: url(../img/cabecera.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 85px;
	width: 400px;
	font-size: 24px;
	color: #0080C0;
	padding-right: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.stcLeyenda {
	font-size: 14px;
	color: #000000;
	position: relative;
	padding-top: 10px;
}

.stcNegrita {
	color: #0080C0;
	font-weight: bold;
}

.stcAviso {
	font-size: 12px;
	font-weight: bold;
	color: #0080C0;
}

.stcINT {
	color: #BD4241;
	font-weight: bold;
}

#frmOscuro {
	background-color: #CCCCCC;
	color: #000000;
	display: block;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
}

#frmClaro {
	background-color: #DDDDDD;
	color: #000000;
	display: block;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 10px 10px 10px 10px;
}

#frmEncuesta {
	background-color: #DDFFFF;
	color: #000000;
	display: block;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 10px 10px 10px 10px;
}

#frmAmarillo {
	background-color: #FFFFCC;
	color: #000000;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

#frmBlanco {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-radius: 10px 10px 10px 10px;
}

#frmAviso {
	background-color: #FFFFCC;
	color: #000000;
	display: block;
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

#frmModulos {
	background-color: #666666;
	color: #000000;
	display: block;
	height: auto;
	width: 400px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px 10px 10px 10px;
}

#frmExito {
	background-color: #D2FFD2;
	color: #000000;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

#frmBusqueda {
	background-color: #005680;
	color: #FFFFFF;
	display: block;
	height: auto;
	width: 420px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

#frmEliminacion {
	background-color: #FF3C3C;
	color: #FFFFFF;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

#frmLDAP {
	background-color: #9FDEE7;
	color: #000000;
	display: block;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 5px 5px 5px 5px;
}

.tabFull {
	float: center;
	width: 100%;
	height: auto;
}

.tabFullTop {
	float: center;
	width: 100%;
	height: auto;
}

.tabFullTop tr, .tabFullTop td {
	vertical-align: top;
}

.tabLDAP {
	float: center;
	width: 100%;
	height: auto;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

.tabLDAPButtons {
	float: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.tabGrid {
	float: center;
	width: 100%;
	height: auto;
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}

.tabLista {
	float: center;
	width: 100%;
	height: auto;
	font-size: 15px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}

.tabSublista {
	float: center;
	width: 100%;
	height: auto;
	font-size: 15px;
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
}

.tabAmarillo {
	float: center;
	width: 100%;
	height: auto;
}

.tabExito {
	float: center;
	width: 100%;
	height: auto;
}

.edtLogin {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 2px 5px;
	width: calc(100% - 20px);
}

.edtNormal {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 2px 5px;
	width: calc(100% - 12px);
}

.edtMemo {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 2px 5px;
	width: calc(100% - 12px);
	resize: none;
}

.edtReadOnly {
	background-color: #FFFFCC;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 2px 5px;
	width: calc(100% - 12px);
}

.datDate {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 2px 5px;
	width: 130px;
}

.cmbNormal {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 2px 5px;
	width: 100%;
}

.cmbInforme {
	background-color: #FBFBFB;
	border-color: #E3E3E4 #BBBDC0 #BBBDC0 #E3E3E4;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 2px 5px;
	width: auto;
}

.blink {
	animation: blinker 1.0s linear infinite;
    color: #000000;
    font-size: 14px;
	text-align: center;
}

@keyframes blinker {
	50% {
    	opacity: 0;
	}
}

.loader {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
	-webkit-mask: conic-gradient(from 15deg, #0000, #000);
	animation: l26 1s infinite steps(12);
}
.loader, .loader:before, .loader:after {
	background: radial-gradient(closest-side at 50% 12.5%, #FF0000 96%, #0000) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #FF0000 96%, #0000) 0 50%/80% 20% repeat-x;
}

.loader:before, .loader:after {
	content: "";
	grid-area: 1/1;
	transform: rotate(30deg);
}

.loader:after {
	transform: rotate(60deg);
}

@keyframes l26 {
	100% { transform:rotate(1turn) }
}

.btnOK {
	background-color: #005680;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnOK:hover {
    color: #9FDEE7;
    text-decoration: none;
}

.btnCancel {
	background-color: #D7D2CC;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000000;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnCancel:hover {
    color: #005680;
    text-decoration: none;
}

.btnSearchOK {
	background-color: #52C234;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000000;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnSearchOK:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btnSearchCancel {
	background-color: #D7D2CC;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000000;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnSearchCancel:hover {
    color: #005680;
    text-decoration: none;
}

.btnDisabled {
	background-color: #D7D2CC;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #999999;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
}

.btnPrint {
	background-color: #52C234;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #061700;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnPrint:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btnLDAP {
	background-color: #005680;
	position: relative;
    top: 0px;
	height: 100%;
	width: 100%;
	padding: 10px 25px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnLDAP:hover {
    color: #9FDEE7;
    text-decoration: none;
}

.btnLDAPDisabled {
	background-color: #D7D2CC;
	position: relative;
    top: 0px;
	height: 100%;
	width: 100%;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #999999;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
}

.btnAdd {
	background-color: #005680;
	padding: 10px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnAdd:hover {
    color: #9FDEE7;
    text-decoration: none;
}

.btnPrincipal {
	background-color: #666666;
	width: calc(100% - 2px);
	padding: 10px 20px 10px 20px;
	margin-top: 5px;
	margin_left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	font-size: 15px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
	cursor: pointer;
}

.btnPrincipal:hover {
    background-color: #005680;
    color: #9FDEE7;
    text-decoration: none;
}

.btnPrincipalDefault {
	background-color: #005680;
	width: calc(100% - 2px);
	padding: 10px 20px 10px 20px;
	margin-top: 5px;
	margin_left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	font-size: 15px;
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
}

.btnPrincipalDisabled {
	background-color: #666666;
	width: calc(100% - 2px);
	padding: 10px 20px 10px 20px;
	margin-top: 5px;
	margin_left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	font-size: 15px;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #999999;            
    /*box-shadow: 0 0 20px #EEE;*/
    border-radius: 10px;
}

.paginas {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: normal;
    text-align: center;
	background-color: #239CCC;
    color: #FFFFFF;            
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 10px;
	padding-top: 7px;
}

.calendario {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: normal;
    text-align: center;
	background-color: #239CCC;
    color: #FFFFFF;            
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
}

#pie {
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: left;
}

#int {
	background-image: url(../img/int.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	padding-right: 130px;
	text-align: right;
}

a.lnkCierre:link, a.lnkCierre:visited, a.lnkCierre:active {
	color: #000000;
	text-decoration: none;
}

a.lnkCierre:hover {
	color: #FF0000;
}

textarea:focus, input:focus {
    outline: none;
}

.separator {
	padding-bottom:5px;
}

.separatorMini {
	padding-bottom:2px;
}

.separatorBig {
	padding-top:20px;
}

*:focus {
    outline: none;
}
