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

a.prueba{
	text-decoration: none;
}

a.prueba:hover{
	text-decoration: none;
}


a{
	text-decoration: none;	
}

a:hover{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a.login{
	width: 94px;
	height: 23px;		
	background-image: url(../images/btnlogin.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;	
	margin-right: 18px;
	padding-top: 5px;
	float: right;
}

a.login:hover{
    color: #FFFFFF;
	text-decoration: underline;
}


a.serv{
	width: 234px;
	height: 23px;	
	background-image: url(../images/btnserv.jpg);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #222222;
	padding-left: 26px;
}

a.serv:hover{
	color: #222222;
	text-decoration: underline;
}

a.naranja{
	color: #ff5c00;
	font-weight: bold;
	text-decoration: none;
}

a.naranja:hover{
	color: #ff5c00;
	font-weight: bold;
	text-decoration: underline;	
}

a.menu1{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu1.jpg);
	background-position:100% 0px;	
	float: left;
}

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

a.menu2{
	width: 107px;
	height: 27px;
	background: url(../images/btnmenu2.jpg);
	background-position:100% 0px;	
	margin-left: 5px;
	float: left;
}

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

a.menu3{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu3.jpg);
	background-position:100% 0px;	
	margin-left: 7px;
	float: left;
}

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

a.menu4{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu4.jpg);
	background-position:100% 0px;	
	margin-left: 7px;
	float: left;
}

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

a.menu5{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu5.jpg);
	background-position:100% 0px;	
	margin-left: 7px;
	float: left;
}

a.menu5:hover{
	background-position:100% -27px;	
}






a.menu1sel{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu1.jpg);
	background-position:100% -27px;	
	float: left;
}

a.menu1sel:hover{
	background-position:100% -27px;	
}

a.menu2sel{
	width: 107px;
	height: 27px;
	background: url(../images/btnmenu2.jpg);
	background-position:100% -27px;	
	margin-left: 5px;
	float: left;
}

a.menu3sel{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu3.jpg);
	background-position:100% -27px;		
	margin-left: 7px;
	float: left;
}

a.menu4sel{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu4.jpg);
	background-position:100% -27px;		
	margin-left: 7px;
	float: left;
}

a.menu5sel{
	width: 72px;
	height: 27px;
	background: url(../images/btnmenu5.jpg);
	background-position:100% -27px;		
	margin-left: 7px;
	float: left;
}






