*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	word-spacing: 0px;
}
html{
	height:100%;
}

div {
	border:0px solid #ff0000;
}

body{
	background-color:#f7f7f7;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-family:Tahoma, Verdana;
	font-size:8pt;
}

#topgal{
	width:430px;
	height:40px;
	font-size:10pt;
	float:right;
}

#leftcol{
	width:124px;
	height:360px;
	float:left;
}

#principal{
	width:430px;
	height:320px;
	background-repeat:repeat-y;
	background-position:0px 0px;
	float:left;
}

#footer{
	width:550px;
	height:90px;
	overflow:auto;
	overflow-y:hidden;
}

.bordafina{
	border: 1px solid #ccc;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

