p{
	text-align: justify;
}
h1{
	text-align: left;
}

.rowTexto{
	padding-top: 15px;
}
#tabla{
	width: 100%;
	float: left;
	border-collapse: separate;
	border-spacing: 2px 2px;
	text-align: center;
	border: 0px;
}
#tabla thead{
	background-color: #F4F0E6;
	color: #000;
	font-weight: bold;
	width: 231px;
}
#tabla thead td[sele^='s']{
	background-color: #F4F0E6;
	color: #000;
	font-weight: bold;
	width: 231px;
	padding: 7px;
}
#tabla tbody{
	text-align: center;
	background-color: #A0D468;
	font-weight: bold;
}
#tabla tbody td[sele^='s']{
	padding: 7px;
}
#tabla tbody tr:hover {
	background-color: #58A021;
}