* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent;list-style:none;text-decoration:none}
a:focus, a:active {outline:0;}
html, body {
	height: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
label, .salir {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px
}
input[type=text], input[type=password] {
	border: 1px solid #BBBCBF;
	color: #838285;
	height: 20px;
	line-height: 20px;
	padding: 0 12px;
	width: 88%;
	margin-bottom: 10px
}
input[type=text]:focus {
	color: #333
}
input[disabled=disabled] {
	background: #fff
}
select {
	margin: 0 0 10px 10px
}

.box {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 3px 0px #666;
	box-shadow: 2px 2px 3px 0px #666;
	padding: 20px;
}
.btn {
	background: #bdbfc1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYmZjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJmYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bdbfc1 0%, #e6e6e7 50%, #bdbfc1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbfc1), color-stop(50%,#e6e6e7), color-stop(100%,#bdbfc1));
	background: -webkit-linear-gradient(top, #bdbfc1 0%,#e6e6e7 50%,#bdbfc1 100%);
	background: -o-linear-gradient(top, #bdbfc1 0%,#e6e6e7 50%,#bdbfc1 100%);
	background: -ms-linear-gradient(top, #bdbfc1 0%,#e6e6e7 50%,#bdbfc1 100%);
	background: linear-gradient(to bottom, #bdbfc1 0%,#e6e6e7 50%,#bdbfc1 100%);

	float: right;
	cursor: pointer;
	border: 0;
	border-radius: 0 5px 5px 5px;
	padding: 5px 10px;
	margin-top: 15px;
	margin-left: 5px;
	font-size: 12px
}
.btn:hover {
	background: #BDBFC1
}
.red {
	color: #EC1C24;
}
.green {
	color: #00B100
}
.msj {
	margin: 10px 0;
	padding: 5px;
	font-size: 13px;
	border: 1px dashed #666;
	text-align: center;
}

.header {
	margin-bottom: 35px
}
.header  h1 {
	color: #EC1C24;
	font-size: 21px
}
.header p {
	letter-spacing: 0.02em;
	font-size: 16px;
}

.login, .head {
	overflow: hidden;
	position: absolute;
	/*height: 220px;*/
	width: 220px;
	margin: -110px 0 0 -110px;
	top: 50%;
	left: 50%;
}
.login label {
	display: block;
}

.logo {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #EF8C93
}
.logo img {
	position: absolute;
	top: 35px;
	right: 0;
}
.logo .salir {
	position: absolute;
	bottom: 5px;/*-40px*/
	right: 0;
}
.logo .salir a {
	font-weight: normal;
	color: #000
}
.logo .salir a:hover {
	text-decoration: underline
}
.logo .content {
	position: relative;
}

.content {
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.content > span:last-child {
	display:block;
	clear: both;
	padding-bottom: 80px;
}
.head {
	padding-top: 40px;
	margin: 0;
	left: auto;
	top: 0;
	border-radius: 0 0 15px 15px
}
.head p {
	margin-bottom: 10px
}
input[type=radio] {
	margin-bottom: 8px
}

.provVenta {
	display: none;
}
.provVenta strong {
	display: block;
	color: #000
}
.provVenta p {
	color: #999
}
.provVenta label {
	display: block
}
.provVenta select {
	margin-left: 0;
	width: 100%
}

.sub {
	margin-top: 100px;
	width: 205px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	float: left;
	display: none
}
.sub h3 {
	margin-bottom: 15px;
	font-size: 12px
}
.menu {
	margin-left: 260px;
}
.menu h2 {
	font-size: 12px;
	margin-bottom: 10px
}
.link-pre, .link-venta {
	display: none
}
.menu li {
	line-height: 20px;
	background: url(../img/flecha.png) right -30px no-repeat;
}
.menu li:nth-child(8), .menu li:nth-child(9) {
	background: url(../img/flecha-bajo.png) right -30px no-repeat;
}
.menu li:hover {
	background-position: right center; 
}
.menu li a {
	color: #000;
}
.menu li a:hover {
	font-weight: bold;
}
.menu li.active {
	background-position: right center; 
}
.menu li.active a {
	font-weight: bold;
}

.form-ancho {
	clear: both;
	width: 100%;
	margin-top: 40px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	display: none
}
.form-ancho .box {
	padding: 0;
}
.form-ancho table {
	width: 100%;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.form-ancho table {
	border-collapse: collapse;
}
.form-ancho tr {
	border-bottom: 1px solid #ACAEB1
}
.form-ancho td {
	border-right: 1px solid #ACAEB1;
}
.form-ancho tr:last-child, .form-ancho td:last-child {
	border: 0
}
.form-ancho strong {
	display: block;
	background: #D1D2D4;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px
}
.form-ancho td div {
	margin-bottom: 5px;
	padding-left: 20px
}
.form-ancho label {
	font-weight: normal;
}
.form-ancho tr:first-child td:nth-child(3), .form-ancho tr:first-child td:nth-child(4) {
	width: 170px
}
.form-ancho tr:first-child td:nth-child(3) label {
	width: 40px;
	line-height: 20px;
	display: block;
	float: left;
	/*padding-left: 30px*/
}
.form-ancho tr:first-child td:nth-child(3) input {
	margin:0 5px 5px 0;
}
.form-ancho tr:first-child input[type=text] {
	width: 30px
}
.form-ancho tr:nth-child(2) td:nth-child(1) {
	text-align: center;
	height: 60px;
	width: 415px
}
.form-ancho tr:nth-child(2) td:nth-child(1) label {
	padding-right: 10px
}
.form-ancho tr:nth-child(2) td:nth-child(2) input {
	width: 80px;
	margin-left: 20px
}
.form-ancho tr:nth-child(2) td:nth-child(3) {
	vertical-align: middle;
}

/* fila 3 */
.form-ancho tr:nth-child(3) td {
	text-align: center;
}
.form-ancho tr:nth-child(3) label {
	margin-right: 20px
}
.form-ancho tr:nth-child(3) td input[type=text] {
	width: 160px;
	margin-right: 20px
}
.form-ancho tr:nth-child(3) td:nth-child(3) {
	height: 60px
}
/* fin fila 3*/

.form-ancho tr:nth-child(4) td table td {
	height: 50px;
	width: auto !important;
	text-align: center;
}

/*.form-ancho tr:last-child td .btn {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
.form-ancho tr:last-child td:first-child {
	text-align: center;
}
.form-ancho tr:last-child td .btn {
	float: none
}
.form-ancho tr:last-child td:last-child {
	vertical-align: top;
	height: 50px
}
.form-ancho .total strong {
	background: #ED1C24;
	color: #fff;
	margin-top: 0;
}
.form-ancho .total p {
	color: #ED1C24;
	font-weight: bold;
	text-align: center
}

#remi-desti table:nth-child(2) {
	margin-bottom: 20px
}
#remi-desti td strong {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px
}
#remi-desti td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
}
#remi-desti select {
	margin-left: 0
}
#remi-desti tr:last-child td input[type=text], #remi-desti td input[type=text] {
	margin-left: 0;
	width: 110px;
}
#remi-desti tr td:nth-child(2) input[type=text]:nth-child(2) {
	width: 25px !important
}
#remi-desti tr td:nth-child(2) input[type=text]:nth-child(3) {
	width: 55px !important
}
#remi-desti tr:last-child td:nth-child(2) input[type="text"] {
	width: 110px !important
}
#remi-desti tr:last-child td:last-child strong {
	background: #D1D2D4;
	color: #000;
	margin-bottom: 10px
}
#remi-desti tr:last-child td:last-child p {
	color: #000;
	font-weight: normal;
	text-align: left
}

/* ----- tabla guardado ----------------------------------------*/
.tabla {
	margin-top: 160px;
	width: 100%;
	float: left;
}
.tabla form {
	float: right;
	margin-right: 10px;
}
.tabla table {
	width: 100%;
	border-collapse: collapse;
}
.tabla th {
	border-bottom: 1px solid #EF8C93;
	height: 25px;
	vertical-align: middle;
	background: #D1D2D4
}
.tabla th:first-child {
	-webkit-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
}
.tabla th:last-child {
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}
.tabla th, .tabla td {
	border-right: 1px solid #ACAEB1; 
}
.tabla th:last-child, .tabla td:last-child {
	border-right: none;
}
.tabla tr:nth-child(2n+2) td {
	background: #f6f6f6;
}
.tabla td {
	padding: 5px;
	text-align: center
}
.tabla th:last-child, .tabla td:last-child {
	text-align: right;
	padding-right: 20px;
	width: 50px
}
.paginado {
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.paginado li {
	display: inline-block;
}
.paginado a {
	color: #EC1C24;
	padding: 0 2px
}
.paginado a:hover {
	text-decoration: underline
}
.paginado a.active {
	font-weight: bold;
	color: #000
}

.mensaje {
	display: none;
	font-size: 14px;
	margin: 150px 0 0 300px;
    width: 500px;
}

.mensajeInfo {
	font-size: 12px;
	background-color: #FEF0B3;
	border: 1px solid #83662C;
	padding: 10px;
	margin: 15px;
}

.footer {
	background: #fff;
	border-top: 1px solid #EF8C93;
	position: relative;
	/*bottom: 0;*/
	margin: -60px auto 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 17px
}