@charset "utf-8";
/* CSS Document
D.E.D. UY - CSS v2.0
Created by Trojan Chicken for exclusive use on www.deduy.com
(c) Copyright 2010 Trojan Chicken - All rights reserved
*/

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../img/wooden_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #85614c;
	text-align: center;
	vertical-align: top;
	line-height: 16px;
	position: relative;
/*	top: -26px;*/

}

#footer a:link, a:visited, a:active {
	color: #b5866a;
	text-decoration:none;
}

#footer a:hover {
	color: #D5B9A8;
	text-decoration:underline;
}



/*MAIN PAGE--------------------------------------------------------------------------*/

#mainscreen {
	background-image: url(../img/wooden_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:540px;
}

#main_img{
	z-index:1;
	position: relative;
}

#main_1btn {
	/*	top: 317px; -- ESTE ERA CUANDO NO HABIA IMAGEN EN LA HOME*/
	top: -134px;
	z-index:4;
	width:300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}

#main_2btns {
	position: relative;
/*	top: 301px; -- ESTE ERA CUANDO NO HABIA IMAGEN EN LA HOME*/
	top: -150px;
	z-index:3;
	width:400px;
	margin-right: auto;
	margin-left: auto;
}


/*INTERNAL : GENERAL --------------------------------------------------------------------------*/

#header {
	position: relative;
	top: 18px;
	height: 70px;
	text-align: center;
	margin: auto;
	z-index:20;

}

.header_row {
	float: left;
}


/*INTERNAL : MANUAL ---------------------------------------------------------------------------*/

/* ORIGINAL
#manuals {
	position: relative;
	top:88px;
	height:470px;
	letter-spacing: 25px;
	margin-right: auto;
	margin-left: auto;
}

#manuals a:link, a:visited, a:active {
	text-decoration: none;
	color:#b5866a;
	border-color: #b5866a;

}

#manuals a:hover {
	text-decoration: none;
	color:#301b10;
	border-color:#301b10;

}
*/
#manuals {
	position: relative;
	top:88px;
	height:470px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.manual_imgcell {
/*	padding: 8px;
	margin: 16px;*/
	background-image: url(../img/tour_backtexture_001.gif);
	background-repeat: repeat;
}

.manual_emptycell {
	width: 20px;

}


/*INTERNAL : TOUR ---------------------------------------------------------------------------*/

#tour_info {
	top: 13px;
	position: relative;
	z-index:2;
}

#tour_video {
	top: 22px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 8px;
	background-image: url(../img/tour_backtexture_003.gif);
	background-repeat: repeat;
	width:271px;
	height:203px;
	
}

#tour_video_big {
	top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 10px;
	background-image: url(../img/tour_backtexture_003.gif);
	background-repeat: repeat;
	width:400px;
	height:320px;
	
}

#tour_ss_back {
	top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 10px;
	background-image: url(../img/tour_backtexture_003.gif);
	background-repeat: repeat;
	width:420px;
	height:315px;
}

#tour_controls{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 33px;

}

.tourcell {
	float: left;
	padding-top: 150px;
	width:122px;
}

.tourcell_pic {
	float: left;
	padding: 10px;
	background-image: url(../img/tour_backtexture_003.gif);
	background-repeat: repeat;
	width:420px;
	height:315px;
}


#tour_texts {

	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffe348;
	text-decoration: none;
	height: 80px;
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top:50px;

}

#tour_body {
	height:480px;
}

/*-----------LA GRILLA PARA LOS THUMBNAILS-----------*/

#grid {
/*	width: 685px;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 33px;
	height: 1100px;
	text-align: center;
}

.table_cell{
	background-image: url(../img/tour_backtexture_002.gif);
	background-repeat: repeat;
}

.row {
	float: left;
}

.cell {
	float: left;
	padding: 8px;
	margin: 16px;
	background-image: url(../img/tour_backtexture_002.gif);
	background-repeat: repeat;
}

.cell_blackback {
	float: left;
	padding: 8px;
	margin: 16px;
	background-image: url(../img/tour_backtexture_001.gif);
	background-repeat: repeat;
}

#grid a:link, a:visited, a:active {
	text-decoration: none;
	color:#b5866a;
	border-color: #b5866a;

}

#grid a:hover {
	text-decoration: none;
	color:#301b10;
	border-color:#301b10;

}

/*-----------FIN DE LA GRILLA PARA LOS THUMBNAILS-----------*/

