body{
        font-family: Verdana, Geneva, sans-serif;
        color: #000;
        background-color: #f4f4f4;
        text-align:center;
}
.k-grid {
    font-size: 10px;
}
li {
	text-align:left; !important
}
#login{
    background: white;
    width: 550px;
    height: 323px;
    margin: 30px auto;
    padding: 10px 20px 20px 20px;
    border-radius: 7px;
    text-align: left;
}
#principal{
    #background: #EEE;
    width: 1000px;
    height: 100%!important;
	min-height: 500px!important;
    margin: 0px auto;
    padding: 10px;
    border-radius: 7px;
    text-align: left;
}
#menu_1{
    background: white;
    width: 200px;
    height: 100%!important;
	min-height: 500px!important;
    margin: 30px auto;
    padding: 10px 20px 20px 20px;
    border-radius: 7px;
    text-align: left;
	float:left;
	display: inline-block;
}
#interior{
    background: white;
    width: 700px;
    height: 100%!important;
	min-height: 500px!important;
    margin: 30px auto;
    padding: 10px 20px 20px 20px;
    border-radius: 7px;
    text-align: left;
	float:right;
}
#formbuscar h3 {
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
}
#login h3 {
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
}
#interior h3 {
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
#menu_1 h3 {
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
#menu_1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu_1 li {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

/* unvisited link */
#menu_1 a:link {
    color: #333;
	text-decoration:none;
}

/* visited link */
#menu_1 a:visited {
    color: #333;
	text-decoration:none;
}

/* mouse over link */
#menu_1 a:hover {
    color: #333;
}

/* selected link */
#menu_1 a:active {
    color: #333;
	text-decoration:none;
}

.k-button{
    margin-top: 5px;
}
.k-button2{
	background: lightgreen;
}
#interior ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#interior li {
	margin: 10px 0 0 0;
}
#login ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#login li {
	margin: 10px 0 0 0;
}
label {
	display: inline-block;
	width: 200px;
	text-align: right;
}

#interior .k-textbox {
	width:300px;
}
#interior .k-textarea {
	width:400px;
}

#interior table {
	width:98%;
	border: 1px solid #DDD;
	border-radius: 7px;
	font-size: 11px;
}
#interior th {
	background:#DDD;
}

#interior table tr:nth-child(odd){
	background:#EEE;
}
#interior table tr:nth-child(even){
	background:#FFF;
}

#interior a:link,#interior a:visited,#interior a:hover,#interior a:active {
    color: #333;
	text-decoration:none;
	font-weight: bold;
}

#interior1 .k-textbox {
	width:300px;
}

#interior1 table {
	width:98%;
	border: 1px solid #DDD;
	border-radius: 7px;
	font-size: 11px;
}
#interior1 th {
	background:#DDD;
}

#interior1 table tr:nth-child(odd){
	background:#FFF;
}
#interior1 table tr:nth-child(even){
	background:#FFF;
}

#interior1 a:link,#interior1 a:visited,#interior1 a:hover,#interior1 a:active {
    color: #2BB01D;
	text-decoration:none;
	font-weight: normal;
}
#interior1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#interior1 li {
	margin: 1px 0 0 0;
	color: #2BB01D;
}

.verticalLine {
    border-left: 1px solid #666;
	/*border-left: thick solid #666;*/
}

.salir a:link,.salir a:visited,.salir a:hover,.salir a:active {
    color: #333;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
}
.required {
	font-weight: bold;
}
.accept, .status {
	padding-left: 90px;
}

.valid {
	color: green;
}

.invalid {
	color: red;
}
#footerfijo{
    background: yellow;
    width: 960px;
    height: 20px!important;
    margin: 0px auto;
    padding: 2px 2px 2px 2px;
    border-radius: 7px;
    text-align: center;
    font-size:12px;
    position: fixed;
    bottom:0;
    align:center;
}

input[type='radio'], input[type='check'] {
	display: block;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #777;
}
input[type='text'], select, textarea {
	display: block;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #000;
	#font-size:10px;
}
input[type='search'] {
	display: block;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #777;
	float:left;
}
input[id='nuevo'] {
	display: block;
	width: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #777;
	float:right;
}
input[id='nuevogrande'] {
    display: block;
    width: 250px;
    border: 1px solid #4D76E8;
    border-radius: 5px;
    color: #4D76E8;
    font-size:18px;
    float:left;
}

input[op='botones'] {
	display: block;
	width: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #777;
	float:right;
	margin:2px;
}
input[op='botones2'] {
    display: block;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    float:right;
    margin:2px;
}
input[op='botones3'] {
    display: block;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    float:right;
    margin:2px;
}
input[op='botoneslargo'] {
    display: block;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    float:right;
    margin:2px;
}
input[readonly] {
    background: #EEE;
    color: #999!important;
    border: 1px solid #666
}
input[type='text'][tfield='grande'] {
        display: block;
        padding: 6px 10px;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #000;
}
input[type='text'][tfield='chico'], select[tfield='chico'] , textarea[tfield='chico'] {
        display: block;
        padding: 6px 10px;
        box-sizing: border-box;
        width: 150px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #000;
}
input[type='text'][tfield='chico2'], select[tfield='chico2'], textarea[tfield='chico2']{
        display: block;
        padding: 6px 10px;
        box-sizing: border-box;
        width: 100px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #000;
}
input[type='text'][tfield='minimo'] {
        display: block;
        padding: 6px 10px;
        box-sizing: border-box;
        width: 50px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #000;
}

input[type='text'][tfield='minimo2']{
    display: block;
    padding: 4px 4px;
    box-sizing: border-box;
    width: 50px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
    font-size:10px;
}
input[type='text'][tfield='minimo3']{
    display: block;
    padding: 4px 4px;
    box-sizing: border-box;
    width: 35px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
    font-size:10px;
}
select[tfield='minimo2'] {
    display: block;
    padding: 4px 4px;
    box-sizing: border-box;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
    font-size:10px;
}
input[type='submit'] {
	display: block;
	margin: 30px auto 0;
	padding: 10px 25px;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	background-color: #337ab7;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
}
#popupformulariochico{
    position:absolute;
    top:50px;
    background: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    width: 500px;
    height: 200px!important;
    min-height: 200px!important;
    margin: 30px auto;
    padding: 10px 20px 20px 20px;
    border-radius: 7px;
    text-align: left;
    float:right;
    z-index:99;
    display:none;
}

#popupformulariochico .titulocampoL{
	font-weight: normal;
	font-size: 0.8em;
	text-align:left;
	color: #83baec;
	width:98%;
}
#popupformulariochico .titulocampoR {
	font-weight: normal;
	font-size: 0.8em;
	text-align:right;
	color: #83baec;
	width:98%;
}
#popupformulariochico .tituloCampo{
	font-weight: bold;
	/*font-size: 0.8em;*/
	/*text-align:right;*/
	/*color: #83baec;*/
	color: #333333;
	/*width:98%;*/
}
#popupformulariochico .textoCampo{
	font-weight: normal;
	/*font-size: 0.8em;*/
	/*text-align:right;*/
	/*color: #83baec;*/
	color: #999999;
	/*width:98%;*/
}

.titulocampoL {
	font-weight: normal;
	font-size: 1.0em;
	text-align:left;
	color: #83baec;
	width:98%;
}
.titulocampoR {
	font-weight: normal;
	font-size: 1.0em;
	text-align:right;
	color: #83baec;
	width:98%;
}
.tituloCampo{
	font-weight: normal;
	font-size: 1.0em;
	text-align:center;
	color: #999999;
}
#popupformulariochico2{
    position:absolute;
    top:50px;
    background: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    width: 500px;
    height: 200px!important;
    min-height: 200px!important;
    margin: 30px auto;
    padding: 10px 20px 20px 20px;
    border-radius: 7px;
    text-align: left;
    float:right;
    z-index:999;
    display:none;
}