@charset "utf-8";
/* CSS Document */
/* Add a black background color to the top navigation */
    nav li ul{
        display:none;
        position:absolute;
        top:10px;
        left:60px;
    }
	
	
 .boton_personalizado{
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	background-color: #4CAF50;
	border-radius: 8px;
	border: 2px solid #0000FF;
	display: block;
	width: 90px;
	text-align: center;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	line-height: 15px;
	
  }
  .boton_personalizado:hover{
	color: #009;
	background-color: #8FCF93;
  }
/* Style the links inside the navigation bar */
.reg a {
	/*float: left;*/
	color: #F00;
	text-align: center;
	padding: 14px 16px;
	/*text-decoration: none;*/
	font-size: 36px;
	}
.topnav {
	background-color: #4CAF50;
	overflow: hidden;
	width: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
}
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	/*text-decoration: none;*/
	font-size: 17px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
}
/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color:#FFF;
}
/* Add a color to the active/current link */
.topnav a.active {
	background-color: #4CAF50;
	color:#FFF;
}

 /*nav li:hover ul{display:block;}*/ /*Despliega el menus flotante*/

/* Right-aligned section inside the top navigation */
/*.topnav-right {
	float: right;
	background-color: #333;
}
*/
