@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}

body {
	background-color: #070707;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

.box_for_mail {
	border: thin double #716459;
	margin-top: 10px;
	padding: 5px;
}
.box_for_player{
	height: 290px;
	border: thin double #716459;
	margin-top: 10px;
	text-align: left;
	background-position: center center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 34px;
}

img#banner {
    cursor: pointer; /* make the img look like a link */
}

.container_efect {
	background-color: #070707;
	width: 100%;
	background-image: url(images/QuinTangoBG.jpg);
	background-position: center top;
	padding-top: 15px;
	z-index: 1;
	position: center;
	background-repeat: no-repeat;

}
.main_container {
	background-color: #9C8772;
	width: 760px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #070707;
	border-right-color: #070707;
	border-bottom-color: #070707;
	border-left-color: #070707;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* margin-right: 10px; */
	padding-right: 7px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

	
	
}
.footer {
	color: #FC9;
	background-color: #070707;
	text-align: center;
	height: 50px;
	padding-top: 20px;
}
.forms_box_size {
	width: 256px;
}


.home a{
	color:#9C8772;
	font-weight: bold;
	background:url(../images/quintango_h_logo.jpg);
	height: 64px;
	width: 430px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.home {
	background-image: url(../images/quintango_h_logo.jpg);
	height: 64px;
	width: 430px;
}
.afuera{
	text-indent: -99999px;
	margin-top: -40px;
}
