#fichaContacto{
	width: 400px;
	height: 320px;
	font-family: 'Josefin Sans', sans-serif;
	margin: auto;
	margin-top: 50px;
}#fichaContacto #form{
}#fichaContacto input,textarea{
	width:380px;
	float:left;
	margin-top:6px;
	border-radius:5px;
	font-size: 18px;
	padding: 3px 5px 3px 5px;
}#fichaContacto textarea{
	border: 2px inset #fff;
	border-radius: 5px;
}#fichaContacto #enviar{
	width:100px;
	font-size:14px;
	margin: 15px auto;
	position: relative;
}#fichaContacto iframe{
	float: left;
	margin: 15px;
}#result {
	width:100%;
	margin:auto;
	margin-top:50px;
	text-align:center;
	display:none;
	color: #fff;
}#enviado{
	width:280px;
	border-right: dotted thin #000;
	float: left;
	margin-right: 15px;
	text-align: center;
	text-shadow:#fff 1px 1px 0px;
	font-weight: bold;
	display: none;
	height: 260px;
}#enviado img{
	width: 25%;
	box-shadow: 2px 2px 5px;
}#loading{
	background-image:url(../ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:280px;
	border-right: dotted thin #000;
	float: left;
	margin-right: 15px;
	height: 260px;
	display:none;
}