/* CSS Document */

	/*	Estilos de la cabecera */
	#contenedorCabecera {
		height:100px;
		background-image: url(../img/fondo_cabecera.jpg);
		background-repeat: repeat-x;
		border-bottom: 1px solid #E0E0E0;
		margin:0;
		background-position: bottom;
		}
	#contenedorLogo{
		width:0px;
		}
	#logo {
		position:relative;
		left:10px;
		top:10px;
		width:254px;
		height:74px;
		z-index:1;
		}
	#logoTitle {
		position:absolute;
		left:294px;
		top:25px;
		width:304px;
		height:50px;
		z-index:1;
		}
	#cabeceraInfo {
		position:relative;
		left:-5px;
		top:-1px;
		width:500px;
		height:18px;
		z-index:2;
		border: 1px solid #CCCCCC;
		background-color: #EBEBEB;
		text-align:right;
		padding: 0;
		}			
	#cabeceraIdiomas {
		position:relative;
		left:-5px;
		top:47px;
		width:450px;
		z-index:2;
		text-align:right;
		}
		
