/* HTML TAGS */

body {font-size:0.75em;}


/* Clases */

.columnaForm fieldset
{
	
	display: block;
	margin: 0 0 2em 0;
	padding: 0 1em 1em 1em;
		
}

.columnaForm fieldset fieldset
{
	/* HORIZONTAL */
	float: left;
	width: 43%;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}

.columnaForm fieldset.radio
{
	width: 17em;
	margin: 1em 0 2em 0;
}

.columnaForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.columnaForm fieldset.radio label
{
	font-weight: normal;
}

.columnaForm input
{
	display: block;
	border: 1px solid #8eafda;
	background-color: #acc5e7;
	width: 10em;
}

.columnaForm input:focus, .columnaForm input.sffocus
{
background-color:#8eafda;
color:#ffffff;
font-weight:bold;
width: 10em;
}

.columnaForm textarea
{
	border: 1px solid #8eafda;
	background-color: #acc5e7;
	width: 20em;
}

.columnaForm legend
{
margin-bottom: 5px;
font-size:14px;
color:#0000FF;
}

.columnaForm legend legend
{
font-size:12px;
}

.columnaForm label
{
	display: block;
	margin-bottom: 1em;
}

.columnaForm label.first
{
	padding-top: 1em;
}

.columnaForm select
{
	display: block;
	border: 1px solid #8eafda;
	background-color: #acc5e7;
}


/* CLASES */
.columnaForm .file
{
	display: block;
	width: 25em;
}

.columnaForm .submit
{
float:right;
}
