
/** Globales **/

.contenedorcabecera {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px;
}

.item{
	flex-basis:  0;
	flex-grow: 1;
}

.label {
	color: white;
}

.tituloynombre {
	margin: 0;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding: 0px;
}

.tituloynombre h1 {
	color: white;
	font-size: 36;
	font-weight: 700;
	text-align: right;
	margin: 0;
}

.tituloynombre h3 {
	text-align: right;
	margin: 0;
	color: white;
	font-size: 14;
	font-weight: 400;
}

.tituloynombre h4 {
	text-align: right;
	margin: 0;
	color: white;
	font-size: 12;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}

.tituloynombre a {
	color: white;
}

.menu a {
	color: black;
	background-color: rgb(255, 255, 255);
	padding: 5px 15px;
	text-decoration: none;
}

.filtros {
	max-width: 1200px;
	margin: 0 auto;
	height: 40px;
	background-color: #00274e;
	padding: 5px 10px;
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.filtrosDer {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.filtros select {
   background: #00274e;
   background-color: #00274e;
   border: none;
   font-size: 15px;
   color: white;
   height: 30px;
   padding: 5px;
   width: 150px;
}

 
.tabla{
	/** max-width: 1200px; **/
	margin: 0 20;
}

.tabla tbody{
	font-size: 14;
	font-weight: 300;
}

.tabla tbody a{
	font-size: 14;
	font-weight: 400;
	color: rgb(194, 0, 0);
	text-decoration: none;
}

.tabla tbody a:hover{
	text-decoration: underline;
}

.copy{
	font-size: 12;
	font-weight: 300;
	padding-right: 20px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

#container {
	height: 100%;
	overflow: scroll;	
}

main {
	padding-bottom: 60px;
}

header {
	background-color: #c5d7e4;
	min-height: 80px;
	background: #00274e;
	background: -webkit-linear-gradient(left, #fff 0%, #00274e 100%);
	background: linear-gradient(to right, #ffffff 0%,#00274e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00274e',GradientType=1 );
}


select:focus{ 
	outline: none;
}

footer {
	background-color: #00274e;
	width: 100%;
	height: 30px;
	color: white;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
}


h1 {
	color: white;
}

h2 {
	font-size: 20;
	text-align: center;
}

#articulo {
	font-weight: 700;
	display: inline-block;
} 

#cantidad {
	font-weight: 700;
} 

.subtitulo {
	width: 100%;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
}

.formulario {
	margin: auto;
}

.derecha {
	text-align: right;
}

.botones {
	display: flex;
	justify-content: flex-start;
	justify-content: center;	
}

.error {
	color: red;
	font-size: 18;
	font-weight: 700;
	text-shadow: 0 0px 0 #fff;
}

.boton {
	color: white;
	text-decoration: none;
	display: block;
	background-color: rgb(194, 0, 0);
	border-radius: 8px;
	padding: 10px;
	margin-right: 50px;
}

.boton:last-child {
	margin-right: 0px;
}

#documentos {
	width: 50%;
	height: 80%;
}

.imgdocto {
	width: 30px;
	height: 30px;	
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 2px 10px;
}

