<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
font-family: "Segoe WPC";
src: url("https://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCRegular/Latin1_1252/87c56796-f4c3-4861-9f31-035d303c63ce-1.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Segoe WPC Light";
src: url("https://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCLight/Latin1_1252/bd84c8dc-054a-427a-9fde-3ebb63965f38-1.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Segoe WPC Black";
src: url("https://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCBlack/Latin1_1252/f513a30a-82ae-4466-acac-96337207a433-1.ttf") format("truetype");
font-style: normal;
font-weight: bold;
}

body {
color:#333;
font-family: Tahoma, Arial, sans-serif;
font-size:13px;
margin:0;
padding:0;
background: #EBEBEB url(images/header.png?1) repeat-x;
}

img { margin: 2px; }

h1 {
font-weight:400;
}

a {
color:#000;/*333*/
text-decoration: underline;
}

a:hover {
color:#006ac2;
}

option {
font-weight: bold;
}
option:hover {
cursor: pointer;
}

img { border: 0 }

button::-moz-focus-inner {
border:0;
padding:0;
}

input.search_box {
border: 1px solid #CCC;
padding: 5px;
max-width: 491px;
height: 20px;
float: left;
font-size:16px;
outline: 0;
}
input[type="submit"].search_btn {
padding: 5px;
background: #fff url('images/sprite.png') 0 -65px;
border: 1px solid #CCC;
width: 42px;
height: 32px;
cursor: pointer;
border-left: 1px solid #CCC;
margin-left: -1px;
float: left;
}
input[type="submit"].search_btn:hover {
color: #fff;
background: #f8f8f8 url('images/sprite.png') 0 -65px;
width: 42px;
}
input[type="submit"].search_btn:active {
background: #DDD url('images/sprite.png') 0 -65px;
width: 42px;
}
hr { 
border:none;
color:white;
height:1px;
background:#ccc;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#ccc), to(#fff)); 
}

/* Selectie */
::selection {
background:#000;
color:#fff;
}
::-moz-selection {
background:#000;
color:#fff;
}
::-webkit-selection {
background:#000;
color:#fff;
}

textarea {
max-width:500px;
height:100px;
}

#header {
width: 100%;
float: left;
font-family: "Segoe WPC", "Segoe UI", Tahoma, Verdana, sans-serif;
}
#headerIndex {
height: 100px;
width: 100%;
}
.header_left {
float: left;
padding: 3px 5px;
color: #fff;
font-size: 18px;
margin-left: 145px;
}
.header_right {
float: right;
padding: 5px;
}
#content {
max-width: 900;
margin: 0 auto;
}
#contentIndex {
max-width: 820px;
margin: 0 auto;
overflow: auto;
}
.head {
max-width: 900px;
margin: 20px auto;
overflow: auto;
}
.head_logo {
width: 150px;
float: left;
margin-right: 5px;
}
.head_search {
max-width: 745px;
float: left;
}
.contentAdmin {
width: 1000px;
margin: 15px auto;
}
.boxesAdmin {
width: 800px;
margin-bottom: 15px;
padding-bottom: 5px;
}
.divider {
/*width: 100%;*/
height: 1px;
background: #CCC;
margin-top: 10px;
}
.error {
padding: 10px;
color: #FFF;
background: #b22020;
margin-top: 10px;
}
.success {
padding: 10px;
color: #FFF;
background: #1b861e;
margin-top: 10px;
}
.footer {
border-top: 1px solid #ccc;
max-width: 900px;
margin: 10px auto;
padding: 10px 0;
}
.footerIndex {
bottom: 0;
width: 100%;
margin: 20px auto 10px auto;
overflow: auto;
text-align: center;
}
.search {
margin: 0 auto;
max-width: 600px;
overflow: auto;
}
.search input {
border: 1px solid #ccc;
padding: 9px 8px 8px 8px;
outline: 0;
max-width: 80%;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
float: left;
}
.search input:hover {
border: 1px solid #999;
}
.search input:focus {
border: 1px solid #666;
}
.search button {
border: 1px solid #871818;
padding: 2px 8px 0px 8px;
outline: 0;
width: 50px;
margin-left: -1px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
float: left;
background: #ff4f3f; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4f3f 2%, #ce2b2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff4f3f), color-stop(100%,#ce2b2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff4f3f 2%,#ce2b2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff4f3f 2%,#ce2b2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff4f3f 2%,#ce2b2b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff4f3f 2%,#ce2b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f3f', endColorstr='#ce2b2b',GradientType=0 ); /* IE6-9 */
}
.search button:hover {
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.search button:active {
background: #ce2b2b; /* Old browsers */
background: -moz-linear-gradient(top,  #ce2b2b 0%, #ff4f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce2b2b), color-stop(100%,#ff4f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ce2b2b 0%,#ff4f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ce2b2b 0%,#ff4f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ce2b2b 0%,#ff4f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ce2b2b 0%,#ff4f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2b2b', endColorstr='#ff4f3f',GradientType=0 ); /* IE6-9 */
}
/* search pages */
.results_c {
max-width: 900px;
margin: 0 auto 0 auto;
overflow: auto;
}
.logo_search {
float: left;
height: 50px;
width: 150px;
margin-top: 17px;
}
.logo {
margin: 30px auto 30px auto;
width: 320px;
}
.sidebar_c {
font-family: Tahoma, Arial, sans-serif;
float: left;
width: 150px;
}
.sidebar_category {
float: left;
width: 130px;
}
.sidebar {
float: left;
margin: 15px 0 0 20px;
}
.sidebar_title {
color: #666;
text-transform: uppercase;
float: left;
margin: 20px 0 5px 0;
font-weight: bold;
width: 120px;
cursor: pointer;
}
.sidebar_list {
width: 110px;
float:left;
}
.sidebar a {
text-decoration: none;
width: 110px;
padding: 5px 5px 5px 18px;
float: left;
margin-left: -20px;
border-left: 2px solid white;
color: #999;
}
.sidebar a:hover {
background: #EEE;
border-left: 2px solid #000;
color: #000;
}
.video_container {
margin-top: 30px;
max-width: 820px;
height: auto;
float: left;
margin-bottom: 10px;
}
.video-thumb {
background: #fff;
width: 80px;
height: 50px;
margin: 0 10px 10px 0;
float: left;
padding: 5px;
border: 1px solid #ccc;
border-radius: 3px;
}
.video-thumb:hover {
border: 1px solid #999;
}
.video-thumb img {
border: 0;
padding: 0;
margin: 0;
}
/* Web Search */
.categories {
margin-top: 6px;
padding-top: 5px;
border-top: 1px solid #aaa;
}
.result_list {
max-width: 886px;
min-width: 98%;
padding: 5px;
float: left;
box-shadow: 0 1px 2px #AAA;
margin-bottom: 10px;
background: #fff;
margin-left:2px;
border-radius: 3px;
}
.result_list:hover {
box-shadow: 0 1px 3px #666;
}
.result_grid {
width: 153px;
padding: 5px;
float: left;
box-shadow: 0 1px 2px #AAA;
margin-bottom: 10px;
background: #fff;
border-radius: 3px;
margin: 0 15px 15px 2px;
text-transform: capitalize;
}
.result_grid:hover {
box-shadow: 0 1px 3px #666;
}
.results_title_list {
max-width: 756px;
/*float: left;*/
}
.results_title_list h3 {
font-size: 120%;
margin: 0;
font-weight: 200;
}
.results_title_list a {
line-height: 130%;
color: #444;
font-weight: bold;
text-decoration: none;
}
.results_title_list a:hover {
color: #0044CC;
text-decoration: underline;
}
.results_title_list a:visited {
color: #663399;
}
.results_title_grid {
width: 133px;
float: left;
}
.results_title_grid h3 {
font-size: 120%;
margin: 0;
font-weight: 200;
}
.results_title_grid a {
line-height: 130%;
color: #444;
font-weight: bold;
text-decoration: none;
}
.results_title_grid a:hover {
color: #0044CC;
text-decoration: underline;
}
.results_title_grid a:visited {
color: #663399;
}
.results_description {
max-width: 756px;
/*float: left;*/
margin-top: 3px;
word-wrap: break-word;
color: #3D3D3D;
}
/* Images Results */
.results_img {
font-family: Arial, Tahoma, Verdana, sans-serif;
max-width: 900px;
float: left;
margin-bottom: 5px;
}
.img_c {
width:164px;
padding:10px;
float: left;
height:205px;
border:1px solid #eee;
background: #fff;
margin: 0 5px 5px 0;
}
.img_c:hover {
border: 1px solid #AAA;
box-shadow: 0px 1px 5px #BBB;
position:relative;
}
.img_details_list {
font-size: 100%;
margin-top: 5px;
max-width: 570px;
/*float: left;*/
color: #388222;
}
.img_details_grid {
font-size: 100%;
margin-top: 5px;
width: 150px;
float: left;
color: #388222;
}
.img_url {
background: url(images/sprite.png) -89px -73px no-repeat;
padding-left: 14px;
font-size: 80%;
margin-top: 3px;
}
.img_url a {
text-decoration: none;
color: #333;
}
.img_url a:hover {
color: #000;
}
/* Video Results */
.results_thumb {
width:130px;
height:95px;
float: left;
position: relative;
}
.video_play_list {
background: url(images/sprite.png) no-repeat 35px -120px;
width:120px;
height:90px;
}
.video_play_list:hover {
background: url(images/sprite.png) no-repeat -75px -120px;
}
.video_play_grid {
background: url(images/sprite.png) no-repeat 45px -120px;
width:120px;
height:90px;
}
.video_play_grid:hover {
background: url(images/sprite.png) no-repeat -65px -120px;
}
.head_btn {
margin: 5px 0 0 10px;
width: 30px;
height: 20px;
float: left;
}
.list_btn {
background: url('images/list.png');
height: 20px;
width: 20px;
float: left;
position: relative !important;
}
.list_btn:hover {
background: url('images/list_h.png');
}
.grid_btn {
background: url('images/grid.png');
height: 20px;
width: 20px;
float: left;
position: relative !important;
}
.grid_btn:hover {
background: url('images/grid_h.png');
}
/* Pagination */
.pagination {
max-width: 600px;
float: left;
}
.first_i {
background: url(images/sprite.png) -44px -44px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.first_a {
background: url(images/sprite.png) -44px -22px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.first_a:hover {
background: url(images/sprite.png) -44px 0px;
width: 21px;
height: 21px;
float: left;
}

.prev_i {
background: url(images/sprite.png) 0 -44px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.prev_a {
background: url(images/sprite.png) 0 -22px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.prev_a:hover {
background: url(images/sprite.png) 0 0px;
width: 21px;
height: 21px;
float: left;
}

.next_i {
background: url(images/sprite.png) -22px -44px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.next_a {
background: url(images/sprite.png) -22px -22px;
width: 21px;
height: 21px;
float: left;
margin-right: 5px;
}
.next_a:hover {
background: url(images/sprite.png) -22px -0px;
width: 21px;
height: 21px;
float: left;
}
.btn {
width: 21px;
height: 21px;
}
/* Search Input */
.search_container {
border: 1px solid #ccc;
width: 550px;
height: 30px;
float: left;
}
.search_container:focus {
box-shadow: inset 0 0px 3px rgba(0,0,0,0.3);
}
/* Search Input Text */
.search_c {
float: left;
max-width: 600px;
margin: 10px 0;
}
.search_c_home {
float: left;
width: 150px;
margin: 10px 0;
}
.search_item {
font-size: 90%;
float: left;
color: #8a8a8a;
text-transform: uppercase;
margin-right: 15px;
cursor: pointer;
font-weight: bold;
}
.search_item_home {
font-size: 90%;
float: left;
color: #8a8a8a;
cursor: pointer;
font-weight: bold;
width: 110px;
padding: 7px 20px;
color: #eee;
text-transform: capitalize;
}
.search_item_home:hover{
background-color: rgba(0,0,0,0.1);
}
.search_item_highlight {
color: #fff;
font-size: 90%;
float: left;
cursor: pointer;
font-weight: bold;
border-left: 5px solid #ccc;
width: 110px;
padding-left: 15px;
}
.search_highlight {
font-weight: bold;
color: #000;
}

/* Preference */
.settings_btn {
background: url(images/sprite.png) -66px -22px;
width: 21px;
height: 21px;
}
.settings_btn:hover {
background: url(images/sprite.png) -66px 0px;
}
.name {
width: 100px;
display: inline-block;
font-weight: bold;
}
.resNum {
float: left;
max-width: 800px;
/*height: 16px;*/
margin: 10px 0;
color: #666;
font-family: Georgia, serif;
font-style: italic;
border-bottom: 1px solid #ccc;
padding: 10px 0;
}
.filter {
float: left;
width: 100px;
height: 16px;
margin: 9px 0;
color: #666;
font-family: Tahoma, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
text-align: right;
padding: 10px 0;
}
.filters {
background: #ccc;
padding: 10px;
border-radius: 3px;
float: left;
max-width: 83%;
margin-bottom: 10px;
margin-left: 20px;
margin-top: 10px;
}
.filters a {
padding: 4px 5px;
text-decoration: none;
color: #222;
border-radius: 3px;
}
.filters a:hover {
background: #666;
padding: 4px 5px;
color: #fff;
}
.togglebtn {
margin-top: -2px;
}
.togglebtn a {
color: #000;
border-radius: 3px;
padding: 5px;
text-decoration: none;
border: 1px solid #ebebeb;
}
.togglebtn a:hover {
color: #666;
background: #fff;
border-radius: 3px;
padding: 5px;
border-color: #AAA #AAA #999;
border-width: 1px;
border-style: solid;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25),inset 0 0 3px white;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25),inset 0 0 3px white;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);
background-image: -moz-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
background-image: -ms-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
background-image: -o-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F0F0F0),color-stop(100%,#E6E6E6));
background-image: -webkit-linear-gradient(top,#F0F0F0 0,#E6E6E6 100%);
background-image: linear-gradient(to bottom,#F0F0F0 0,#E6E6E6 100%);
}
.togglebtn a:active {
border-color: #888 #AAA #CCC;
border-width: 1px;
border-style: solid;
padding: 5px;
-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25),0 1px 0 white;
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25),0 1px 0 white;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}
/* Tipsy */

.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 2; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }

.tipsy strong { color: #000; }
.tipsy despartitor { margin: 5px 0 0 -8px; border-top: 1px solid #ddd; width: 216px; height: 2px; display: block;}
.tipsy votes { color: #000; }
.tipsy genres { color: #000; }

#WSBubble{display:none;overflow:hidden;position:absolute;box-shadow: 0px 0px 6px #b4b4b4;}
#WSBubble img{margin:9px;}
#WSBubble.small{width:220px;height:170px;background:url(images/wsbg.png);}

/* Elimina un stil
*/</pre></body></html>