.titcasillaver {  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 14px; 
 font-weight: bold; 
 color: 05446E
 }
  
.boton {  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 16px; 
 font-weight: bold; 
 color: #003; 
 width:55%;
 height:140%; 
 border-bottom-color:7CCAFA
 }
  
.titUsuario {  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 font-weight: bold; 
 color: #043DD0
 }
  
.titUsuario_n {  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 font-weight: bold; 
 color:0E3F99
 }
  
.titUsuario1 {  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 font-weight: bold; 
 color: #043DD0
 }
 
.cajastexto_login
{
    border:0px solid #FFFFFF;
    font: 14px Tahoma, Arial, Helvetica, sans-serif; italic; bold;
    color: #666666;
    text-align: left;	
    padding-left:12px;
	padding-top:6px;
	height: 150%;
	width: 100%;
}

.textbox
{
border: 1px solid #006;
font-size: 12px;
font-family: Arial, Verdana;
padding-left: 7px;
padding-right: 7px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
background: #FFFFFF;
background: linear-gradient(left, #FFFFFF, #F7F9FA);
background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
color: #2E3133;
 }
	   
.textbox:focus
{
color: #2E3133;
border-color: #FBFFAD;
 }

button {
 border: none;
 background: #008BCE;
 color: #FFF;
 padding: 10px;
 font-size: 15px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:160px;
 height:45px;
}
button:hover {
 background: rgba(0,0,0,0);
 color: #008BCE;
 box-shadow: inset 0 0 0 3px #008BCE;
}
.button1 {
 border: none;
 background: #3a7999;
 color: #f2f2f2;
 padding: 10px;
 font-size: 20px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:100%;
 height:140%;
}
.button1:hover {
 background: rgba(0,0,0,0);
 color: #f2f2f2;
 box-shadow: inset 0 0 0 3px #3a7999;
}