﻿/* CSS Document */
/*
body{
	width:100%;
	height:100%;
}*/
*{
	
font-family:Arial;}
.texto {
    font-family: Arial;
    color: #00609C;
    font-weight: bolder;
	font-size: 20px;
}

.input-text{
    height: 24px;
    width: 250px;
    border-radius: 5px;
    border: solid 1px #D6D4D4;
    background-color: #F8F8F8;
}
.btn-guardar:hover{
    background-color: #0168A8;
}
.btn-guardar{
    cursor: pointer;
    margin-top: 70px;
    width: 100px;
    height: 32px;
    background-color: #00609C;
    color: #eee;
    display: inline-block;
    font-family: Arial;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 7px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
}