/*+++++++++++++++++++++++++++++++++++++++++++++
	Project: {Project name}
	Author: {Author}
	URL: gufomedia.com.ar
	Twitter: gufomedia
	Ver: {ver number}
	Date: {date}
+++++++++++++++++++++++++++++++++++++++++++++++*/

/* general */

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #c0c0c0;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* structure */

#wrapper {
	background-color: #fff;
	margin-top: 20px;
}

#header {
	background-color: #fff;
}

nav#menu-bar {
	background-color: #333;
	border-bottom: 3px solid #89040C;
	font-size: 15px;
	height: 32px;
	margin: -4px 0;
}

nav#menu-bar ul#main-menu {
	margin: 8px 20px;
}

nav#menu-bar ul#main-menu li {
	display: inline;
	margin: 5px 10px;
} 

nav#menu-bar ul#main-menu li a {
	color: #fff;
	text-transform: capitalize;
} 

nav#menu-bar ul#main-menu li a:hover {
	color: #999;
	text-decoration: none;
} 

nav#menu-bar ul#lang {
	margin: 2px 20px;
}

nav#menu-bar ul#lang li {
	display: inline;
}

select#language-select {
	height: 22px;
	padding: 1px 3px;
}

#wrapper .logout {
	margin: 15px 20px;
}

#wrapper .logout a {
	color: #0088cc;
	text-decoration: none;
}

#wrapper .logout a:hover {
	color: #333;
	text-decoration: none;
}

#content .card-image {
	background: url(../media/site/card_bg.jpg) top center no-repeat;
	height: 198px;
	text-align: center;
	width: 425px;
}

#content .top-img img {
	
}

#content .success {
	background-color: #D9EDF6;
	border: 2px solid #BEEDF6;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#content .success-txt {
	margin: 15px;
	text-align: center;
}

#content .success-txt img{
	margin-left: 130px;
	width: 31px;
}

#content .success-txt span {
	color: #3A88AF;
	font-size: 30px;
	font-weight: bold;
	margin-right: 130px;
	margin-left: 5px;
}

#content .success p {
	color: #3A88AF;
	display: block;
	margin-top: 10px;
}

#content .failed {
	background-color: #F2DEDE;
	border: 2px solid #EED3D7;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#content .failed-txt {
	margin: 15px;
	text-align: center;
}

#content .failed-txt img{
	margin-left: 130px;
	width: 31px;
}

#content .failed-txt span {
	color: #D93C33;
	font-size: 30px;
	font-weight: bold;
	margin-right: 130px;
	margin-left: 5px;
}

#content .failed p {
	color: #D93C33;
	display: block;
	margin-top: 10px;
}

#content button.home-btn {
	background: url(../media/site/home-btn.png); 
	border: none;
	color: #fff;
	float: right;
	height: 31px;
	width: 82px;
}

#content .required {
	border-top: #999 dotted 1px;
	padding-top: 15px;
	margin-bottom: 150px;
}

#content .required span {
	color: #666;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
}

#content .required button.send-btn {
	background: url(../media/site/button.png);
	border: none;
	color: #fff;
	height: 31px;
	margin-top: 15px;
	width: 72px;
}

footer#footer-dc {
}

footer#footer-dc p {
	color: #555;
	font-size: 0.85em;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

/* Download page */

#content h2 {
	color: #0088cc;
	margin: 15px 30px;
}

#content .top-img {
	margin: 0 30px;
}

#content .top-img h3 {
	margin-bottom: 10px;
}

#content .download-list {
	margin: 20px 25px 20px 30px;
	width: 885px;
	
}

#content .download-list h3 {
	margin: 15px 0;
}

#content .download-list a:hover {
	text-decoration: none;
}

#wrapper404 {
	background: url(../media/site/404.jpg) no-repeat top center #fff;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

#wrapper-home {
	background: url(../media/site/default.jpg) no-repeat top center #fff;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}


/* non-semantic helper classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* media queries */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}

/* print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
