.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: 01111B; width:100%;height:140%; border-bottom-color:7CCAFA}
.titUsuario {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFF}
.titUsuario1 {  font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #FFF}
.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%;
}
button {
 border: none;
 background: #125EA4;
 color: #f2f2f2;
 padding: 10px;
 font-size: 15px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:112px;
 height:35px;
}
button:hover {
 background: rgba(0,0,0,0);
 color: #3a7999;
 box-shadow: inset 0 0 0 3px #3a7999;
}
.button1 {
 border: none;
 /*background: #3a7999;*/
 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;
}