html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#B9B9B9;
}
.header {
}
.header td {
	vertical-align:bottom;
	border-bottom:1px solid #FFFFFF;
	background-image:url(images/header_fondo.gif);
}
.menuvitem {
	padding:3px 0 3px 6px;
	border-bottom:1px solid #FFFFFF;
	background-color:#000080;
}
.direccion {
	border:1px solid #0662D3;
	border-left-width:0;
	border-right-width:0;
	font-size:10px;
	margin-bottom:10px;
	text-align:right;
	color:#0662D3;
}
.direccion a {
	color:#0662D3;
	text-decoration:none;
}
.direccion a:hover {
	color:#003366;
	text-decoration:underline;
}
.footer, .alliance {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #999999;
	padding:5px 3px;
	text-align:center;
	color:#666666;
}
.alliance {
	padding-right:30px;
	background-image:url(images/minialliance.gif);
	background-position:223px;
	background-repeat:no-repeat;
}
.alliance a {
	color:#666666;
	text-decoration:none;
}
.alliance a:hover {
	color:#333333;
	text-decoration:underline;
}
.tit1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}
.input {
	border:1px solid #333366;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:2px;
}