 body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #bfecc7;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
	font-variant: normal;
  }

  .form-signin {
    max-width: 800px;
    /*max-height: 800px;*/
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    
    border: 5px solid #006600; /*#daf121   #fff600*/
    -webkit-border-radius: 70px;
       -moz-border-radius: 70px;
            border-radius: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }  
  
  .form-signin2 {
    max-width: 1024px;
    height: 768px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    
    border: 5px solid #006600; /*#daf121   #fff600*/
    -webkit-border-radius: 70px;
       -moz-border-radius: 70px;
            border-radius: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }
  .form-signin,
  .form-signin {
  	margin-top: 50px;
    margin-bottom: 10px;
  }
  .form-signin input[type="text"]{
    font-size: 16px;
    height: auto;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 7px 9px;
  }
  
  .btn-color{
  	background-image: linear-gradient(to bottom, #659933, #659933);
  }  
	/*Tamñano del ocultado del font*/

	.txt-mitad{
	    font-size: 30px;
	    padding: 0;
	    display: inline-block;
	    height: 15px;
	    overflow: hidden;
	}	
	
	.txt-mitad1{
	    font-size: 25px;
	}	
	
	.txt-mitad2{
	    font-size: 24px;
	    height: 28px;
	}	
	
	.txt-mitadh{
	    font-size: 20px;
	    height: 12px;
	}

	.txt-mitad21{
	    font-size: 24px;
	    padding: 0;
	    /*display: inline-block;*/
	    height: 12px;
	    overflow: hidden;
	}	

	.span-border{
		border: 1px solid #000000;
		border-radius: 3px;
		height: 40px;
		text-align: center;
		font-size: 30px;
		line-height:1.4em;
	}	
	
	.span-border-mag{
		border: 1px solid #000000;
		border-radius: 3px;
		height: 19px;
		text-align: center;
	}
	
	#texto0{
		font-size: 18px;
		color: #000000;
	}
  .h5mag{
  	margin-left: 18px; 
  	margin-right: 18px;
  }
