* {
	margin: 0;
	padding: 0;
}
#contenedor{
	width: 980px;
	margin: 0 auto;
}
#navegacion{
	background-color: #E1B715;
}
.form-titulo{
	background-color: #357DBC;
}
tr:nth-child(even) {
	background-color: #CCC;
}

.table  td, th{
	font-size: 11px;
}

.nav a{
	font-size: 10px;
}

.help-block{
	color: red;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
}

input[type="date"] {
     -webkit-align-items: center;
     display: -webkit-inline-flex;
     font-family: monospace;
     overflow: hidden;
     padding: 0;
     -webkit-padding-start: 1px;
}

input::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    display: inline-block;
    min-width: 0;
    overflow: hidden;
}

input::-webkit-datetime-edit-fields-wrapper {
    -webkit-user-modify: read-only !important;
    display: inline-block;
    padding: 1px 0;
    white-space: pre;
}