*{
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
.head{
	width: 100%;
	min-height: 60px;
	height:auto;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
}
#logo{
	width: 250px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 0px;
	text-align: left;
}
#cont1{
	width: 100%;
	height: auto;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 64%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(64%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 64%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 64%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 64%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 64%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
#cont2{
	width: 100%;
	height: auto;
}
#contenedor{
	width: 1024px;
	height: auto;
	margin: 0px auto;
	position: relative;
}
#contenedor .caja1, #contenedor .caja2{
	display: inline-block;
	vertical-align: middle;
}
.caja1, .caja2{
	height: auto;
}
.caja1{
	width: 35%;
	padding: 10px 0px;
	text-align: center;
}
.caja1 img{
	width: 90%;
}
.caja2{
	width: 64%;
	padding: 30px;
	box-sizing:border-box;
}
.caja2 img{
	width: 50%;
}
.caja2 p{
	margin: 10px 0px;
}
.caja3{
	padding: 25px;
	box-sizing:border-box;
	width: 100%;
}
.caja3 ul{
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.caja3 ul li{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style: inside;
}
p{
	font-family: sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}
/*******colores********/
.blanco{
	color: #fff;
}
.adminpaq{
	background-color: #ef4c41;
}
.bancos{
	background-color: #46963a;
}
.conta{
	background-color: #0684c4;
}
.factura{
	background-color: #882b59;
}
.pventa{
	background-color: #d29b17;
}
.nominas{
	background-color: #f47f21;
}
footer{
	width: 100%;
	padding: 12px 0px;
	background-color: #000;
	text-align: center;
	color: #ccc;
	font-family: sans-serif;
	font-size: 11px;
}
/******/
.masinfo{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.masinfo:hover{
	color: #ccc;
}
