@charset "utf-8";
/* CSS Document */

.divImagen
{
	width:274px;
	height:95px;
	
	background-repeat:no-repeat;
}
	#imgIzq
	{
		float:left;
		background-image:url(/images/cabecera/cabecera_imagen_izq.jpg);
	}
	#imgDrch
	{
		float:right;
		background-image:url(../images/cabecera/cabecera_imagen_drch.jpg);
	}

#central
{
	position:relative;
	
	float:left;
	
	margin:0 10px 0 10px;
	
	width:660px;
}
	#central #divLogo
	{
		padding:1px 0 0 0;
		
		width:660px;
		height:67px;
		
		text-align:center;
		background-image:url(../images/cabecera/cabecera_central_logo.jpg);
		background-repeat:no-repeat;
	}
		#central #divLogo h1 a
		{
			text-decoration:none;
		}
		#central #divLogo h1 a img
		{
			border:0 none;
		}
		
	#central #cabMenu
	{
		padding:6px 15px 0 15px;
		
		width:630px;
		height:28px;
		
		background-image:url(../images/cabecera/cabecera_central_menu.jpg);
		background-repeat:no-repeat;
		
		color:#fff;
	}
		#central #cabMenu #pFecha
		{
			float:left;
			
			width:340px;
			
			font-size:13px;
		}
		#central #cabMenu ul
		{
			float:right;
			
			width:290px;
			
			list-style:none;
			text-align:right;
		}
		#central #cabMenu ul li
		{
			float:right;
			
			margin:2px 0 0 12px;
		}
		#central #cabMenu li a:link, #central #cabMenu li a:active, #central #cabMenu li a:visited
		{
			display:block;
			
			height:13px;
			
			background-position:top;
			background-repeat:no-repeat;
			
			color:#fff;
			text-decoration:none;
		}
		#central #cabMenu li a:hover
		{
			background-position:bottom;
			cursor:pointer;
		}
		#inicio
		{
			width:18px;
			background-image:url(../images/cabecera/cabMenu_inicio.png);
		}
		#contacto
		{
			width:16px;
			background-image:url(../images/cabecera/cabMenu_sobre.png);
		}
		#recomendar
		{
			width:20px;
			background-image:url(../images/cabecera/cabMenu_recomendar.png);
		}
		#favoritos
		{
			width:16px;
			background-image:url(../images/cabecera/cabMenu_favoritos.png);
		}
		#home
		{
			width:14px;
			background-image:url(../images/cabecera/cabMenu_home.png);
		}
		#legal
		{
			width:18px;
			background-image:url(../images/cabecera/cabMenu_legal.png);
		}
