.bordeverdetabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	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: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.tablas {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EFEFEF;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.textoblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F4F4F4;
	font-size: 12px;
	background-color: #107acc;
	font-weight: bold;
}
.cabecera {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #107acc;
}
