/*
 estilos para conta
 */

/* preparando para html5 */
header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}

.hoja {
	position: relative;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

#edit {

	/* margenes  */
	width: 470px;
	margin: 20px auto 20px auto;
	padding: 16px 16px 10px 16px;
	font-weight: normal;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 4px #777777;
	-webkit-box-shadow: 0 1px 4px #777777;
	-khtml-box-shadow: 0 1px 4px #777777;
	box-shadow: 0 1px 4px #777777;
}
#edit h1 {
	font-size: 16px;
}
#edit p {
	border-bottom: 1px dotted #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#edit label {
	width: 120px;
	display: inline-block;
	font-family: verdana;
	font-size: 14px;
	font-style: oblique;
}
#edit label.error {

	margin-left: 120px;
	width: 260px;
	float: none;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
#edit #botones {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* valores generales para inputs */

/* input[type="text"], input[type="password"], input[type="checkbox"], select, textarea { */
input, select, textarea {
	padding: 4px;
	border: 1px solid #DDDDDD;
	/*Applying CSS3 gradient*/
	background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
	background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
	/*Applying CSS 3radius*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*Applying CSS3 box shadow*/
	-moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
}
input[type="checkbox"] {
	height: 18px;
	width: 20px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	/*Applying CSS3 gradient*/
	background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
	background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
	/*Applying CSS 3radius*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*Applying CSS3 box shadow*/
	-moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="checkbox"]:hover, select:hover, textarea:hover {
	/* border: thin #000000 solid;
	 background: #dbebf1;
	 color: #000000; */
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, select:focus, textarea:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

input.error {
	border-width: 1px;
	border-style: dotted;
	border-color: red;
}
/* fin inputs */

/* uso: id='login' */
#login {

	width: 245px;
	margin: 100px auto 20px auto;
	/*   border: 1px solid #000000; */
	font-weight: normal;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 4px 18px #777777;
	-webkit-box-shadow: 0 4px 18px #777777;
	-khtml-box-shadow: 0 4px 18px #777777;
	box-shadow: 0 4px 18px #777777;
	background: #fff;
}

#login h1 {
	/* top right bottom left */
	/* line-height: 45px; */
	/* padding: 0px 0px 0px 0px; */
	text-align: center;
	/* text-shadow: 0 2px white, 0 3px #777; */
	font-family: Verdana;
	font-size: 23px;
	color: #808080;
}

#login form {
	/* margin: 0px auto 0px auto; */
	border: 1px solid #c0c0c0;
	padding: 0px 0px 0px 20px;
}

#login input[type="text"], #login input[type="password"] {
	font-size: 22px;
}

#login label {
	display: block;
	font-family: verdana;
	font-size: 12px;
}

/* msg error para jquery validate */
#login label.error {
	/* display: inline; */
	display: block;
	color: red;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
}

#cledt {
	width: 550px;
	margin: 10px auto 20px auto;
	padding: 10px;
	/*   border: 1px solid #000000; */
	font-weight: normal;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 4px 18px #777777;
	-webkit-box-shadow: 0 4px 18px #777777;
	-khtml-box-shadow: 0 4px 18px #777777;
	box-shadow: 0 4px 18px #777777;
	background: #fff;
}

#cledt p {
	border-bottom: 1px dotted #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#cledt label {
	width: 120px;
	display: inline-block;
	font-family: verdana;
	font-size: 14px;
	font-style: oblique;
}

#nvedt .anchoNegocio {
	width: 300px;
	margin: 10px auto 20px auto;
	padding: 10px;
	/*   border: 1px solid #000000; */
	font-weight: normal;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 4px 18px #777777;
	-webkit-box-shadow: 0 4px 18px #777777;
	-khtml-box-shadow: 0 4px 18px #777777;
	box-shadow: 0 4px 18px #777777;
	background: #fff;
}
#nvedt .anchoNv {
	width: 550px;
	margin: 10px auto 20px auto;
	padding: 10px;
	/*   border: 1px solid #000000; */
	font-weight: normal;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 4px 18px #777777;
	-webkit-box-shadow: 0 4px 18px #777777;
	-khtml-box-shadow: 0 4px 18px #777777;
	box-shadow: 0 4px 18px #777777;
	background: #fff;
}

#nvedt h1 {
	/* top right bottom left */
	line-height: 30px;
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	color: #404040;
}
#nvedt p {
	margin: 0px;
	padding: 3px;
}
#nvedt label {
	vertical-align: top;
	width: 10px;
	display: inline-block;
	font-family: verdana;
	font-size: 14px;
	font-style: oblique;
}
#nvedt label.neg {
	width: 100px;
}
#nvedt label.nv {
	width: 200px;
}
#nvedt span {
	vertical-align: top;
	display: inline-block;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

/* reportdef */
div.reportdef {
	width: 400px;
	margin: 10px auto 0px auto;
}
div.reportdef fieldset {
	border: 1px solid #c0c0c0;
	width: 27em;
	background: #f8f8f8;
}
div.reportdef legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

div.reportdef p {
	border-bottom: 1px dotted #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

div.reportdef label {
	vertical-align: top;
	display: inline-block;
	float: left;
	width: 120px;
}
div.reportdef label.error {
	margin-left: 120px;
	width: 260px;
	float: none;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
div.reportdef br {
	clear: left;
}

#repordefSubmit {
	margin-left: 130px;
	margin-top: 15px;
	width: 90px;
}
/* fin reportdef */

/* boton gris */
/*, input[type="submit"]*/
.botonnormal {
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a3a3a3;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.botonnormal:hover, input[type="submit"]:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.botonnormal:active, input[type="submit"]:active {
	position: relative;
	top: 1px;
}
/* fin boton gris */

.boton-normal {
	border: 1px solid #b8b8b8;
	background: #adadad;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#969696));
	background: -webkit-linear-gradient(top, #ffffff, #969696);
	background: -moz-linear-gradient(top, #ffffff, #969696);
	background: -ms-linear-gradient(top, #ffffff, #969696);
	background: -o-linear-gradient(top, #ffffff, #969696);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #969696 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	text-shadow: #d4d4d4 0 1px 0;
	color: #666666;
	font-family: arial;
	font-weight: bold;
	padding: 8.5px 18px;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
}
.boton-normal:hover {
	border: 1px solid #c7c7c7;
	text-shadow: #6e6e6e 0 1px 0;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#ffffff));
	background: -webkit-linear-gradient(top, #969696, #ffffff);
	background: -moz-linear-gradient(top, #969696, #ffffff);
	background: -ms-linear-gradient(top, #969696, #ffffff);
	background: -o-linear-gradient(top, #969696, #ffffff);
	background-image: -ms-linear-gradient(top, #969696 0%, #ffffff 100%);
	/*color: #888888;*/
	cursor: pointer;
}
.boton-normal:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #8dc059;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#d3d4d2));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
	color: #fff;
}

/* boton rojo */
.botonrojo {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color: #fe1a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d83526;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #b23e35;
}
.botonrojo:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color: #ce0100;
}
.botonrojo:active {
	position: relative;
	top: 1px;
}
/* fin boton rojo */

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
#tablamaestra {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #333;
	background: #F3F5F7;
}
#tablamaestra a {
	color: #3A4856;
	text-decoration: none;
	border-bottom: 1px solid #C6C8CB;
}
#tablamaestra a:visited {
	color: #777;
}
#tablamaestra a:hover {
	color: #000;
}
#tablamaestra caption {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
#tablamaestra thead th {
	background: #3A4856;
	padding: 8px 10px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}
#tablamaestra tbody, #tablamaestra thead {
	border-left: 1px solid #EAECEE;
	border-right: 1px solid #EAECEE;
}
#tablamaestra tbody {
	border-bottom: 1px solid #EAECEE;
}
/* #tablamaestra tbody td, #tablamaestra tbody th {padding: 5px; background: url("td_back.gif") repeat-x; text-align: left;} */
#tablamaestra tbody td, #tablamaestra tbody th {
	padding: 5px;
	background: url("td_back.gif") repeat-x;
}
#tablamaestra tbody tr {
	background: #F0F2F4;
}
/*#tablamaestra tbody tr.odd {background: #F0F2F4;}*/
#tablamaestra tbody tr.odd {
	background: #E8EAEC;
}
#tablamaestra tbody  tr:hover {
	background: #EAECEE;
	color: #111;
}
#tablamaestra tfoot td, #tablamaestra tfoot th, #tablamaestra tfoot tr {
	text-align: left;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	background: #3A4856;
	color: #fff;
	padding: 5px;
}

footer {
	clear: both;
	color: #ffffff;
	background-color: #aeaca8;
	height: 30px;
}

/*
 documento
 */
.boxShadow {
	width: 1100px;
	margin: auto;
	padding: 10px;
	/*background: #f8f8f8;*/
	background: #FFFFFF;
	border: 5px solid white;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.48);
}

.boxShadow h1 {
	font-size: 30px;
}

.boxShadow p {
	border-bottom: 1px dotted #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.boxShadow label {
	vertical-align: top;
	width: 100px;
	display: inline-block;
	font-family: verdana;
	font-size: 24px;
	font-style: oblique;
}

.boxShadow span {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
}

.boxShadow table {
	margin: auto;
	background: #FFEFD5;
	border-spacing: 0px;
	border-collapse: collapse;
}

.boxShadow caption {
	border-top: 4px double #bbb;
}

.boxShadow table * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.boxShadow thead {
	background: #555555;
	color: #FFFFFF;
}

.boxShadow tbody tr {
	background: #EEEEEE;
}

.boxShadow tbody tr.odd {
	background: #FFFFFF;
}

.boxShadow tbody tr:hover {
	background: #dddddd;
	color: #111
}

.boxShadow th {
	border: 1px solid #D4D4D4;
}
.boxShadow td {
	border: 1px solid #D4D4D4;
}
.boxShadow td.linea {
	border: 1px solid #D4D4D4;
	font-family: verdana;
	font-size: 9px;
	color: #808080;
}
/* FIN DOCUMENTO */