<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




/*
     FILE ARCHIVED ON 19:55:59 mar 25, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:39:45 ene 30, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*--------------------------------------------
Style Switcher
---------------------------------------------*/
div#theme_options {
	position: fixed;
	left: 30px;
	top: 30px;
	z-index: 100;
	padding: 6px 5px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
}
	div#theme_options .color_picker { width: 115px; padding: 4px 0px 4px 0px; }
	div#theme_options strong{ 
		color: #333; 
		font-size: 11px; 
		font-weight: bold; 
		margin-bottom: 8px; 
		display: block; 
		cursor: pointer; 
	}
	div#theme_options span.preview { 
		color: #999; 
		text-transform: lowercase; 
		font-size: 10px; 
		font-weight: normal;
	}
div#theme_options ul {
	list-style: none;
	margin-left: 8px;
}
	div#theme_options ul.colors li {
		float: left;
		margin: 0px 5px 10px 0px;
		cursor: pointer;
		width: 30px; 
		height: 30px;
	}
		/* Vibrant Colors */
		div#theme_options ul li.lime   { background-color: #b6de3e; }
		div#theme_options ul li.magenta 		 { background-color: #dd4a9d; }
		div#theme_options ul li.orange 			 { background-color: #e8aa3e; }
		div#theme_options ul li.purple 			 { background-color: #a14cb6; }
		div#theme_options ul li.blue 			   { background-color: #3d84c6; }
		div#theme_options ul li.red 		     { background-color: #d94848; }
		div#theme_options ul li.yellow       { background-color: #dcd62a; }
		div#theme_options ul li.green 			 { background-color: #61b85a; }
		div#theme_options ul li.teal 				 { background-color: #41b8df; }
		/* Neutral Colors */
		div#theme_options ul li.black        { background-color: #393939; }
		div#theme_options ul li.brown 			 { background-color: #9a7765; }
		div#theme_options ul li.gray 				 { background-color: #ababab; }
		/* Pastel Colors */
		div#theme_options ul li.pink 				 { background-color: #d78bbd; }
		div#theme_options ul li.light_green  { background-color: #c2d78b; }
		div#theme_options ul li.seafoam_green 	   { background-color: #8cd1d2; }
		div#theme_options ul li.coral        { background-color: #e68b8b; }
		div#theme_options ul li.light_blue   { background-color: #87d0ee; }
		div#theme_options ul li.light_purple { background-color: #c5a1cf; }
	div#theme_options ul.backgrounds { margin-left: 8px; }
	div#theme_options ul.backgrounds li {
		height: 23px;
		padding-top: 7px;
		background: url('/web/20160325195559/http://textisa.es/wp-content/themes/textisa/images/bg_patterns.png') no-repeat 70px 0px;
		width: 100%;
		text-align: left;
		font-size: 11px;
		color: #6b6b6b;
		font-weight: bold;
		margin-bottom: 10px;
		cursor: pointer;
	}
		div#theme_options ul li.grid { background-position: 70px -30px; }
		div#theme_options ul li.dots { background-position: 70px -60px; }
		div#theme_options ul li.stripes_right { background-position: 70px -90px; }
		div#theme_options ul li.stripes_left { background-position: 70px -120px; }
		div#theme_options ul li.pinstripes { background-position: 70px -150px; }
		div#theme_options ul li.stars { background-position: 70px -180px; }
	div#theme_options hr { margin: 10px 0px 10px 0px; }
	div#theme_options .selected_color {
		width: 36px;
		height: 36px;
		background: url('/web/20160325195559/http://textisa.es/wp-content/themes/textisa/images/select.png') no-repeat top;
		float: right;
		margin-top: -10px;
		position: relative;
	}
		.selected_color div {
			position: absolute;
			top: 3px;
			left: 3px;
			width: 30px;
			height: 30px;
			background: #eeeeee url(/web/20160325195559/http://textisa.es/wp-content/themes/textisa/images/select.png) center;
		}
	div#theme_options ul.select_color li {
		height: 23px;
		padding-top: 7px;
		text-align: left;
		font-size: 11px;
		color: #6b6b6b;
		font-weight: bold;
		margin-bottom: 10px;
		width: 100%;
	}
/*--------------------------------------------
Shortcodes
---------------------------------------------*/
div.sc {
	padding: 15px; 
	background: #eee; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
	div.sc pre {
		font-size: 12px;
	    background: #fff;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    line-height: 18px;
	    overflow-x: auto;
	    padding: 5px;
	    white-space: pre-wrap;
	    word-wrap: break-word;
			margin-bottom: 25px;
			border: 1px solid #ddd;
	}
	div.sc h4 {
		font-family: "QlassikMedium";
		font-weight: normal;
		margin-bottom: 15px;
	}
	div.sc ul { list-style: none; font-size: 13px; width: auto; }
		div.sc ul li {
			line-height: 18px;
			overflow: hidden;
			border-bottom: 1px solid #ddd;
			padding: 0 0 10px 0;
			margin-bottom: 10px;
		}
		div.sc ul li b {
			display: block;
			float: left;
			width: 150px;
			color: #555;
		}
			div.sc ul li b span {
				color: #888;
				font-weight: normal;
			}
		div.sc ul li p {
			float: right;
			width: 720px;
			margin: 0;
			color: #555;
		}
			div.sc ul li p span{
				display: block;
				color: #888;
				font-size: 11px;
			}
		div.sc ul li em { font-style: normal; }</pre></body></html>