body{
    font-size: 13px;
}

.aw-body{
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-position: 0px -130px;
    background-size: 90%;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Source Sans Pro',sans-serif;  
}

h1{
    font-size: 1.9em;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 1.2em;
    margin: 0;
}

h4{
    font-size: 16px;
    font-size: 16px;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

hr.w3-hr{
    margin: 0;
    padding: 0;
    color:red;
    line-height: 3px;
}

/*tables*/
table{
    width: 100%;
}

.w3-table-head-btn{
	padding-top:3px;
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

.aw-td-button{
	width:10%;
	text-align: center !important;
}

.aw-td-right{
    text-align: right !important;
    white-space: nowrap;
}

.aw-td-center{
    text-align: center !important;
}


.w3-nowrap{
	white-space: nowrap;
}

.w3-bold{
	font-weight: bold;
}


.aw-tr-total{
	font-size:13px;
	font-weight:bold;
	background-color: #999;
}

.aw-tr-pointer:hover{
	cursor:pointer;
}

/*button*/

button{
    border-radius: 5px;
    padding: 3px 10px !important;
    font-size: 1em;
}

.w3-btn-nuevo {
	background-color: #E46050;
    color: white;
}

.w3-btn-select{
    background-color: #59C4E4;
    color: white;
}

.w3-btn-cmd{
    background-color: #818A91;
    color: white;
}

.w3-btn-cancel{
    background-color: #59C4E4;
    color: white;
}

.w3-btn-find{
    background-color: #59C4E4;
    color:white;
}

.w3-btn-delete {
	background-color: #51BF99;
    color: white;
}

.w3-btn-print {
	background-color: #51BF99;
    color: white;
    margin-top: 2px;
    margin-bottom:2px;
}

.w3-btn-link{
    border:  none;
    background-color: transparent;
    text-decoration: underline;
}

.w3-btn-white{
	 border:  1px solid #818A91;
	 background-color: transparent;
}

.w3-btn-link:hover{
     cursor: pointer;
     background-color: transparent;
}

.w3-btn-menu{
    margin-top: 7px;
    padding: 5px 0;
    background-color: #999;
    color:#FFF;
}

.w3-btn-menu-index{
    background-color: #E46050;
    padding: 13px;
    border: 1px solid #FFF;
    border-radius: 10px;
    font-size: 1.9em;
    text-align: center;
    color:#FFF;
    font-weight: 540;
    font-family: 'Source Sans Pro',sans-serif; 
}

.w3-btn-menu-index a{
    text-decoration: none;
}

.w3-btn-menu-index:hover{
    cursor: pointer;
    text-shadow: 2px 2px #ff0000;
}

.w3-list-btn-bottom{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px 0 4px 0;
}

.w3-btn-modal-close{
	cursor:pointer;
	text-align:right;
}

.w3-btn-label{
	cursor: pointer;
	border-radius: 5px;
    padding: 5px 10px !important;
    font-size: 1em;
}

/*inputs */
textarea{
    width: 100%
}

.w3-requerido{
    border-bottom: 3px solid #CCC !important;
}


.w3-readonly{
	background-color: #CCC;
}

.w3-date, .w3-number, .w3-rut, .w3-moneda{
    width: 150px !important;
}
.w3-number, .w3-moneda {
	text-align: right;
}

.w3-check-label{
    font-weight: normal !important;
}

.w3-input-inline{
	display:inline !important;
}

.w3-input-file{
	padding: 4px;
    display: block;
    border: 1px solid #CCC;
    width: 100%;
   	height: 36px;
}

.aw-header{
    background-color: #F7F7F7;
}

.aw-container{
    border-top: 2px solid #3c8dbc;
   /* border-bottom: 2px solid #3c8dbc;*/
    padding-bottom: 1em;
}

.aw-container header{
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}

.aw-block label{
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color:#999;
}

input.aw-input-error, select.aw-input-error{
    border: 2px solid #dd4b39;
}

label.aw-input-error{
    color: #dd4b39 !mportant;
}

/*ul*/
.aw-ul{
    list-style: none;
}

ul.aw-inline li, .aw-inline label{
    display: inline !important;
    padding-right: 1em;
}

.aw-ul ul li{
    margin: 0;
    padding: 0;
}

.aw-ul-menu{
	margin:0;
	padding: 0;
	list-style: none;
}

.aw-ul-menu li{
	margin:0;
}

.aw-ul-menu li ul li{
	margin-left:10px;
}

.aw-li-mouseover:hover{
	cursor:pointer;
	background-color: #CCC;
	}


/*width*/
.w3-100p{
	width:100px !important;
}


.w3-200p{
	width:200px !important;
}

.w3-250p{
	width:250px !important;
}

.w3-500p{
	width:500px !important;
}

.w3-90r{
 	width:90% !important;
}

.w3-50r{
 	width:50% !important;
}

.w3-40r{
 	width:40% !important;
}

/*a*/

a.w3-a-btn{
    margin-top: 2px;
    margin-bottom:2px;
    padding: 3px 10px !important;
    border-radius: 5px;
    text-decoration: none;
	}

a.w3-a-btn:hover{
    cursor: pointer;
}

/*dash*/
.w3-dash-panel{
    padding-left: 10px;
    padding-right: 10px;
}

.w3-dash-title{
    color: #0D9688;
    font-weight: 600;
}

.w3-dash-hover:hover{
	cursor:pointer;
}
