/* CSS Document */

/* Formulario
.input {
	color: #333333;
	width: 150px; 
	height: 15px;
	margin: 0;
	padding: 0 0 0 9;
	border: 1px solid #999;
	font-family: "Arial", "Helvetica","clean";
	font-size: 1.3em;
	
}
#formulario-user { float:left;}
#formulario-registered{ float:left;}
#formulario-meipi { float:left;}

.formulario {	
  padding-top: 10px;
	}
.formulario h2 {
	padding-left:30px;
	float:left;
	color:#007AB0;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: left;
	font-size: 1.6em;
  width:auto;
	line-height:1.6em;}
.fo-error{
	color:#FF0000;
	font-size: 1.3em;
	line-height:1.3em;
	display:table-cell;
	float:left;
	width:140px;
	text-align:right;
	font-weight: bold;
}
.error{color:red;}

.fo-tabla {
border-collapse:separate;
border-spacing:1px;
display:table;
margin-bottom:10px;
clear:both;}
.fo-fila {
	display:table-row;
	width:100%;
	clear:both;
	float:left;
	margin-bottom:8px;
}
.fo-elem {
color:#707070;
display:table-cell;
float:left;
text-align:center;
width:50px;

}
.fo-type {
  font-size:1.3em;
	line-height:1.3em;
	display:table-cell;
	float:left;
	width:140px;
	text-align:right;
font-weight:bold;}
.fo-input {
display:table-cell;
float:left;
font-size:1.3em;
line-height:1.3em;
width:250px;
text-align:left;
margin-left: 5px;
font-family: "Arial", "Helvetica","clean";
}
.fo-input-big {
display:table-cell;
float:left;
width:175px;
height:500px;
text-align:left;
margin-left: 5px;
}
.fo-desc {
font-size:1.2em;
line-height:1.2em;
	display:table-cell;
	color:#777777;
	width:350px;
	text-align:left;
	vertical-align:top;
}
.fo-recapcha, fo-recapcha img {display:table-cell;
float:left;
width:340px;
text-align:left;
margin-left: 5px;
border-color:#aaa;
border:1px solid;}
.fo-input-wide{
width:300px;}
.fo-input-recapcha{
width:300px;}
.fo-box {
	background-color: #dddddd;
	margin-top: 5px;
  float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.fo-linea {
font-size:1.3em;
line-height:1.3em;
float:left;
display:table-cell;
text-align:left;
margin-left: 45px;}


.result {color:#ff0000;}

