@charset "utf-8";
/*
==============================================
CSS TIPOGRAFÍA se modifico
==============================================
*/
@font-face {
	font-family:Verdana;
	src: url("../font/verdana.ttf") format("truetype");
}
@font-face {
	font-family:Verdana;
	src: url("../font/verdana.eot");
}
.c_body{
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    background: #F2F2F2;
    font-size: 16px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*
==============================================
CSS HEADER
==============================================
*/
.c_header{
    width: 100%;
    display: table;
    background: #009EB7;
    margin: auto;
}
.c_headerIn{
    width: 1024px;
    background: #009EB7;
    margin: auto;
}
.c_logoKrismar{
    width: 301px;
    height: 100px;
    background: url(../img/logoKrismar.png) no-repeat;
    float: left;
}
.c_txtEncabezado{
    height: 100px;
    margin-right: 20px;
    float: right;
}
.c_imgConfig{
    width: 100px;
    height: 100px;
    background: url(../img/imgConfig.png) no-repeat;
    float: right;
}
.c_txtTitulo{
    font-family: verdana;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
    margin-top: 1em;
    color: #FFFFFF;
}
.c_txtSubtitulo{
    font-family: verdana;
    font-size: 1.2rem;
    text-align: right;
    color: #FFFFFF;
}
/*
==============================================
CSS SECTION
==============================================
*/
.c_section{
    width: 100%;
    max-width: 1024px;
    display:table;
    padding-top:10px;
    margin: auto;
}
.c_txtOpciones{
    font-family: Verdana;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    text-align: left;
    color: #FFFFFF;
	line-height:2.4em;
	text-indent:1em;
    /*padding: 5px 0px 5px 5px;*/
}
.c_txtOpcionesIcon{
    font-family: Verdana;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    text-align: left;
    color: #FFFFFF;
	line-height:3.8em;
	text-indent:1em;
    /*padding: 5px 0px 5px 5px;*/
}
.c_txtOpcionesLink{
    font-family: Verdana;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    text-align: left;
    color: #FFFFFF;
	line-height:2.4em;
	text-indent:1em;
    /*padding: 5px 0px 5px 5px;*/
}
.c_txtEspacio{
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:3em;
	text-indent:1em;
}
.c_txtEspacioLib{
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:1.4em;
}
.c_txtEspacioDoc{
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:1.4em;
    text-indent:1em;
}
/*
==============================================
CSS CATEGORÍA E INTERFAZ
==============================================
*/
.c_selectGeneral{
	width:49.5%;
	height:45px;
	float:left;
	background:#808080;
}
.c_selectGeneralS{
	width:32.66%;
	height:45px;
	float:left;
	background:#B3B3B3;
}
.c_select{
	width:100%;
	height:100%;
	border:none;
	background: #E6E6E6 no-repeat url(../img/imgInput.png) 100%;
	color:#333333;
	font-family:Verdana;
	font-size:1.2em;
	line-height:2.4em;
	text-indent:1em;
	-moz-appearance: none;
	-webkit-appearance: none;
 	appearance: none;
}
.c_selectBlock{
	width:100%;
	height:100%;
	border:none;
	background: #E6E6E6;
	color:#333333;
	font-family:Verdana;
	font-size:1.2em;
	line-height:2.4em;
	text-indent:1em;
	-moz-appearance: none;
	-webkit-appearance: none;
 	appearance: none;
}
.c_selectGeneral select{
 	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
}
.c_selectGeneral select option{
	background:#E6E6E6;
	text-indent:1em;
}
/*
==============================================
CSS DATOS DE DESARROLLO
==============================================
*/
.c_article1{
    width: 100%;
	float:left;
}
.c_espacio1{
    width: 100%;
    height: 65px;
    background: #E6E6E6;
    border: none;
}
.c_datos{
    height: 45px;
    color:#808080;
	font-family:Verdana;
	font-size:1.2em;
	/*font-weight:bold;*/
    line-height:2em;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
}
.c_input1{
    width: 360px;
    height: 45px;
    border: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    background: none;
    color:#333333;
	font-family:Verdana;
	font-size:1.1em;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
    background: no-repeat url(../img/imgInput.png) 100%;
    outline: 0px;
}
.c_input1Inactivo{
    width: 360px;
    height: 45px;
    border: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    background: none;
    color:#333333;
	font-family:Verdana;
	font-size:1.1em;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
    outline: 0px;
}
.c_input1Block{
    width: 360px;
    height: 45px;
    border: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    background: none;
    color:#333333;
	font-family:Verdana;
	font-size:1.1em;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
    outline: 0px;
}
.c_input2{
    width: 200px;
    height: 45px;
    border: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    background: none;
    color:#333333;
	font-family:Verdana;
	font-size:1.2em;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
}
.c_espacio1 select{
 	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
}
.c_espacio1 select option{
	background:#E6E6E6;
	text-indent:1em;
	/*font-weight:bold;*/
}
/*
==============================================
CSS CÓDIGO HTML (body)
==============================================
*/
.c_li{
    list-style-image: url(../img/imgVineta.png);
}
.c_btnLink{
    width: 40%;
	height:45px;
    background: #FBB03B no-repeat url(../img/imgSeleccion.png) 100%;
	float:left;
	cursor:pointer;
}
.c_article2{
    width: 100%;
	float:left;
}
.c_opcion2{
    width: 100%;
	height:45px;
    background: #808080;
}
.c_espacio2{
    width: 100%;
    max-width: 1020px;
    height: 200px;
    background: #E6E6E6;
    border: none;
}
.c_espacio2S{
    width: 100%;
    max-width: 1020px;
    height: 50px;
    background: #E6E6E6;
    border: none;
}
.c_espacio2Sm{
    width:49.3%;
    height: 50px;
    background: #E6E6E6;
    border: none;
    float:left;
}
.c_espacio2SmIpad{
    width:47.7%;
    height: 45px;
    font-size: 1.1rem;
    background: #E6E6E6;
    border: none;
    float:left;
}
/*
==============================================
CSS CARRUSEL
==============================================
*/
.c_tooltipIcono
{
	display:none;
	width:220px;
    height:27px;
    background-color:#FBB03B;
    border-style:solid;
    border-color:#ffffff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:Verdana;
    font-size:1rem;
    color:#ffffff;
    text-align:center;
    box-shadow:2px 2px 4px rgba(0, 0, 0, .35);
    border-radius:14px;
    position: absolute;
    z-index: 2;
}
.c_btnmoveleft{
    width: 40px;
    height: 80px;
    background: url(../img/imgRegresar.png) no-repeat #FBB03B;
    background-position: center;
    float: left;
    cursor: pointer;
    /*border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;*/
}
.c_btnmoveright{
    width: 40px;
    height: 80px;
    background: url(../img/imgSeleccion.png) no-repeat #FBB03B;
    background-position: center;
    float: left;
    cursor: pointer;
    /*border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;*/
}
.c_baricons{
    width: 944px;
    /*width: 739px;*/
    height: 80px;
    float: left;
    overflow: hidden;
    position: relative;
    background: ##E6E6E6;
}
.c_linecarrusel{
    width: 82000px;
    height: 80px;
    position: absolute;
}
.c_iconxicon{
    width: 80px;
    height: 100%;
    float: left;
    cursor: pointer;
    background: #808080;
}
.c_iconxicon_press
{
	border-style:solid;
	border-color:#FBB03B;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.c_iconspace{
    width: 10px;
    height: 100%;
    float: left;
}
.c_icontxt{
    width: 1024px;
	height: 40px;
    background: #808080;
	float:left;
    margin-bottom: 10px;
    
    font-family: Verdana;
    font-size: 1.2rem;
    text-align: left;
    color: #FFFFFF;
	text-indent:1em;
}
.c_imgstyle{
    width: 80px;
    height: 80px;
}
table{
    border-collapse: separate;
    border-spacing: 0px;
    border: 0px;
}
.c_iconline{
    width: 100px;
    text-indent: 0em;
}
.c_iconsolid{
    width: 100px;
    text-indent: 0em;
}
.c_iconinput{
    width: 20px;
}
/*.c_basetooltip{
    width: 220px;
    height: 27px;
    background: #FBB03B;
    font-family: Verdana;
    font-size: 1rem;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .35);
    border-radius: 14px;
}*/
/*
==============================================
CSS LIBRERIAS JS Y FUENTES
==============================================
*/
.c_article3{
    width: 49.5%;
    float: left;
}
.c_opcion3{
    width: 60%;
	height:45px;
    background: #808080;
	float:left;
}
.c_espacio3{
    width: 100%;
    height: 100px;
    background: #E6E6E6;
	float:left;
    overflow-y: scroll;
}
.c_txtFontCol{
    width: 50%;
    float: left;
}
/*
==============================================
CSS JS, CSS, Imagen y Video
==============================================
*/
.c_article4{
    width: 100%;
    float: left;
}
.c_opcion4{
    width: 205px;
	height:45px;
    background: #808080;
	float:left;
}
.c_opcion4Icon{
    width: 205px;
	height:72px;
    background: #808080;
	float:left;
}
.c_espacio4{
    width: 40%;
    height: 45px;
    background: #E6E6E6;
	float:left;
}
.c_espacio4_2{
	width: 100%;
	height: 145px;
	background-color: #E6E6E6;
}
.c_imgConte{
    width: 72px;
    height: 72px;
    background-color: #E6E6E6;
    float: left;
}
.c_espacio4_2_imagen{
	width: 62px;
	height: 62px;
    position: relative;
    background-color: #808080;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
/*
==============================================
CSS BOTON PROBAR
==============================================
*/
.c_article5{
    width: 100%;
	height:45px;
    float: left;
	font-family: Verdana;
    font-size: 1.2rem;
	margin-bottom: 10px;
    /*font-weight: bold;*/
    text-align: center;
    color: #FFFFFF;
	line-height:2.4em;
	text-indent:1em;
	background:#333333;
    border: none;
    cursor: pointer;
}
.c_modificar, .c_cancelar{
    width: 49%;
	height:45px;
	font-family: Verdana;
    font-size: 1.2rem;
	margin-bottom: 10px;
    /*font-weight: bold;*/
    text-align: center;
    color: #FFFFFF;
	line-height:2.4em;
	text-indent:1em;
	background:#333333;
    border: none;
    cursor: pointer;
}
.c_modificar{
    float: left;
}
.c_cancelar{
    float: right;
}
/*
==============================================
CSS BTN DE SELECCIONAR ARCHIVO
==============================================
*/
.c_btn{
    width: 408px;
	height:45px;
    background: #FBB03B no-repeat url(../img/imgSeleccion.png) 100%;
	float:left;
	cursor:pointer;
    font-family: Verdana;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    text-align: left;
    color: #FFFFFF;
	line-height:2.4em;
	text-indent:1em;
}
.c_btnIcon{
    width: 408px;
	height:72px;
    background: #FBB03B no-repeat url(../img/imgSeleccion.png) 100%;
	float:left;
	cursor:pointer;
    font-family: Verdana;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
	line-height:3.8em;
	text-indent:1em;
}
.c_form-control{
    width: 409px;
    height: 43px;
	float:left;
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:3em;
	text-indent:1em;
    border: none;
    background: #E6E6E6;
}
.c_form-controlIpad{
    width: 392px;
    height: 38px;
	float:left;
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:2.6em;
	text-indent:1em;
    border: none;
    background: #E6E6E6;
}
.c_form-controlIcon{
    width: 337px;
    height: 70px;
	float:left;
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:3em;
	text-indent:1em;
    border: none;
    background: #E6E6E6;
}
.c_form-controlIconIpad{
    width: 320px;
    height: 65px;
	float:left;
    font-family: Verdana;
    font-size: 1rem;
	text-align: left;
    color: #808080;
	line-height:3em;
	text-indent:1em;
    border: none;
    background: #E6E6E6;
}
.c_btn-file {
  position: relative;
  overflow: hidden;
}
.c_btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: #E6E6E6 !important;
  cursor: text !important;
}
/*
==============================================
CSS EMERGENTE
==============================================
*/
.c_emergente{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0%;
    left: 0%;
    display: none;
}
.c_emergenteCenter{
    width: 1024px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-512px;
}
.c_espacioEmer{
    width: 100%;
    background: #E6E6E6;
	float:left;
}
.c_txtInput{
	width:205px;
	height:40px;
	float:left;
    text-indent:1em;
}
.c_input{
	width:300px;
	max-width:500px;
	height:36px;
	float:left;
	border:none;
	font-family:Verdana;
	font-size:1em;
    text-indent: 1em;
    background: #FFFFFF;
	color: #333333;
}
.c_inputTxt{
	width:300px;
	max-width:500px;
	height:100px;
	float:left;
	border:none;
	font-family:Verdana;
	font-size:1em;
    text-indent: 1em;
    background: #FFFFFF;
	color: #333333;
}
.c_btnsEmer{
	width:100%;
	float:left;
	padding-top:50px;
    padding-bottom:10px;
}
.c_btnRegresar{
	width:200px;
	height:45px;
	background:no-repeat url(../img/imgRegresar.png) 100% #FBB03B;
	margin-left:305px;
	cursor:pointer;
	float:left;
}
.c_btnSubir{
	width:200px;
	height:45px;
	background:no-repeat url(../img/imgSubir.png) 100% #FBB03B;
	margin-left:19px;
	cursor:pointer;
	float:left;
    border: none;
}
/*
==============================================
CSS ESPACIADO DE COLUMNAS
==============================================
*/
.c_empty{
    width: 1%;
    height: 45px;
    float: left;
}
/*
==============================================
CSS BOTONES MENU PRINCIPAL
==============================================
*/
.c_centradoOpciones{
    width: 750px;
    margin: auto;
    /*margin-top: 50px;*/
}
.c_opcionesMenu{
    width: 155px;
    height: 155px;
    background: #333333;
    float: left;
    border-radius: 50%;
    background: #E6E6E6;
    position: relative;
    margin: 10px;
}
.c_opcionesMenuInactivo{
    width: 155px;
    height: 155px;
    background: #333333;
    float: left;
    border-radius: 50%;
    background: #E6E6E6;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    opacity: .2;
}
.c_opcionesMenuIn{
    width: 86%;
    height: 86%;
    background: #FBB03B;
    border-radius: 50%;
    top: 7%;
    left: 7%;
    position: absolute;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}
.c_opcionesMenuIn:hover{
    background: #808080;
}
.c_opcionesMenuInInactivo{
    width: 125px;
    height: 125px;
    background: #FBB03B;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    position: relative;
}
.c_opcionesMenuInTxt{
    width: 90%;
    height: 100%;
    text-align: center;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    color: #F2F2F2;
    position: absolute;
    left: 5%;
    top: 0%;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, .50);*/
}
.c_opcionesMenuInTxt2{
    text-align: center;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    color: #F2F2F2;
   /* text-shadow: 2px 2px 4px rgba(0, 0, 0, .50);*/
    padding-top: 40%;
}
/*
==============================================
CSS LOGIN Y EDITAR
==============================================
*/
.c_form{
    width: 300px;
    margin: auto;
    background: #E6E6E6;
    padding: 20px;
}
.c_formIn{
    padding: 10px;
    background: #FBB03B;
}
.c_inputUsuario{
    width: 100%;
    height: 30px;
    border: none;
    background: url(../img/iconusuario.png) no-repeat #E6E6E6;
    background-size: contain;
    background-position: left;
    color: #333333;
    font-family: Verdana;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 1.6em;
}
.c_inputUsuarioIpad{
    width: 94%;
    height: 30px;
    border: none;
    background: url(../img/iconusuario.png) no-repeat #E6E6E6;
    background-size: contain;
    background-position: left;
    color: #333333;
    font-family: Verdana;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 1.6em;
}
.c_inputContrasena{
    width: 100%;
    height: 30px;
    border: none;
    background: url(../img/iconcontrasena.png) no-repeat #E6E6E6;
    background-size: contain;
    background-position: left;
    color: #333333;
    font-family: Verdana;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 1.6em;
}
.c_inputContrasenaIpad{
    width: 94%;
    height: 30px;
    border: none;
    background: url(../img/iconcontrasena.png) no-repeat #E6E6E6;
    background-size: contain;
    background-position: left;
    color: #333333;
    font-family: Verdana;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 1.6em;
}
.c_btnIngresar{
    width: 80%;
    height: 30px;
    background: #808080;
    font-family: Verdana;
    font-size: 1em;
    color: #F2F2F2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style:solid;
    border-color: #F2F2F2;
    border-width: 2px;
    cursor: pointer;
    margin-left: 10%;
    outline: 0px;
}
.c_advertencia{
    font-family: Verdana;
    font-size: 1em;
    color: #333333;
}
/*
==============================================
CSS DATOS USUARIO
==============================================
*/
.c_sectionUsuario{
    width: 100%;
    height: 38px;
    margin-top: 0px;
    background: #009EB7;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 2px;
    display: table;
}
.c_sectionUsuarioIn{
    width: 1024px;
    height: 100%;
    margin: auto;
}
.c_iconUser{
    width: 216px;
    height: 34px;
    background: url(../img/iconuser.png) no-repeat /*#009EB7*/;
    background-size: contain;
    background-position: right;
    font-family: Arial;
    font-size: 1em;
    text-align: right;
    line-height: 2.4em;
    text-indent: 0px;
    padding-right: 76px;
    margin-right: 10px;
    color: #FFFFFF;
    /*border-radius: 30px;
    border-width: 2px;
    border-color: #F2F2F2;
    border-style: solid;*/
    float: right;
    cursor: pointer;
}
.c_iconCerrarSesion{
    width: 30px;
    height: 30px;
    background: url(../img/iconcerrarsesion.png) no-repeat #009EB7;
    background-size: contain;
    border-radius: 30px;
    border-width: 2px;
    border-color: #F2F2F2;
    border-style: solid;
    float: right;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 120px;
}

/* Auxiliar para mostrar todos los textarea correctamente */
.c_auxAreaCodigo
{
	display: none;
}
/*Estilos para mostrar el mensaje de error*/
.c_fondoMensajeError{
	width: 100%; 
	height: 100%;
	background-color: #000; 
	opacity: 0.7; 
	position: absolute; 
	z-index: 100;
	display: none;
}
.c_contenedorMensajeError{
	width: 400px;
	height: 200px;
	background-color: #E6E6E6;
	position: fixed;
 	top: 50%;
 	left: 50%;
  	margin-left: -200px;
  	margin-top: -100px;
  	z-index: 100;
  	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.c_fondoMensajeErrorVisible{
	width: 100%; 
	height: 100%;
	background-color: #000; 
	opacity: 0.7; 
	position: absolute; 
	z-index: 100;
	display: block;
}
.c_contenedorMensajeErrorVisible{
	width: 400px;
	height: 200px;
	background-color: #E6E6E6;
	position: fixed;
 	top: 50%;
 	left: 50%;
  	margin-left: -200px;
  	margin-top: -100px;
  	z-index: 100;
  	display: block;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.c_txtMensajeError{
	width: 80%;
	font-family: verdana;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
	margin: auto;
    margin-top: 1em;
    color: #F15A24;
}
.c_btnMensajeError{
	width: 100%;
	height: 40px;
	background-color: #333333;
	bottom:0%;
	left:0%;
	cursor: pointer;
	position:absolute;
	color: #F2F2F2;
	font-family: Verdana;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
}