#contenedorPrincipal{
	postion: absolute;
	

}

#tituloInternasTop{
	float: left; /* Hay que ponerle este float para que el alto pueda superar los 50px */
	width: 100%;
	height: 58px;
	background-color: #D5D5D5;
	
}

#lineaLogoMovil{
	float: left; 
	width: 100%;
	height: 105px;
	background-color: green;
	display: none;
}

#menuTopInternas{
	float: left; /* Hay que ponerle este float para que el alto pueda superar los 50px */
	width: 100%;
/* 	min-height: 31px; */
	height: 44px;
	
	/* background-color: #5A9950; */
	background-color: #1D9A49;
	/* z-index: -100; */
	/* margin-left: 203px; */
	/* margin-left: 210px; */
	/* background-color:blue; */
	text-align:center;
}
#contenedorMenusTopInternas{
	position: relative;
	float:left;
	max-width: 900px;
	min-height: 44px;
/*  	margin-left: auto;
	margin-right: auto;  */
	/* margin-left:280px; */
	margin-left:380px;
	/* background-color:red; */
	text-align: left;
}
#logoInternas{
	position: relative;
    float: left;
	width: 232px;
	height: 124px;
	background-image: url('/imagenes/global/LogoHome.png'); 
	/* background-color: yellow; */
	z-index: 1; 
	/* display:inline-block; */
	/* overflow: visible; */
	margin-top: 8px;
	margin-left: 15px;
}


#tablaLogoIdiomasMovil{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	display: block;


}
	
#botonCatMov{
	width: 36px;
	height: 26px;
	cursor:pointer;
}
#botonEspMov{
	width: 36px;
	height: 26px;
	cursor:pointer;
}

#logoInternasMovil{
	/* position: relative; */
   /*  float: left; */
	width: 203px;
	height: 105px;
	/* background-image: url('/imagenes/internas/logoInternas.jpg');  */
	background-image: url('/imagenes/global/LogoHome.png'); 
	/* background-color: yellow; */
	z-index: 1; 
	/* display:inline-block; */
	/* overflow: visible; */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}


#menuTopHome{
	/* margin-left: 200px; */
}
#sectorIdiomas{
	/* float: left; */
	position: absolute;
	width: 100px;
	height: 45px;
	/* background-color: yellow; */
	right: 30px;
}

#sectorCentral{
	/* positon: absolute; */
	float: left;
	/* top: 100px; */
	width: 100%;
	/* min-height: 640px; */
	min-height: 680px;
	/* background-color: blue; */
/* 	margin-left: auto;
	margin-right: auto; */
}


.clsItemMenu{
	position: relative;
	float: left;
	/* min-width: 20px; */
	/* height: 31px; */
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 8px;
	margin-right: 8px;
	display:block;
	/* font-family: Arial; */
	/* color: white; */
	/* font-size: 20px; */
	/* line-height: 31px; */
	/* vertical-align: center; */
	/* padding-top: 15px; */
	
	 /* background-color:red;  */
	/* display: block; */
	/* text-align: center; */
	cursor: pointer;
}







