@charset "utf-8";
/* CSS Document */

a.relleno{	
	text-decoration: none;
	font-weight: bold;
	color: #2987e2;
}

a.relleno:hover{
	color: #0060c0;
}

a.menu1{
	width: 63px;
	height: 34px;
	background: url(../images/es/menu1.gif);
	background-position:100% 0px;
	margin-left: 1px;
	float: left;
}

a.menu1:hover{
	background-position:100% -34px;	
}

a.menu1sel{
	width: 63px;
	height: 34px;
	background: url(../images/es/menu1sel.gif);
	margin-left: 1px;
	float: left;
}

a.menu2{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu2.gif);
	background-position:100% 0px;
	margin-left: 3px;
	float: left;
}

a.menu2:hover{
	background-position:100% -34px;	
}

a.menu2sel{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu2sel.gif);
	margin-left: 3px;
	float: left;
}

a.menu3{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu3.gif);
	background-position:100% 0px;
	margin-left: 3px;
	float: left;
}

a.menu3:hover{
	background-position:100% -34px;	
}

a.menu3sel{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu3sel.gif);
	margin-left: 3px;
	float: left;
}

a.menu4{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu4.gif);
	background-position:100% 0px;
	margin-left: 3px;
	float: left;
}

a.menu4:hover{
	background-position:100% -34px;	
}

a.menu4sel{
	width: 100px;
	height: 34px;
	background: url(../images/es/menu4sel.gif);
	margin-left: 3px;
	float: left;
}





