@charset "utf-8";
/* CSS Document */

body {
	margin:0; 
	padding:0;
	font-family: 'Roboto',sans-serif;
}
.cabezal{
	background-color: #1565c0;
	height: 68px;
	padding:15px 0 0 15px;
	box-sizing: border-box;
}
.titulo-app{
	background-color: #1f5b9c;
	height: 68px;
	font-family:'Roboto Slab', serif;
    font-size: 32px;
    color: #fff;
	padding:15px 0 0 26px;
	box-sizing: border-box;
}
.wrapper{
	width: 728px;
    padding: 20px 25px 0px 25px;
  	margin: 0 auto;
}
.titulos-comprobantes {
	color:#1f5b9c;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 1.2em;
}
.text{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.text a {
	padding-left: 10px;
}

.btn-volver, .btnConsultar {
	padding: 12px 25px;
	color:#ffffff;
	background-color:#005066;
	border-radius: 6px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	font-size: 0.9em;
	font-family: 'Roboto',sans-serif;
	letter-spacing:2px;
		
}


.styled-form .input-holder {
    margin-top: 18px;
}
.styled-form .input-holder .label {
    font-weight: 600;
    color: #4a494f;
	}
.styled-form .input-holder .select {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 9px;
    background-color: #fff;
}
.styled-form .input-holder .input, .styled-form .input-holder .select select {
    display: block;
    width: 100%;
    padding: 6px 15px 7px;
    margin-top: 9px;
    font-size: 1.0em;
    font-weight: 400;
    color: #4a494f;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
	}
/*.wrapper.ticket {
    max-width: 350px;
    margin-left: 0;
	margin: 0 auto;
}*/
input, textarea, select, button {
    border: none;
    outline: none;
    resize: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.styled-form .input-holder .rut{
    display: block;
	margin-top: 15px;
  
}
.styled-form .mensaje{
    display: inline-block;
	color:#990000;
	margin:20px 0;
}
#tablaComprobantes tbody td, #tablaComprobantes thead th  {
	border-bottom: solid 1px #dbdbdb;
  
}
#tablaComprobantes thead th {
	padding-bottom: 10px;
  
}
#navlist { border: 0; margin: 0; padding: 0;}
#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
	}

#navcontainer{
	width: 700px;
    padding: 0;
    margin: 20px 0 20px 0px;
	height:35px;
	}

a.opciones {
    font-size: 14px;
    color: #1f5b9c;
    font-weight: bold;
	}