td {  
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea:focus, input:focus {
	background-color: #F4F8FF;
} 

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {

	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {

	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #006699;
	border: solid #333333;
	border-top-color: #006699;
	width: auto;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	
}

.prendo {
	border: 1px none;
	list-style-type: circle;	
}


.muyPrendido {
	border: 1px none;
	list-style-type: circle;
	background-color: #EAEAEA;
	cursor: hand;
}


.hacerBold {
	font-weight: bold;
	color: #000000;
}