/*     T A B L A S    */

.border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCB;
}
.border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.TablaBorder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.TablaFondoWins{
	background:url(wins.jpg) no-repeat;
}
.TablaFondoWinUp{
	background:url(winup.png) no-repeat;
}


/*   B  O  D  Y   */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.divCabezal{
	position:absolute;
	width:716px;
	height:158px;
	left: -44px;
	top: 0px;
}
.divMenu{
	position:absolute;
	width:776px;
	height:34px;
	left: -44px;
	top: -2px;
}
.divMain {
    position:relative;
	width:716px;
	height:158px;
	top:0px;
	margin-left:0px;
	
}
.divMainMenu {
    position:relative;
	width:716px;
	height:34px;
	top:0px;
	margin-left:0px;
	
}
