
var visto = 0;

function linea(id,show)
{
	var myBottom = document.getElementById(id);
	var myLine = document.getElementById(id+"_line");
	if(show=='yes')
	{
		myBottom.style.color="#0c94d5";
		
		myLine.style.display="block";
		myLine.backgroundPosition="top";

	} 
	else 
	{	
		myBottom.style.color="#65C1E5";	
		myLine.style.display="none";		
	}
}

	
function marcar(id,show)
{
	document.getElementById("mawersa").style.color = "#65C1E5";
	document.getElementById("servicios").style.color = "#65C1E5";
	document.getElementById("divisiones").style.color = "#65C1E5";
	
	document.getElementById("mawersa_menu").style.display = "none";
	document.getElementById("servicios_menu").style.display = "none";
	document.getElementById("divisiones_menu").style.display = "none";

	document.getElementById("mawersa_line").style.display = "none";
	document.getElementById("servicios_line").style.display = "none";
	document.getElementById("divisiones_line").style.display = "none";

	
	var myBottom = document.getElementById(id);
	var myLayer = document.getElementById(id+"_menu");
	var myLine = document.getElementById(id+"_line");

		myBottom.style.color="#0c94d5";

		myLayer.style.display="block";
		myLayer.backgroundPosition="top";		
		
		myLine.style.display="block";
		myLine.backgroundPosition="top";
		
	visto = 1;
}

function desmarcar(id)
{
	if( visto == 0)
	{
		var myBottom = document.getElementById(id);
		var myLayer = document.getElementById(id+"_menu");
		var myLine = document.getElementById(id+"_line");
		var myLineLeft = document.getElementById(id+"_line_left");
		
		myBottom.style.color="#65C1E5";
			
		myLayer.style.display="none";		
		myLine.style.display="none";		
		myLineLeft.style.display="none";
		
		visto= 0;	
	}
}
function fuera(id)
{
	visto =0;
	setTimeout("desmarcar('"+id+"')",300);
	
}
function fotoRotador(page,index)
{
	if(index!=0)
	{
		var img = document.getElementById("foto_portada");
		img.src =""+page+index+".jpg" ;	
		index++;
		if (index >= 4)
		{
			index =1;
		}
	}
	setTimeout("fotoRotador('"+page+"','"+index+"')",5000);
}
function fotoRotador4(page,index)
{
	if(index!=0)
	{
		var img = document.getElementById("foto_portada");
		img.src =""+page+index+".jpg" ;	
		index++;
		if (index >= 5)
		{
			index =1;
		}
	}
	setTimeout("fotoRotador4('"+page+"','"+index+"')",5000);
}
function fotoRotador5(page,index)
{
	if(index!=0)
	{
		var img = document.getElementById("foto_portada");
		img.src =""+page+index+".jpg" ;	
		index++;
		if (index >= 6)
		{
			index =1;
		}
	}
	setTimeout("fotoRotador5('"+page+"','"+index+"')",5000);
}
function fotoRotador2(page,index)
{
	if(index!=0)
	{
		var img = document.getElementById("foto_portada");
		img.src =""+page+index+".jpg" ;	
		index++;
		if (index >= 3)
		{
			index =1;
		}
	}
	setTimeout("fotoRotador2('"+page+"','"+index+"')",5000);
}
document.write("<!-- Cabezera -->	");
document.write("    <div class=\"logo\"><img src=\"logo.png\" width=\"100%\" height=\"100%\"\/><\/div>");
document.write("    <div class=\"social\" id=\"fb\" style=\"margin-top:30px; margin-left:840px;\"><a href=\"\/\/\"><img src=\"btn_facebook.jpg\" \/><\/a><\/div>");
document.write("    <div class=\"social\" id=\"tw\" style=\"margin-top:30px; margin-left:875px;\"><a href=\"\/\/\"><img src=\"btn_twitter.jpg\" \/><\/a><\/div>");
document.write("    <div class=\"social\" id=\"trabaja\" style=\"margin-top:70px; margin-left:795px;\"><a href=\"trabaja.html\"><img src=\"btn_trabaja.png\" \/><\/a><\/div>");
document.write("    <div class=\"caja_menu\">");
document.write("    	<a href=\"index.htm\" onmouseover=\"javascript:linea('inicio','yes')\" onmouseout=\"javascript:linea('inicio','no')\">");
document.write("        	<div id=\"inicio\" class=\"buttom\">INICIO<\/div>");
document.write("        <\/a>");
document.write("        ");
document.write("        <a href=\"presentacion.html\" onmouseover=\"javascript:marcar('mawersa','yes')\" onmouseout=\"javascript:fuera('mawersa')\"> ");
document.write("        	<div id=\"mawersa\" class=\"buttom\">MAWERSA<\/div>");
document.write("        <\/a>");
document.write("        ");
document.write("        <a href=\"servicios.html\" onmouseover=\"javascript:marcar('servicios','yes')\" onmouseout=\"javascript:fuera('servicios')\">");
document.write("        	<div id=\"servicios\" class=\"buttom\">SERVICIOS<\/div>");
document.write("        <\/a>");
document.write("            ");
document.write("        <a href=\"divisiones.html\" onmouseover=\"javascript:marcar('divisiones','yes')\" onmouseout=\"javascript:fuera('divisiones')\">");
document.write("        	<div id=\"divisiones\" class=\"buttom\">DIVISIONES<\/div>");
document.write("        <\/a>");
document.write("        ");
document.write("         <a href=\"noticias.html\" onmouseover=\"javascript:linea('noticias','yes')\" onmouseout=\"javascript:linea('noticias','no')\">");
document.write("         <div id=\"noticias\" class=\"buttom\">NOTICIAS<\/div>");
document.write("         <\/a>");
document.write("         ");
document.write("         <a href=\"contacto.html\" onmouseover=\"javascript:linea('contacto','yes')\" onmouseout=\"javascript:linea('contacto','no')\">");
document.write("         	<div id=\"contacto\" class=\"buttom\">CONTACTO<\/div>");
document.write("        <\/a>");
document.write("    <\/div>");
document.write("");
document.write("	<div id='inicio_line' class='line_buttom' style=\"margin-top:114px; margin-left:0px; width:50px; display:none;\"><\/div>");
document.write("    ");
document.write("    <div id='mawersa_line_left' class='line_buttom_left' style=\"margin-top:114px; margin-left:55px; display:none;\"><\/div>   ");
document.write(" 	<div id='mawersa_line' class='line_buttom' style=\"margin-top:114px; margin-left:55px; width:85px; display:none;\"><\/div>   ");
document.write("    <ul id=\"mawersa_menu\" class=\"v-menu\" style=\"margin-left:55px; padding:0px; display:none;\" onmouseover=\"javascript:marcar('mawersa','yes')\" onmouseout=\"javascript:fuera('mawersa')\">");
document.write("<a href=\"presentacion.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> PRESENTACION<\/div><\/a>");
document.write("                <a href=\"valores.html\" ><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> VALORES<\/div><\/a>");
document.write("                <a href=\"salud.html\" ><div class=\"boton_v-menu\"onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> SALUD Y NUTRICION<\/div><\/a>");
document.write("                <a href=\"innovacion.html\" ><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> INNOVACION<\/div><\/a>");
document.write("                <a href=\"equipo.html\" ><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\">EQUIPO<\/div><\/a>");
document.write("                <a href=\"mawersadiferente.html\" ><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> MAWERSA DIFERENTE<\/div><\/a>");
document.write("    <\/ul>");
document.write("    ");
document.write("    <div id='servicios_line_left' class='line_buttom_left' style=\"margin-top:114px; margin-left:144px; display:none;\"><\/div>   ");
document.write(" 	<div id='servicios_line' class='line_buttom' style=\"margin-top:114px; margin-left:144px; width:85px; display:none;\"><\/div>   ");
document.write("    <ul id=\"servicios_menu\" class=\"v-menu\" style=\"margin-left:144px; padding:0px; display:none;\" onmouseover=\"javascript:marcar('servicios','yes')\" onmouseout=\"javascript:fuera('servicios')\">");
document.write("    			");
document.write("                <a href=\"restauracion.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> RESTAURACION<\/div><\/a>");
document.write("                <a href=\"gestion.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> GESTION PROYECTOS<\/div><\/a>");
document.write("                <a href=\"limpieza.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> LIMPIEZA<\/div><\/a>");
document.write("                <a href=\"apoyo.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> APOYO<\/div><\/a>");
document.write("    <\/ul>");
document.write("    ");
document.write("    ");
document.write("    <div id='divisiones_line_left' class='line_buttom_left' style=\"margin-top:114px; margin-left:235px; display:none;\"><\/div>   ");
document.write(" 	<div id='divisiones_line' class='line_buttom' style=\"margin-top:114px; margin-left:235px; width:87px; display:none;\"><\/div>   ");
document.write("    <ul id=\"divisiones_menu\" class=\"v-menu\" style=\"margin-left:235px; padding:0px; display:none;\" onmouseover=\"javascript:marcar('divisiones','yes')\" onmouseout=\"javascript:fuera('divisiones')\">");
document.write("                <a href=\"empresas.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> EMPRESAS<\/div><\/a>");
document.write("                <a href=\"colegios.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> COLEGIOS<\/div><\/a>");
document.write("                <a href=\"universidades.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> UNIVERSIDADES<\/div><\/a>");
document.write("                <a href=\"residencias.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> RESIDENCIAS<\/div><\/a>");
document.write("                <a href=\"hospitales.html\"><div class=\"boton_v-menu\" onmouseover=\"this.style.backgroundColor='#0c94d5'\" onmouseout=\"this.style.backgroundColor='white'\"> HOSPITALES<\/div><\/a>");
document.write("    <\/ul>");
document.write("    ");
document.write("    <div id='noticias_line' class='line_buttom' style=\"margin-top:114px; margin-left:333px; width:75px; display:none;\"><\/div>");
document.write("        ");
document.write("    <div id='contacto_line' class='line_buttom' style=\"margin-top:114px; margin-left:417px; width:87px; display:none;\"><\/div>");
document.write("    ");
document.write("    <!--Final Cabezera-->");

