html,body{
margin:0px;
padding:0px;
}	

.textoPie {
font-size: 10px;
font-weight: bold;
font-family: "myriad-pro";
color:#666666;
text-transform:uppercase;
}

.textoPie2 {
font-size: 8px;
font-family: "myriad-pro";
color:#666666;
text-transform:uppercase;
}

.sticker {
width: 50px;
height: 50px;
}

.example-1 .sticker-img {
 background-image: url(../botones/Facebook.png);
}

.example-2 .sticker-img {
 background-image: url(../botones/Twitter.png);
}

.example-3 .sticker-img {
 background-image:url(../botones/Google.png)
}

.example-4 .sticker-img {
 background-image: url(../botones/Instagram.png);
}

.example-5 .sticker-img {
 background-image: url(../botones/Pinterest.png);
}

.example-6 .sticker-img {
 background-image: url(../botones/Swarm.png);
}


@font-face {
font-family: "NeoSans";
font-style:normal;
font-weight:normal;
src: url("../NeoSansR.otf");
}

@font-face {
font-family: "Kievit";
font-style:normal;
font-weight:normal;
src: url("../KievitR.otf");
}

.bloque-fijo{
width:100%;
z-index:100000;
position:fixed;
top:0px;
}

.bloque-fijo2{
width:100%;
z-index:100000;
position:fixed;
top:0px;
}

.menu{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
box-shadow: 3px 3px 3px #CCC;
-moz-box-shadow: 3px 3px 3px #CCC;
-webkit-box-shadow: 3px 3px 3px #CCC;
}

.menuP{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
box-shadow: 3px -3px 3px #CCC;
-moz-box-shadow: 3px -3px 3px #CCC;
-webkit-box-shadow: 3px -3px 3px #CCC;
}

