#flashDiv {
	position:absolute;
	left:18px;
	top:50px;
	width:165px;
	height:150px;
	z-index:1;
}

.body{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:14px;	
}

.link1{
	font-size:16px;	
	color:#29BBEE;
	text-decoration:none;
}
.tableContent{
	width:500px;
}
.tableBorderRight{
	background-image: url(archives/punto_linea.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.tableBorderLeft{
	background-image: url(archives/punto_linea.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.tableBorderTop{
	background-image: url(archives/punto_linea.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tableBorderDown{
	background-image: url(archives/punto_linea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
