/** reset */
*{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; list-style: none; box-sizing: border-box;}
/** max-width */
.mxw{
	width: 100%;
	max-width: 1024px;
	margin: auto;
}
/* flex */
.flx{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flx-c{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* clears */
.clear{ clear: both; }
.clr:before{
	display: block;
	content: "";
	clear: both;
	height: 0.1px;
}
/**/
.trns, aside li a, .menu_adm li{
	transition-duration: .2s;-o-transition-duration: .2s;-moz-transition-duration: .2s;-webkit-transition-duration: .2s;
}
:focus{
	outline: 0;
}
/* columnas */
.c1{
	width: 100%;	
}
.c2{
	width: 50%;
}
.c3{
	width: 33.333%;
}
.c3a{
	width: 66.667%;
}
.c4{
	width: 25%;
}
.c4a{
	width: 75%;
}
.c5{
	width: 20%;
}
.c5a{
	width: 80%;
}
.c6{
	width: 16.666%;
}
.c6a{
	width: 83.33%;
}
.c6b{
	width: 66.668%;
}
/* blqs */
.blq-1{
	width: 100%;
}
.blq-2{
	width: 49.5117%;
}
.blq-3{
	width: 32.6822%
}
.blq-3a{
	width: 66.3409%;
}
.blq-4{
	width: 24.2675%
}
.blq-4a{
	width: 74.7555%;
}
.blq-5{
	width: 19.2187%
}
.blq-5a{
	width: 79.8043%;
}
.blq-6{
	width: 15.8528%
}
.blq-6a{
	width: 83.17%;
}
/* margenes */
.m{
	margin: 10px;
}
.mt{
	margin-top: 10px;
}
.mr{
	margin-right: 10px;
}
.mb{
	margin-bottom: 10px;
}
.ml{
	margin-left: 10px;
}
/* padding */
.pd{
	padding: 10px;
}
.pt{
	padding-top: 10px;
}
.pr{
	padding-right: 10px;
}
.pb{
	padding-bottom: 10px;
}
.pl{
	padding-left: 10px;
}
.pd2{
	padding: 20px;
}
.pt2{
	padding-top: 20px;
}
.pr2{
	padding-right: 20px;
}
.pl2{
	padding-left: 20px;
}
.pb2{
	padding-bottom: 20px;
}
.bg-b{
	background: #fff;
}

.brb{
	border-radius: 0 0 3px 3px;
}
.brt{
	border-radius: 3px 3px 0 0;
}

.bg-c, .btn-c{
	background: #0E9ECD;
}
.bg-r, .btn-r{
	background: #E44FA0;
}
.bg-v, .btn-v{
	background: #33ba17;
}
.sl-v{
	color: #33ba17;
}


.btn{
	display: inline-block;
	border-radius: 3px;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs22{
	font-size: 22px;
}
.fw700{
	font-weight: 700;
}
.sl-c{
	color: #0E9ECD;
}

.tac{
	text-align: center;
}


.sl{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.sl i{
	margin-right: 2px;
}
.sl:hover{
	text-decoration: underline;
}

.sl-v{
	color: #33ba17;
}
.sl-r{
	color: #0E9ECD;
}
.sl-c{
	color: #0E9ECD;
}

body{
	text-align: left;
	background: #f0f0f0;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
header{
	text-align: center;
}
h2{
	display: block;
	background: #606060;
	color: #dedede;
	text-transform: uppercase;
	font-weight: 900;
	padding: 10px;
}

aside li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px dashed #dedede;
	text-decoration: none;
	color: #0E9ECD;
}
aside li a:before{
	content: '\f0a9';
	font-family: 'FontAwesome';
	margin-right: 2px;
}
aside li a:hover, .menu_sel{
	color: #E44FA0;
	border-bottom: 1px dashed #E44FA0;
}
aside li a:hover:before, .menu_sel:before{
	color: #E44FA0;
}

.menu_adm li{
	font-size: 11px;
	color: #0E9ECD;
	padding: 10px 0;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px dashed #dedede;
}
.menu_adm li:hover{
	padding-left: 4px;
}

.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.lista_grupo h3{
	padding: 10px;
	color: #fff;
	font-weight: 900;
}
.lista_grupo section{
	color: #fff;
}
.lista_grupo li{
	border-bottom: 1px solid #efefef;
	padding: 10px;
}
.lista_grupo li:hover{
	background: #efefef;
}
.lista_grupo li input{
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 2px;
	max-width: 60px;
	font-size: 11px;
}
#content, #content_login{
	margin-bottom: 20px;
}
#content_login{
	margin-top: 40px;
}

.img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.frm_login input{
	display: block;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	font-family: 'FontAwesome',sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.frm_login input[type="text"], .frm_login input[type="password"]{
	border: 1px solid #dedede;
	border-radius: 3px;
}
.frm_login input[type="text"]:focus, .frm_login input[type="password"]:focus{
	border: 1px solid #6daae3;
}

.frm_login input[type="submit"]{
	background: #6daae3;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}


#total p{
	border: 1px dashed #dedede;
	border-radius: 6px;
	margin-bottom: 10px;
}

#modal, .modal_adm{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(10,10,10,.6);
	overflow-y: auto;
}

#modal_content, .modal_adm_content{
	display: block;
	width: 400px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -200px;
	
}

#modal_content form, .modal_adm_html, .modal_adm_content form{
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 0 18px rgba(10,10,10,.6);
}
#modal_footer, .modal_adm_footer{
	height: 20px;
}
#modal_cerrar{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	top: -13px; right: -13px;
	cursor: pointer;
	/*-webkit-animation: rotar 2s infinite linear;*/
	z-index: 9999;
}
#modal_cerrar i{
	text-align: center;
	margin-left: 8px;
	margin-top: 5px;
	color: #E44FA0;
}
/*
@-webkit-keyframes rotar{
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
*/

.frm input, .frm textarea{
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
}
.frm input[type="text"], .frm textarea{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	margin-bottom: 10px;
}
.frm textarea{
	height: 120px;
}
.frm input[type="text"]:focus, .frm textarea:focus{
	border: 1px solid #909090;
}
.frm h6, .modal_adm_html h6{
	font-size: 18px;
	text-transform: uppercase;
	color: #E44FA0;
	font-weight: 700;
	margin-bottom: 10px;
}
.frm input[type="submit"]{
	background: #0E9ECD;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'FontAwesome',sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
}
.frm input[type="file"]{
	border: 1px dashed #cdcdcd;
	margin-bottom: 10px;
	cursor: pointer;
}

#adm_edit_producto{
	display: none;
	border: 1px dashed #cdcdcd;
	padding: 10px;
	border-radius: 5px;
	background: #f8f8f8;
	margin-top: 10px;
}

#mensaje_frm_adm{
	display: none;
}
#msj{
	display: none;
	position: relative;
	background: #ff5500;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 10px;
}
#msj span{
	position: absolute;
	width: 20px;
	height: 20px;
	right: -5px;
	top: -5px;
	background: #ff5500;
	border-radius: 50%;
}

#cargando, #cargar{
	display: none;
	text-align: center;
}

#mensaje{
	display: none;
	text-align: center;
}
#mensaje i{
	font-size: 40px;
	color: #00ae50;
	margin-bottom: 20px;
}
#mensaje p{
	font-size: 14px;
	font-weight: 700;
	color: #606060;
}

#paso_2{
	display: none;
}

.frm li{
	padding: 10px 0;
}
.frm li h5{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
	background: #0E9ECD;
}
.frm li p{
	font-size: 12px;
	text-transform: uppercase;
	color: #909090;
	border-bottom: 1px dashed #dedede;
	padding: 10px;
}
.frm li p:hover{
	background: #fcfbd1;
}
.frm li p strong{
	font-weight: 700;
}
.frm li span{
	float: right;
}
.frm li b{
	font-weight: 700;
}
.frm li span a{
	margin-left: 4px;
}
.frm li span a:first-child{
	margin-left: 0;
}
#r_total{
	padding: 10px;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #606060;
	text-transform: uppercase;
	background: #efefef;
	border-radius: 3px;
	margin: 20px 0;
}


/* adm secciones */
#modal_adm_sec_agregar,
#modal_adm_sec_editar,
#adm_edit_product{
	display: none;
}
#cargar_productos{
	text-align: center;
}

@media only screen and (max-width: 940px){
	#content_login .c3{
		width: 80% !important;
	}
}