#page {
	background-color: #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#cabecera {
	background-color: #000000;
	height: 50px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#firma {
	background-color: #000000;
	background-position: left;
	width: 40%;
	float: left;
	background-image: url(img/firma.jpg);
	background-repeat: no-repeat;
	height: 55px;
}

#navbar {
	background-color: #000000;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:right;
	width: 60%;
}

#contenido {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:none;
	top: 90px;
	text-align: center;
}

.borde {
	border: medium solid #FFFFFF;	
}
#textoinicio {
	font-family: Arial;
	font-size: small;
	padding: 10px;
	width: 630px;
	border: medium solid #FFFFFF;
}
