@charset "utf-8";
/* CSS Document */

td img {display: block;}body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #333333;
	font-size: 12px;
}
.line_der {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.line_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.line_punteada {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.bg {
	background-image: url(bg.jpg);
	background-repeat:  repeat-x;
}
body {
	margin-top: 10px;
}

