.contenedor{
  font-family: tahoma,verdana,sans-serif;
  overflow: hidden;
  color: #404040;
  position: relative;
  margin: 0px auto;
  padding: 10px 10px 10px;
  width: 99%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.contenedor #logo{
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  color: #404040;
  float: left;
  background: white;
  position: relative;
  margin: 10px auto;
  margin-left: 11%;
  padding: 10px 10px 10px;
  width: 37%;
  height:250px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.contenedor #logo img{
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto; 
}

.contenedor #login{
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  color: #404040;
  float: right;
  background: white;
  position: relative;
  margin: 10px auto;
  margin-right:11%;
  padding: 10px 10px 10px;
  width: 36%;
  height: 250px;
  background: white; 
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.contenedor #login h1 {
  margin: -10px -10px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}
.contenedor #login input[type=text],
.contenedor #login input[type=password]{
  margin: 5px auto;
  padding: 0 10px;
  width: 300px;
  height: 35px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.contenedor #login input[type=text]:focus,
.contenedor #login input[type=password]:focus{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


.contenedor #login input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.contenedor #login input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
/*
  BORDE SOMBREADO
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  */
.contenedor #cabecera{
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  color: #404040;
  background: white;
  position: relative;
  margin: 0px auto;
  padding: 10px 10px 10px;
  width: 99%;
  height: 180px;
  background: white;
}
.contenedor #cabecera label{
  color: #FF7400;
  font-weight: bold;
}
#piedepagina{
  font-family: tahoma,verdana,sans-serif;
  font-size: 13px;
  text-align: right;
  color: #404040;
  background: white;
  position: relative;
  margin: 5px auto;
  padding: 10px 10px 10px;
  width: 80%;
  height: 70px;
  background: white;
}
#piedepagina label{
  color: #FF7400;
  font-weight: bold;
}