@charset "utf-8";
/* CSS Document */

#aviso {
	width: 600px;
	height: 300px;
	margin-left: 75px;
	border: 1px solid #80101f;
	margin-bottom: 10px;
}

#aviso_cabecera {
	background-color: #80101f;
	height: 20px;
	line-height: 20px;
	color: white;
	font-weight: bold;
	padding-left: 10px;
}

#aviso_cuerpo {
	padding: 15px;
	overflow: auto;
	width: 570px;
	height: 250px;
}