/* ---------------------------------------------------------
   HOJA DE ESTILOS DE CABECERA
   Autor: Interesa Consultores
   --------------------------------------------------------*/


/* =Cabecera
   --------------------------------------------------------*/
	#cabecera {
		height: 1%;
	}
	
	#cabecera .logo {
		background-color: inherit;
		color: #000;
		font-size: 2.7em;
		height: 75px;
		line-height: 1.1em;
		overflow: hidden;
		position: relative;
		width: 157px;
	}
	
	#cabecera .logo span {
		background: url(/css/bitmaps/logotipo-lingua-empresa.gif) no-repeat 0 0;
		height: 100%;
		position: absolute;
		width: 100%;
	}
	
	#cabecera .logo a {
		background-color: inherit;
		color: #000;
		cursor: pointer;
		text-decoration: none;
	}
	
	#cabecera .logo a:hover {
		text-decoration: underline;
	}


	#cabecera .idiomas {
		height: 1%;
	}
	
	#cabecera .idiomas ul {
		float: right;
	}
	
	#cabecera .idiomas ul li {
		display: inline;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		margin-left: 3px;
		text-transform: uppercase;
	}
	
	#cabecera .idiomas ul li a {
		color: #1F1E21;
		text-decoration: none;
	}
	
	#cabecera .idiomas ul li a:hover,
	#cabecera .idiomas ul li a.seleccionado {
		color: #CC0C0E;
	}