body{
	background: white;
}

ul {
	list-style-type: none;
}

ul.aut, ul.aut a, h4.nom-seccion, h3.leyenda, table.aut th , label.aut, p.aut{
	color: #039; 
}

ul.aut, label.aut{
	font-size: 18px;
}

table.aut {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

table.aut td {
	color: #669;
}

table.aut tbody tr:hover td
{
	background:  #f3f5fe;
	color: #009;
}

table.aut th, table.aut td {
	font-size: 12px;
}

table.no-border tbody td{
	border: 1px none white;
}

.loading {
	margin-left: 5px;
}

h6.ocultar-texto, span.ocultar-texto {
	color: white;
}

textarea.aut {
	width: 100%;
}

select option:disabled{
	background: #f2f2f2;
}

.weight-off  label.text-label{
	font-weight: normal;
}

.toggle-off {
	display: none;
}

.style-input-off {
	border: 0px none white; 
	background: white; 
	padding-top:10px;
}

@media (max-width: 480px) {	
	table.aut th, table.aut td {
		font-size: 8px;
	}
}