body {
	width:90%;
	font-size: 16px;
	font-family: sans-serif;
        
        background-image: url("http://www.bienesnacionales.cl/wp-content/uploads/2020/09/fondo_chilepropietario2.png");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d1deee;
	float: right;
}
input[type=text], select {
    width: 300px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 150px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

div {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    /*padding: 10px;*/
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #999;
	background-color:#e1e1e1;
}

img {
	text-align:center;
}
div#container {
	border: 3px solid #d1deee;
    	padding-left: 25px;
    	padding-top: 10px;
    	border-top-left-radius: 5px;
   	border-top-right-radius: 5px;
    	border-bottom-left-radius: 5px;
    	border-bottom-right-radius: 5px;
	width: 100%;
	margin-left: 50px;
	margin-top: 25px;
	padding-bottom: 10px;
	max-width: 600px;
}
div.timestamp {
	text-align:right;
}
div.alert{
	color:crimson;
}
div.msg{
	padding-top:20px;
}

#respuesta {
    width: 500px;
}



