body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

#cabecera {
	color: #ffffff;
	height: 32px;
	width: 100%;
	background-color: #60747d;
	top: 0;
	position: fixed;
	z-index: 10; /* para evitar que los fieldset, legends y forms pasen por encima */
}

#cabeceran1 {
	color: #ffffff;
	height: 32px;
	width: 100%;
	background-color: #D1DC40;
	top: 0;
	position: fixed;
	z-index: 10; /* para evitar que los fieldset, legends y forms pasen por encima */
	background-image: url(imagenes/barras/n1.png);
	background-repeat: no-repeat;
}

#cabeceran2 {
	color: #ffffff;
	height: 32px;
	width: 100%;
	background-color: #1BB9BD;
	top: 0;
	position: fixed;
	z-index: 10; /* para evitar que los fieldset, legends y forms pasen por encima */
	background-image: url(imagenes/barras/n2.png);
	background-repeat: no-repeat;
}

#cabeceran3 {
	color: #ffffff;
	height: 32px;
	width: 100%;
	background-color: #A54799;
	top: 0;
	position: fixed;
	z-index: 10; /* para evitar que los fieldset, legends y forms pasen por encima */
	background-image: url(imagenes/barras/n3.png);
	background-repeat: no-repeat;
}

#titular{
	position: relative;
	display: inline;
	font-size: 18px;
	margin-left: 20px;
	top: 5px;
}

#subtitular{
	position: relative;
	display: inline;
	font-size: 11px;
	top: 5px;
}

#subtitular a:link, #subtitular a:visited, #subtitular a:hover {
	color: #FAC999;
}

#contenido{
	font-size: 12px;
	margin: 10px; 
	margin-top: 30px;
	margin-left: 10px;
	margin-right: auto;
	padding: 10px; 
}

#contenido h2{
	font-size: 15px;
}

#printbutton {
	width: 33px;
    height: 25px;
	position: absolute;
	left: 600px;
	top: 4px;
}

#buybutton {
	width: 33px;
    height: 25px;
	position: absolute;
	left: 640px;
	top: 7px;
}

#bonusbutton {
	width: 33px;
    height: 25px;
	position: absolute;
	left: 408px;
	top: 7px;
}

