
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0a0602;
	background-image: url(../images/bg_body_full.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #392106;
}

#header {
	width: 890px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/bg_header.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

#logo {
	overflow: hidden;
	width: 350px;
	height: 100px;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
}

#login {
	overflow: hidden;
	width: 225px;
	height: 115px;
	margin-top: 15px;
	margin-right: 25px;
	float: right;
}

#login table {
	margin: 10px 0 0 15px;	
}

#login h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#login a:link, #login a:visited {
	color: #392106;
	text-decoration: none;
}

#login a:hover, #login a:active {
	text-decoration: underline;
}

#login input {
	background-color: #764e33;
	border: 1px solid #764e33;
	color: #FFF;
}

#login .submit {
	background-color: #ece6d1;
	border: 1px solid #764e33;
	color: #392106;
	font-weight: bold;
}

#login .submit:hover {
	background-color: #a48756;
	border: 1px solid #764e33;
	color: #FFF;
}

#search {
	overflow: hidden;
	width: 300px;
	height: 30px;
	margin-top: 25px;
	margin-right: 15px;
	float: right;
	display: inline;
	font-size: 12px;
}

#search .input {
	background-color: #a38657;
	border: none;
	color: #FFF;
}

#wrapper {
	width: 890px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	/*
	top: -30px;
	position: relative;
	*/
}

#wrapper_content {
	width: 865px;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 8px;
}

#middle {
	overflow: hidden;
	z-index: 2;
}

.middle_index {
	background-image: url(../images/bg_middle_index.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#left {
	overflow: hidden;
	float: left;
	width: 317px;
	height: 653px;
	background-image: url(../images/bg_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}


#menu_top {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
}

#menu {
	overflow: hidden;
	margin-top: 18px;
	margin-left: 30px;
	width: 240px;
}

#menu h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #c09c71;
}

#menu h2 a:link, #menu h2 a:visited {
	color: #c09c71;
	text-decoration: none;
}

#menu h2 a:hover, #menu h2 a:active {
	color: #dcd3bc;
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin-bottom: 7px;
}

#menu li:hover {
	background-color: #c5af92;
}

#menu li a:link, #menu li a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #392106;
	letter-spacing: -0.5px;
}

#menu li a:hover, #menu li a:active {
	text-decoration: none;
	color: #ad0000;
}

#communities {
	float: right;
	margin-top: 100px;
	width: 130px;
	height: 25px;
}

#main {
	overflow: hidden;
	float: right;
	width: 535px;
	margin-top: 30px;
	margin-right: 10px;
}

#newest {
	background-image: url(../images/bg_newest.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 188px;
	margin-left: 4px;
	position: relative;
	z-index: 2;
	margin-top: -20px;
}

#tit_newest {
	margin-left: 22px;
}

#newest .table {
	margin-top: 10px;
}

#newest td {
	color: #050500;	
}

#newest_pics img {
	border: 1px solid #ea610a;	
}

#bottom {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: -8px;
}

.bottom_index {
	margin-top: -30px;
}

.bottom_int {
	margin-top: -15px;
}


#bottom_wrapper {
	overflow: hidden;
	height: 315px;
	background-image: url(../images/bg_buttom.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#left_bottom {
	overflow: hidden;
	width: 195px;
	height: 320px;
	float: left;
	margin-top: 10px;
	margin-left: 110px;
}

#center_bottom {
	overflow: hidden;
	width: 195px;
	height: 320px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 50px;
}

#right_bottom {
	overflow: hidden;
	width: 195px;
	height: 320px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}

#footer {
	overflow: hidden;
	width: 865px;
	height: 68px;
	margin-left: 16px;
	background-image: url(../images/bg_fooder.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#fooder_content {
	color: #FFF;
	margin: 25px 0 0 15px;
}

#fooder_content a:link, #fooder_content a:visited {
	color: #FFF;
	text-decoration: none;
}

#fooder_content a:hover, #fooder_content a:active {
	color: #FFF;
	text-decoration: underline;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

h4 {
	margin: 15px 0 5px;
	padding: 0;
	font-size: 11px;
	border-bottom: 1px solid #31291a;
}

#bottom_wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottom_wrapper li {
	margin-bottom: 5px;
}

#bottom_wrapper li:hover {
	background-color: #c5af92;
}

#bottom_wrapper a:link, #bottom_wrapper a:visited {
	color: #31291a;
	text-decoration: none;
}

#bottom_wrapper a:hover, #bottom_wrapper a:active {
	color: #ad0000;
	font-weight: bold;
	text-decoration: none;
}

#register {
	width: 395px;
	/*height: 273px;*/
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../images/bg_registrate_form.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;*/
}

#profile {
	width: 420px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_perfil.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#register_footer {
	background-image: url(/images/bg_registro.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 205px;
}

#info {
	background: transparent url(../images/affiliates/dark_bg_pattern.jpg) repeat-y left center;
	padding:10px;
	margin-right: 15px;
}

.input {
	background-color: #663c1e;
	border: 1px solid #663c1e;
	color: #FFF;
}


#main a:link, #main a:visited {
	color: #392106;
}

#main a:hover, #main a:active {
	color: #ad0000;
}

#emergency td span {
	font-size: 18px;
}

h1 {
	margin:8px 0px 0px;
}

h2 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#description {
	text-align:justify;
}

#description ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#description li {
	margin-bottom: 3px;
}

#thumb_fotos {
	margin-top: 20px;
	background-color: #e3d8bf;
	margin-right: 15px;
}

#diplay_thumbs img {
	border: 5px solid #c8bea8;
}

#display_fotos {
	width: 508px;
	height: 350px;
	background-image: url(../images/bg_fotos_full.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#upload_fotos {
	width: 455px;
	height: 370px;
	background-image: url(../images/bg_upload_pic.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 30px;
	overflow: hidden;
}

a img {
	border: none;	
}

#login_backend {
	background-image: url(../images/bg_login_backend.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 100px;
	width: 394px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#login_table {
	margin-top: 110px;	
}

#kit ul {
	list-style-image: url(../images/bullet_purpura.png);
}

#kit_info h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #8a0560;
}

#list_maps li {
	margin-bottom: 8px;
}

#map_wrapper {
	background-color: #e3d8bf;
	margin: 15px 15px 15px 0;
	padding: 10px;
}

#map {
	background-color: #c8bea8;
	margin-right: 10px;
	border: 1px solid #a59d8a;
	text-align: center;
	padding: 10px;
}

#create_album {
	width: 465px;
	height: 285px;
	background-image: url(../images/bg_form_album.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 30px;
	overflow: hidden;
}

.button {
	background-color: #48240c;
	border: 1px solid #48240c;
	color: #FFF;
}

#terminos {
	height: 75px;
	margin-right: 15px;
	overflow: auto;
}

#affiliate_form {
	width: 455px;
	height: 460px;
/*	background-image: url(../images/bg_upload_pic.png);
	background-position: left top;
	background-repeat: no-repeat; */
	margin-left: 30px;
	overflow: hidden;
}

.bg_foto_destiny {
	background-image: url(../images/bg_foto_destiny.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 242px;
}

.foto_destiny {
	margin-top: 44px;
	margin-left: 43px;
}

#departments {
/*	background: transparent url(../images/affiliates/dark_bg_pattern.jpg) repeat-y left center; */
}

#departments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
}

#departments li {
	margin-bottom: 5px;
}

/* styles por depto */

#destiny_3, #destiny_3 td, #destiny_3 a {
	color: #360519;
}

#destiny_4, #destiny_4 td, #destiny_4 a {
	color: #3d1301;
}

#destiny_5, #destiny_5 td, #destiny_5 a {
	color: #011e20;
}

#destiny_6, #destiny_6 td, #destiny_6 a {
	color: #413d00;
}

#destiny_7, #destiny_7 td, #destiny_7 a {
	color: #001e1b;
}

#destiny_8, #destiny_8 td, #destiny_8 a {
	color: #b5c5e9;
}

#destiny_9, #destiny_9 td, #destiny_9 a {
	color: #1c2d46;
}

#destiny_10, #destiny_10 td, #destiny_10 a {
	color: #062a17;
}

#destiny_11, #destiny_11 td, #destiny_11 a {
	color: #2b1208;
}

#destiny_12, #destiny_12 td, #destiny_12 a {
	color: #002e44;
}

#destiny_13, #destiny_13 td, #destiny_13 a {
	color: #3b0a0c;
}

#destiny_14, #destiny_14 td, #destiny_14 a {
	color: #2d3108;
}

#destiny_15, #destiny_15 td, #destiny_15 a {
	color: #241025;
}

#destiny_16, #destiny_16 td, #destiny_16 a {
	color: #3f0400;
}

#destiny_17, #destiny_17 td, #destiny_17 a {
	color: #483101;
}

#destiny_18, #destiny_18 td, #destiny_18 a {
	color: #1b2f1f;
}

#destiny_19, #destiny_19 td, #destiny_19 a {
	color: #460d1b;
}

#destiny_20, #destiny_20 td, #destiny_20 a {
	color: #84122d;
}

#destiny_21, #destiny_21 td, #destiny_21 a {
	color: #2d4f77;
}

#destiny_22, #destiny_22 td, #destiny_22 a {
	color: #413d00;
}

#destiny_23, #destiny_23 td, #destiny_23 a {
	color: #411914;
}

#destiny_24, #destiny_24 td, #destiny_24 a {
	color: #281e40;
}

ul.radio_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#enviar_amigo {
	background:transparent url(../images/bg_form.png) no-repeat scroll left top;
	height:289px;
	margin:20px 0 0 61px;
	padding:40px 0 0 26px;
}

.bg_foto_other_destiny {
	background-image: url(../images/bg_foto_otros.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 160px;	
}

.foto_other_destiny {
	margin: 15px 0 0 15px;	
}

#register input {
	background-color: #663c1e;
	border: 1px solid #663c1e;
	color: #FFF;
}

#wrapper_my_photos {
	width: 446px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.my_photos {
	background-image: url(../images/bg_fotos_album.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 446px;
	height: 198px;
}

#upload_my_photos {
	background-image: url(../images/bg_upload_photos.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 438px;
	height: 244px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#map_buttons ul {
	/* list-style-image: url(../images/bullet_maps.png);
	padding-left: 10px; */
	list-style: none;
	padding: 0;
}

#map_buttons a {
	text-decoration: none;
}

#rec_content {
	background-image: url(../images/bg_upload_photos.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 438px;
	height: 244px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.brown {
	margin: 30px 0 0 0;	
}

.tooltip {
	z-index: 5;
	margin: 10px 0 0 10px;
	background-color: #dad2ba;
	border: 1px solid #392106;
	color: #392106;
	padding: 5px;
}
