@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
}

p {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 15px;
}

#cabecera {
	width: 770px;
	height: 50px;
	background-color: #228B22;
	margin-bottom: 5px;
}

