﻿
.cajaloginCentrado
{
      margin-left:25%;
}

.divClausula
{
	width: 98%;
	float: left;
	height: auto;
    padding-top:0px;
    margin-top:5px;
    
 

	/*overflow: auto;
	border: thin groove #999999;*/
}

.divContenidoClausula
{
	text-align: justify;
	clear:both;
	font-weight:normal;
	font-size:0.8em;
     color:#757576;
     
}

.divTituloClaususla
{
    text-align: justify;
	font-size:0.8em;
	font-weight:bold;
	
	clear:both;
    color:#757576;
	
}

.divCalusulaContetendor
{
	width:90%;
	clear:both;
    margin-left:5%;
}

.divCalusulaContetendorIzq
{
	width:2%;
	float:left;
}

 .divCalusulaContetendorIzq  input[type=checkbox] {
    display: inline;
    float: left;
    height:25px;
    width:25px;
    color:#757576;
    }


.divCalusulaContetendorDer
{
	width:91%;
	float:left;
    margin-left:3%;
}

/*estilos de paneles modales**/
 
.FondoPanelModal
{
     width: 100%;
    height: 100%;
    z-index: 9000;
    padding: 0px;
    margin: 0px;
    background-image: url(../img/FondoPopUp.png);
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;

}

.PanelMovilcontenedor
{
    height:400px;
    width:50%;
    overflow:auto;
   margin-top:5%;
    margin-left:20%;
     border-radius:10px;
    border-style:solid;
    border-color:#b2b2b2;
    border-width:thin;
    border-color:lightgray;
    background-color:#FFFFFF;
   padding:5px;
  

}
.ContenidoPanelDedimensionable
{
    margin:10px;
}

/* CSS Formulario Capsula*/
body
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    background-repeat: repeat;
    background-position: 0 9em;
}

/***ESTILOS PARA FORMULARIO******/

.container-login {
              width: 40%;
              display: block;
              border: solid 1px #CECECE;
              margin-left: auto;
              margin-right: auto;
              height: 305px;
              border-radius: 10px 10px 10px 10px;
        }

.logoCentral
{
          width: auto;
          height: auto;
          border :none;
}

.txtnegrlogin
{
   color: #757576;
   font-size:1em;
   text-align: center;
   font-weight:bold;
}

.bloqueCentradoImagen
{
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cajalogin
{
  background: #fafafa url('../imagenes/candado1.png') bottom right no-repeat;
  background-size: 100px 100px;
  width: 100%;
  background-position: right;
  vertical-align: bottom;
  display: block;
  height: 15.25em;
  padding-top: 2em;
  font-size: 0.8em;
  border: solid 1px #CECECE;
  border-radius: 10px 10px 10px 10px;
}

.containerF
{
  width: 99%;
  vertical-align: bottom;
  display: block;
  height: auto;
  font-size: 0.8em;
  border: solid 1px #CECECE;
  border-radius: 10px 10px 10px 10px;
  margin-top:30px;
}

.cajalogin span
{
    text-align: center;
    font-size: 1em;
}

.divCentrada span
{
  padding: 0px;
  text-align: center;
}

.divCentrada input
{
  padding: 0px;
  text-align: left;
}

.imagenPequena
{
    width: 30px;
    height: 30px;
}


/*//////////////////////////////////////////////////////////////////*/


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

label {
  display: block;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  /*width: 100%;*/  
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: white;
}


.wrap-login100 {
  width: 800px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: solid 1px #CECECE;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 70px 15px 74px 15px;
}

.login100-form-title-1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 93px 190px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  top: 14px;
  left: 185px;
  width: 480px;
}
.wrap-input100Contenedor {
  width: 100%;
  position: relative;
 
  top: 14px;
  left: 185px;
  width: 480px;
}

.wrap-input100Izq {
  
  width: 20%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  top: 14px;
  left: 185px;
  


}

.wrap-input100Der {
  width: 20%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  top: -32px;
  left: 505px;

}



.wrap-input100-Sin-borde {
  width: 100%;
  position: relative;
  border:none;
  top: 14px;
  left: 185px;
  width: 480px;
}

.label-input100 {
  font-size: 15px;
  color: #757576;
  line-height: 1.2;
  text-align: right;
    
  position: absolute;
  top: 14px;
  left: -125px;
  width: 100px;
}



.label-input1002 {
  font-size: 15px;
  color: #757576;
  line-height: 1.2;
  text-align: right;
    
  position: absolute;
  
  
  width: 100px;
}

/*---------------------------------------------*/
.input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}
.input1002{
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top:10px;
  padding-bottom:10px;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #f14209;
  border-radius: 25px;
  margin-right:10px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}

.m-b-26 {margin-bottom: 26px;}

.m-b-18 {margin-bottom: 18px;}



.cajaPopup
{
  display: block;
  border: solid 1px #CECECE;
  background-color: White;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
}



.buttonCentrado
{
    padding: 10px;
    text-align: center;
}
/*--------FIN ESTILOS FORMULARIO----------------------------------------------------------*/


h1
{
    color: #999999;
    font-size: 1.125em;
    font-weight: bold;
    padding-bottom:5px;
    background: url(../img/backh1.jpg) bottom left no-repeat;
}


.textoPlanoMensaje
{
    font: 0.8em ;
    text-align: left;
    color: #757576;
}

.textoPlanoMensaje ul li
{
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	color: #757576;
	list-style-image: url(img/flecha.png);
}

.textoPlanoMensaje ul li ul li
{
    list-style-type: circle;
    font-family:  Arial, Helvetica, sans-serif bold;
    text-align: left;
    color: #757576;
}

.textoPlanoMensaje ul li ul li
{
    list-style-type: circle;
        text-align: left;
    color: #757576;
}
.textoPlanoMensaje ul li ul li ul li
{
    list-style-type: circle;
    text-align: left;
    color: #757576;
}

.login100-form-btn-mensaje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #84888b;
  border-radius: 25px;

  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn-mensaje:hover {
  background-color: #333333;
}



.clear
{
    clear: both;
}


.clearBr
{
    clear: both;
    height: 3px;
}




.select {
  border: 1px solid #b2b2b2;
    width: 73ex; /*nuevo*/
    display: table-cell;
    border-radius:5px;
    height: 35px;
    color:#757576;
}
  
.select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 5;
    pointer-events: none;

     border-color: #b2b2b2 transparent transparent transparent;
}
  
.select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
}

.labelMensaje
{

      color: #4078a2;
      font-size:0.9em;
      font-weight:bold;
      margin-bottom:5px;
}




.divizq{
    float:left;
    width:45%;
    clear:left;
}


.divder {
    float: left;
    width: 45%;
    clear: right;
}

.ancho40
{
    width:20%;
}
.top0
{
    top:0px;
}

.miClass
{
    display:none;
    visibility:hidden;

}