.background-color {
  background: #f4dde5;
}

.div-logo-inicial {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.logo-inicial {
  max-width: 100%;
  margin-top: 1em;
}

.logo-inicial-2 {
  max-width: 100%;
  opacity: 0.1;
}

.btn1 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 0px 20px 10px 20px;
  text-decoration: none;
}

.btn1:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn2
{
  cursor: pointer;
  font-size: 14px;
}


.texto-boton
{
  cursor: pointer;
}

.texto-boton:hover
{
  color: #ffc000;
}

.icon_table
{
  cursor: pointer;
}

.icon_table:hover
{
  color: #ffffff;
}

.icon_mas
{
  cursor: pointer;
}

.icon_mas:hover
{
  color: #1ca229;
}

.icon_menos
{
  cursor: pointer;
}

.icon_menos:hover
{
  color: #ff0000;
}

.contenedor
{
  -webkit-box-shadow: -5px 3px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -5px 3px 3px 2px rgba(0,0,0,0.2);
  box-shadow: -5px 3px 3px 2px rgba(0,0,0,0.2);
  border:1px solid #cccccc;
  padding: 10px;
}
/*Formulario*/

input[type=text]
{
  
}

/*Fin Formularios*/