.dropdown {
	position: absolute;
	z-index: 1;
	display: none;
	top:300px;
	left:300px;
    width: 110px;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
list-style: none;
background: white;
overflow: visible;
padding:0;
margin: 0;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
text-transform: uppercase;
font-size: 13px;
text-align: center;
 -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .2s, 0s;
  -moz-transition-duration: .2s, 0s;
  -o-transition-duration: .2s, 0s;
  transition-duration: .2s, 0s;
  -webkit-transition-delay: 0s, .2s;
  -moz-transition-delay: 0s, .2s;
  -o-transition-delay: 0s, .2s;
  transition-delay: 0s, .2s;

}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 0px;
}

/*.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 51px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}*/


.dropdown.dropdown-tip.dropdown-anchor-center {
	left: auto;
	right: auto;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
	
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #8f8f8f;
	text-decoration: none;
	line-height: 18px;
	padding: 8px 0;
	margin: 0;
	white-space: nowrap;
	background:#EEE;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	
	color: #8f8f8f;
	cursor: pointer;
	background:#ccc;
	opacity:1;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 0px ;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: url("http://moraisrocha.com/css/icons/arrow-curve-180-left.png"); }
.dropdown .redo A { background-image: url("http://moraisrocha.com/css/icons/arrow-curve.png"); }
.dropdown .cut A { background-image: url("http://moraisrocha.com/css/icons/scissors.png"); }
.dropdown .copy A { background-image: url("http://moraisrocha.com/css/icons/document-copy.png"); }
.dropdown .paste A { background-image: url("http://moraisrocha.com/css/icons/clipboard.png"); }
.dropdown .delete A { background-image: url("http://moraisrocha.com/css/icons/cross-script.png"); }






/* DROP 2 */


.dropdown-menu-1{
background: #EEE;
width: 135px;
text-align: center;
float: center;
position: relative;
margin: -4px -44px;
}
.dropdown-menu-1 li {
padding: 10px;
display: inline-block;
}




/* DROP NOTICIAS */


.dropdown-menu-noticias{
    background: #EEE;
    width: 135px;
    text-align: center;
    position: relative;
    margin: 10px 0;
}
.dropdown-menu-noticias li {
    padding: 10px;
    display: inline-block;
}



.arrow-up-noticias {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #EEE;
    position: absolute;
    left: 0;
    top: 4px;

}



/*MEDIA QUERIES*/



/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {

    .dropdown {
        position: absolute;
        z-index: 1;
        display: none;
        top:300px;
        left:300px;
        width: 100px;
    }

}


/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

    .dropdown {
        position: absolute;
        z-index: 1;
        display: none;
        top:300px;
        left:300px;
        width: 110px;
    }


}


@media screen and (min-width: 1600px) {



}



/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {



}



/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {




}
