.formulario
{
	font-family: verdana,arial,sans-serif;
	/*font-size: 9pt;*/
	font-size: .9em;

}

.formulario table
{
	width: 90%;
	table-layout: fixed;
}

html>body .formulario table
{
	width: 100%;
	border-collapse: collapse;
}

.formulario input
{
	background-color: #f4fbf5;
	color: inherit;
	border: .01em solid #b0dbb1;
	width: 100%;
}

.formulario select
{
	background-color: #f4fbf5;
	color: inherit;
	border: 1px solid #b0dbb1;
}

.formulario textarea
{
	background-color: #f4fbf5;
	color: inherit;
	border: .01em solid #b0dbb1;
	width: 100%;
}

.formulario ol li
{
	margin-bottom: 1em;
	margin-right: .5em;
	text-align: left;
}

.formulario table tr th
{
	/*font-size: 7pt;*/
	font-size: .7em;
	vertical-align: bottom;
}

.formulario table tr td
{
	text-align: center;
}

.formulario td radio, 
.formulario td input 
{
	width: 100%;
	
}

.formulario .radio
{
	border: none;
	background-color: transparent;
}

.formulario div
{
	margin-bottom: .3em;
}

.formulario .fecha
{
	width: auto;
	
}

.formulario .indentado
{
	padding-left: 1em;
	margin-top: .5em;
	
}

.formulario table div, 
.formulario table span
{
	text-align: left;
	display: block;
	width: 100%;
	/*font-size: 8pt;*/
	
}

.formulario tr.abajo
{
	border-bottom: .01em solid #f00;
	
}

.formulario .boton
{
	width: auto;
}

