.body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.fondoabajo {
	background-image: url(img/ptl/fondoabajo.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 279px;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.borde {
	border: 1px solid #CCCCCC;
}
.bordeizquierda {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
}

.bordeblanco {
	border: 1px dotted #FFFFFF;
}
.bordebajoblanco {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.encoger {
	margin: 0px;
	padding: 0px;
}
.bordeabajo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blanca {
	color: #FFFFFF;
}

