/******************************************************************************
 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 {
	/* Comic Sans MS */
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5em;
	color: #4d4948;
	background-color: #FFFFFF;

	background-image: url("/img/fondo_main.jpg");
	background-position: center 16px;
	background-repeat: no-repeat;
}

td {
	text-align: left;
}

img {
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #275faf; /*#87afff;*/
	outline: none;
}
a:hover {
	color: #F00000;
	text-decoration: underline;
}
a:active,
a:visited {
}

strong, b {
	font-weight: bold;
}

p {
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}

pre {
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}
input,
select,
textarea
{
	padding-left: 0.2em;
	border: solid 0px #191919;
	font-size: 100%;
	color: #ffffff;
	background-color: #909090;
	border-radius: 3px;
}

input[type=submit],
input[type=button] {
	text-align: center;
	color: #ffffff;
}
input[type=submit]:hover,
input[type=button]:hover {
	cursor: pointer;
	background-color: #cfd767;
}

input:focus,
textarea:focus {
	background-color: #cfd767;
}


h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 200%;
	line-height: 2.0em;
	font-weight: bold;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 170%;
	font-weight: bold;
	line-height: 2.0em;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 2.0em;
	text-align: left;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 2.0em;
	text-align: left;
}
h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 110%;
	font-weight: bold;
	line-height: 2.0em;
	text-align: left;
}
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.0em;
	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;
}

img.section_img {
	opacity: 0.6;
}


/*-----------------------------------------------------------------------------
 Layout Principal:
-----------------------------------------------------------------------------*/

div#layout {
	width: 978px;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: left;
	/*border: solid 1px green;*/
}

/*-----------------------------------------------------------------------------
 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 {
	height: 70px;
	/*padding-left: 110px;*/
	background-color: #ffffff;
	opacity: 0.7;
}

/*navtop: ---------------------------*/

div#navtop { 
	margin: 0;
	margin-left: 0px;
	padding: 0;
	font-size: 110%;
	border-top: dashed 1px #a0a0a0;
	border-bottom: dashed 1px #a0a0a0;
	opacity: 0.8;
}

div#navtop a {
	color: #4d4948;
	font-weight: normal;
	letter-spacing: 0px;
}

div#navtop a:hover {
	text-decoration: none;
	color: #4d4948;
	background-color: #d1e51f;
}

/*navleft: --------------------------*/

div#navleft {
	position: absolute;
	z-index: 100000;
	left: 0px;
	top: 100px;
	/*width: 180px;*/	
	margin: 0;
	padding: 0;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	background-color: #a0a0a0;
}

/*navright: --------------------------*/

div#navright {
	float: right;
	width: 0px;
	margin: 0;
	padding: 0px;
}

/*body: --------------------------*/

div#body {
	min-height: 540px;
	margin-right: 0px;	
	padding: 8px 0px;
}

div#body h1,
div#body h2 {
	font-weight: normal;
	color: #606060;
}

div#body div.aligner {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*footer: ---------------------------*/

div#footer {
	clear: both;
	padding-top: 6px;
	font-size: 80%;
	text-align: center;
	color: #4d4948;
	background-color: #ffffff;
	/*
	background-image: url(/img/cova_pie.gif);
	background-position: right top;
	background-repeat: no-repeat;
	*/
	border-top: dashed 1px #a0a0a0;
}

div#footer a {
	font-weight: bold;
	color: #275faf;
}


/*-----------------------------------------------------------------------------
 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: 0px;
	margin-top: 10px;
	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: 0px 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;
}

div.tabset_footer div.freeheight_control {
	display: none;
}

/*-----------------------------------------------------------------------------
 Checklist Scrollable:
-----------------------------------------------------------------------------*/

ul.scrollable_checklist {
	width: 16em;
	height: 12em;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border: solid 1px #707070;
}

ul.scrollable_checklist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*-----------------------------------------------------------------------------
 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-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-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: #F0F0F0;
/*
	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: 0px;
	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.2em;
	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_search_top,
div.wbnk_login_top {
	margin: 0px;
	padding: 10px 0px;
	text-align: right;

}

div.wbnk_search_top {
	margin-top: 40px;
}

div.wbnk_locale_top {
	float: right;
	width: 100px;
}

div.wbnk_search_top div.inputs,
div.wbnk_login_top div.inputs {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.wbnk_search_top div.inputs input,
div.wbnk_login_top div.inputs input {
	width: 80px;
	margin: 0px;
	padding: 1px;
	font-size: 90%;
	font-weight: normal;
}

div.wbnk_search_top div.buttons,
div.wbnk_login_top div.buttons {
	display: inline;
	margin: 0px;
	padding:0px;
	text-align: center;
}

div.wbnk_search_top div.buttons input,
div.wbnk_login_top div.buttons input {
	_height: 16px;
	margin-left: 4px;
	margin-right: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
}

div.wbnk_search_top div.info,
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_log: ----------------------*/

div.wbnk_log {
	margin: 0;
	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-bottom: 1.5em;
	padding: 0;
	font-size: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

table.wbnk_calendar tr {
	padding: 0;
}

table.wbnk_calendar td {
	padding: 0;
	text-align: right;
	vertical-align: top;
	background-color: #F6F6F6;
	border: solid 1px white;

}

table.wbnk_calendar td.dia {
	padding: 0;
	color: #484;
}
table.wbnk_calendar td.dia:hover {
	background-color: #C0F0C0;
	cursor: pointer;
}

table.wbnk_calendar td.dom {
	padding: 0;
	background-color: #F0D0D0;
	color: #944;
}
table.wbnk_calendar td.dom:hover {
	background-color: #F0B0B0;
	cursor: pointer;
}

table.wbnk_calendar td.hoy {
	padding: 0;
	font-weight: bold;
	background-color: #E0E0F0;
	color: #449;
}

table.wbnk_calendar td.hoy:hover {
	background-color: #D0D0F0;
	cursor: pointer;
}

table.wbnk_calendar td.tit {
	padding: 0.2em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #55C;
}

table.wbnk_calendar td.bottom {
	padding-top: 1.0em;
	text-align: center;
}

table.wbnk_calendar input {
	/*font-size: 85%;*/
	text-align: center;
}

div.wbnk_content_calendar {
}

div.wbnk_content_calendar h3 {
	margin: 0px 5px;
	padding: 0px;
	text-align: right;
}

div.wbnk_content_calendar table.wbnk_calendar {
	width: 99%;
}

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_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: #ef7f37;
}

ul.wbnk_pager a:hover {
	color: #FFFFFF;
	background-color: #ef7f37;
}

ul.wbnk_pager a.selected {
	color: #FFFFFF;
	background-color: #ef4747;
}


/*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: #ffffff;*/
}

.swal_form_body {
	padding: 0px 0px;
} 

.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]:hover {
	cursor: pointer;
	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;
}

.swal_select_option_tree_1 {
	font-size: 120%;
	font-weight: bold;
}
.swal_select_option_tree_2 {
	font-size: 110%;
	font-weight: bold;
	padding-left: 16px;
}
.swal_select_option_tree_3 {
	padding-left: 32px;
}
.swal_select_option_tree_4 {
	padding-left: 48px;
	font-style: italic;
}

/*Buttonbar: */

.swal_form div.button_bar {
	margin: 4px 0px;
	padding: 0px 4px;
	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: 95%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef7f37;
}

.swal_form .button_bar input[type=button] {
	text-align: center;
}

.swal_form .button_bar input[type=button]:hover {
	cursor: pointer;
	background-color: #ef4747;
}

.swal_form .button_bar select {
	padding: 0;
}


/*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;
}

table.swal_table tr.par {
	color: #191919;
	background-color: #d0d0d0;
}

table.swal_table tr.non:hover,
table.swal_table tr.par:hover {
	color: #191919;
	background-color: #87afff;
	cursor: pointer;
}

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;
}

table.swal_table th:hover {
	background-color:  #C03030;
	cursor: pointer;
}

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.block_title {
	clear: both;
	margin: 12px 0px;
	padding: 2px 0px;
	font-size: 140%;
	font-weight: bold;
	color: #606060;
	border-bottom: dashed 1px #606060;
}

div.block_iter {
	clear: both;
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	border: solid 0px red;
}

div.wbnk_content {
	/*clear: both;*/
	/*width: 540px;*/
	margin: 0.8em 0;
	/*padding-right: 16px;*/
	border: solid 0px #555;
	font-weight: normal;
	color: #606060;
}

div.wbnk_content .pretitle {
	margin: 0;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	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: 110%;
	font-weight: bold;
	color: #606060;	
}

div.wbnk_content .pretitle_big {
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #606060;
	border-bottom: dotted 1px #606060;
}

div.wbnk_content .pretitle_big .right {
	float: right;
	clear: right;	
	font-size: 105%;
	font-weight: normal;
	text-transform: none;
}

div.wbnk_content .title_big {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: bold;
	color: #606060;
}

div.wbnk_content .intro {
	font-weight: bold;
	text-align: justify;

}

div.wbnk_content .body {
	text-align: justify;
}

div.wbnk_content .signature {
	font-size: 90%;
	font-style: italic;
	text-align: right;	
}

div.wbnk_content img.mini_left {
	float:left;
	width: 100px;
	margin: 0.2em 0.4em;
}

div.wbnk_content img.mini_right {
	float:right;
	width: 100px;
	margin: 0.2em 0.4em;
}

div.wbnk_content img.left {
	float:left;
	margin: 0.2em 0.4em;
}

div.wbnk_content img.right {
	float:right;
	margin: 0.2em 0.4em;
}

div.wbnk_content .link {
	display: block;
}

div.wbnk_content .info {
	font-size: 90%;
	color: #a0a0a0;
}


/*-----------------------------------------------------------------------------
 Administración:
-----------------------------------------------------------------------------*/

/*wbnk_admin: ----------------------*/

div.wbnk_admin {
	/*float: right;*/
	margin: 0px;
	margin-bottom: 4px;
	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: #0000AB;
	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: #0000AB;
}
a.wbnk_admin:hover {
	color: #ffffff;
	background-color: #0000BC;
}

a.wbnk_admin_mode {
	display: block;
	margin-left: 0.2em;
	color: #d0d0d0;
	background-color: #009000;
}
a.wbnk_admin_mode:hover {
	color: #d0d0d0;
	background-color: #00A000;
}

/*wbnk_admin_bar: ----------------------*/

div.wbnk_admin_bar,
div.wbnk_admin_bar_content,
div.wbnk_admin_bar_block {
	/*clear: both;*/
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	font-size: 90%;
	color: #ffffff;
	background-color: #009000;
}

div.wbnk_admin_bar_block {
	background-color: #009000;
}

div.wbnk_admin_bar_content {
	background-color: #0000A0;
}

div.wbnk_admin_bar_content div.buttons,
div.wbnk_admin_bar_block div.buttons,
div.wbnk_admin_bar div.buttons {
	float: right;
	margin: 0;
	margin-top: -2px;
	padding: 0;
}

div.buttons a:hover {
	cursor: pointer;
}


/*-----------------------------------------------------------------------------
 EKOM: Comercio Electrónico
-----------------------------------------------------------------------------*/

/*ekom_menu: ----------------------*/

ul.ekom_menu {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	list-style-type:none;
}

ul.ekom_submenu {
	display: none;
	margin: 0;
	padding: 0.4em 0;
	list-style-type:none;
}

ul.ekom_menu a,
ul.ekom_submenu a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul.ekom_menu a {
	padding-left: 1.0em;
	font-size: 120%;
	font-weight: bold;
	color: #D8001D;
}

ul.ekom_menu a:hover {
	text-decoration: none;
	color: #D0D0D0;
	background-color: #AB0000;
}

ul.ekom_submenu a {
	padding-left: 1.5em;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
}

ul.ekom_submenu a:hover {
	color: #FFFFFF;
	background-color: #202020;
}


/*ekom_productos: ----------------------*/

div.ekom_navpath {
	clear: both;
	margin: 0px;
	padding: 1px 6px;
	color: #FFFFFF;
	background-color: #000000;
}

div.ekom_menu_perfil {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 4px; 
}

div.ekom_menu_perfil a {
	padding: 0px 16px;
}

div.ekom_marcas {
	height: 54px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: dotted 1px #E0E0E0;
	border-top: solid 1px #E0E0E0;
}

div.ekom_marcas a {
	margin: 0;
	padding: 0;
	line-height: 54px;
	vertical-align: middle;
	border: dotted 1px #FFFFFF;
}

div.ekom_marcas img {
	/*width: 110px;*/
	border: dotted 1px #FFFFFF;
	padding: 4px;
}
div.ekom_marcas img:hover {
	border: dotted 1px #AB0000;
}

div.ekom_productos {
	margin: 4px;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	border: solid 1px #ffffff;
}
div.ekom_productos:hover {
	border: dotted 1px #AB0000;
}

div.ekom_productos img {
	/*width: 110px;*/
}

div.ekom_productos .marca {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

div.ekom_productos .precio_tit {
	font-weight: bold;
	color: #000000;
}
div.ekom_productos .precio {
	font-weight: bold;
	color: #AB0000;
}

div.ekom_productos .stock {
	color: #10A010;
}

div.ekom_productos .no_stock {
	color: #A01010;
}

div.ekom_productos .outlet {
	font-weight: bold;
	color: #10A010;
}

/*ekom_producto: ----------------------*/

div.ekom_producto {
	width: 540px;
	margin: 0px;
	text-align: left;
	color: #000000;
}

div.ekom_producto h1 {
	font-size: 130%;
	font-weight: bold;
}

div.ekom_producto h2 {
	margin: 0px;
	padding: 1px 6px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4em;
}

div.ekom_producto p {
	padding: 0 4px;
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

div.ekom_producto img {
	/*width: 110px;*/
	margin: 16px;
	padding-bottom: 37px;
}


div.ekom_producto_minis {
	float: right;
	margin: 0px 12px;
}

div.ekom_producto_minis img {
	display: block;
	width: 60px;
	margin: 0px;
	padding: 4px;
	border: solid 1px #FFFFFF;
}
div.ekom_producto_minis img:hover {
	border: dotted 1px #A0A0A0;
	cursor: pointer;
}


div.ekom_producto_details {
	float: right;
	width: 120px;
	margin-top: 12px;
	margin-left: 12px;
	padding: 16px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
}

div.ekom_producto_details a {
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
}

div.ekom_producto_details img.logo_marca {
	width: auto;
}

div.ekom_producto_details .stock {
	font-weight: bold;
	color: #10A010;
}

div.ekom_producto_details .no_stock {
	font-weight: bold;
	color: #A01010;
}

div.ekom_producto_details .outlet {
	font-weight: bold;
	color: #10A010;
}

div.ekom_producto_details .precio_tit {
	font-size: 110%;
	font-weight: bold;
}
div.ekom_producto_details .precio {
	font-size: 110%;
	font-weight: bold;
	color: #AB0000;
}

div.ekom_producto_details .precio_orig {

	font-weight: bold;
	text-decoration: line-through;
	color: #A0A0A0;
}

div.ekom_producto_details a.button {
	padding: 2px 5px;
	font-size: 95%;
	font-weight: bold;
	color: #F0F0F0;
	background-color: #3A3A3A;
}
div.ekom_producto_details a.button:hover {
	background-color: #AB0000;
	text-decoration: none;
}

/*ekom_info_marca: ----------------------*/

div.ekom_info_marca {
	padding: 20px 20%;
}

div.ekom_info_marca p {
	color: #000;
}

/*ekom_cart: ----------------------*/

table.ekom_cart {
	margin-left: 25px;
	text-align: right;
	vertical-align: middle;
	color: #000000;
	border-collapse: separate;
	border-spacing: 2px 2px;
}

table.ekom_cart th {
	font-weight: bold;
}

table.ekom_cart td {
	font-weight: normal;
}

table.ekom_cart .left {
	text-align: left;
}

table.ekom_cart tr.row,
table.ekom_cart tr.row0 {
	background-color: #DDD;
}

table.ekom_cart tr.row1 {
	background-color: #EEE;
}

table.ekom_cart tr.totales {
	font-size: 140%;
	font-weight: bold;
}

table.ekom_cart a {
	padding: 5px;
}

table.ekom_cart .precio {
	padding: 5px;
	font-size: 120%;
	color: #A00;
}
table.ekom_cart .preciob {
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #A00;
}

/*ekom_order: ----------------------*/

div.ekom_order {
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: left;
}

div.ekom_order_confirm {
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 110%;
	text-align: left;
	color: #303030;
}

div.ekom_order_confirm .precio {
	font-weight: bold;
	color: #701D1B;
}

/*-----------------------------------------------------------------------------
 Estilos para Seroriginal
-----------------------------------------------------------------------------*/

/*contents_scroll: --------------------*/

div.contents_scroll {
	width: 480px;
	height: 500px;
	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: --------------------*/

iv.ajax_view_div,
div.ajax_list_div {
	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;
	_width: expression(document.body.clientWidth > 1024? "1024px": "auto" );
	margin: 4px 0px;
	padding: 0px; 
	overflow: auto;
}


/*email_log_table : --------------------*/

table.email_log_table {
	width: 99%;
}

/*buscador_top: ----------------------*/

div.buscador_top {
	height: 18px;
	_height: 24px;
	margin: 0px;
	padding: 12px 15px;
	border-bottom: solid 1px #BC7173;
	border-right: solid 1px #701D1B;
	font-size: 110%
}

div.buscador_top input,
div.buscador_top select {
	margin: 0px 4px;
	font-weight: normal;
	font-size: 90%
}
div.buscador_top input[type=text] {
	width: 80px;
}

/*cart_top: ----------------------*/

div.cart_top {
	height: 31px;
	padding: 6px 6px;
	border-bottom: solid 1px #BC7173;
}

div.cart_top td {
	text-align: center;
}


/*---------------------------------------------------------------------------*/