/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   TALKBACK STYLES 
	Last changed: March 2008 version 2.3.0 beta 2
	MAKE A COPY OF THIS FILE and name it "my-styles.css"
	MAKE YOUR CHANGES to that file.
	If your TalkBack directory is not /talkback, DO A REPLACE ALL:
	   /talkback/images   with   /your-talkback-directory-name/images
   Sections in this stylesheet:
	  Background Images
	  Wrapper, links, legends and submit buttons
	  Sort radio buttons and number of comments to show
	  Search
	  Comment 
	  	 header
		 subject
		 body
		 HTML tags
	  Comment footer
	  Previous/next page buttons
	  Comment entry form
	  Miscellaneous
	  Message panels
*/
  
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Background images
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-next, .tb-next-hover {
	background: url('/comentarios/images/next-black.gif') right no-repeat;
	}
.tb-prev, .tb-prev-hover {
	background: url('/comentarios/images/prev-black.gif') left no-repeat;
	padding: 0 0 0 5px;
	}
.tb-first, .tb-first-hover {
	background: url('/comentarios/images/first-black.gif') left no-repeat;
	padding: 0 8px 0 0;
	}
.tb-last, .tb-last-hover {
	background: url('/comentarios/images/last-black.gif') right no-repeat;
	padding: 0 8px 0 0;
	}
	
/* ThickBox images */
#TB_next {
	background: url('/comentarios/images/right-arrow.gif') right bottom no-repeat;
}
#TB_prev {
	background: url('/comentarios/images/left-arrow.gif') left bottom no-repeat;
}
#TB_title{
	/* Title bar at top of the window, used for inline content and Iframe content */
	background: url('/comentarios/images/TBbg.gif') ;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Wrapper, links, legends and submit buttons
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-wrapper {
	font-family: verdana, helvetica, arial, sans-serif;
	/*width: 450px;*/
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	}
#comms-container {}	 /* IE6 ancho fijo*/
.sombrader {margin-left:80px;background:url('/imgs/somb-dc.png') repeat-y top right;position:relative;}
.sombrab {margin: 0px 9px 0px 0px;padding:0 0 9px 0;background:url('/imgs/somb-ic.png') repeat-x bottom left;}

#tb-wrapper img {
	border: none;
	}
#tb-wrapper strong {
	font-size: 12px;
	}
#tb-wrapper a {text-decoration: none;color:#000;}
#tb-wrapper a:visited {	
	color: #000;
	}
#tb-wrapper a:hover {
	color: #000;
	}
#tb-comment-link {text-align:center;}
#tb-comment-link a, .tb-leave-comment-legend  {
	text-align: center;
	font-family:"Trebuchet MS", Verdana, helvetica, arial, sans-serif;
	font-size:16px;
	font-weight:bold;	
	}

.tb-comment-legend {
	font-family:Arial, sans-serif;
	color:#c8b5de;
	text-align: center;
	margin-top: 6px;
	font-size:16px;
	font-weight:bold;
	}
.tb-closed-legend {
	color: red;
	text-align: center;
	}
	
/* Styles that apply to all submit buttons except previous/next page buttons */ 
.tb-submit, .tb-submit-hover {
	font-family: arial, sans-serif;
	color: #ded9ea;
	padding: 1px 3px;
	cursor: pointer;
	background: #451495;
	border: 1px solid #000;
	font-size: 11px;
	margin-top: 3px;
	}
.tb-submit-hover {
	background: #310479;
	color: #fff;
	}
	
/*corners rounds*/
.comtlc {position:absolute;left:-8px;top:0;width:14px;height:38px;background:url('/imgs/corn-topl.gif');}
.comtrc {position:absolute;right:1px;top:0;width:14px;height:8px;background:url('/imgs/corn-topr.gif');}
.comblc {position:absolute;left:0;bottom:2px;width:11px;height:13px;background:url('/imgs/corn-botl.gif');}
.combrc {position:absolute;right:1px;bottom:-2px;width:14px;height:17px;background:url('/imgs/corn-botr.gif');}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Sort radio buttons and number of comments to show
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-sort {
	color:#c8b5de;font-size:10px;text-align:center;font-family:Verdana, Geneva, sans-serif;
	}
#tb-sort .tb-num-rows {
	font-size:10px;
	background:#6700e1;
	text-align: center;
	border: 1px solid #A099DF;
	color:#c8b5de;
	}
#tb-sort .tb-submit, #tb-sort .tb-submit-hover {
	}
#tb-sort .tb-submit-hover {
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Search form and results
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-search-form {
	text-align: center;
	margin-top: 1em;
	}
.tb-search-field {	
	width: 150px;
	background:#6700e1;
	color:#c8b5de;
	}
.tb-search-highlight {
	background: #FFBE7F;
	}
.tb-search-legend {
	font-weight: bold;
	border-bottom: 1px solid #000;
	}
.tb-search-text {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding-bottom: 1em;
	}
#tb-search-form a.help, #tb-search-form a.help:visited {
	font-family: arial, helvetica, sans-sefif;
	font-weight: bold;
	padding: 0 2px 0 2px;
	background: #8385BF;
	color: #fff;
	}
#tb-search-form .help a:hover {
	background: #fff;
	color: #8385BF;
	border: 1px solid #8385BF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-comment, .tb-reply {
	/*margin-top: 2em;*/	
	}
.tb-reply {
	margin-left: 20px;
	}
.tb-reply-legend {
	color: #c6d1f1;
	font-style:italic;
	}
.row-comment {color:#b5b9f3;position:relative;padding:0;margin:18px 0 0 0;max-width:600px;min-width:350px;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;}
.row-comment p {margin:0;padding:0;}
.row-respuesta {color:#b5b9f3;position:relative;padding:0;margin:18px 0 0 30px;max-width:600px;min-width:350px;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;}
.row-respuesta p {margin:0;padding:0;}	
	

/* ++++++++++ The comment header +++++++++++ */
.tb-comment-header, .tb-comment-header-admin {
	font-size: .9em;
	border-bottom: 1px solid #bbb;
	height: 1.3em;
	}
.commwrap {margin: 0;padding:0;background-color:#705ef8;} /*color fondo del comentario */
.commwrap-admin {margin: 0;padding:0;background-color:#705ef8;}
.tb-author-loc, .tb-author-loc-admin  {
	float: left;
	}
.tb-author, .tb-author-admin  {
	font-weight: bold;
	color: #d6d1f2;
	}
.autordiv {position:absolute;left:14px;top:-20px;font-size:11px;}
.autorp {}
.autorp-admin {}
.tb-author a, .tb-author-admin a {
	}
.tb-author a:visited, .tb-author-admin a:visited  {
	}
.tb-author a:hover, .tb-author-admin a:hover  {
	}
.tb-location, .tb-location-admin {
	}
.tb-date, .tb-date-admin {
	float: right;
	margin-top: 28px;
	}
.commfecha {color:#b5b9f3;padding:5px 0 0 0;margin:0 11px 0 0;text-align:right;line-height:11px;font-size:10px;}
.commfecha p:hover {color:#fff;}
.commfecha-admin {color:#b5b9f3;padding:5px 0 0 0;margin:0 11px 0 0;text-align:right;line-height:11px;font-size:10px;}
.commfecha-admin p:hover {color:#fff;}
.tb-id, .tb-id-admin {
	float: right;
	display: none;
	}
	
/* ++++++++++ Gravatar styles ++++++++++
	If you enabled gravatars, uncomment these styles and
	adjust them to suit your layout*/
.tb-comment-header, .tb-comment-header-admin {
	font-size: .9em;
	border-bottom: 1px solid #000;
	height: 43px;
	}
.tb-gravatar {
	vertical-align: bottom;
	}
.avatardiv {position:absolute;left:2px;top:3px;width:70px;height:70px;background:url('/imgs/avatbg.png') no-repeat top left;}
.avatarim {width:61px;height:63px;}
.avatarimf {float:left;width:61px;height:63px;margin-right:5px;}
	
/* ++++++++++ The comment subject and body ++++++++++ */
.tb-comment-subject, .tb-comment-subject-admin{
	font-size: .9em;
	clear: both;
	}
.tb-subject-title, .tb-subject-title-admin {
	}
.tb-comment-text, .tb-comment-text-admin {
	overflow: auto;
	clear: both;
	}	
/* ++++++++++ HTML tags in the comment text ++++++++++ */
.tb-comment-text pre, .tb-comment-text-admin pre {
	margin: .5em 0 .5em 1.5em;
	font-family: "courier new", courier, monospace;
	background: #eee;
	padding: 0 2px 0 2px;
	overflow: auto;
	}
.tb-comment-text p, .tb-comment-text-admin p {
	margin: .5em 0 .5em 0;
	color:#fff;
	}
.tb-comment-text ol, .tb-comment-text-admin ol {
	margin: .5em 0 .5em -.3em;
	}
.tb-comment-text ul, .tb-comment-text-admin ul {
	margin: .5em 0 .5em -.3em;
	}
.tb-comment-text hr, .tb-comment-text-admin hr {
	}
.tb-comment-text blockquote, .tb-comment-text-admin blockquote {
	margin: .5em 0 .5em 1.5em;
	border-left: 3px solid #aaa;
	padding-left: 5px;
	}
.tb-comment-text code, .tb-comment-text-admin code {
	font-family: "courier new", courier, monospace;
	background: #eee;
	font-size: .95em;
	}
.commdiv-admin {margin:0;padding:2px 10px 4px 10px;color:#d6d1f2;min-height:32px;font-family:"Lucida Sans Unicode",Verdana,Arial, sans-serif;font-size:12px;text-align:justify;}
.commdiv-admin p:hover {color:#fff;}
.commdiv-admin p:first-letter {font-size:15px;color:#e1e1e1;font-weight:bold;font-family:"Black Chancery","Comic Sans","Times New Roman",Times,sans-serif;padding-right:1px;}
.commdiv {margin:0;padding:2px 10px 4px 10px;color:#d6d1f2;min-height:32px;font-family:"Lucida Sans Unicode",Verdana,Arial, sans-serif;font-size:12px;text-align:justify;}
.commdiv p:hover {color:#fff;}
.commdiv p:first-letter {font-size:15px;color:#e1e1e1;font-weight:bold;font-family:"Black Chancery","Comic Sans","Times New Roman",Times,sans-serif;padding-right:1px;}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   The comment footer - reply/edit/spam/delete buttons
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-comment-footer {
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
	}
.comm-buttons {text-align:right;margin:3px 20px 0px 0;padding-bottom:12px;}

.tb-comment-footer .tb-submit {
	color: #003399;
	padding: 0;
	cursor: pointer;
	background: #fff;
	border: none;
	font-weight: bold;
	}
.comm-buttons .tb-submit {color:#2b0a52;padding:1px 1px;font-weight:bold;font-family:Verdana, Helvetica, Arial, Sans-serif;text-decoration:none;font-size:11px;border:none;background:none;}

.tb-comment-footer .tb-submit-hover {
	color: #003399;
	padding: 0;
	cursor: pointer;
	background: #fff;
	border: none;
	font-weight: bold;
	}
.comm-buttons .tb-submit-hover {padding:1px 1px;font-weight:bold;font-family:Verdana, Helvetica, Arial, Sans-serif;text-decoration:none;font-size:11px;border:1px solid #bfbfe7;background-color:#a1a1ea;color:#000;}
	
.tb-replyto-link, .tb-edit-link, .tb-delete-link, .tb-spam-link {
	display: inline;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Previous/next page buttons
	Additional style definitions are in the images section at top of this file
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-prev-next {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.tb-prev, .tb-prev-hover, .tb-next, .tb-next-hover, .tb-first, .tb-first-hover, .tb-last, .tb-last-hover {
	font-size: .85em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	/*cursor: pointer;*/
	border: none;
	background-color: #6700e1;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment entry form
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-form-div {
	margin: auto;
	}
#tb-form-div a.help, #tb-form-div a.help:visited {
	font-family: arial, helvetica, sans-sefif;
	font-weight: bold;
	padding: 0 2px 0 2px;
	background: #8385BF;
	color: #fff;
	}
#tb-form-div .tb-help a:hover {
	background: #fff;
	color: #8385BF;
	border: 1px solid #8385BF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	}
#tb_form, #tb-form-edit {
	font-size: .85em;
	padding: 5px 10px 5px 10px;
	background: #5a02c3;
	border: 1px solid #270450;
	text-align: left;
	margin: 0;
	}
.tb-field {
	margin-top: 5px;
	font-size: 1em;
	border: 1px solid #a099df;
	padding: 0 2px 0 2px;
	width: 150px;
	background:#4f1aa7;
	color:#d6d1f2;
	} 
.field-reply {
	width: 30px;
	border: 1px solid #a099df;
	padding: 0 2px 0 2px;
	font-size: 1em;
	} 
#tb-subscribe-line {
	margin-bottom: 5px;
	}
#admin-reply_options {
	margin-bottom: 5px;
	}
#ed_toolbar {
	/* html quick tag buttons */
	margin-bottom: 5px;
	}
#tb-form-edit #ed_toolbar {
	margin-top: 5px;
	}
.ed-button, .ed-button-n, .ed-button-i, .ed-button-s, .ed-button-hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #d6d1f2;
	padding: 2px;
	margin-right: 2px;
	cursor: pointer;	
	border:1px solid #5a02c3;
	background:#5a02c3;
	}
.ed-button-hover {
	background: #310479;
	color: #fff;
	border: 1px solid #000;
	}
.ed-button-n {font-weight:bold;}
.ed-button-i {font-style:italic;}
.ed-button-s {text-decoration:underline;display:inline-block;}

#tb-form-emoticons {
	margin-top: 5px;
	}
#tb-form-emoticons img {border:none;}

.tb-form-subject {
	}
.tb-subject-field {
	margin-top: 5px;
	font-size: 1em;
	padding: 0 2px 0 2px;
	width: 85%;
	background:#4f1aa7;
	border:1px solid #a099df;
	color:#d6d1f2;
	} 
#tb-form-div textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	margin-top: 5px;
	width: 99%;
	height: 8em;
	font-size: 1em;
	padding: 0 2px 0 2px;
	background:#4f1aa7;
	border:1px solid #a099df;
	color:#d6d1f2;
	}
#tb-form-submit-line {
	}
#tb-form .tb-submit, #tb-form .tb-submit-hover {
	}
#tb-form .tb-submit-hover {
	}
#tb-link-target {
	display: none;
	}
#tb-error {
	color: #f00;
	}
.tb-error {
	color: #f00;
	}
.tb-required {
	color: #f00;
	font-size: 1.2em;
	}
.tb-label {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#d6d1f2;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Captcha - custom theme styles
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.recaptcha_widget {
	border: 2px solid #8f8f8f;
	margin: 5px  0 5px 0;
	padding: 5px 0 3px 5px;
	width: 335px;
	}
.recaptcha_image {
	margin: 2px 0 5px 0;
	float: left;
	}
.captcha_actions {
	float: left;
	margin: 2px 0 0 5px;
	}
.response_line {
	clear: both;
	margin-bottom: 5px;
	}
.recaptcha_response_field {
	width: 188px;
	clear: both;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Miscellaneous
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-small {
	font-size: .85em;
	}
.tb-clear {
	clear: both;
	height: 1px;
	}
.tb-stress {
	color: #66cea1;
	text-align: center;
	}
.tb-credit {
	color: #c1b9ec;
	text-align: center;
	font-size: 10px;
	font-family:Verdana, Arial, sans-serif;
	display:none;
	}
.tb-center {
	text-align: center;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Message panels styles: message-panel.php, comments-preview.php, 
	commments-reply-tpl.php, comments-edit-tpl.php, comments-edit-tpl.php
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-panel {
	margin: 20px 0 0 0;
	padding: 0;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	background: #6700e1;
	}
#tb-panel-wrapper {
	width: 500px;
	padding:0;
	margin:0;
	margin-left: auto;
	margin-right: auto;	
	/*background: #7647f0;*/
	}
#tb-panel-header, #tb-panel-footer {
	background: #4f1aa7;
	text-align: center;
	color:#d6d1f2;
	padding: 6px 10px 4px 10px;
	margin:0;
	}
#tb-panel-content {
	border: 1px solid #4f1aa7;
	margin: 0;
	padding-bottom: 10px;
	}
#tb-panel-message {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}
.tb-panel-link {
	font-size: .85em;
	text-align: center;
	}
#tb-panel-footer {
	font-size: .75em;
	color: #fff;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Search
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 .search-legend {
 	text-align: center;
 	}
.search-author-title {
	font-weight: bold;
	}
.search-author {
	}
.search-date-title {
	font-weight: bold;
	}
.search-date {
	}
.search-subject-title {
	font-weight: bold;
	}
.search-subject {
	}
.search-text {
	}
