.chromestyle{
	max-width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-top: 5%;
	height: 50px;
	background: #fefefe;
	border: 1px dashed #454545;
	border-top-style: dashed;
	border-top-style: none;
}
.menu_bar {
	display:none;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	text-align: center;
}

.chromestyle ul li{
	display: inline-block;
	position:relative; 

}
.chromestyle ul li span {
	margin-right:10px;
}

.chromestyle ul li a{
	color: #000;
	text-decoration: none;
	font: bold normal 14px/50px Verdana, Arial, Helvetica, sans-serif;
/*	margin-right: 20px;
	margin-left: 20px;*/
	padding: 20px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #b3b3b3;
	line-height: 50px;
	transition: .5s;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #CCCCCC;
	margin-top: 5px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #93D0AB;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;

}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.chromestyle .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #272727;
	color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#contenido {
	height: 500px;
	width: 95%;
	float: left;
	margin-right: auto;
	margin-left: auto;

}

/* Media Type and Media Feature and Media Feature*/
/*@media only screen and (min-width: 400px) and (max-width: 800px) {
  .inline-text-box {
    width: 100%;
    display: block;
  }
}
/* Media Feature Only */
/*@media (max-width: 1200px) {
  .inline-text-box {
    width: 50%;
  }
}*/
@media screen and (min-width:300px) and (max-width:860px) {

.chromestyle {
	width:80%;
	height:100%;
	left:-100%;
	margin:0;
	position: fixed;
	float: none;

	}

.chromestyle ul li{
	display: block;
	border-bottom:  1px solid #fafafa;
	float: none;
	margin: 0;
	text-align:left;
}
.menu_bar {
	display:block;
	width:100%;
	background:#ccc;
	top: 0;
	
}
.menu_bar .bt-menu {
	display:block;
	padding:20px;
	background:#024959;
	color:#fff;
	text-align: left;
	text-decoration:none;
	overflow: hidden;
	font-weight: bold;
	font-size:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
 
.menu_bar span {
	float:right;
	font-size:20px;
	}
#menu, #top .chromestyle{
 width: 100%;
 height: 100%;
 position: fixed;
 left: 0;
 margin:0;
 overflow: hidden;
}

}