#titulo
{
	position:relative;
	width:780px;
	height:91px;
	top:0px;
	left:0px;
	background-image:url(../images/titulo.jpg);
}
#menu
{
	position:relative;
	height:38px;
	width:780px;
	top:0px;
	left:0px;
	background-image:url(../images/barramenu.jpg);
	background-repeat:repeat-x;
}
.menu1
{
	position:absolute;
	width: 49px;
	height: 37px;
	top: 0px;
	left: 0px;
	text-align:right;
	float:left;
}

.menu2
{
	position:relative;
	width: 100px;
	height: 33px;
	top:0px;
	left:60px;
	background-repeat: no-repeat;
	background-position:left;
	background-image:url(../images/separadormenu.gif);
	text-align:center;
	float:left;
	margin-right:-15px;
}
*+html .menu2{} /* para validar con ie7*/
* html .menu2{}/* para validar con ie6*/
.menu3
{
	position:relative;
	width: 70px;
	height: 33px;
	top:0px;
	left:65px;
	margin-left:15px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-position:left;
	background-image:url(../images/separadormenu.gif);
	text-align:right;
	float:left;
}
*+html .menu3{}
.menu4
{
	position:relative;
	width: 55px;
	height: 33px;
	top:0px;
	left:60px;
	margin-left:15px;
	background-repeat: no-repeat;
	background-position:left;
	background-image:url(../images/separadormenu.gif);
	text-align:right;
	float:left;
}
*+html .menu4{}
.texto
{
	font-size:14px;
	vertical-align:text-bottom;
	font-weight: bold;
	top:10px;
	left:10px;
	color:#000;
	text-decoration:none;
	position:relative;
}
