.txtblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.txtblanco2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F8F8F8;
	text-decoration: none;
}

.txtblanco2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F8F8F8;
	text-decoration: underline;
}

.borderojo {
	border: 1px solid #E73E20;
}

.bordenegro {
	border: 1px solid #000000;
}

.bordegris {
	border: 1px solid #cccccc;
}

.txtnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.txtmarron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #857661;
	text-decoration: none;
}

.txtmarrongrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #857661;
	text-decoration: none;
}

.txtmarronclarogrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: normal;
	color: #ceb492;
	text-decoration: none;
}

.txtmarrongrd:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #857661;
	text-decoration: underline;
}

.txtgris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.txtgris:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.txtlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}.mizquierda {
	background-image: url(../pics/mizquerda.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.mderecha {
	background-image: url(../pics/mderecha.gif);
	background-repeat: repeat-y;
}
.trenza {
	background-image: url(../pics/trenza.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fondopro {
	background-image: url(../pics/fondopro.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bordenegro2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.inputformulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: F8F6F1;
	border: 1px solid #666666;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
border-color: #EFC772;
background-color: #FFFFFF
}

#dragbar{
background-color: #EFC772;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	cursor: hand;
}

