@charset "utf-8";
/* CSS Document */

#carta {
	width: 553px;
	height: 300px;
	margin-left: 97px;
	border: 1px solid #80101f;
	margin-bottom: 10px;
}

#carta_cabecera {
	background-color: #80101f;
	height: 20px;
	line-height: 20px;
	color: white;
	font-weight: bold;
}

#carta_cuerpo {
	padding: 15px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: auto;
	width: 453px;
	height: 200px;
	margin-top: 50px;
}