body {
	font-family: 'Myriad Pro', Arial, Helvetica;
}

li {
	list-style: none;
}

ul {
	margin-left: 0px !important;
}

.red {
	color: red;
}

.clear {
	clear: both;
}

#submit {
	background: #f05a24;
}

#submit:hover, #submit:focus, #submit:hover, #submit:focus {
	background: #d84b19;
}

a.mybtn {
	background: #f05a24 !important;
}

a.mybtn:hover, .mybtn:focus, .mybtn:hover, .mybtn:focus {
	background: #d84b19 !important;
}

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(208,208,208,0.5);
	text-align: center;
	z-index: 999;
	padding-top: 14%;
}

#loader p {
	color: #393939;
	font-size: 22px;
	margin: 0px;
	font-weight: bold;
}

.login {
	margin-top: 40px;
}

.admin-menu {
	background: #333333;
}

.plupload_header {
	display: none;
}

#form1 .plupload_filelist {
	height: 37px;
}

.addpropiedad {
	margin-top: 20px !important;
}

.admin-galeria table {
	width: 100% !important;
}

.form-block {
	display: none !important;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}