/*@import "reset.css";*/




body
{
	font: 15px/1.75em 'Lato', Helvetica, Arial, sans-serif; color: #666; font-weight: 300;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    margin-top: 0px;
	background-color: #f5f5f5;
}

#wrap
{
    background-color: transparent;
    height: 100%;
    position: relative;
    width: 100%;
}

a
{
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, li, a, strong, .input, .formulario_textarea
{
    font-family: 'Cabin', sans-serif;
    color: #000;
}

h1
{
    display: none;
}

#contenedor
{
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.logo
{
    background: url("../img/logo.png") 0px 0px no-repeat;
    background-repeat: no-repeat;
    position: relative;
    width: 400px;
    height: 26px;
    float: left;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.publi
{
    background: url("../img/banner_cc.gif") 0px 0px no-repeat;
    width: 485px;
	height: 60px;
	margin: 10px;
    float: right;
}

.panel_usuario
{
    width: 485px;
	height: 60px;
	margin: 10px;
    float: right;
}

.labels {
	background-color: #73BE02;
	text-align: center;
	width: 85px;
	height: 14px;
	border: 0px solid black;
	line-height:90%;
	white-space: nowrap;
}

.checkbox-lg .form-check-input{
 top: .8rem;
 scale: 1.4;
 margin-right: 0.7rem;
 }

.checkbox-lg .form-check-label {
 padding-top: 13px;
 }

.checkbox-xl .form-check-input {
 top: 1.2rem;
 scale: 1.7;
 margin-right: 0.8rem;
 }

.checkbox-xl .form-check-label {
 padding-top: 19px;
 }

#admin_panel
{
	background-color: #fff;
    background-repeat: repeat-x;
    width: 100%;
	padding: 15px;
}

#wrapper_center
{
   position: relative;
   float: left;
   left: 0px;
   width: 100%;
   height: 90%;
   margin-top: 80px;
}

#left
{
   position: relative;
   float: left;
   left: 0px;
   width: 25%;
   height: 100%;
}

#right
{
   position: relative;
   float: left;
   left: 0px;
   width: 75%;
   height: 100%;
}

#footer
{
    background-image: url("../img/footer.png");
    background-repeat: repeat-x;
    height: 32px;
    width: 100%;
    float: right;
    position: relative;
    margin-top: -32px;
    z-index: 5;
}

/* Estilos del login. */
.login-container {
  max-width: 400px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.login-container .form-group {
  margin-bottom: 20px;
}
.login-container .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* Estilos del login. */

.main-container {
  max-width: 800px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}