﻿#icon-iFlow{
	background:url(../img/icono.png);
	}
#imgFlowCont label{
	display:inline-block;
	width:120px;
	float:left;
	padding:5px 0 0 0;
	margin:0 0 9px 0;
	}
.fleft{
	float:left;
	}
#imgFlowCont input, #imgFlowCont select{
	float:left;
	width:140px;
	}
#imgFlowCont input#enviar-btn{
	float:none;
	width:100%;
	cursor:pointer;
	background:#5d5d5d;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	}
#imgFlowCont li span{
	clear:both;
	display:block;
	background:#0a2026;
	padding:2px;
	color:#fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
#imgFlowCont h4{
	border-bottom:solid 1px #979797;
	}
.clear{
	overflow:hidden;
	height:100%;
	}
.flists{
	padding-bottom:20px;
	}
.flists li{
	padding:0 0 5px 0;
	overflow:hidden;
	height:100%;
	}
a.quest{
	background:#0A2026;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding:0 5px;
font-size:.8em;
margin:5px 0 0 5px;
float:left;
display:block;
	}