@charset "utf-8";
/* CSS Document */
div#cabecera {
		height:50px;
		background-image:url(images/top_image.png);
		width:100%;
		text-align:left;
		}
	div#cabecera p {
		font-family:Verdana;
		font-size:9px;
		color:#000000;
		text-align:right bottom;
		border: 0;
		padding:30px 10px 0 0;
		margin:0;
		}	
	div#cabecera h1 {
		background:url(images/top_web.png) no-repeat;
		margin:0;
		padding:0;
		width: 257px;
		height: 50px;
		text-align:left;
		position:absolute;
		}
	div#cabecera h1 a{
		display:block;
		width:257px;
		height:38px;
		text-indent:-9999px;
		}
	div#cabecera a{
		text-decoration:none;
		color:#FFF;
		border: 0;
		}
	div#cabecera a:hover{
		text-decoration:none;
		color:#000;
		border: 0;
		}