/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #323232;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rigth {
	background-image: url(../images/rigth.gif);
	background-repeat: repeat-y;
	background-position: left;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.txt_verde {
	font-family: Tahoma;
	font-size: 11px;
	color: #007427;
}

.txt_naranja {
	font-family: Tahoma;
	font-size: 11px;
	color: #d26c00;
}

.txt_blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #26649b;
}
.txt_blanco {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.txt_titulos {
	font-family: Tahoma;
	font-size: 14px;
	color: #007427;
	font-weight:bold;
	text-shadow:#999999;
}
