/* 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#LanBar{
	padding-right:0.5%;
	float: right;
}

#LanBar ul{
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: auto;
    /* background: transparent; */ /*menu strip background*/
    /* border: 1px solid gray; */
    padding: 1px 0;
    border-width: 1px 0;
    margin:0;
    list-style:none;
}

#LanBar ul li {
   /* font:bold 11px/1.5em Verdana; */
   /* display:inline; */
   float:left;
   margin:0;
   padding:0;
}

#LanBar a{ /*aero button CSS*/
   background: transparent url('../images/aeroleft.gif') no-repeat top left;
   display: block;
   float: left;
   font: bold 10px/1.5em Verdana, Trebuchet MS; /* Change 13px as desired */
   line-height: 10px; /* This value + 8px should equal height of button background (default is 31px) */
   height: 18px; /* Height of button background height */
   padding-left: 10px; /* Width of left menu image */
   text-decoration: none;
   margin-right: 5px; /*spacing between buttons*/
   _margin-right: 3px; /*spacing between buttons*/
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
   opacity: 0.9;
   -moz-opacity: 0.9;
}

#LanBar a:link, #LanBar a:visited, #LanBar a:active{
   color: white; /*button text color*/
}

#LanBar a span{
   background: transparent url('../images/aeroright.gif') no-repeat top right;
   display: block;
   padding: 3px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

#LanBar a:hover{ /* Hover state CSS */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
   opacity: 1;
   -moz-opacity: 0.99;
}

#LanBar a:hover span{ /* Hover state CSS (for text) */
   color: yellow;
}

#LanBar a.selected{ /* Active state CSS */
   background: transparent url('../images/aeroleftyellow.gif') no-repeat top left;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
   opacity: 1;
   -moz-opacity: 0.99;
}

#LanBar a.selected span{ /* Hover state CSS (for text) */
   background: transparent url('../images/aerorightyellow.gif') no-repeat top right;
   color: MidnightBlue;
}

#LanBar .rightsection{
   float: right;
   width: 100px;
   position: relative;
   top: 1px;
   padding-right: 2px;
   text-align: right;
}

#LanBar .rightsection a{
   color: navy;
}

#FontBar{
	list-style: none;
	display: inline;
	margin-right: 10px;
	float: left;
}

#FontBar li{
	display: inline;
}

#FontBar img{
	border: none;
	vertical-align: middle;
}

#top_sec{
	width: 100%;
	position: absolute;
}

#RedesSociales{
	float: right;
	padding-right: 1%;
	margin-top: 5px;
}

#RedesSociales li{
	list-style: none;
	display: inline;
}

#RedesSociales a{
	text-decoration: none;
}

#RedesSociales img{
	border: none;
}

#FBLike{
 	float: left;
	width: 105px;
	margin-right: 1px;
}

#___plusone_0{
 	width: 60px !important;
}