body {
	/*background-image: url(images/page_bg.gif);*/
	bgcolor: #f2f2f2;
	}

.border-left {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}

	
a:link {
	text-decoration: none;
	color: #333333;	
	
}

a:hover {
	text-decoration: underline;
	/*color: #66CCFF*/
}

a:visited {
    text-decoration: none;
	color: #333333
	}

a:hover {
	text-decoration: underline;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color:#818181*/

}
.titulos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000
}
.titulos2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#3399FF
}

.standard-white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.fuente-chica-white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.standar-bold {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.titulos-white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.standar-bold-white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.border-final {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
 	color:#666666

}


.punteadaizq {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.punteadader {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}

.puntea-UP {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.solida-up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.solida-DOWN {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.rayadaizq {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}

.solida-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.rayada-up {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.punteadader2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}