@charset "utf-8";
html{
	height: 100%;
	width: 100%;
	}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
h1{
	font-size: 14px;
	color: #000000;
	text-indent: 20px;
	margin: 10px;
	margin-left: 30px;
}
h2{
	font-size: 12px;
	color: #000000;
	text-indent: 20px;
	margin: 10px;
	margin-left: 30px;
}
p{
	color: #333333;
	text-align: justify;
	text-indent: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
table.Base{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: none;
	}
td.Base{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: none;
	}
.Content{
	height: auto;
	width: 550px;
	margin: 0px;
	border: none;
	position: absolute;
	top: 0px;
	left: 150px;
	padding: 0px;
	cursor: n-resize;
	text-align: justify;
	}
	
.Content2{
	height: auto;
	width: 150px;
	margin: 0px;
	border: none;
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 0px;
	text-align:right;
	}
.Layout{
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 700px;
	border:none;
	}
.LayoutTexty{
	height: 12px;
	text-align: right;
	}
.LayoutInfo{
	height: 550px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}
.LayoutMenu{
	height: 12px;
	font-size: 12px;
	}
.Help{
	position:inherit;
	top:0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 12px;
	height: 12px;
	}

.Tip{}
.Tip span{display: none}
.Tip:hover span{
	display:block;
	position:absolute;
	width:150px;
	top:16px;
	left: 16px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.Menu{
	color: #999999;
	text-decoration: none;
	}
.Menu:hover{
	color: #CCCCCC;
	}

.enlace{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.enlace:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.Sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3333CC;
	text-decoration: none;
	font-weight: bold;
}

.left{float:left}
.right{float:right}
