
#trabajo1 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/trabajo/trabaja_1.jpg') center top no-repeat;
}

#trabajo1: hover {
   opacity: 0.5;
}


#trabajo2 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/trabajo/trabaja_2.jpg') center top no-repeat;
}

#trabajo2: hover {
   opacity: 0.5;
}

#trabajo3 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/trabajo/trabaja_3.jpg') center top no-repeat;
}

#trabajo3: hover {
   opacity: 0.5;
}


.box_text_sin_icono {
  width: 70%;
  height: auto;
  min-height: 302px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}


#feedback-page{
	text-align:center;
}

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

#form-div {
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;

}

.feedback-input {
	color:#3c3c3c;
  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 #606060;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

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

/* Icons ---------------------------------- */
#name{
	background-image: url('../imagenes/contacto/name.svg');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url('../imagenes/contacto/name.svg');
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#apellido{
	background-image: url('../imagenes/contacto/name.svg');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#apellido:focus{
	background-image: url('../imagenes/contacto/name.svg');
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url('../imagenes/contacto/email.svg');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url('../imagenes/contacto/email.svg');
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url('../imagenes/contacto/comment.svg');
	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{
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	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;
}

.radio {
	float: left;
}

ul.asunto {
	height: 34px;
}

ul.asunto li {
	list-style-type: none;
	float: left;
	margin-left: 2%;
}

p.text {
  clear: left;
}

li.opcion {
	width: 18%;
}

.op {
margin: 0;
	padding-left: 16%;
}

p.email {
  border-bottom: 1px solid #ccc;
  height: 120px;
}

@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%;
	}
}