.ui-widget,.ui-widget .ui-widget {
	font-size: 90% !important;
}

.row1 {
	background: white !important;
}

.row2 {
	background: #CCC !important;
}

small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

aside {
    width: 280px !important; 
  }

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*css reset*/

/*clearfix*/
.clearfix:before,.clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}

/*clearfix*/

/*fuentes incrustadas*/
@font-face {
	font-family: 'open_sans';
	src: url('fuentes/OpenSans-Bold-webfont.eot');
	src: url('fuentes/OpenSans-Bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('fuentes/OpenSans-Bold-webfont.woff')
		format('woff'), url('fuentes/OpenSans-Bold-webfont.ttf')
		format('truetype'),
		url('fuentes/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans';
	src: url('fuentes/OpenSans-Regular-webfont.eot');
	src: url('fuentes/OpenSans-Regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('fuentes/OpenSans-Regular-webfont.woff') format('woff'),
		url('fuentes/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('fuentes/OpenSans-Regular-webfont.svg#open_sansregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/*end fuentes incrustadas*/
body {
	width: 1140px;
	background: white;
	font-size: 100%;
	margin: 0 auto;
	font-family: "open_sans", Arial, Helvetica, sans-serif;
}

/*estilos header*/

/*adorno header*/
.cinta:before,.cinta:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent;
}

.cinta:before {
	position: absolute;
	border-color: #202146 #202146 transparent transparent;
	top: 100%;
	left: 0;
}

.cinta:after {
	position: absolute;
	border-color: #202146 transparent transparent #202146;
	top: 100%;
	right: 0;
}
/*adorno header*/
header {
	width: 1100px;
	/*gradiente*/
	background: #242467; /* Old browsers */
	background: -moz-url("img/sombra_especial.png") no-repeat center 80%,
		linear-gradient(top, #242467 55%, #263680 75%); /* FF3.6+ */
	background: -webkit-url("img/sombra_especial.png") no-repeat center 80%,
		gradient(linear, left top, left bottom, color-stop(55%, #242467),
		color-stop(75%, #263680)); /* Chrome,Safari4+ */
	background: -webkit-url("img/sombra_especial.png") no-repeat center 80%,
		linear-gradient(top, #242467 55%, #263680 75%);
	/* Chrome10+,Safari5.1+ */
	background: -o-url("img/sombra_especial.png") no-repeat center 80%,
		linear-gradient(top, #242467 55%, #263680 75%); /* Opera 11.10+ */
	background: -ms-url("img/sombra_especial.png") no-repeat center 80%,
		linear-gradient(top, #242467 55%, #263680 75%); /* IE10+ */
	/*background: url("img/sombra_especial.png") no-repeat center 80%,
		linear-gradient(to bottom, #242467 55%, #263680 75%);  W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242467',
		endColorstr='#263680', GradientType=0); /* IE6-9 */
	/*gradiente*/
	height: 100px;
	margin: 0 auto;
	position: relative;
}

header a img {
	float: left;
	margin: 5px 0 5px 80px;
}

header nav {
	position: absolute;
	top: 30%;
	left: 30%;
}

header nav li {
	display: inline-block;
	float: left;
	padding: 10px;
}

header nav li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-right: 1px solid #F39323;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 12px;
}

nav li a:active {
	color: white;
}

nav li a:hover {
	color: #F39323;
}

header #log {
	float: right;
	padding: 10px 20px 40px 80px;
	width: 172px;
	height: 50px;
	position: relative;
	/*gradiente*/
	background: url("img/flecha.png") no-repeat left,
		linear-gradient(to bottom, #263680 26%, #242467 84%);
	/*gradiente*/
}

header #log p {
	float: left;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
}

#log div:only-child {
	color: white;
	width: 1em;
	height: 1em;
	text-align: center;
	float: left;
	background: #F39323;
	font-size: 16px;
	border-radius: 50%;
}

#log a {
	float: left;
	text-transform: capitalize;
	color: white;
	text-decoration: none;
	margin-top: 20px;
}

#log p:last-child {
	text-transform: capitalize;
}

.saldo-display {
	display:flex;
	flex-direction:row;
	width:280px;
	height:20px;
	padding:10px;
	align-items: center;
	background: linear-gradient(to bottom, #feffff 70%, #f4f4f4 87%, #a6a6a6 100%);
}


header #log #usuarioestado {
	height: 20px;
	width: 280px;
	background: linear-gradient(to bottom, #feffff 70%, #f4f4f4 87%, #a6a6a6 100%);
	color: black;
	clear: both;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	/*position: absolute;*/
	bottom: 0%;
}

#log #entrar {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	height: 7px;
	width: 150px;;
	background: linear-gradient(to bottom, #feffff 70%, #f4f4f4 87%, #a6a6a6 100%);
	color: black;
	clear: left;
	padding: 10px;
	line-height: 7px;
}

/*navegacion*/
#navegacion2 {
	height: 50px;
	width: 944px;
	padding-left: 116px;
	margin: 0 auto;
	background: linear-gradient(to top, #ececec 86%, #a6a6a6 100%);
}

#navegacion2 li {
	display: inline-block;
	margin-top: 1em;
}

#navegacion2 li a {
	color: black;
	font-size: 16px;
	text-decoration: none;
	padding-right: 20px;
	text-transform: capitalize;
}

/* section INFO*/
#info {
	margin: 0 auto;
	position: relative;
}

#recargasoperador {
	width: 980px;
	padding: 56px 0px 50px 80px;
	margin: 0 auto;
}

#info div .operador {
	text-align: center;
	float: left;
	margin-right: 20px;
}

#info /*recargas*/
	/*sumitrecarga*/ 
#cantidadrecarga {
	width: 400px;
	height: 40px;
	padding: 10px 0 10px 10px;
	background: linear-gradient(90deg, #242467 55%, #263680 75%);
	border-radius: 9px;
	margin: 50px auto;
}

#cantidadrecarga input {
	width: 280px;
	height: 35px;
	border-radius: 9px;
	font-size: 16px;
}

#cantidadrecarga button {
	font-size: 20px;
	font-weight: bold;
	border-style: none;
	background: transparent;
	color: white;
}

#cantidadrecarga button:hover {
	color: #F39323;
}

#cantidadrecarga button:active {
	color: #BD6B23;
}

/*solo logos*/
#logosrecargas>div {
	margin: 0 auto;
}

#logosrecargas div div {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}

#logosrecargas div div:last-child {
	margin-right: 0px;
}

/*solo logos*/
#info #valoresrecarga {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 0 120px;
}

#info div div table {
	margin-left: 10px;
}

.recarga {
	float: left;
	width: 180px;
	height: 80px;
	padding: 10px 20px 10px 10px;
	background: #23387D;
	border-radius: 7px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
	position: relative;
}

.recarga p {
	font-size: 25px;
	margin: 0 auto;
	padding-top: 10px;
}

.recarga input {
	position: absolute;
	top: 2px;
	left: 40px;
}
/*modulo de recarga*/
#ordenrecarga {
	width: 890px;
	box-shadow: 0 0 0.5em rgba(1, 1, 1, 0.5);
	margin: 0 auto;
	left: 20px,
}

.cajaazul {
	background: linear-gradient(180deg, #242467 55%, #263680 75%);
	width: 125px;
	height: 20px;
	padding: 15px 10px 25px 10px;
	margin: 0 auto;
	text-align: center;
}

.modulorecarga:first-of-type .cajaazul {
	padding-left: 20px;
	margin: 0 auto;
}

.modulorecarga:last-of-type .cajaazul {
	padding-right: 20px;
	margin: 0 auto;
}

.cajaazul p {
	background: linear-gradient(to bottom, #feffff 70%, #f4f4f4 87%, #a6a6a6 100%);
	padding: 5px;
}

/*login*/
#login {
	width: 800px;
	margin: 0 auto;
	background: #F7F7F7;
	margin-top: 50px;
	font-size: 0.9em;
}

#login .login1 {
	width: 690px;
	position: relative;
	padding: 40px 10px 30px 100px;
}

.login1 div {
	float: left;
}

.login1 div:first-of-type {
	text-align: right;
}

.login1 div label {
	display: block;
	padding: 10px 0;
}

.login1 input {
	padding: 5px;
	margin: 8px;
	width: 150%;
}

.login1 a {
	clear: both;
	display: block;
	font-size: 12px;
	margin-left: 100px;
	text-decoration: none;
	color: #333;
}

.login1 a:hover {
	color: #F90;
}

.modulorecarga li {
	background: white;
	padding: 10px 5px;
	border-right: 2px solid #ECECEC;
}

.modulorecarga li:nth-child(even) {
	background: #ECECEC;
}

#botonlogin {
	background: #EDEDED;
	padding: 20px 0 20px 200px;
}

.botonazul {
	width: 48px;
	padding: 5px;
	background: #06C;
	border-radius: 2px;
	border: 1px solid #004684;
	background: linear-gradient(to bottom, #0280e0 18%, #004684 98%);
	text-align: center;
}

.botonazul:hover {
	background: #375791;
}

.botonazul a {
	color: white;
	text-align: center;
	color: white;
	text-decoration: none;
}

.botonazul a:hover {
	color: #DCDCDC;
}

/*POP UP*/
#popup {
	margin-top: 20%;
}

.pop {
	width: 480px;
	background: linear-gradient(to bottom, #242467 55%, #263680 75%);
	padding: 20px;
	margin: 0 auto;
	position: relative;
}

.pop p:only-child {
	font-family: 'open_sans', helvetica, arial, sans-serif;
	font-size: 2em;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.pop_contenedor {
	background: #fff;
	width: 420px;
	height: 150px;
	padding: 20px 20px 30px 20px;
	margin: 0 auto;
	position: relative;
}

ul {
	list-style: none;
}

.pop_contenedor ul li {
	margin-top: 10px;
	font-size: 2.1em;
	text-transform: capitalize;
	margin-left: 80px;
}

.cinta2:before,.cinta2:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px;
	border-color: transparent;
}

.cinta2:before {
	border-color: #202146 #202146 transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}

.cinta2:after {
	border-color: #202146 transparent transparent #202146;
	position: absolute;
	top: 100%;
	right: 0;
}

/*footer*/
/*footer*/
footer {
	position: absolute;
	top: 99%;
	bottom: 0;
	clear: both;
	width: 1060px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	background: url("img/sombra_especial.png") no-repeat center -30%,
		#273484;
}

footer p {
	text-align: center;
	color: white;
	font-size: 0.8em;
}

/*otra recarga valor*/
#otrovalor {
	float: left;
	margin: 50px auto;
}

#otrovalor div {
	float: left;
	overflow: hidden;
	padding: 10px;
}

#otrovalor div:first-child p {
	font-weight: bold;
	text-align: center;
}

#otrovalor div:first-child input {
	margin: 0 40%;
}

#otrovalor div:last-of-type {
	background: linear-gradient(to top, #BFBFBF 0%, #a6a6a6 100%);
	padding: 10px;
	height: 40px;
	width: 350px;
	margin-right: 10px;
	border-radius: 9px;
}

#otrovalor div:last-of-type input {
	width: 200px;
	padding: 8px;
	border-radius: 9px;
	font-size: 16px;
}

#otrovalor div:last-of-type button {
	margin-left: 5%;
}

/*sumitrecarga*/
#cantidadrecarga {
	width: 1000px;
	height: 40px;
	padding: 10px 0 10px 10px;
	background: linear-gradient(90deg, #242467 55%, #263680 75%);
	border-radius: 9px;
}

#cantidadrecarga input {
	width: 230px;
	margin-right: 10px;
	height: 35px;
	border-radius: 9px;
	font-size: 16px;
}

button {
	font-size: 16px;
	font-weight: bold;
	border-style: none;
	background: transparent;
	color: white;
}

.icon-proveedor {
    background-image: url("img/providerIcon.png") no-repeat !important;
   	background: url("img/providerIcon.png") no-repeat !important;
   	background-position: center center !important;
}

.icon-operador {
    background-image: url("img/operatorIcon.png") no-repeat !important;
   	background: url("img/operatorIcon.png") no-repeat !important;
   	background-position: center center !important;
}

.icon-paquete {
    background-image: url("img/packageIcon.png") no-repeat !important;
   	background: url("img/packageIcon.png") no-repeat !important;
   	background-position: center center !important;
}

.icon-asignacion {
    background-image: url("img/asignacionIcon.png") no-repeat !important;
   	background: url("img/asignacionIcon.png") no-repeat !important;
   	background-position: center center !important;
}

.icon-usuarios {
    background-image: url("img/usuariosIcon.png") no-repeat !important;
   	background: url("img/usuariosIcon.png") no-repeat !important;
   	background-position: center center !important;
}