﻿
.desplegableMenu
{
	z-index: 4;
	display: none;
	position: absolute;
	top: 42px;
	right: 0px;
	width: 160px;
	height: 0px;
	padding: 0px;
	border: solid 2px #CCC;
	border-radius: 5px;
	background-color: #FFF;
	text-align: center;
	font-family: 'Oswald', sans-serif;
} 	a:hover
	{
		border: 0;
		opacity:0.7; /* MAYORÍA DE NAVEGADORES ACTUALES */
		filter: alpha(opacity=70); /* EXPLORER */
		-khtml-opacity: 0.7; /* KONQUEROR Y SAFARI ANTIGUO */
		-moz-opacity: 0.7; /* MOZILLA ANTIGUO */		
	}

.desplegableMenuOpcion
{
	padding: 4px 0px 4px 0px; 
	border-bottom: solid 1px #CCC;
}

.desplegableMenuOpcionLink
{
	font-size: 18px; color: #000;
	text-decoration: none; 
}

.botonCerrarMenuDesp
{
	z-index: 4;
	display: none;
	position: absolute;
	top: 6px;
	margin-left: 284px;  
	width: 32px; height: 27px;
}

.textoResalt
{
	color: #750000;
}

.textoLink
{
	color: #31639C;
	text-decoration: underline;
}