@charset "utf-8";
/* CSS Document */
.btnContinuar{
	width: 23%;
    vertical-align: top;
    background-color: #ff6d00;
    display: inline-block;
    border: 0 solid;
    border-bottom: 4px solid #cc5700;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 10px;
    height: 36px;
    text-decoration: none;
    border-radius: 0;
	margin-left: 23.3em;
}


.crearPost {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 16px;
}
.form-controlC {
  padding: 0px 15px;
  margin: 15px 80px;
  display:block;
  width: 180%;
  height: 40px;
  /*padding: 6px 12px;*/
  font-size: 16px;
  text-align: left;
  line-height:inherit;
  color: #999999;
  background-color: #F2F2F2;
  background-image:radial-gradient();
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

border-radius: 16px 16px 16px 16px;
-moz-border-radius: 16px 16px 16px 16px;
-webkit-border-radius: 16px 16px 16px 16px;
}
.form-controlC:focus {
  border-color: #19B3FF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 145, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 145, 0, 0.6);
}
.form-controlC::-moz-placeholder {
  color: #999999;
  opacity: 1;
  padding: 0 15px;	
}
.form-controlC:-ms-input-placeholder {
  color: #999999;
  
}
.form-controlC::-webkit-input-placeholder {
  color: #999999;
}
.form-controlC[disabled],
.form-controlC[readonly],
fieldset[disabled] .form-controlC {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}
textarea.form-controlC{
  height: auto;
	background-color: #F2F2F2;
	border: 1px solid #d5d5d5;
	
	
}

