@charset "utf-8";
/* CSS Document */
.circleBaseMenu {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	background-color:rgba(255,255,255,0.4);
}
.numMenu
{
	width: 90px;
	height: 90px;
	border: 2px solid #FFF;
	color:#FFF;
	text-align:center;
	line-height:90px;
}
.numMenu:hover
{
	-webkit-box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.9);
	-moz-box-shadow:    0px 0px 60px 0px rgba(255, 255, 255, 0.9);
	box-shadow:         0px 0px 60px 0px rgba(255, 255, 255, 0.9);
}
.numMenu img
{
	vertical-align: middle;
}
/*Style para el select de los idiomas*/
#pickLan
{
	position:absolute;
	margin-top:1px;
	margin-left:1px;
	z-index:20;
}
.note-box {
	margin-top:10px;
	margin-left:10px;
	width: 120px;
}
.note-box .white {
    width: 119px;
    background: white;    
    font: bold 14px/1.5em Arial, Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.66), 0 1px 0 rgba(255, 255, 255, 0.24);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.66), 0 1px 0 rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.66), 0 1px 0 rgba(255, 255, 255, 0.24); 
}
.note-box .white ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.note-box .white ul li 
{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer; 
}
.note-box .white ul li:hover 
{
    background: rgba(70, 165, 70, 0.1); 
}
#liSel:after
{
    position: absolute;
	top: 5px;
	right: 5px;
	content: "✔";
	color: #46a546;
}
.note-box .white ul li:after
{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #46a546; 
}
.note-box .white ul li:last-child 
{
    border-bottom: none; 
}
.element	{ position:absolute; top:30%; right:2%;}
/*Termina select de idiomas*/
