#menu{
	width: 100%;
	background: black;
	height: 80px;
	border: black 1px solid;
}
#btnlogin{
	background: orange;
	color: white;
	font-size: 1.6em;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
#btnlogin:hover{
	background: white;
	color: black;
}

/*estilo de los componentes dentro de la etiqueta dialog*/
#window{
	background:  #E3E1DE ;
	border: solid 2px orange;

}
#btninicio{
	background: orange;
	color: white;
	margin-left: 30px;
	font-size: 1.2em;
	border: solid 1px black;
}
#btninicio:hover{
	background: white;
	color: black;
}
#btncerrar{
	background: orange;
	color: white;
	margin-left: 55px;
	font-size: 1.2em;
	border: solid 1px black;
}
#btncerrar:hover{
	background: white;
	color: black;
}
#Ldialog{
	margin-left: 0px;
	margin-top: 0px;
}
#btninicioRegistroMenuFit{
	color: white;
	background: orange;
	padding: 5px;
	text-decoration: none;
	margin-left: 10px;
	border: solid 1px black;
}
#btninicioRegistroMenuFit:hover{
	background: white;
	color: black;
}
#conImgLog{
	width: 50%;
	display: inline-block;
}
#conOpc{
	width: 45%;
	display: inline-block;
	text-align: right;
}


/*version movil*/
@media (max-width: 767px) {

#btnlogin{
	margin-left: 0px;
}


#menu{
	height: 45px;
}

}
