body
{
overflow:scroll;
	text-align: center;
	font-family:verdana;
	background-color:#BEBEBE;
}

div.marco {
	   background-image:url('./media/gif/grad-1.gif');
	   background-repeat:repeat-x;
	   width:3000px;
	   height:147px;
	   position:absolute;
	   top:0px;
	   left:0px;
}

div.container
{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height:500px;
	background:#BEBEBE;
}

div.header {
	   background-repeat:no-repeat;
	   z-index:0;
	   position:relative;
	   top:-16px;
	   height:237px;
	   width:760px;
}

div.menu-corporativo {
		    position:relative;
		    top:-50px;
		    left:-15px;
	background-color:#BEBEBE;
}
	

div.menu-productos {
	   background-repeat:no-repeat;
	   height:455px;
	   width:600px;
	   position:relative;
	   top:-80px;
	   left:-60px;

}
	

div.contenido {
	      background-color:#050861;
/*	      	      background-color:white;*/
	      background-repeat:no-repeat;
	      height:480px;
 	      border:3px solid white; 
	      width:760x;
	      position:relative;
	      top:-90px;
	      left:-0px;
}



img {
    border:none;
}

p {
  font-size:10pt;
}

a:visited {
	  color:blue;
}

a:hover {
	color:red;
}
