/******************************************************************************
 WEBANKO: Web Application NKO
-------------------------------------------------------------------------------

 webanko.css: Cascada de estilos principal

 + 2007-03-09: Basado en http://www.thenoodleincident.com y CBNSE (layout)

-------------------------------------------------------------------------------
 by TXiNo (J. Fernando Moyano) - txino@evolus.net
******************************************************************************/

/*-----------------------------------------------------------------------------
 General:
-----------------------------------------------------------------------------*/
body,textarea {
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
	color: #000000;
	background-color: #FFFFFF;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #ffffff;
}


td {
	text-align: left;
}

img {
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #873311;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:visited {
}

strong, b {
	font-weight: bold;
}

p {
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
	text-align: left;
}

pre {
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

form {
	margin:0;
}
input,
select,
textarea
{
	padding-left: 0.2em;
	padding-left: 0.2em;
	border: solid 0px #000000;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
}

input[type=submit],
input[type=button] {
	padding: 0.2em;
	text-align: center;
	color: #ffffff;
	background-color: #873311;
	cursor: pointer;
	border-radius: 4px;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-color: #f00000;
}

input:focus,
textarea:focus {
	background-color: #f0f0f0;
}


h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 200%;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3em;
	color: #602000;
}
h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	color: #602000;
}
h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	color: #602000;
}
h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}
h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}

.ghost {
	display: none;
}

.nowrap {/* must be combined with nobr in html for ie5win */
	white-space: nowrap;
}

.tiny {
	font-size: 70%;
}

.terminal {
	font-family: courier, serif;
	font-size: 80%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

div.aligner {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.float_left {
	float: left;
}
div.float_right {
	float: right;
}
div.cleaner {
	clear: both;
}

img.section_img {
	opacity: 0.6;
}

.red {
	color: #f00000;
}

.big {
	font-size: 130%;
}

/*-----------------------------------------------------------------------------
 Layout Principal:
-----------------------------------------------------------------------------*/

div#layout {
	width: 1024px;
	margin: auto;
	margin-bottom: 0px;
	border-bottom: solid #ffffff 1px;
}

div#left_col {
	float: left;
	width: 300px;
	padding-top: 300px;
	/*border: solid green 1px;*/
}

div#right_col {
	float: right;
	width: 630px;
	/*margin-left: 300px;*/
	padding-left: 20px;
	padding-right: 40px;
	/*border: solid red 1px;*/
}

div.layout_1 {
	background: #cba073 url('/img/degradado_01.png') repeat-y right top;
}
div.left_col_1 {
	background: #cba073 url('/img/fondo_01.jpg') no-repeat left top;
}

div.layout_2 {
	background: #DBD3BE url('/img/degradado_02.png') repeat-y right top;
}
div.left_col_2 {
	background: #DBD3BE url('/img/fondo_02.jpg') no-repeat left top;
}



/*-----------------------------------------------------------------------------
 Elementos de Layout:
-----------------------------------------------------------------------------*/

div#header,
div#navtop,
div#navleft,
div#body,
div#footer {
	margin: 0;
	padding: 0;
	/*border: solid 0.5em #888;*/
}

/*header: ---------------------------*/

div#header {
	position: relative;
	height: 80px;
}

div#header img.logo {
	/*float: left;*/
	margin-top: 27px;
}

/*navtop: ---------------------------*/

div#navtop {
	padding-top: 20px;
	padding-bottom: 20px;
}

div#navtop h1 {
	padding-left: 4px;
	font-size: 16px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-shadow: 0.05em 0.05em 0.2em #804020;
	line-height: 1.2em;
	color: #000000;
	background-color: #cba073;
	border-radius: 4px;
}

div#navtop h1 span.selected {
	color: #602000;
}

div#navtop h1 span.marked {
	color: #602000;
}

div#navtop a {
	font-weight: normal;
	color: #909090;
}
div#navtop a:hover {
	color: #602000;
	text-decoration: none;
}

/*navleft: --------------------------*/

div#navleft {
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0;
	margin: 0;
	background-color: #a0a0a0;
}

/*menu: ---------------------------*/

div#menu {
	/*float: left;*/
	width: 240px;
	margin-top: 40px;
	margin-bottom: 120px;
	margin-left: 30px;
}

/*body: --------------------------*/

div#body {
	width: 624px;
	min-height: 680px;
	margin: 0px;
	/*margin-left: -8px;*/
	padding: 0px;
	padding-left: 4px;
	/*border: dotted #00f000 1px;*/
}

div#body div.body_wide {
	margin-right: 0px;
}

div#body div.body_normal {
	margin-right: 44px;
}

div#body h1,
div#body h2,
div#body h3,
div#body h4,
div#body h5 {
	clear: both;
	margin: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

div#body div.forceps {
	width: 100%;
}

div#body div.aligner {
	margin: 0;
	padding: 0;
	text-align: center;
}


/*footer: ---------------------------*/

div#footer {
	clear: both;
	margin: 20px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	font-size: 12px;
	text-align: left;
	text-shadow: 0.05em 0.05em 0.1em #804020;
	line-height: 1.4em;
	color: #000000;
	border-top: dotted 1px #000000;
}

div#footer a {
	font-weight: bold;
	color: #602000;
}


/*-----------------------------------------------------------------------------
 Collapsible Fieldsets:
-----------------------------------------------------------------------------*/

/* Removes Fieldset Border */
fieldset.collapsible {
}

fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

fieldset.collapsed * {
	display: none;
}

fieldset.collapsed table *,
fieldset.collapsed legend,
fieldset.collapsed legend * {
	display: inline;
}

fieldset.collapsible legend a:after {
	content: ' [-]';
}

fieldset.collapsed legend a:after {
	content: ' [+]';
}


/*-----------------------------------------------------------------------------
 Pestañeros:
-----------------------------------------------------------------------------*/

div.tabset {
	margin: 12px 0px;
	padding: 0px 0px;
	background-color: #f2f1ed;
}

div.tabset_header {
	height: 17px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px 8px;
	border-bottom: solid 1px #838385;
	background-color: #ffffff;
}

div.tabset_header a {
	color: #3f3b3a;
	font-weight: normal;
	letter-spacing: 0px;
}
div.tabset_header a:hover {
	text-decoration: none;
	background-color: #f3be59;
}

div.tabset_header ul {
	margin: 0px;
	padding: 0px;
}

div.tabset_header li {
	display: inline;
	padding: 2px 14px;
	font-size: 120%;
	color: #838385;
}
div.tabset_header li:hover {
	border-bottom: solid 1px #f3bf5a;
	background-color: #f3bf5a;
}

div.tabset_header li.selected {
	font-size: 130%;
	border: solid 1px #838385;
	border-bottom: solid 2px #f2f1ed;
	background-color: #f2f1ed;
}
div.tabset_header li.selected:hover {
	border-bottom: solid 1px #f3bf5a;
	background-color: #f3bf5a;
}

div.tabset_header li.selected a {
	/*border-bottom: solid 3px #f3bf5a;*/
	font-weight: bold;
}

div.tabset_footer {
	padding-bottom: 4px;
	border-bottom: solid 1px #838385;
	background-color: #f2f1ed;
}

div.tabset_body {
	margin: 0px;
	padding: 8px;
	overflow: auto;
	/*border-right: solid 1px #838385;
	border-left: solid 1px #838385;*/
	background-color: #f2f1ed;
}

div.tabset_body a {
	font-weight: normal;
}

div.freeheight_control {
	float: right;
	height: 0px;
	padding-top: 2px;
	text-align: right;
}

div.freeheight_control a {
	color: #838385;
}
div.freeheight_control a:hover {
	color: #f00000;
}

div.freeheight_control a:after {
	content: '[+]';
}
div.freeheight + div.freeheight_control a:after {
	content: '[-]';
}

div.tabset div.freeheight + div.tabset_footer div.freeheight_control a:after {
	content: '[-]';
	font-size: 6px;
}
div.tabset div.freeheight_control a:after {
	content: '[+]';
	font-size: 6px;
}


/*-----------------------------------------------------------------------------
 Componentes WEBANKO:
-----------------------------------------------------------------------------*/

/*wbnk_menu: ----------------------*/

ul.wbnk_menu {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul.wbnk_submenu {
	/*display: none;*/
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

ul.wbnk_menu a,
ul.wbnk_submenu a {
	display: block;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

ul.wbnk_menu a {
	margin-top: 1px;
	padding: 0.1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef7f37;
}

ul.wbnk_menu a:hover {
	text-decoration: none;
	color: #ffffff;
	/*background-color: #e79767;*/
}

ul.wbnk_submenu a {
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	padding-left: 1em;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
}

ul.wbnk_submenu a:hover {
	color: #ffffff;
	background-color: #e79767;
}


/*menu_top: ----------------------*/

div.wbnk_menu_top {
	height: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;	
	text-align: left;
	background-color: #f8f8f8;
/*
	background-image: url(/img/menu_det1.gif);
	background-position: left top;
	background-repeat: no-repeat;
*/
}

div.wbnk_menu_top ul {
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

div.wbnk_menu_top ul li {
	display: inline;
	padding: 8px;
}

div.wbnk_menu_top ul li a {
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
}


/*chrome submenus: ----------------------*/

.dropmenudiv {
	position:absolute;
	visibility: hidden;
	top: 0;
	width: 136px;
	border: 1px solid #808080;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	color: #808080;
	background-color: #F0F0F0;
	opacity: 0.95;
}


.dropmenudiv a {
	display: block;
	padding: 0.1em 1em;
	border-bottom: 1px solid #808080;
	text-decoration: none;
	text-align: left;	
	font-weight: bold;
}

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

.dropmenudiv a:hover {

}


/*wbnk_login : ----------------------*/

form.wbnk_login {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	color: #ffffff;
}

form.wbnk_login div.title {
	margin-top: 1px;
	padding: 0.1em;
	padding-left: 0.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef7f37;
}

form.wbnk_login div.inputs {
	margin: 0.4em;
	text-align: right;
	line-height: 1.8em;
}

form.wbnk_login div.inputs input {
	width: 6em;
	font-size: 85%;
}

form.wbnk_login div.buttons {
	margin: 0.4em;
	text-align: center;
}

form.wbnk_login div.buttons input {
	font-size: 85%;
	font-weight: bold;
}

form.wbnk_login div.info {
	margin: 0.2em;
	text-align: center;
}


/*wbnk_login : ----------------------*/

div.wbnk_login_top {
	float: right;
	margin: 0px;
	margin-top: 36px;
	padding: 0px;
	text-align: right;
}

div.wbnk_login_top div.inputs {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.wbnk_login_top div.inputs input {
	width: 80px;
	margin: 0px;
	padding: 0.1em;
	font-size: 90%;
	font-weight: normal;
}

div.wbnk_login_top div.buttons {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.wbnk_login_top div.buttons input {
	_height: 16px;
	margin-left: 4px;
	margin-right: 0px;
	padding: 0.1em;
	font-size: 90%;
	font-weight: bold;
}

div.wbnk_login_top div.info {
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-top: 8px;
	_padding-top: 8px;
	font-size: 95%;
	text-align: right;
	color: #6a6a6a;
}


/*wbnk_locale_top: ---------------*/

div.wbnk_locale_top {
	font-size: 14px;
	color: #602000;
}

div.wbnk_locale_top select {
	padding: 0.1em;
	font-size: 90%;
}

div.wbnk_locale_top a {
	font-weight: normal;
	color: #000000;
}

div.wbnk_locale_top a.selected {
	color: #602000;
}

div.wbnk_locale_top a:hover {
	text-decoration: underline;
}

/*wbnk_log: ----------------------*/

div.wbnk_log {
	margin: 0;
	/*margin-left: 8px;*/
	padding: 0.8em;
	text-align: left;
	background-color: #E0E0E0;
	border-top: solid 1px #BC7173;
}

div.wbnk_log div.info {
	padding: 0.1em;
	color: #109010;
}

div.wbnk_log div.error {
	padding: 0.1em;
	color: #901010;
}

/*wbnk_message: ----------------------*/

div.wbnk_message {
	width: 50em;
	margin: 1em;
	padding: 1em;
	text-align: left;
	background-color: #ffffff;
	opacity: 0.8;
}

div.wbnk_message div.title {
	background-image: url(/img/webanko/wbnk_error.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 128px;
	margin: 1em;
	margin-bottom: 2em;
	padding-top: 30px;
	padding-left: 140px;
	font-size: 120%;
}


div.wbnk_message p.info {
	margin: 1em;
}

div.wbnk_message textarea {
	width: 39em;
}

/*wbnk_upload: ----------------------*/

div.wbnk_upload {
	padding-left: 20px;
}

div.wbnk_upload p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*wbnk_calendar: --------------------*/

table.wbnk_calendar {
	margin: 0.5em;
	margin-top: 0em;
	margin-bottom: 1.5em;
	padding: 0px;
	font-size: 100%;
	border-collapse: collapse;
}

table.wbnk_calendar tr {
	padding: 0;
}

table.wbnk_calendar td {
	padding: 0;
	text-align: right;
	vertical-align: top;
	color: #000000;
	border: solid 1px #ffffff;
}

table.wbnk_calendar td.dia {
	background-color: #AFBCA8;
	cursor: pointer;
}
table.wbnk_calendar td.dia:hover {
	background-color: #BFCCB8;
}

table.wbnk_calendar td.dom {
	color: #994444;
	background-color: #F0D0D0;
	cursor: pointer;
}
table.wbnk_calendar td.dom:hover {
	background-color: #F0B0B0;
}

table.wbnk_calendar td.hoy {
	padding: 0;
	font-weight: bold;
	/*color: #444499;*/
	background-color: #d0d4d0;
	cursor: pointer;
}

table.wbnk_calendar td.hoy:hover {
	background-color: #d0d4d0;
}

table.wbnk_calendar td.tit {
	padding: 0.2em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #e1001a;
}

table.wbnk_calendar td.bottom {
	padding-top: 1.0em;
	text-align: center;
}

table.wbnk_calendar input {
	/*font-size: 85%;*/
	text-align: center;
	color: #602000;
	background-color: #ffffff;
	border-color: #000000;
}

div.wbnk_content_calendar {
	width: 98%;
	margin-bottom: 1.5em;
}

div.wbnk_content_calendar h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
div#body div.wbnk_content_calendar h3 {
	font-weight: bold;
}

div.wbnk_content_calendar select {
	color: #602000;
	background-color: #ffffff;
	border: solid #000000 1px;
}
div.wbnk_content_calendar input {
	/*font-size: 85%;*/
	text-align: center;
	color: #602000;
	background-color: transparent;
}
div.wbnk_content_calendar input:hover {
	color: #BFCCB8;
	background-color: #602000;
}

div.wbnk_content_calendar table.wbnk_calendar {
	width: 100%;
	margin: 0em;
}

div.wbnk_content_calendar td {
	width: 14%;
	height: 40px;
	/*font-weight: bold;	*/
}

div.wbnk_content_calendar td li {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	padding-left: 12px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	color: #8080C0;
	background-image: url('/img/bullets/0001_arrow_red_trans.png');
	background-position: top left;
	background-repeat: no-repeat;
}


/*wbnk_pager: --------------------*/

ul.wbnk_pager {
	margin: 0.5em;
	padding-bottom: 2px;
	list-style-type:none;
	font-size: 110%;
}

ul.wbnk_pager li {
	display: inline;
	padding: 0 2px;
}

ul.wbnk_pager a {
	padding: 0 4px;
	color: #000000;
}

ul.wbnk_pager a:hover {
	color: #873311;
}

ul.wbnk_pager a.selected {
	color:  #873311;
}


/*wbnk_blog: --------------------*/

div.wbnk_blog {
	width: 80%;
	margin: 1.5em auto 0.5em auto;
	padding: 0;
	/*border-top: solid 0.4em #888;
	border-bottom: solid 0.4em #888;*/
	font-size: 90%;
	text-align: left;
}

div.wbnk_blog div.title {
	margin: 0;
	padding: 0 0.4em;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef7f37;
}

div.wbnk_blog div.info {
	margin: 0;
	margin-bottom: 1px;
	padding: 0 0.4em;
	color: #6a6a6a;
	background-color: #ffffff;
}

div.wbnk_blog div.body {
	margin: 0;
	padding: 0.4em;
	background-color: #ffffff;
}

div.wbnk_blog div.footer {
	margin: 0;
	padding: 0.1em;
	color: #ffffff;
	background-color: #ef7f37;
}


/*wbnk_file_manager: --------------------*/

div.wbnk_file_manager {
	margin: 1em;
	padding: 1em;
}

div.wbnk_file_manager tr {
	background:#f0f0f0;
}

/*-----------------------------------------------------------------------------
 Componentes SWAL:
-----------------------------------------------------------------------------*/

/*swal_form: -----------------------*/

.swal_form {
	padding: 0px 16px;
	font-size: 100%;
	text-align: left;
	/*background-color: #E2E7E1;*/
}

.swal_form_body {
	padding: 0px 0px;
	background-color: #E2E7E1;
} 

.swal_form h2 {
	padding: 0.8em 0px;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

.swal_form h3 {
	margin-top: 0.8em;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

.swal_form div.extra_buttons {
	float: right;
	clear: right;
	margin: 4px;
	text-align: right;
}

.swal_form table {
	/*color: #ffffff;*/
}

.swal_form th {

}

.swal_form td {
	font-weight: bold;
}

.swal_form td.normal {
	font-weight: normal;
}

.swal_form td.bold {
	font-weight: bold;
	color: #903030;
}

.swal_form input,
.swal_form select,
.swal_form textarea {
	padding-left: 0.2em;
	border: solid 1px #191919;
	color: #191919;
	background-color: #e0e0e0;
}

.swal_form input[type=button],
.swal_form input[type=submit] {
	padding-right: 0.2em;
	cursor: pointer;
}
.swal_form input[type=button]:hover,
.swal_form input[type=submit]:hover {
	background-color: #ef4747;
}

.swal_form input:focus,
.swal_form textarea:focus {
	background-color: #e0ffe0;
}

.swal_form iframe {
	background-color: #ffffff;
}

.swal_form div.marger {
	margin: 6px;
}

.swal_form fieldset legend {
	font-weight: bold;
}

.swal_form fieldset legend a {
	color: #275faf;
}
.swal_form fieldset legend a:hover {
	text-decoration: none;
	color: #F00000;
}

/*Buttonbar: */

.swal_form div.button_bar {
	margin: 4px 0px;
	padding: 0px 4px;
	font-size: 95%;
	word-spacing: 0;
	white-space: nowrap;
	color: #f0f0f0;
	background-color: #a0a0a0;
}

.swal_form div.wide_button_bar {
	margin: 0px -16px;
	padding: 0px 16px;
}

.swal_form .button_bar input,
.swal_form .button_bar select {
	margin: 0;
	padding: 0 0.1em;
	border: solid 1px #191919;
	font-size: 93%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef7f37;
}

.swal_form .button_bar input[type=button] {
	text-align: center;
	cursor: pointer;
}

.swal_form .button_bar input[type=button]:hover {
	background-color: #ef4747;
}

.swal_form .button_bar select {
	font-size: 90%;
	padding: 0;
}

/*swal_select: -----------------------*/

.swal_select_option_tree_1 {
	font-size: 100%;
}
.swal_select_option_tree_2 {
	font-size: 100%;
}
.swal_select_option_tree_3 {
	font-size: 100%;
	font-style: italic;
}
.swal_select_option_tree_4 {
	font-size: 95%;
}

/*swal_iter: -----------------------*/

table.swal_iter {
	width: 100%;
	margin: 0;
	padding: 0;
	border: solid 0px red;
	/*border-collapse: collapse;*/
}

table.swal_iter tr {
	vertical-align: top;
}

table.swal_iter td {
	margin: 0px;
	padding: 0px;
}

/*swal_table: -----------------------*/

table.swal_table {
	margin: 0px 0px;
	padding: 0;
	border: solid 0px #555;
	/*border-collapse: collapse;*/
}

table.swal_table tr {
	margin: 0;
	margin-bottom: 1px;
	padding: 0px;
}

table.swal_table tr.non {
	color: #191919;
	background-color: #f0f0f0;
	cursor: pointer;
}

table.swal_table tr.par {
	color: #191919;
	background-color: #d0d0d0;
	cursor: pointer;
}

table.swal_table tr.non:hover,
table.swal_table tr.par:hover {
	color: #191919;
	background-color: #87afff;
}

table.swal_table tr.totals {
	font-weight: bold;
	color: #191919;
	background-color: #bfc757;
}

table.swal_table td {
	font-weight: normal;
}

table.swal_table th {
	padding: 0 0.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef4747;
	cursor: pointer;
}

table.swal_table th:hover {
	background-color:  #C03030;
}

table.swal_table th.order_asc {
	padding-right: 20px;
	background-image: url(/img/bullets/arrow_down.png);
	background-position: center right;
	background-repeat: no-repeat;
}

table.swal_table th.order_desc {
	padding-right: 20px;
	background-image: url(/img/bullets/arrow_up.png);
	background-position: center right;
	background-repeat: no-repeat;
}


/*-----------------------------------------------------------------------------
 Wutemberg => Gestor de Contenidos:
-----------------------------------------------------------------------------*/

div.wbnk_content {
	clear: both;
	/*width: 540px;*/
	margin: 0;
	padding: 0;
	padding-right: 13px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*border: solid 1px #f00;*/
}

div.wbnk_content_full {
	width: 98%;
}

div.wbnk_content p {
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
  
div.wbnk_content hr {
	clear: both;
	border: none;
	border-top: 1px solid #873311;
}

div.wbnk_content ul {
	margin: 1em 0;
	padding: 0;
	padding-left: 1.1em;
}

/*no funciona => he guarreado duplicando extras/musicplayer.swal */
div.wbnk_content object {
	background-color: transparent;
}

div.wbnk_content .pretitle {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #606060;
	/*border-bottom: dotted 1px #606060; */
}

div.wbnk_content .pretitle .right {
	float: right;
	clear: right;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}

div.wbnk_content .title {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-shadow: 0.05em 0.05em 0.2em #804020;
	text-align: left;
	color: #602000;
}

div.wbnk_content .title_centered {
	text-align: center;
}

div.wbnk_content .pretitle_big {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #606060;
	/*border-bottom: dotted 1px #606060;*/
}

div.wbnk_content .pretitle_big .right {
	float: right;
	clear: right;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}

div.wbnk_content .title_big {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-shadow: 0.05em 0.05em 0.2em #804020;
	text-align: left;
	color: #602000;
}

div.wbnk_content .title_big_centered {
	text-align: center;
}

div.wbnk_content .intro {
	font-weight: normal;
	text-align: left;
}

div.wbnk_content .intro_big {
  	line-height: 1.3em;
	/*font-weight: bold;*/
	font-weight: normal;
	text-align: left;
}

div.wbnk_content_full .intro,
div.wbnk_content_full .intro_big {
	font-weight: bold;
}

div.wbnk_content .body {
  	line-height: 1.3em;
	text-align: left;
}

div.wbnk_content .signature {
	font-size: 10px;
	font-style: italic;
	text-align: right;	
}

div.wbnk_content img.mini_left {
	float: left;
	clear: left;
	width: 160px;
	margin: 0px;
	margin-right: 0.6em;
	margin-bottom: 0.2em;
	/*border: solid 1px #303030;*/
}
div.body_wide div.wbnk_content img.mini_left {
	width: 125px;
}

div.wbnk_content img.mini_right {
	float: right;
	clear: right;
	width: 160px;
	margin: 0px;
	margin-left: 0.6em;
	margin-bottom: 0.2em;
	/*border: solid 1px #303030;*/
}
div.body_wide div.wbnk_content img.mini_right {
	width: 125px;
}

div.wbnk_content img.left {
	float: left;
	clear: left;
	width: 240px;
	max-width: 640px;
	margin: 0px;
	margin-right: 1.0em;
	margin-bottom: 0.2em;
	/*border: solid 1px #303030;*/
}

div.wbnk_content img.right {
	float: right;
	clear: right;
	width: 240px;
	max-width: 640px;
	margin: 0px;
	margin-left: 1.0em;
	margin-bottom: 0.2em;
	/*border: solid 1px #303030;*/
}

div.wbnk_content img.full {
	display: block;
	width: 100%;
	margin-bottom: 0.2em;
	/*border: solid 1px #303030;*/
}

div.wbnk_content div.footer_left {
	float: left;
	clear: left;
	width: 236px;
	margin: 0px;
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	padding-left: 0.5em; 
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
	text-align: right;
	/*border-right: solid #873311 1px; */
}

div.wbnk_content div.footer_right {
	float: right;
	clear: right;
	width: 236px;
	margin: 0px;
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	padding-left: 0.5em; 
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
	/*border-left: solid #873311 1px; */
}

div.wbnk_content div.footer_full {
	margin: 0px;
	margin-left: 0.5em;
	margin-bottom: 0.6em;
	padding-left: 0.5em; 
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
	/*border-left: solid #873311 1px; */
}

div.wbnk_content .link {
	display: block;
	/*padding-left: 16px;
	background-image: url(/img/icono_estrella_tiny.png);
	background-position: left middle;
	background-repeat: no-repeat;*/
	color: #000000;
}
div.wbnk_content .link:hover {
	color: #873311;
}

div.wbnk_content .info {
	font-weight: bold;
	color: #606060;
}

div.wbnk_content .product_info {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #606060;
}

div.wbnk_content_enlace .pretitle {
	text-transform: none;
}

.wbnk_content_agenda_title {
	font-weight: normal;
	color: #606060;
}

.wbnk_content_agenda_info {
	font-weight: normal;
	color: #000000;
}


/* Banners ... */

div.wbnk_section_banners {
}
  
div.wbnk_section_banners img {
	max-width: 180px;
	margin-bottom: 8px;
	/*border: solid #303030 1px;*/
}

/* Popups ...*/

div.wbnk_popup {
	display: none;
	position: absolute;
	top: 80px;
	left: 1em;
	width: 800px;
	min-height: 400px;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	border: solid #A0A0A0 1px;
}
div.wbnk_popup a.close {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: -5px;
	margin-right: -5px;
	background-image: url('/img/icons/stock_stop.png');
}
div.wbnk_popup div.content {
	clear: both;
	margin: 1em 0;
	padding: 1em;
	/*padding-top: 2em;*/
	overflow: auto;
}


/*-----------------------------------------------------------------------------
 Administración:
-----------------------------------------------------------------------------*/

/*wbnk_admin: ----------------------*/

div.wbnk_admin {
	margin: 6px 8px;
	padding: 0;
	font-size: 95%;
	text-align: right;
}

div.wbnk_admin a,
a.wbnk_admin,
a.wbnk_admin_mode {
	margin-left: 0.3em;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: normal;
	color: #AB0000;
	white-space: nowrap;
	background-image: url(/img/bullets/editar.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

a.wbnk_admin {
	display: block;
	margin-left: 0.2em;
	color: #ffffff;
	background-color: #ab0000;
}
a.wbnk_admin:hover {
	color: #ffffff;
	background-color: #bc0000;
}

a.wbnk_admin_mode {
	display: block;
	margin-left: 0.2em;
	color: #d0d0d0;
	background-color: #090;
}
a.wbnk_admin_mode:hover {
	color: #d0d0d0;
	background-color: #0a0;
}

/*wbnk_admin_bar: ----------------------*/

div.wbnk_admin_bar,
div.wbnk_admin_bar_content,
div.wbnk_admin_bar_block {
	clear: left;
	margin: 0;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 0;
	padding-left: 0.5em;
	font-size: 90%;
	line-height: 1.8em;
	color: #ffffff;
	background-color: #ab0000;
}

div.wbnk_admin_bar_block {
	margin-bottom: 2px;
	background-color: #0000ab;
}

div.wbnk_admin_bar_content div.buttons,
div.wbnk_admin_bar_block div.buttons,
div.wbnk_admin_bar div.buttons {
	clear: right;
	float: right;
	margin: 0px;
	margin-left: -2px;
	margin-top: -1px;
	padding: 0;
}


/*contents_scroll: --------------------*/

div.contents_scroll {
	width: 480px;
	height: 352px;
	margin: 0px;	
	padding: 0px 8px;
	overflow:auto;
}

/*Strogof: --------------------*/

div.strogof_email_view {
	height: 340px;
	margin: 4px 0px;
	padding: 1em; 
	overflow: auto;
	text-align:left;
	color: #606060;
	background-color: #ffffff;
}

/*ajax divs: --------------------*/

div.ajax_view_div,
div.ajax_list_div {
	max-width: 712px;
	height: 420px;
	margin: 4px 0px;
	padding: 0px;
	text-align: center; 
	overflow: auto;
}

div#email_log_ajax_list_div {
	height: 320px;
	margin-bottom: 10px;
	padding: 0px;
}

div#email_log_ajax_view_div {
	height: 420px;
	max-width: 1024px;
	margin: 4px 0px;
	padding: 0px; 
	overflow: auto;
}


/*email_log_table : --------------------*/

table.email_log_table {
	width: 99%;
}

/*buscador_top: ----------------------*/

div.buscador_top {
	float: right;
	clear: right;
	margin-top: 54px;
	font-size: 14px;
	text-align: right;
	color: #000000;
}

div.buscador_top input {
	width: 143px;
	font-weight: normal;
	font-size: 12px;
	color: #303030;
	background-color: #ffffff;
	border: solid #606060 1px;
}

div.buscador_top input[type=text] {

}

div.buscador_top a {
	color: #000000;
}
div.buscador_top a:hover {
	color: #873311;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
 Estilos para PrudencioDominguez
-----------------------------------------------------------------------------*/


/* portada ----------------------------*/

div#portada_body {
	float: left;
	width: 430px;
}

div#portada_right {
	float: right;
	width: 150px;
	margin-right: 12px;
	padding-left: 12px;
	border-left: 1px solid #602000;
}


/*menu EM: ----------------------*/

ul.em_menu {
	margin: 0px;
	padding: 0px;
}

ul.em_menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	text-shadow: 0.05em 0.05em 0.2em #804020;
	line-height: 2.0em;
	color: #000000;
}

ul.em_menu li a {
	padding-right: 16px;
	font-weight: normal;
	color: #000000;
}

ul.em_menu li a:hover {
	padding-right: 16px;
	color: #602000;
	text-decoration: none;
	text-shadow: 0.05em 0.05em 0.4em #804020;
}

ul.em_menu li.selected a {
	padding-right: 16px;
	color: #602000;
	text-shadow: 0.05em 0.05em 0.4em #804020;
}

ul.em_menu ul.submenu {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	padding-left: 8px;
	border-left: solid #602000 1px;
}


ul.em_menu_tags {
	margin: 0;
	margin-left: 8px;
	margin-bottom: 1.5em;
	padding: 0;
}

ul.em_menu_tags li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.3em;
}

ul.em_menu_tags li a {
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #000000;
}
div#body ul.em_menu_tags li a {
	font-weight: normal;
}
ul.em_menu_tags li a.selected {
	color: #602000;
}

/**************** Contenidos EM *****************/

/*---------------------------------------------------------------------------*/
