@charset "utf-8";

/* CSS Document */

body {
	background-color: #E2EFD5;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#003300;
	font-weight:bold;
}

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#003300;
}

.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#003300;
	font-weight:bold;
}


A:link  {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}



A:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: yes;
	cursor : pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}


A:active {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


A:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


.tabla {
	BORDER-BOTTOM: #003300 1px solid; 
	BORDER-LEFT: #003300 1px solid; 
	BORDER-TOP: #003300 1px solid; 
	BORDER-RIGHT: #003300 1px solid; 
	align: center;
}


.sub_tabla {
	BORDER-BOTTOM: #003300 2px solid; 
	BORDER-LEFT: #003300 2px solid; 
	BORDER-TOP: #003300 2px solid; 
	BORDER-RIGHT: #003300 2px solid; 
	align: center;
}
