/* color de placeholders */

/*:-moz-placeholder {
    color: blue;
}
 
::-webkit-input-placeholder {
    color: blue;
}*/

/***************/

/* sobre escribir los valores del outline por defecto*/

/* *:focus {outline: none;} */

/********************/

/*Cambio de fuente en el formulario

body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.crear_form h2, .crear_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 10px;}

/***********************/

/* bordes en el inicio y fin del formulario */
.crear_form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.crear_form li{
    padding:12px; 
    border-bottom:1px solid #eeeeee;
    position:relative;
}


.crear_form li:first-child, .crear_form li:last-child {
    border-bottom:1px solid #777777;
}

/**********************/


/*Margenes y organización de elementos del formulario*/
.crear_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float:right;
}

.crear_form label {
    width:150px;
    margin-top: 5px;
    display:inline-block;
    float:left;
    padding:3px;
}
.crear_form input {
    height:20px; 
    width:300px; 
    padding:5px 8px;
    margin-left: 20px; 
}


.crear_form select {margin-left: 20px;}
.crear_form textarea {padding:8px; width:310px;}
.crear_form button {margin-left:300px;}
.crear_form input:focus:invalid, .crear_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #ffffff url('images/invalid.png') no-repeat 98% center;
    box-shadow: 0 0 6px #d45252;
    border-color: #b03535
}
.crear_form input:required:valid, .crear_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #ffffff url('images/valid.png') no-repeat 98% center;
    box-shadow: 0 0 6px #5cd053;
    border-color: #28921f;
}

input:required, textarea:required {
    background: #ffffff url('images/red_star.png') no-repeat 98% center;
}



/*****************************/



/*****Estilo de los hints****/

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint:before {
    content: 25C0; /* left point triangle in escaped unicode */
    color: #d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

.crear_form input:focus + .form_hint {display: inline;}
.crear_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.crear_form input:required:valid + .form_hint:before {color:#28921f;} /* change form hint arrow color when valid */



/*****************/

/*Estilos visuales para el boton de formulario*/

/*    border:1px solid #aaaaaa;
    box-shadow: 0px 0px 3px #cccccc, 0 10px 15px #eeeeee inset;
    border-radius:2px; 
}*/
.crear_form input:focus, .crear_form textarea:focus {
    background: #ffffff; 
    border:1px solid #555555; 
    box-shadow: 0 0 3px #aaaaaa; 
}
/* Button Style */
button.submit {
    background-color: #36aae7;
    background: -webkit-gradient(linear, left top, left bottom, from(#36aae7), to(#1fa0e4));
    background: -webkit-linear-gradient(top, #36aae7, #1fa0e4);
    background: -moz-linear-gradient(top, #36aae7, #1fa0e4);
    background: -ms-linear-gradient(top, #36aae7, #1fa0e4);
    background: -o-linear-gradient(top, #36aae7, #1fa0e4);
    background: linear-gradient(top, #36aae7, #1fa0e4);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
  }   
     
.btn {
  background: #98aeba ;
  background-image: -webkit-linear-gradient(top, #98aeba, #020c12);
  background-image: -moz-linear-gradient(top, #98aeba, #020c12);
  background-image: -ms-linear-gradient(top, #98aeba, #020c12);
  background-image: -o-linear-gradient(top, #98aeba, #020c12);
  background-image: linear-gradient(to bottom, #98aeba, #020c12);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #bbd5e6;
  background-image: -webkit-linear-gradient(top, #bbd5e6, #313e47);
  background-image: -moz-linear-gradient(top, #bbd5e6, #313e47);
  background-image: -ms-linear-gradient(top, #bbd5e6, #313e47);
  background-image: -o-linear-gradient(top, #bbd5e6, #313e47);
  background-image: linear-gradient(to bottom, #bbd5e6, #313e47);
  text-decoration: none;
}
/*********************/

/* interactividad con los campos de llenado, al tener el focus el campo se expande */

.crear_form input:focus, .crear_form textarea:focus { /* add this to the already existing style */
    padding-right:75px;
}

/*Expansion suave - para navegadores que tiene soporte*/

.crear_form input, .crear_form textarea { 
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}


/********************/

/* boton para depurar*/
.btnDepurar{
  border: 1px solid #DBE1EB;
  font-size: 12px;
  font-family: Arial, Verdana;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background: #4972B5;
  background: linear-gradient(left, #4972B5, #618ACB);
  background: -moz-linear-gradient(left, #4972B5, #618ACB);
  background: -webkit-linear-gradient(left, #4972B5, #618ACB);
  background: -o-linear-gradient(left, #4972B5, #618ACB);
  color: #FFFFFF;
  }
  .btnDepurar:hover
  {
  background: #365D9D;
  background: linear-gradient(left, #365D9D, #436CAD);
  background: -moz-linear-gradient(left, #365D9D, #436CAD);
  background: -webkit-linear-gradient(left, #365D9D, #436CAD);
  background: -o-linear-gradient(left, #365D9D, #436CAD);
  color: #FFFFFF;
  border-color: #FBFFAD;
  }
