#form{
	width: 470px;
	height: auto;
	padding: 0 1%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 350;
	color: #333;
}

input{
	width: 70%;
}

input[type=submit]{
	background-color:#028FB3;
	height:50px;
	width:95%;
	//border:none;
	font-weight:400;
	letter-spacing:2px;
	color:#FFFFFF;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding: 3px 35px 10px 35px;
	width: 450px;
	float: left;
	left: 50%;
  margin-top:30px;
	margin-left: 12%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#formVotacion-div  {
	background-color:rgba(72,72,72,0.4);
	padding: 3px 35px 10px 35px;
	width: 50%;
	left: 50%;
  margin-top:30px;
	margin-left: 12%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#button-blueVotacion{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 95%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #028FB3;
	color:white;
	font-size:24px;
	padding-top:8px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
#button-blueTabla{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 95%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #028FB3;
	color:white;
	font-size:10px;
	padding-top:8px;
	padding-bottom:8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:2px;
  font-weight:700;
}

#form-div p{
	text-indent: 0em;
	text-align: justify;
	font-size: 0.95em;
	margin: 0.9em 1.5em 0em 2em;	
}

#form-div piz{
	text-indent: 0em;
	text-align: left;
	font-size: 0.95em;
	margin: 0.9em 1.5em 0em 2em;	
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/Formulario/silueta.gif);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/Formulario/silueta.gif);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#usuari{
	background-image: url(../images/Formulario/silueta.gif);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#usuari:focus{
	background-image: url(../images/Formulario/silueta.gif);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#clau{
	background-image: url(../images/Formulario/Key.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#clau1{
	background-image: url(../images/Formulario/Key.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	margin-top:2%;
}
#clau2{
	background-image: url(../images/Formulario/Key.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#clau:focus{
	background-image: url(../images/Formulario/Key.jpg);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/Formulario/mail.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/Formulario/mail.png);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(../images/Formulario/telefono.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(../images/Formulario/telefono.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/Formulario/Consulta.jpg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #028FB3;
	color:white;
	font-size:24px;
	padding-top:8px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

.submitPrivado{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 30%;
	cursor:pointer;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-left:30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  	font-weight:700;
}

.RecordarClave{
	padding-top: 14%;
	padding-left: 7%;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}