body {
	background: url("../images/producto/bg-2025.png");
  	background-repeat: no-repeat;
  	margin: 0;
  	padding: 0;
	background-size: contain;
    background-position: center 0px;
    background-attachment: fixed;	
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 300;
	color: #FFFFFF;
}
.container .login-box.animated.fadeInUp {
}


.link{
	color: #669933;
	text-decoration: underline;
	margin-bottom: 10px;
}

hr{
	color: #669933;
	background-color: color: #669933;
	border:0px;
	border-top: 1px solid #669933;
}

/* Typography */
h1#title {
	font-family: Open Sans;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 2.8em;
	text-align: right;
	margin-right: 20px;
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	/*color: #aeaeae;
	font-size: 0.8px;
	text-decoration: underline;*/
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.datosComprobante{
    background-color: #FFFFFF;
    color: black;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin: 0;
    border: 2px solid black;
    border-radius: 5px;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.dowload-box {
	background-color: white;
	max-width: 400px;
	margin: 0 auto;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	/*text-align: center;*/
}

.dowload-box .box-header {
	background-color: #FFFFFF;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.download-box {
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	font-family: Open Sans;
}

.container .login-box.animated.fadeInUp {
	font-size: 10px;
}

.datosComprobante .download-box.animated.fadeInUp {
	font-size: 10px;
}

.containercontact {
	font-family: Open Sans;
	font-size: 10px;
	color: #FFFFFF
}
