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

#consulta a{
	background:url(../images_lrc/menu_sup/btn_consulta.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:15px;
	margin-left:5px;
	margin-top:6px;
	width:130px;
}
#acceso a{
	background:url(../images_lrc/menu_sup/btn_agente.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:15px;
	margin-top:6px;
	width:120px;
}
#recomienda a{
	background: url(../images_lrc/menu_sup/btn_recomienda.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:15px;
	margin-top:6px;
	width:157px;
}
#contactame a{
	background:url(../images_lrc/menu_sup/btn_contactame.jpg) no-repeat 0px 0px;
	float:left;
	height:18px;
	margin-left:5px;
	margin-top:4px;
	width:130px;
}
#visitanos {
	background:url(../images_lrc/menu_sup/visitanos_en.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:18px;
	margin-left:17px;
	margin-top:4px;
	width:85px;
}
#facebook a {
	background:url(../images_lrc/menu_sup/facebook.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:18px;
	margin-top:4px;
	width:105px
}
#youtube a {
	background:url(../images_lrc/menu_sup/youtube.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:18px;
	margin-top:4px;
	width:57px
}
#twitter a {
	background:url(../images_lrc/menu_sup/twitter.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:18px;
	margin-top:4px;
	width:112px
}
#wikipedia a {
	background:url(../images_lrc/menu_sup/wikipedia.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	height:18px;
	margin-top:4px;
	width:88px
}
#consulta a:hover, #acceso a:hover, #recomienda a:hover, #contactame a:hover{
	background-position:bottom;
}

