﻿.encabezado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #99CC33;
}
.filas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-style: normal;
	line-height: normal;
	/*text-transform: capitalize;*/
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #99CC00;
	border-right-color: White;
	border-bottom-color: #99CC00;
	border-left-color: White;
	
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-style: normal;
	text-transform: capitalize;
	color: #009900;
	text-decoration: underline;
	background-position: center;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
}
.btnBorrar 
{
	float: right;
	padding-right : 10px;
}
a:link {
	color: #00CC00;
}
a:hover {
	color: #00CC00;
}

