.h1{
	font-size: 25px;
    font-weight: bold;
    padding: 5px;
}
.pdiv_bot{
	max-width: 300px;
	padding: 5px 5px 5px 0px;
	margin: 10px 0 10px 0;
}

.pdiv_vis{
	max-width: 300px;
	padding: 5px 0px 5px 5px;
	margin: 10px 0 10px 0;
}
.message{
	width: 70%;
	padding: 7px;
	border-radius: 15px;
	margin: 10px;
}
.divcontenedor{
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	margin-top: 5px;
	width: 300px;
	/*height: 500px;*/
	border-radius: 10px;
}
.divprincipal{
	overflow-y: auto;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 300px;
	height: 400px;
	margin: 0 auto;
}
body{
	background: #D6DCDA;
	font-family: Arial;
	font-size: 12px;
}
.header{
	background: #00A1EA;
	height: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.footer{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #B5B6AE;
	height: 50px;
	display: block;
}
.imgbutton{
	width: 25px;
}
.logo{
	margin: 20px 10px 10px 10px;
	height: 25px;
	width: 150px;
	float: right;
}
input{
	background: none;
	border: none;
	margin: 20px 10px 10px 10px;
	height: 15px;
}
button{
	margin: 10px 10px 10px 10px;
	height: 5px;
	background: inherit;
	border: none;
}
.imgbot{
	width: 50px;
	margin: 5px;
}
.img_msg_bot{
	width: 40px;
	margin: 5px;
}
.img_msg_visi{
	width: 30px;
	margin: 5px;
}
.imgsoporte{
	width: 100px;
	height: 35px;
	margin: 5px;
	float: right;
}