<HTML>
<HEAD>
 <TITLE>Insumos</TITLE>
 <link rel="shortcut icon" href="favicon.ico">
</HEAD>
<BODY>
  <!--
body {
	background:#e6e6e6;
}

header {
	width:100%;
	max-width:1000px;
	margin:auto;
	position: fixed;
}

.barra {
    background:#000000;
	margin-top:00px;
	position: relative;
	opacity: .7;
}

.head {
	width:100%;
	margin:auto; 
	position: fixed;
	z-index: 100;
}

.barra2 {
	opacity: .7;
}

.barra ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family: sans-serif;
	font-size: 105%;
}

.barra > ul > li {
	float:left;
}

.barra ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:15px 20px;
}

.barra ul li a:hover {
	background:#6E6E6E;
}

.barra > ul > li:hover div {
	display:table;
}

/*Submenu*/
nav ul li div {
	width:720px;
	position: absolute;
	left:160;
	background:#000000;
	box-sizing:border-box;
	display:none;

}

nav ul li div ul{
	width:33%;
	display:table-cell;
	border-right:1px solid rgba(255,255,255,.5);
	box-sizing:border-box;
}

nav ul li div ul:last-child {
	border:none;
}

nav ul li div ul .titulo {
	background:#000;
	color:#fff;
}

nav ul li div ul .titulo a {
	color:#fff;
	padding:15px 10px;
}

.titulo.azul {background:#2E9AFE;}
.titulo.verde{background:#000;}
.titulo.naranja {background:#088A85;}
.titulo.rojo {background:#d9534f;}
.titulo.naranja1 {background:#0040FF;}
.titulo.naranja2 {background:#6E6E6E;}
.opacidad {opacity: .7;}

.img{position:fixed; padding-top: 5px; right:-140; bottom:-15; border-color: #5F5F5F;}
.img2{position:fixed; padding-top: 5px; bottom:10; align: right; border-color: #5F5F5F;}
.relative { position: relative; padding-top: 5px; overflow:hidden }
.fixedX{position:fixed;top:0; padding-top: 5px; margin-left:1141px; border-color: #5F5F5F;}
.fixed{position:fixed;top:0; opacity: .7; border-color: #5F5F5F; background:#000;}
.margen {left:345; width:500px;}
.ancho {width:500px;}
.margen2 {left:0;}
.autoajustable{table-layout:auto;}

.ancho2 {width:510px;}
.margen3 {left:345; width:280px;}

/* Ocultamos el input file por defecto */
input[type="file"]{
font-size: 14px;
position: relative;
opacity: 1;
filter: alpha(opacity = 0);
background:#0489B1;
color:#fff;
font-family: sans-serif;
}

.miButton {
    background: #3498db;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0.2em;
    color: #000;
    margin-top: 0.5em;
}


.carga {
 color: #fff;
 font-size: 17;
 font-family: sans-serif;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 border: 1px solid #000;
 text-decoration: none;
 text-shadow:0px 1px 0px #2f6627;
 background: #000 url() 0 0 no-repeat;}

.carga:hover {
 background: #04B4AE;
 border: 1px solid #088A85;
 color:#000000;
}

.carga:active {
 position: relative;
 top: 2px;
}


.guardar {
 color: #fff;
 font-size: 17;
 font-family: sans-serif;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 border: 1px solid #fff;
 text-decoration: none;
 text-shadow:0px 1px 0px #2f6627;
 background: #088A85 url() 0 0 no-repeat;}

.guardar:hover {
 background: #04B4AE;
 border: 1px solid #088A85;
 color:#000000;
}

.guardar:active {
 position: relative;
 top: 2px;
}

.confirm {
 color: #fff;
 font-size: 18;
 font-family: sans-serif;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 border: 0px solid #000;
 text-decoration: none;
 text-shadow:0px 1px 0px #2f6627;
 background: #0489B1 url() 0 0 no-repeat;}

.confirm:hover {
 background: #04B4AE;
 color:#000000;
}

.confirm:active {
 position: relative;
 top: 1px;
}

nav ul li div ul .titulo a:hover {
	background:none;
}

nav ul li div ul li a {
	color:#fff;
}

nav ul li div ul li a:hover {
	color:#fff;
}

.contenido {
  padding-top: 80px;
}

.wrapper {
  width: 100%;
  margin: auto;
  overflow:hidden;
}

-->
</BODY>
</HTML>