body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.transp {
	background-image: url(../img/tr.png);
}
a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #603;
}

.tabla_menu {
	background-color: #FB6262;
	font-weight: bold;
	color: #600;
	border: thin dotted #39271A;
	cursor: pointer;
}
.tabla_menu:hover {
	background-color: #FA2525;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #39271A;
	border-right-color: #39271A;
	border-bottom-color: #39271A;
	border-left-color: #39271A;
	font-weight: bold;
	color: #F99;
	cursor: pointer;
}
a:hover {
	font-weight: bolder;
	text-decoration: underline;
	color: #F00;
}
a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #F00;
}
a:active {
	font-weight: bolder;
	text-decoration: blink;
	color: #F00;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 9px;
}
.bigger {
	font-size: 21px;
	font-weight: bold;
}
.inv {
	display:none;
}
.gray {
	color: #D28282;
}
.red {
	color: #C00;
}

.vis {
	display:inline;
}
.white {
	color: #FCC;
}
.textfield {
	border: 1px dotted #ffffff;
	/** remember to change image path **/
	background: url(bg5320192122) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}
.text2 {
	border: 1px dotted #333333;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#000;
	size:10;
}
.text {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.menucat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #510000;
	background-color: #FCC;
	font-weight: bold;
}.bigTable {
	font-size: 18px;
	font-weight: bold;
	color: #FCC;
	background-color: #900;
	border: thin dashed #900;
}
.transp2 {
	background-image: url(../img/tr2.png);
}
.transpB {
	background-image: url(../img/trB.png);
}
.botonRojo {
	color: #FFF;
	font-weight: bold;
	background-color: #900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.botonVerde {
	color: #FFF;
	font-weight: bold;
	background-color: #390;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0F0;
	border-right-color: #0F0;
	border-bottom-color: #0F0;
	border-left-color: #0F0;
}
