body {
	font-family: Arial, Helvetica, sans-serif;
	background: #b0d4e3;
	height: 100%;
	margin-left: 20px;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
}

table thead th {
	background-color: #4297BB;
}

table tbody td {
	background-color: #EFEFEF;
	color: #000000;
}

th, td, tr {
	padding: 8px;
	color: white;
}

fieldset {
	border: 1px solid #1F7EAD;
}

.button{
        font-size:15px;
        font-family:Arial;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        height:30px;
       }
.estilotextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}