﻿body {
	padding: 0px;
	background-color: white;
	font-family: Avenir Next, Avenir, SegoeUI, sans-serif;	
}
html, body {
	margin: 0px;
	overflow: hidden;	
}
	html input[type=text], input[type=password] {
		margin-top: 3px;
		margin-bottom: 1px;
		border-width: 0px 0px 2px 0px;
		border-style: solid;
		border-color: gainsboro;
		padding: 2px 2px 2px 2px;
		transition: 0.5s;
		font-size: 16px;
		width: 100%;
		outline: none;		
	}
		html input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
			transition: 0.5s;
			border-color: gray;			
		}
	html textarea, select {
		margin-top: 3px;
		margin-bottom: 1px;
		border: 1px solid gainsboro;
		padding: 2px 2px 2px 2px;
		transition: 0.5s;
		font-size: 16px;
		width: 100%;
		outline: none;
	}
		html textarea:focus, select:focus {
			transition: 0.5s;
			border: 1px gray solid;
			-webkit-box-shadow: 0px 0px 3px 0px rgba(125,125,125,1);
			-moz-box-shadow: 0px 0px 3px 0px rgba(125,125,125,1);
			box-shadow: 0px 0px 3px 0px rgba(125,125,125,1);
		}
.row::after {
	content: "";
	clear: both;
	display: table;
}
.tituloTabla {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}
.etiquetaCampo {
	display:block;
	font-size:12px;
	color:gray;
	margin-top:5px;
	margin-bottom:-3px;
}
.lineaSeccion {
	display: inline-block;
	vertical-align: bottom;
	margin-left:-5px;
	margin-top: 8px;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 14px;
	min-width: 65%;
	background-color:darkgray;
	color:white;
}
.celdaBotones {
	text-align:right;
}
.cuadroFondo {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari-Opera specific declarations here */
    .cuadroFondo {
        left: 250px !important;
        width: calc(100% - 250px) !important;
    }
}
.cuadroMitad {
	margin: auto;
	position: absolute;
	top: 5%;
	left: 50%;
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.cuadroFlotante {
	background-color: white;
	border: 1px gray solid;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.cuadroAncho1 {
	width: 100%;
	max-width: 600px;
}
.cuadroAncho2 {
	width: 100%;
	max-width: 800px;
}
.cuadroAncho3 {
	width:100%;
	max-width: 1000px;
}
.cuadroAncho4 {
	width: 100%;
	max-width: 1200px;
}
.cuadroAncho5 {
    width: 100%;
    max-width: 350px;
}
.botonAccion {
	width: auto;
	display: inline-block;
	min-width: 130px;
	height: 30px;
	border: 0px;
	background-color: dimgray;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	transition: 0.5s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	.botonAccion:hover {
		transition: 0.5s;
		background-color: #6a8aa8;
	}
.mensajeError {
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	font-weight: bold;
	background-color: #CC0000;
	color: white;
	display: block;
	padding: 8px 15px 8px 15px;
	margin-top: -25px;
	margin-left: -10px;
	text-align: left;
	position: absolute;
	font-size: 11px;
}
.botonForma {
	min-width: 100px;
	height: 25px;
	border: 1px solid dimgray;
	background-color: white;
	color: dimgray;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	font-size: 12px;
	transition: 0.5s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	.botonForma:hover {
		transition: 0.5s;
		background-color: #6a8aa8;
		color: white;
		border-color: #6a8aa8;
	}
.botonBorrar {
	display: block;
	min-width: 100px;
	height: 25px;
	border: 1px solid #CC0000;
	background-color: white;
	color: #CC0000;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none;
	font-size: 12px;
	float: left;
	margin-top: 0px;
	display: inline-block;
	width: auto;
}
select.css-select {
	background-image: url('../imagen/15xvbd5.png'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: url('../imagen/15xvbd5.png'), linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: url('../imagen/15xvbd5.png'), -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	user-select: none;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-user-select: none;
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	font-size: 14px;
}
	select.css-select::-ms-expand {
		display: none;
	}
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: 25px;
		height: 20px;
		display: inline-block;
		line-height: 20px;
		background-repeat: no-repeat;
		background-position: 0 0;
		vertical-align: middle;
		cursor: pointer;
		font-size:14px;
	}
	input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -20px;
	}
label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url('../imagen/chk-image.png');
	margin-top: 2px;
	margin-bottom: 2px;
}
select.css-selectlist option {
	font-family: Avenir Next, Avenir, SegoeUI, sans-serif;
	font-size: 14px;
}

/*Checkbox List*/
.css-checkboxlist input[type=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;
}

	.css-checkboxlist input[type=checkbox] + label {
		padding-left: 25px;
		height: 20px;
		display: inline-block;
		line-height: 20px;
		background-repeat: no-repeat;
		background-position: 0 0;
		vertical-align: middle;
		cursor: pointer;
	}

	.css-checkboxlist input[type=checkbox]:checked + label {
		background-position: 0 -20px;
	}

.css-checkboxlist label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url('../imagen/chk-image.png');
	margin-top: 2px;
	margin-bottom: 2px;
}

.tituloModulo {
	height: 30px;
	font-size:16px;
	font-weight:bold;
}
.campoFijo {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: bold;
}
.mayusculas {
	text-transform: uppercase;
}
.minusculas {
	text-transform: lowercase;
}