/* hoja de estilo azul */

.drawer {
    
        padding: 10px;
	padding-top: 0px;
	margin-bottom: 30px;
	margin-top: 15px;
       
}

.drawer h2 {
	background: #fff;
	border: 0px;
	float: left;
	height: 30px;
	padding: 5px 10px 0px 10px;
	position: relative;
	top: -30px;
	margin-bottom: 0px;
        font-size: 18px;   
        
        color: #000;
        text-decoration: underline;
}

.drawer-control, .drawer-footer-control {
	float: right;
	height: 14px;
	font-size: 12px;
	top: -13px;
	margin-left: 10px;
	padding: 5px;
}

.drawer-content {
	clear: both;
	line-height: 150%;
	margin: 0px 5px;
}

.drawer-manage {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-bottom: 5px;
}

.drawer-manage li {
	background: #101010;
	border-bottom: 1px dotted #353535;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 2px 0px;
	width: 100%;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
