/* Estilo de elemento body */
body {
    margin:0;
    padding:0;
    border:0;           
    width:100%;
    background:#FFFFFF;  
    //min-width:600px; /* M�nimo de ancho. Si no es necesario puede ser eliminado */
                     /* Esta propiedad no funciona en versiones viejas de Internet Explorer */
    font-size:90%;
 	font-family: Arial, sans-serif;
}
 
/* Estilo para el encabezado */
.encabezado {
    clear:both;
    float:left;
    width:99%;   /* Queremos que vaya de un lado al otro de la plantilla */
    padding: 5px;
}
.envoltura {
    position:relative;  /* Esto arregla un bug en IE7 */
    clear:both;
    float:left;
    width:100%;         /* el ancho de toda la p�gina */
    overflow:hidden;       
     
}
/* configuraci�n en com�n de las columnas */



/*
.columnas {
    float:left;
    width:100%;
    position:relative;
}
.col1,
.col2
{
    float: left;
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
}
.envoltura .columnas {
    right:85%;          
    margin-top: 0px;
}
.envoltura .col1 {
    width:63%;         
    left:120%;          
    background:#fff;
    padding: 5px;
    min-height: 300px;
    padding-top:30px;
}
.envoltura .col2 {
    width:33%;         
    left:22%;            
    background:#fff;
}

.envoltura .col0 {
    width:99%;         
    left:22%;            
    background:#fff;
}

*/

.envoltura .col2 {
    width:33%;         
    background:#fff;
        overflow:visible;       
        min-width: 400px;
    
}


.envoltura .col0 {
    width:99%;         
    background:#fff;
	overflow:visible;       
	min-width: 400px;
    max-width: 900px;
        
    
}

.envoltura .col1 {
    width:63%;         
    background:#fff;
    padding: 5px;
    min-height: 300px;
    padding-top:30px;
}



.col1,
.col2
{
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}





.col0
{
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}





/* estilo del pie de la p�gina */
.pie {
    clear:both;
    float:left;
    width:99%;
  //  padding: 5px;
}






.logo {
   	align: center;
   	text-align: center;
    margin: 0px auto;
}

.logo p {
   	align: center;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #004F96;
    margin: 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    width: 90%;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
 	font-family: Arial, sans-serif;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#usuario {
    background: #fff url('/login/imgs/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#usuario:focus {
    background: #fff url('/login/imgs/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('/login/imgs/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('/login/imgs/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid ##004F96;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #004F96;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #004F96;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
 	font-family: Arial, sans-serif;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #3399CC;
}


.columna50
{
	width: 48%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
      text-align: center;
    
}
ul{
  text-align: justify !important;
  padding-top: 0;
   margin-top: 0;
  

}
.columna20
{
	width: 20%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    
}


.columna75
{
	width: 70%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    
}

.sinmargen{
    margin: 0 !important;
}

.columna100
{
	width: 98%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
          text-align: center;
    
}

.fila
{
	width: 98%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}



#container {
    min-height:100%;
    position:relative;
}
#header {
    background:#ff0;
    padding:10px;
}
#body {
    padding:10px;
    
}
#footer {
    position:absolute;
    bottom:0;
    height:30px;   /* Height of the footer */
    width: 99%;
    
}


html {
    position: relative;
    min-height: 96%;
   // margin: 0 0 30; /* bottom = footer height */
    padding-bottom:30px;   /* Height of the footer */
    
}


#ecogestorL .enlaceLinea {
  clear: both;
  position: relative;
  float: left;
  width: 99%;
  overflow: hidden;
  margin: 0;
  padding: 5% 0 0 2%;
 	font-family: Arial, sans-serif;
  font-size: .75em;
  align: right;
  text-align: right;
  
}

#ecogestorL .enlaceLinea a {
  color: #AAA;
}



#ecogestorL {
    width: 100%;
    margin: 0 auto;
}


#ecogestorL form {
  margin: 0;
  padding: 0;
}

#ecogestorL fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#ecogestorL legend {
  display: none;
}

#ecogestorL div {
  position: relative;
  float: left;
  width: 34%;
  overflow: hidden;
  margin: 0;
  padding: 0 3% 0 0;
}



#ecogestorL label {
  clear: both
  position: relative;
  float: left;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: .7em;
  color: #AAA;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
}



#ecogestorL .fecogestorbt {
  width: 74px;
  margin: 1.2em 0 0 0;
  padding: 0;
}

* html #ecogestorL .fecogestorbt {
  margin-top: 1.3em;
}


.parrafoTxt {
  text-align: justify !important;
}

.parrafoTxtContent {
  text-align: justify !important;
  padding: .5em .5em .5em .5em;
  margin: 0;
}

.estiloEnlaceAzul {
  color: #004F96  !important;
  font-weight: bold  !important;
  padding: .5em .5em .5em .5em;
  margin: 0;
    text-align: right !important;
  
  
}

.enlaceNegro {
  color: black  !important;
  text-decoration:none;   
}

.sinMargenAbajo{
	margin-bottom:0;
}


.fondoAzul {
  background-color: #004F96  !important;
  color: white;
}

.bordeAzul{

  border: 1px solid #004F96 !important;
  
}

.bordeRedondoArriba{
	border-radius: 13px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.bordeRedondoAbajo{
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}


.fondoGris {
  background-color: #7F7F7F  !important;
  color: white;
}

.bordeGris{

  border: 1px solid #7F7F7F !important;
  
}



/* Images Align */

img.center {
	display: block; 
	margin: auto;   
	}

img.right {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

 img.left {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.none { /* Agrega esta clases para imagenes sin borde */
	border: 0;
	padding: 0;
	background: transparent;
	}
	

#sidePie ul {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

#sidePie li {
  list-style-type: none;
  float: left;
  padding: .5em 0 0 2%;
  color: #97999C;
}

#sidePie a {
  color: #AAAAAA;
}

#sidePie .withimg {
  margin-top: -0.5em;
}



.fondoAmarillo {
  background-color: #FFCE08   !important;
  color: black;
}

.bordeAmarillo{

  border: 1px solid #FFCE08  !important;
  
}


.fondoNaranja {
  background-color: #FC8125   !important;
  color: WHITE;
}

.bordeNaranja{

  border: 1px solid #FC8125  !important;
  
}

.fondod57c00 {
  background-color: #d57c00   !important;
  color: WHITE;
}

.borded57c00{

  border: 1px solid #d57c00  !important;
  
}

.fondoRojo {
  background-color: #E2574C   !important;
  color: white;
}

.bordeRojo{

  border: 1px solid #E2574C  !important;
  
}

.fondoVerde {
  background-color: #9fd664   !important;
  color: white;
}

.bordeVerde{

  border: 1px solid #9fd664  !important;
  
}


.buttonVerde {
    background: #9fd664  !important;
    border: 1px solid #9fd664 !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}


.fondo31ad75 {
  background-color: #31ad75   !important;
  color: white;
}

.borde31ad75{

  border: 1px solid #31ad75  !important;
  
}


.button31ad75 {
    background: #31ad75  !important;
    border: 1px solid #31ad75 !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}



.fondoVerdeMA {
  background-color: #70962F   !important;
  color: white;
}

.bordeVerdeMA{

  border: 1px solid #70962F  !important;
  
}

.fondoNuevaWeb {
  background-color: #7F7F7F   !important;
  color: white;
}

.bordeNuevaWeb{

  border: 1px solid #7F7F7F  !important;
  
}

.fondoFosforito {
  background-color: #CBDC6D   !important;
  color: #004F96;
}

.bordeFosforito{

  border: 1px solid #CBDC6D  !important;
  
}


.fondoFormacion {
  background-color: #BC4553   !important;
  color: #FFFFFF;
}

.bordeFormacion{

  border: 1px solid #BC4553  !important;
  
}


.fondoNegro {
  background-color: #000000   !important;
  color: #FFFFFF;
}

.bordeNegro{

  border: 1px solid #000000  !important;
  
}

video {  
   width:100%; 
   max-width:1024px; 
   height:auto; 
}

.text-block{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
}

.form-block {
    padding: 20px 40px 20px 40px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
}

.text-block h1 {
    text-align: center;
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    width: 99%;
}


.text-block .txth2 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 99%;
}


.text-block li {
    text-align: justified;
    margin-bottom: 10px;
}

.sinmargentop{
    padding-top: 0px !important;
}


.sinpadding{
    padding: 0px !important;
}



.form-block h1 {
    text-align: center;
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    width: 90%;
}
.form-block label {
    padding: 0 0 5px 0;

}
.form-block input {
    //width: 80%;
    //height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
 	font-family: Arial, sans-serif;
    padding: 0 20px 0 10px;
    outline: none;
}

.form-block input {
    background: #fff url('/form/imgs/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.form-block input[type="text"] {
    width: 80%;

}

.form-block input:focus {
    background: #fff url('/form/imgs/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.form-block input:active, .form-block input:focus {
    border: 1px solid ##004F96;
}

.form-block button {
   // width: 100%;
    height: 40px;
    background: #004F96;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #004F96;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
 	font-family: Arial, sans-serif;
    outline: none;
    cursor: pointer;
        margin: 0 5px 0 5px;
    
}



.buttonAmarillo {
    background: #FFCE08 !important;
    border: 1px solid #FFCE08 !important;
    text-transform: none  !important;
    color: #000  !important;
   
    
}

.buttonNaranja {
    background: #FC8125 !important;
    border: 1px solid #FC8125 !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}


.buttond57c00 {
    background: #d57c00 !important;
    border: 1px solid #d57c00 !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}



.noMayusculas {
    text-transform: none  !important;
  
}

.buttonRojo {
    background: #E2574C  !important;
    border: 1px solid #E2574C !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}


.form-block  label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.form-block button:hover {
    background: #3399CC;
}


.form-block .barra-botones{
    justify-content: center;
    align-items: center;
    display: flex;
}


.todocentrado{
    justify-content: center;
    align-items: center;
    display: flex;
}

.errores{
	color:red;
}


.fondoAzul {
  background-color: #004F96  !important;
  color: white;
}

.bordeAzul{

  border: 1px solid #004F96 !important;
  
}

.fondoRojoCurso {
  background-color: #f1686c   !important;
  color: white;
}

.bordeRojoCurso{

  border: 1px solid #f1686c !important;
  
}
.buttonRojoCurso {
    background: #f1686c  !important;
    border: 1px solid #f1686c !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}


.fondoAmarilloCurso {
  background-color: #fcdf18  !important;
  color: white;
      color: #000  !important;
  
}

.bordeAmarilloCurso{

  border: 1px solid #fcdf18 !important;
  
}

.buttonAmarilloCurso {
    background: #fcdf18  !important;
    border: 1px solid #fcdf18  !important;
    text-transform: none  !important;
    color: #000  !important;
   
    
}


.fondoVerdeCurso {
  background-color: #3e976a  !important;
  color: white;
}

.bordeVerdeCurso{

  border: 1px solid #3e976a !important;
  
}


.buttonVerdeCurso {
    background: #3e976a  !important;
    border: 1px solid #3e976a !important;
    text-transform: none  !important;
    color: #FFF  !important;
   
    
}


.fondo45001 {
  background-color: #fcdf18   !important;
  color: #1f1f21;
}

.borde45001{
  border: 1px solid #fcdf18 !important;
}


.button45001 {
    background: #fcdf18  !important;
    border: 1px solid #fcdf18 !important;
    text-transform: none  !important;
    color: #1f1f21  !important;
}


.fondo9001 {
  background-color: #f1686c  !important;
  color: white;
}

.borde9001{
  border: 1px solid #f1686c  !important;
}


.button9001 {
    background: #f1686c  !important;
    border: 1px solid #f1686c !important;
    text-transform: none  !important;
    color: #FFF  !important;
}


.fondo14001 {
  background-color: #3e976a   !important;
  color: white;
}

.borde14001{
  border: 1px solid #3e976a !important;
}


.button14001 {
    background: #3e976a  !important;
    border: 1px solid #3e976a !important;
    text-transform: none  !important;
    color: #FFF  !important;
}

.cien{
	width:100% !important;
}
}