.botonverde {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #006600;
	padding-top: 5px;
	padding-bottom: 2px;
	border: 3px solid #FFFFFF;

}
.botonazul {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #3333CC;
	padding-top: 5px;
	padding-bottom: 2px;
	border: 3px solid #FFFFFF;

}
.botonclaro {
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	background-color: #F0F0FF;
	padding-bottom: 5px;
	text-indent: 8pt;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
.tablaprincipal {
	border-top: 5px solid #FFCC00;
	border-right: 20px solid #FFCC00;
	border-bottom: 20px solid #FFCC00;
	border-left: 20px solid #FFCC00;

}
.lineasuperior {
	border-top: 1px solid #5AA000;

}
.lineaderecha {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFCC00;


}
.lineainfyder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5AA000;
	border-bottom-color: #5AA000;
}
.lineainferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AA000;
}

a:link {
	text-decoration: none;
	color: #006600;

}
a:active {

	text-decoration: none;
	color: #006600;
}
a:visited {


	text-decoration: none;
	color: #006600;
}
a:hover {
	color: #666666;
}
a.botones:link {

	text-decoration: none;
	color: #FFCC00;
}
a.botones:active {

	text-decoration: none;
	color: #FFCC00;
}
a.botones:visited {

	text-decoration: none;
	color: #FFCC00;
}
a.botones:hover {
	text-decoration: none;
	color: #3333CC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}
a.global:active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;

}
a.global:link {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;

}
a.global:link {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a.global:visited {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a.global:hover {
	text-decoration: none;
	color: #666666;
}
.ficha {
	color: #333300;
	border: 2px dotted #669933;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 1px;


}
.ficha th{
	color: #999999;
	font-size: 11px;
	text-align: left;
	vertical-align: top;

}
.ficha td{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	vertical-align: top;

}
.ficha img{
	margin: 2px;
}
