/*+++++++++++++++++++++++++++++++++++++++++++++
	Project: Digi-codes.net
	Author: Fausto Carrera
	URL: faustocarrera.com.ar
	Twitter: faustocarrera
	Ver: 1.0
	Date: 02.06.2012
+++++++++++++++++++++++++++++++++++++++++++++++*/

/* general */

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

body {
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: center -55px;
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
}
	body.home { background-image: url(../media/site/bg-home.png); }
	body.internal { background-image: url(../media/site/bg-alpha.png); }

div.wrapper {
	margin: 0 auto;
	width: 940px;
}

header.site {
	margin-top: 24px;
	margin-left: 30px;
}
	header.site nav {
		background: #046fb6 url(../media/site/bg_menu.png) repeat-x top;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 0.9em;
		margin-top: 22px;
		margin-right: 30px;
		padding: 4px 12px;
		/* border */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	header.site nav a {
		color: #fff;
		text-transform: uppercase;
	}
	header.site nav a:hover {
		color: #e5e5e5;
		text-decoration: none;
	}
	header.site nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header.site nav ul li {
		display: inline;
		padding: 4px;
	}

.container {
	min-height: 430px;
	width: 940px;
}
	.container .enter {
		background: url(../media/site/enter.png) no-repeat top left;
		float: right;
		height: 185px;
		margin-top: 150px;
		margin-right: 30px;
		width: 476px;
	}
	.container .enter form {
		margin-top: 75px;
	}
	.container .enter form input.form-search {
		font-size: 1.2em;
		width: 225px;
	}
	.container .content {
		float: right;
		margin-top: 50px;
		margin-right: 30px;
		width: 460px;
	}
	.container .content textarea {
		width: 80%;
	}
	.container button.home-btn {
		background: url(../media/site/home-btn.png);
		border: none;
		color: #fff;
		height: 31px;
		width: 82px;
	}

	.container button.form-btn {
		margin-top: 15px;
	}

	.container button.home-btn:hover {
		opacity: 0.9;
	}

footer.site {
	color: #525252;
	margin: 40px 30px 40px 0;
	text-align: right;
}
	footer.site p {
		font-size: 0.9em;
		margin-bottom: 0;
	}

/*faq*/
.container .faq {
	margin: 50px 30px;
	width: 880px;
}

	.container .faq ul li.title {
		border-bottom: 1px solid #4D4D4D;
		color: #3D3D3D;
		font-weight: bold;
		font-size: 1.1;
		margin: 27px 0 8px 0;
	}

/* instructions */
/*
.container .faq .instructions-bg {
	background: url(../media/site/square.png);
	border: 2px solid #B32F2A;
	margin-bottom: 30px;
	margin-top: 10px;
	min-height: 285px;
	padding: 20px 25px;
	width: 880px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.container .faq .instructions-data {
	margin: 5px 30px 30px 50px;
	width: 350px;
}

.container .faq .instructions-bg img {
	margin: 20px 15px;
	width: 325px;
}

.container .faq .instructions-bg span.red {
	color: #B32F2A;
}
*/

.container .faq .instructions-bg {
	background: url(../media/site/square.png);
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	margin-bottom: 30px;
	margin-top: 10px;
	min-height: 285px;
	padding: 20px 25px;
	width: 880px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.container .faq .instructions-data {
	border-right: 1px solid #CCCCCC;
	margin: 5px 10px 10px 20px;
	padding-right: 12px;
	width: 250px;
}

.container .faq .instructions-data:last-child {
	border-right: none;
	margin-right: 0;
	margin-left: 20px;
	width: 250px;
}

.container .faq .instructions4 {
	border-right: 1px solid #CCCCCC;
	margin: 15px 0 5px 55px;
	padding-right: 32px;
	width: 350px;
}

.container .faq .instructions-bg .instructions4 img {
	margin-top: 20px;
	margin-left: 40px;
	width: 261px;
}

.container .faq .instructions5 {
	margin: 15px 30px 5px 50px;
	padding-right: 12px;
	width: 350px;
}

.container .faq .instructions-bg .instructions5 img {
	margin-top: 30px;
	margin-left: 20px;
	width: 280px;
}

.container .captcha img {
	width: auto !important;
}

.container .faq .instructions-bg img {
	margin-top: 20px;
	margin-left: 17px;
	width: 220px;
}


.container .faq .instructions-bg span.red {
	color: #B32F2A;
}

/*common*/
.red {
	color: #B32F2A;
}

h2 {
	color: #B32F2A;
	font-size: 1.23em;
	font-family: 'Ubuntu', sans-serif;
}

h3 {
	color: #B32F2A;
	font-size: 1.07em;
	font-family: 'Ubuntu', sans-serif;
}

/*badges*/
.badge-important {
    background-color: #B32F2A;
}
.badge {
    border-radius: 9px 9px 9px 9px;
    padding: 1px 9px 2px;
}
.badge {
    background-color: #B32F2A;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

/* 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; }
}
