/* CSS Document */
div#cabecera{
	display: block;
	width:799px;
	text-align: left;
	position:relative;
	height:222;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cabecera.jpg);
}
#logo{
	display: block;
	width:210px;
	text-align: right;
	position:absolute;
	height:0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

div#cuentanos{
	display: block;
	width:253px;
	text-align: left;
	position:absolute;
	height:81;
	padding: 8px 0px 0px 15px;
	margin: 0px;
	top: 124px;
	right: 300px;
	left: 536px;
	background-image: url(images/fdocuentenos.gif);
	background-repeat: no-repeat;
}
div#btinicio{
	display: block;
	width:100px;
	text-align: left;
	position:relative;
	height:0px;
	top: 20px;
	left: 20px;
}

