/* HOJA DE ESTILOS */

h1{
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:15px;
  text-shadow: 0 1px 0 rgba(234,234,234,1);
}
#texto{
  font-family: Helvetica, arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(234,234,234,1);
  vertical-align: top;
  position: relative;
  width: 600px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #f7f7f7;
  padding: 2em 1.5em;
  line-height: 1.3em;
  margin-top: 10px;
  display: inline-block;
  background: rgb(234,234,234); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(234,234,234,1) 100%);  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(35%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(234,234,234,1) 100%); /* IE10+ */
  background: linear-gradient(left, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(234,234,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
}
#texto:before, #texto:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#texto:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#texto li{
  margin:0 auto auto 10px;
  font-size: 12px;
  color:#463D24;
  text-shadow: 1px 1px 1px rgba(234,234,234,1);
  list-style-image: url("../img/li_img.png");
  list-style-position: inside;
}
.browsertd{
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(234,234,234,1);
  color: #000;
  text-decoration: none;
  text-align: center;
}
.browsertd:hover{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.browsertd a{
  color: #000;
  text-decoration: none;
}
.browser{
  height: 40px;
  display: inline-block;
}

/* --CAJA DE LOGIN-- */
.box-box label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight:bold;
}
.box-box input[type=text] {
  width: 80%;
  height: 15px;
  font-size: 10px;
}
.box-box input[type=password] {
  width: 80%;
  height: 15px;
  font-size: 10px;
}
.box-box {
  margin: 12px 0px 0px;
  padding: 20px 25px 15px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 1px #ccc;
  -moz-box-shadow: 2px 2px 10px 1px #ccc;
  -ms-box-shadow: 2px 2px 10px 1px #ccc;
  -o-box-shadow: 2px 2px 10px 1px #ccc;
  box-shadow: 2px 2px 10px 1px #ccc;
}
.box {
  margin-left:80px;
  margin-top: 30px;
  width: 225px;
  display: inline-block;
  vertical-align: top;
}
.error-log{
  color: #f00;
  font-weight:bolder;
  font-size: 11px;
}
.boton{
  font-weight: bold;
  cursor:pointer;
  background-color:#CA3B2B;
  border: 1px solid #CC2C1A;
  color:#FFF;
  height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.boton:hover{
  border: 1px solid #B0281A;
  -webkit-box-shadow: 1px 1px 2px #CCC;
}
.boton:active{
  background-color:#B03B2B;
  border: 1px solid #CA3B2B;
}