@charset "UTF-8";
@media all
{
	#contenido h2 {
		width: 460px;
		height: 53px;
		position: relative;
		margin: 0 0 0 0px;
	}
	#contenido h2 span {
		position: absolute;
		width: 100%;
		height: 100%;
		display:block;
		background: url(/images/index2.gif) no-repeat;
	}
	/* PIE */
	#contenido #bentrar{
		width: 226px;
		height: 56px;
		position: absolute;
		top: 31px;
		right: 133px;
		font-size:0.7em;
	}
	#contenido #bentrar a span {
		position: absolute;
		width: 100%;
		height: 100%;
		display:block;
		cursor:pointer;
	}
	#contenido #bentrar a:link span, #contenido #bentrar a:visited span {
		background: url(/images/layout9.gif) no-repeat;
	}
	#contenido #bentrar a:hover span {
		background: url(/images/layout9-over.gif) no-repeat;
	}
	#contenido #bentrar a:hover {
		text-indent: 0;	
	}
	#contenido #bentrar a:active span {
		background: url(/images/layout9.gif) no-repeat;
	}
	/* FÍN PIE */
}
