/* CSS Document */
body {
	background-color: rgb(71, 72, 164);
	color: rgb(238, 222, 139);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12;
	margin: 0; 
	vertical-align: middle;
}

HR {
	color: #9C3203;
	height: 1;
	text-align: center
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
	text-align: left;
	padding: 0px;
/*	border: 1px solid #006241; 
	background-color: #20E095; */
	color: #203C24;
}
table.tabla {
	padding: 0px;
}
	

th {
	background-color:  rgb(100,100,190);
	border: 1px solid  rgb(177,160,220);
	text-align: center; 
	color: rgb(255, 216, 59);
}

td {
	background-color: rgb(150,140,205);
	padding: 4px 4px 4px 15px;
/*	height: 28px; */
	font-size: 11px;
/*	font-style: italic; */
	font-weight: bold;
	border: 1px solid  rgb(197,180,240);
}

td.tabla {
	padding: 0px;
/*	height: 20px; */
	vertical-align: middle;
}

td.nincs {
	background-color: transparent;
	border: none;
	text-align: center;
	padding: 4px;
	margin: 0px;
}


input {
	border : 1px solid ;
	height : 24px;
	vertical-align : middle;
	color: #000000;
	background-color: #ffffff; 
	border-color: 9C3203;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
}



button {
	font-size: 12;
	font-style: italic;
}



a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	font-weight: bold; */
	color: #142CcA;
	text-decoration : none;

}
a:visited {
	text-decoration : none;
	color: #142CcA;
	font-size: 13px;
/*	font-weight: bold; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: rgb(255, 216, 59);
/*	text-decoration : underline; */
	font-weight: bold; 
	font-size: 13px;
	}
a:active {
	text-decoration : underline;
	color: rgb(255,204,0);
	font-size: 13px;
/*	font-weight: bold; */
}
img { border: 0px; }
