/*- CSS CONDOTTIERE -*/
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	}
	
body {
	background: white;
	margin: 0px;
	padding: 0px;	
	height: 100%;
	font: normal 0.8em "Verdana";
	}

#marco {
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

#white_line {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	border-top: 2px solid #001902;
	border-bottom: 2px solid #001902;
	background: url('../gui/back_header.png') repeat-x black;
	overflow: hidden;
}

#logo {
	height: 70px;
	width: 326px;
	margin: 0px;
	padding: 0px;
	background: url('../gui/logo.png') no-repeat;
	top: 0px;
	margin-left: 20px;
	display: inline;
	z-index: 0;
	float: left;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-bottom: 2px solid #001902;
	background: url('../gui/back_nav.png') repeat-x white;
	font: normal 1.2em "Century Gothic";
	text-transform: lowercase;
	line-height: 2;
}
	
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: url('../gui/back_nav.png') repeat-x white;
	border-top: 2px solid #001902;
	font-size: 0.7em;
	color: #776902;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 15px;
	overflow: hidden;
	}

#footer p {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
	
#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px;
	padding-bottom: 40px;
	padding: auto;
	color: #776902;
}

#turno {
	float: right;
	font-size: 0.7em;
	margin-right: 5px;
	color: white;
	text-align: right;
}

#turno p {
	margin: 0px;
}

#turno a {
	color: white;
	text-decoration: none;
}

#turno a:hover {
	color: white;
	text-decoration: underline;
}

#nav ul {
	display: inline;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	float:left; 
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #b6b6b6;
	}

#nav li:hover {
	background: url('../gui/back_nav_h.png') repeat-x white;
	height: 30px;
	color: white;
}

#nav a {
	color: black;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	}

#nav a:hover {
	background: url('../gui/back_nav_h.png') repeat-x white;
	height: 30px;
	color: white;
	}

#Mano {
	text-align: left;
	text-decoration: italic;
	}

#tablero_wrap {
	margin-left: 100px;
}
	
#tablero {
	width: 416px;
	max-width: 416px;
	height: 600px;
	max-height: 600px;
	}

#gamelog {
	text-align: left;
	font-size: 0.8 em;
}


#header_table {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: -15px;
}

#content P{
	text-indent: 30px;
}

#header_game P{
	text-indent: 0px;
}

#header_data {
	line-height: 2px;
}

#territorios {
	line-height: 1;
}

#table_hand_left {
	background: url('../gui/hand_left.png') left no-repeat;
	height: 127px;
	width: 8px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#table_hand_right {
	background: url('../gui/hand_right.png') right no-repeat;
	height: 127px;
	width: 8px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#table_hand_center {
	background: url('../gui/hand_center.png') repeat-x;
	height: 127px;
	margin: 0px;
	padding: 10px 0px 0px 4px;
	text-align: center;
}

#table_hand {
	margin-left: 27px;
	height: 127px;
	display: inline-block;
	padding: 0px;
}

#table_line_left {
	background: url('../gui/line_left.png') left no-repeat;
	height: 127px;
	width: 8px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#table_line_right {
	background: url('../gui/line_right.png') right no-repeat;
	height: 127px;
	width: 8px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#table_line_center {
	background: url('../gui/line_center.png') repeat-x;
	height: 127px;
	margin: 0px;
	padding: 10px 0px 0px 4px;
	text-align: center;
}

#table_line {
	margin-left: 27px;
	height: 127px;
	display: inline-block;
	padding: 0px;
}

#table_self  P{
	margin-bottom: 2px;
	margin-top: 4px;
	padding: 0px;
}

#line {
	background: url('../gui/line.png') no-repeat center;
	height: 8px;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

#table_rest {
	line-height: 7px;
}

#info {
	line-height: 7px;
}

#battle_table {
	text-align: center;
	margin: auto;
	padding: 7px;
	min-width: 70%;
}

#form {
	margin-left: 40px;
}

#form p{
	text-indent: 0px;
}

#battle_table TR {
	text-align: center;
}

#battle_table P{
	text-indent: 0px;
	padding: 0px 10px 0px 10px;
}

#info P{
	text-indent: 0px;
}

#content P.error {
	position: absolute;
	top: 130px;
	left: 300px;
	text-align: center;
	border: 1px solid #001902;
	background: url('../gui/back_nav.png') repeat-x white;
	color: black;
	padding: 3px 25px 3px 25px;
	text-indent: 0px;
}

TR.Titulos {
	background: url('../gui/back_header.png') repeat-x #001902 0% 10%;
	color: white;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #001902;
	}
	
TR.par {
	/*background: #fafcf7;*/
	color: #776902;
	}
	
TR.impar {
	background: #e9ecca;
	}

TABLE{
	width: 95%;
	padding: auto;
	margin: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.resumen {
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #776902;
}

TD.resumen-tit {
	border-right: 1px solid #001902;
	text-align: right;
}

TD.resumen1 {
	background: #fed3d4;
	color: #103903;
}

TD.resumen2 {
	background: #d3d7fe;
	color: #103903;
}

TD.resumen3 {
	background: #fefdd3;
	color: #103903;
}

TD.resumen4 {
	background: #d8fed3;
	color: #103903;
}

TD.resumen5 {
	background: #f3f3f3;
	color: #103903;
}

TD.resumen6 {
	background: #d6d6d6;
	color: #103903;
}

TABLE.Stats {
	width: auto;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

TABLE.battle {
	width: 75%;
	text-align: center;
	margin: 0px;
	padding: 7px;
}

TBODY.battle {
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 7px;
}

TBODY {
	text-align: center;
}

TBODY.Stats {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

TD {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.8em;
}

IMG {
	border: 0px;
}
	
img.tablero
	{
	position: absolute;
	}

a {
	color: #103903;
}
a:hover {
	text-decoration: none;
	color: #103903;
}

IFRAME.messages {
	width: 80%;
	height: 110px;
}

H2 {
	color: #133711;
	font: normal 1.4em "Verdana";
}

H3 {
	color: #133711;
	font: normal 1.2em "Verdana";
	margin: 0px;
}