/* ----------------------------------------------------------------------------------------------------- */
/* default styles */
body {
	margin: 18px 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #444f59;
	color: #070707;
}
br {
	clear: both;
}
ul {
	list-style-type: none;
	overflow: hidden;
}
img, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h5, p {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	outline: 0;
}

#wrapper_top {
	width: 922px;
	height: 20px;
	margin: 0 auto -9px auto;
	background: url(../images/wrapper_top.jpg);
	position: relative;
	z-index: 1;
}
#wrapper_bottom {
	width: 922px;
	height: 20px;
	margin: -9px auto 0 auto;
	background: url(../images/wrapper_bottom.jpg);
	position: relative;
	z-index: 1;
}
#wrapper {
	width: 900px;
	margin:auto;
	padding: 26px 11px 20px 11px;
	background: #edebdf url(../images/wrapper.jpg);
	position: relative;
	z-index: 3;
}

#header {
	padding: 0 30px 10px 28px;
	overflow: hidden;
}
#header a img {
	float: left;
	margin: 10px 0 0 0;
}
#header div {
	width: 300px ;
}
#header div, #header div a img, #header div p, #header div span {
	display: block;
	float: right;
}
#header div a img {
	margin: 0 0 2px 0;
}
#header div p {
	line-height: 18px;
	color: #4f84a9;
	font-weight: bold;
}
#header div span {
	line-height: 16px;
	color: #717476;
	margin: -2px 0 0 0;
}
#header div.date {
	text-align: right;
	margin: 41px 0 0 0;
	line-height: 16px;
	color: #717476;
}

#menu {
	border-top: 1px #bcc9cd solid;
	background: #bcc9cd;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	line-height: 44px;
	padding: 0 23px;
	color: #070707;
	text-decoration: none;
	border-right: 1px #31897f dotted;
}
#menu li a.activelink {
	background: #edebdf;
}


#submenu {
	border-bottom: 1px #bcc9cd solid;
	padding: 0 0 0 12px;
}
#submenu li {
	float: left;
}
#submenu li a {
	float: left;
	display: block;
	line-height: 29px;
	padding: 0 11px;
	color: #717476;
}
#submenu li a.activelink {
	color: #070707;
	text-decoration: none;
}


#container {
	overflow: hidden;
	padding: 12px 23px 20px 23px;
	min-height: 300px;
	height: auto !important;
	height: 300px;

}
#container.login {
	border-top: 1px #bcc9cd solid;
}
#container h1 {
	color: #a3000f;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
#container h3 {
	color: #007b85;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 7px 0;
}
#container h4 {
	color: #000;
	font-size: 13px;
	margin: 0 0 7px 0;
	padding: 2px 0 2px 15px;
	border: 1px #ccc solid;
	background: #ffe;
}

#filters {
	margin: 0 0 8px 0;
	overflow: hidden;
}
#filters select {
	float: left;
	margin: 0 8px 0 0;
}
#filters select.fixed {
	width: 120px;
}
#id_site {
	float: right;
	margin: 2px 15px 0 0;
}
#filters input.submit {
	float: left;
	height: 20px;
}
#filters a.button {
	display: block;
	float: left;
	background: #cd4643 url(../images/boton_izquierda.jpg) no-repeat;
	text-decoration: none;
	color: #edebdf;
	line-height: 18px;
	font-size: 11px;
	padding: 0 0 0 11px;
	margin: 0 15px 7px 0;
}
#filters a.button span {
	background: url(../images/boton_derecha.jpg) top right no-repeat;
	display: block;
	padding: 0 11px 0 0;
}
#filters a#search {
	background: #d0cec3 url(../images/submit_izquierda.jpg) no-repeat;
	color: #333;
}
#filters a#search span {
	background: url(../images/submit_derecha.jpg) top right no-repeat;
}
#filters a.add {
	float: right;
	margin: 0 0 7px 0;
}


#data {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	background: #fff;
	border-bottom: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
}
#data tr th {
	text-align: left;
	padding: 5px 5px;
	border-top: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
	background: #fff;
}
#data tr td {
	padding: 2px 5px;
}
#data tr td a {
	color: #000;
}
.odd {
	/*background: #f6f5ef;*/
	background: #e5e4de;
}


#edit fieldset {
	background: #fff;
	border: 1px #c8c8c8 solid;
	float: left;
	width: 395px;
	padding: 10px;
	font-size: 11px;
	margin: 0 20px 15px 0;
}
#edit fieldset.right {
	margin: 0 0 15px 0;
}
#edit fieldset legend {
	background: #fff;
	border: 1px #c8c8c8 solid;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
}
#edit fieldset label {
	display: block;
}
#edit fieldset label span {
	color: #cd4643;
}
#edit fieldset p.note {
	color: #ccc;
	font-size: 10px;
	margin: -8px 0 8px 0;
}
#edit fieldset p.note a {
	color: #007b85;
}
#edit fieldset label.title {
	color: #007b85;
	margin: 10px 0 0 0;
}
#edit fieldset input.text, #edit fieldset select.select, #edit fieldset textarea.textarea {
	margin-bottom: 8px;
	width: 385px;
	font-size: 11px;
}
#edit fieldset select.select {
	width: 389px;
}
#edit fieldset textarea.textarea {
	width: 385px;
	padding: 0;
}
#edit fieldset input.single {
	margin-top: 10px !important;
}
#edit fieldset input.date {
	width: 60px !important;
}
#edit fieldset input.quantity {
	width: 60px !important;
	text-align: right;
}
#edit fieldset div.text {
	font-size: 11px;
	background: #f6f5ef;
	padding: 3px 1px;
	color: #000;
}
#edit span.submit {
	display: block;
	float: left;
	background: #cd4643 url(../images/boton_izquierda.jpg) no-repeat;
	text-decoration: none;
	color: #edebdf;
	padding: 0 0 0 11px;
	margin: 10px 15px 0 0;
}
#edit span.submit input {
	background: url(../images/boton_derecha.jpg) top right no-repeat;
	float: left;
	padding: 0 11px 1px 0;
	margin: 0;
	border: 0;
	color: #edebdf;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
}
#url {
	color: #999;
}


#cart {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	border-top: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
}
#cart tr th {
	text-align: left;
	background: #f6f5ef;
	border-bottom: 1px #c8c8c8 solid;
	padding: 3px 5px;
}
#cart tr td {
	background: #fff;
	border-bottom: 1px #c8c8c8 solid;
	padding: 3px 5px;
}
#cart tr td input.money {
	text-align: right;
	font-size: 11px;
	width: 70px;
}
div#add_speaker {
	overflow: hidden;
}
div#add_speaker select.select {
	margin: 0 10px 8px 0;
	width: auto;
	font-size: 11px;
	float: left;
}
div#add_speaker a.button {
	display: block;
	float: left;
	background: #d0cec3 url(../images/submit_izquierda.jpg) no-repeat;
	text-decoration: none;
	color: #333;
	line-height: 18px;
	font-size: 11px;
	padding: 0 0 0 11px;
	margin: 0 15px 7px 0;
}
div#add_speaker a.button span {
	background: url(../images/submit_derecha.jpg) top right no-repeat;
	display: block;
	padding: 0 11px 0 0;
}

form#edit a.button {
	display: block;
	float: left;
	background: #d0cec3 url(../images/submit_izquierda.jpg) no-repeat;
	text-decoration: none;
	color: #333;
	line-height: 18px;
	font-size: 11px;
	padding: 0 0 0 11px;
	margin: 0 15px 7px 0;
}
form#edit a.button span {
	background: url(../images/submit_derecha.jpg) top right no-repeat;
	display: block;
	padding: 0 11px 0 0;
}



#footer {
	border-top: 1px #bcc9cd solid;
	text-align: center;
}
#footer p {
	background: url(../images/fondo_menu.jpg) 448px 11px no-repeat;
	padding: 28px 0 0 0;
	margin: -11px 0 0 0;
}
#footer a {
	color: #070707;
	text-decoration: none;
}