/*------------------------------------------------------------	Style.css	Created by:	Dave Rupert	Contact:		http://github.com/davatron5000/foldy960	Copyright 2012	License:	  WTFPL + "Not going to maintain this because              the rent is too damn high licence."--------------------------------------------------------------*//* Responsive Resets-------------------------------------------------------------- */@-o-viewport {  width: device-width;}@-ms-viewport {  width: device-width;}@viewport {  width: device-width;}html {  overflow-y: auto;}img,audio,video,canvas {  /*max-width: 100%;*/}.grid {background-color:#ccc;}/* Grid > 6 Column Mobile First-------------------------------------------------------------- */.container {  /*    The `max-width` property is the width governer. I dare you to experiment    with setting this larger, something like 1280px.  */	/*max-width: 1280px;*/  max-width: 960px;	width:92%;	margin:0px auto;	position: relative;}.row {  clear: both;}@media screen and (max-width: 640px) {		.hide-on-minisize{    display:none!important;  }    .show-on-minisize{    display:block;  }  }/*---------------------Desde 0px hasta 480px (Salto01)--------------------*/@media screen and (max-width: 480px){    html,  body{    font-size:100%;  }    	  .center-full-on-minisize,  .center-full-on-minisize li{    float:none;    text-align:center !important;    width:96.969696969697% !important;    margin:0 1.515151515152% 1em !important;    clear:both;  }    .menus li{/*    background-color:#efefef;*/   margin-top:5px!important;    margin-bottom:5px!important;  }	  .productListButtons .grid-half{	  float:left;	  width:50%;  }    .f_right{    float:none!important;  }      .hide-on-minisize{    display:none;  }    .show-on-minisize{    display:block;  }  }/*---------------------Desde 480px (Salto02)--------------------*/@media screen and (min-width: 480px) {    html,  body{    font-size:100%;  }      .hide-on-minisize{    display:block;  }    .show-on-minisize{    display:none;  }      .container {    width: 98%;  }  .grid-1,	.grid-2,  .grid-3,  .grid-4,  .grid-5,  .grid-6,	.grid-7,	.grid-8,  .grid-9,  .grid-10,  .grid-11,  .grid-12,  .grid-half,	.grid-four,  .grid-full,  .grid-unit {    float: left;    width:96.969696969697%;    margin:0 1.515151515152% 1em;  }    .gallery .grid-unit,  .grid-half {    width:46.969696969697%;    margin: 0 1.515151515152% 1em;  }		.alpha{margin-left:1.515151515152%;}	.omega{margin-right:1.515151515152%;}  .grid-flow-opposite{    float:right  }}/*---------------------Desde 640px a 960px (Salto03)--------------------*/@media screen and (min-width: 640px) {		.hide-on-minisize{    display:block;  }    .show-on-minisize{    display:none;	}	.alpha{  margin-left:0!important;}.omega{  margin-right:0!important;} 	.grid-1 { width: 5.3030303030303%; }	.grid-2 { width: 13.121212121212%; }	.grid-2half { width: 16.969697%; }	.grid-3 { width: 21.969696969697%; }	.grid-4 { width: 30.303030303030%; }	.grid-5 { width: 38.636363636364%; }	.grid-6,	.grid-half { width: 46.969696969%; }	.grid-7 { width: 55.303030303030%; }	.grid-8 { width: 63.636363636364%; }	.grid-9{width:71.96969696969697%}	.grid-10 { width: 80.3030303030%; }	.grid-11 { width: 88.6363636364%; }	.grid-12,	.grid-full  { width: 96.96969696%; }			.grid-1.alpha, .grid-1.omega { width: 6.8181818181818%; }	.grid-2.alpha, .grid-2.beta, .grid-2.omega { width: 15.1515151515%; }	.grid-2half.alpha, .grid-2half.beta,.grid-2half.omega { width: 18.484848484849% }	.grid-3.alpha, .grid-3.omega { width: 23.484848484848%; }	.grid-4.alpha, .grid-4.omega { width: 31.818181818181%; }	.grid-5.alpha, .grid-5.omega { width: 40.151515151515%; }	.grid-6.alpha, .grid-6.omega,	.grid-half.alpha, .grid-half.omega { width: 48.484848484849%; }	.grid-7.alpha, .grid-7.omega { width: 56.818181818181%; }	.grid-8.alpha, .grid-8.omega { width: 65.151515151515%; }	.grid-9.alpha, .grid-9.omega { width: 73.484848484848%; }	.grid-10.alpha, .grid-10.omega { width: 81.81818181818%; }	.grid-11.alpha, .grid-11.omega { width: 90.151515151515%; }	.grid-12.alpha, .grid-12.omega,	.grid-full.alpha, .grid-full.omega  { width: 98.484848484%; }		  .gallery .grid-unit {    width: 30.30303030303%;  }  .content-pad-right {    padding-right: 4%; /* Use (or don't) as necessary. */  }  .content-pad-left {    padding-left: 4%;  }			}/* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/For best results, use your favorite clearfix here.-------------------------------------------------------------- */.cf:before, .cf:after { content:""; display:table; }.cf:after { clear:both; }.cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) *//* Layout-------------------------------------------------------------- */body {  font: 100%/1.5 sans-serif;}section {  margin-bottom: 2em;}footer {}/* Typography-------------------------------------------------------------- */.heading {  font-size: 3em;  margin: 0;}.sub-heading {  font-size: 2em;  margin-bottom: 0.5em;}a {  color: #0066cc;}a:focus,a:hover {  color: #003399;}/* Elements-------------------------------------------------------------- */figure {  margin: 0;/*  background: #f8f8f8;*/}figcaption {/*  padding: 0.5em 1em 1em;  font-size: 0.875em;*/}code {  padding: 0.5em;  background: #efefef;}/*Style 'show menu' label button and hide it by default*/header .show-menu {	font-family: 'Quicksand', sans-serif;	text-decoration: none;	color: #fff;	background: #COLOR1;	text-align: center;	padding: 10px 0;	/*display: none;*/  margin-bottom:20px;  cursor:pointer!important;}/*Hide checkbox*/header input[type=checkbox]{    display: none;    -webkit-appearance: none;}/*Show menu when invisible checkbox is checked*/header input[type=checkbox]:checked ~ .mainMenu{  display:block!important;}/*-------------------------------------------------------------------*//*    COMUNES GENERALES/*-------------------------------------------------------------------*/* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }html,body {	width:100%;}/*    CONTENEDORES   */.webWrapper{  margin:0 auto;  max-width:960px;}/*    MAQUETACIîN   */.clear{  clear:both;}.t_left{  text-align:left;}.t_right{  text-align:right;}.t_center{  text-align:center!important;}.marginv-30{  margin:30px 0;}.margin10{  margin-top:10px;}.margin20{  width:100%;  display:block;  margin-top:20px!important;}.margin30{  margin-top:30px;}.marginb20{  margin-bottom:20px;}.marginb30{  margin-bottom:20px;}.marginb40{  margin-bottom:40px;}.marginb50{  margin-bottom:50px;}.marginb60{  margin-bottom:60px;}.marginr5{  margin-right:5px;}.marginr10{  margin-right:10px;}.marginr20{  margin-right:20px;}.marginr30{  margin-right:20px;}.paddingR20{  padding-right:20px;}.mini{  font-size:.7em!important;}.linea {  border-right: 1px solid #CCCCCC !important;  padding: 0 25px 25px 0;  }.remarquedContent{  background:#e9e9e9;  margin:15px 0;  padding:20px;}.w100{  width:100%;  height:auto;}  /*    ALIGNS   */.f_left{  float:left;}.f_right{  float:right!important;  display:table;}/*    MARGENES   */.margin20{  margin-top:20px;  display:block;}/*  VARIOS  */.hidden{  display:none;}/*-------------------------------------------------------------------*//*    MARGINS/*-------------------------------------------------------------------*/.c-ml-5 {  margin-left: 5px;}.c-ml-10 {  margin-left: 10px;}.c-ml-20 {  margin-left: 20px;}.c-mr-5 {  margin-right: 5px;}.c-mr-10 {  margin-right: 10px;}.c-mr-20 {  margin-right: 20px;}.c-m-0 {  margin: 0px;}.c-m-10 {  margin: 10px;}.c-m-20 {  margin: 20px;}.c-m-30 {  margin: 30px;}.m-40 {  margin: 40px;}.c-mh-10 {  margin-left: 10px;  margin-right: 10px;}.c-mh-sm-20 {  margin-left: 20px;  margin-right: 20px;}.c-mh-30 {  margin-left: 30px;  margin-right: 30px;}.c-mh-40 {  margin-left: 40px;  margin-right: 40px;}.c-mv-20 {  margin-top: 20px;  margin-bottom: 20px;}.c-mv-30 {  margin-top: 30px;  margin-bottom: 30px;}.c-mv-40 {  margin-top: 40px;  margin-bottom: 40px;}.c-mv-45 {  margin-top: 45px;  margin-bottom: 45px;}.c-mb-0 {  margin-bottom: 0px;}.c-mb-10 {  margin-bottom: 10px;}.c-mb-20 {  margin-bottom: 20px;}.c-mb-30 {  margin-bottom: 30px;}.c-mb-40 {  margin-bottom: 40px;}.c-mb-45 {  margin-bottom: 45px;}.c-mt-0 {  margin-top: 0px;}.c-mt-10 {  margin-top: 10px;}.c-mt-20 {  margin-top: 20px;}.c-mt-30 {  margin-top: 30px;}.c-mt-40 {  margin-top: 40px;}.c-mt-45 {  margin-top: 45px;}/*-------------------------------------------------------------------*//*    PADDINGS/*-------------------------------------------------------------------*/.c-pl-5 {  padding-left: 5px;}.c-pl-10 {  padding-left: 10px;}.c-pl-20 {  padding-left: 20px;}.c-pr-5 {  padding-right: 5px;}.c-pr-10 {  padding-right: 10px;}.c-pr-20 {  padding-right: 20px;}.c-p-0 {  padding: 0px;}.c-p-10 {  padding: 10px;}.c-p-20 {  padding: 20px;}.c-p-30 {  padding: 30px;}.p-sm-40 {  padding: 40px;}.c-ph-10 {  padding-left: 10px;  padding-right: 10px;}.c-ph-20 {  padding-left: 20px;  padding-right: 20px;}.c-ph-30 {  padding-left: 30px;  padding-right: 30px;}.c-ph-40 {  padding-left: 40px;  padding-right: 40px;}.c-pv-10 {  padding-top: 10px;  padding-bottom: 10px;}.c-pv-20 {  padding-top: 20px;  padding-bottom: 20px;}.c-pv-30 {  padding-top: 30px;  padding-bottom: 30px;}.c-pv-40 {  padding-top: 40px;  padding-bottom: 40px;}.c-pv-45 {  padding-top: 45px;  padding-bottom: 45px;}.c-pb-20 {  padding-bottom: 20px;}.c-pb-30 {  padding-bottom: 30px;}.c-pb-40 {  padding-bottom: 40px;}.c-pb-45 {  padding-bottom: 45px;}.c-pt-0 {  padding-top: 0px;}.c-pt-10 {  padding-top: 10px;}.c-pt-20 {  padding-top: 20px;}.c-pt-30 {  padding-top: 30px;}.c-pt-40 {  padding-top: 40px;}.c-pt-45 {  padding-top: 45px;}section.areaPrivada{  padding:10px;  background:rgba(119,55,192,.2);  margin-bottom:10px;}/*-------------------------------------------------------------------*//* Separators/*-------------------------------------------------------------------*/.separator {  width: 100%;  margin: 20px auto 15px;  position: relative;  height: 1px;  -webkit-backface-visibility: hidden;  -webkit-transform: translateZ(0) scale(1, 1);}.separator:after {  height: 1px;  background: #e8e8e8;  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  position: absolute;  bottom: -1px;  content: "";  width: 100%;  left: 0;}/*-------------------------------------------------------------------*//*    BUTTONS/*-------------------------------------------------------------------*/.button_1{  border:0;  background-color:#7737C0;  color:#fff;  font-family:'Droid Sans', sans-serif;  font-size:.9em;  font-weight:bold;  padding:5px 15px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_2{  border:0;  color:#fff!important;  display:inline-block;  font-family:'Quicksand', sans-serif;  font-size:.8em;  font-weight:normal;  line-height:1.3em;  margin-bottom:10px;  padding:5px;  text-align:center;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_3{  border:0;	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYThhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTdkN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -moz-linear-gradient(top,  #9ba8aa 0%, #6a7d7f 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba8aa), color-stop(100%,#6a7d7f)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* IE10+ */  background: linear-gradient(to bottom,  #9ba8aa 0%,#6a7d7f 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa', endColorstr='#6a7d7f',GradientType=0 ); /* IE6-8 */  color:#fff!important;  font-family:'Droid Sans', sans-serif;  font-size:.9em;  padding:5px 15px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_3:hover{	background:#7737C0;}/*-------------------------------------------------------------------*//*    SOCIAL-LIKES/*-------------------------------------------------------------------*/.social-likes{  list-style:none;}.social-likes li{  float:left;  margin-right:5px;}.social-likes li i{  color:#8b8b8b;  font-size:1.6em;}.social-likes i{	opacity:1;	transition: .2s ease-in;}.social-likes i:hover{	opacity:1;}.social-likes .facebook{	color:#016ff6;}.social-likes .twitter{	color:#0598c9;}.social-likes .youtube{	color:#e32114;}.social-likes .googleplus{	color:#343434;}.social-likes .pinterest{	color:#cb2027;}/*-------------------------------------------------------------------*//*    SEPARADORES/*-------------------------------------------------------------------*/.separador_1{  clear:both;  border-bottom:1px solid #cccccc;  margin:10px 0;  display:block;  width:100%;}.metas{  font-size: 0.8em;  color: #999;  font-style: italic;  display: inline-block;	margin-top:10px;}.metas li{  display:inline;  margin:0 5px 0 0;}/*-------------------------------------------------------------------*//*    FORMS/*-------------------------------------------------------------------*/.commonInputExamine{  font-size:.7em;}.externalpdf,.externaldoc,.externalxls,.externaltxt,.externaldocx,.externalxlsx,.externalxml{	background:##CCC;	border-top:1px solid #CCC;	border-bottom:1px solid #CCC;  color:#666666;}.externalpdf a{  color:#34332e;  padding:14px 0 20px 40px;  height:50px;  display: inline-block;  font-size:1.3em;  margin:auto;  text-transform:uppercase;  width:auto;}.externalpdf a:hover{  color:#7737c0;}.externalpdf a{  background: url(../img/pdf.png) no-repeat 0 5px;}/*-------------------------------------------------------------------*//*    ESTRUCTURA  *//*-------------------------------------------------------------------*/* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }html,body {  margin:0;  padding:0;  font-family: Arial,Helvetica,sans-serif;}html {  width:100%;}body {  width:100%;}.web {  max-width:960px;  margin:0 auto;}/*! normalize.css v1.0.1 | MIT License | git.io/normalize *//* ==========================================================================   HTML5 display definitions   ========================================================================== *//* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;	margin:0px;	padding:0px;}/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */audio,canvas,video {    display: inline-block;    *display: inline;    *zoom: 1;}/* * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) {    display: none;    height: 0;}/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4. * Known issue: no IE 6 support. */[hidden] {    display: none;}/* ==========================================================================   Base   ========================================================================== *//* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using *    `em` units. * 2. Prevents iOS text size adjust after orientation change, without disabling *    user zoom. */html {    font-size: 100%; /* 1 */    -webkit-text-size-adjust: 100%; /* 2 */    -ms-text-size-adjust: 100%; /* 2 */}/* * Addresses `font-family` inconsistency between `textarea` and other form * elements. */html,button,input,select,textarea {    font-family: sans-serif;}/* * Addresses margins handled incorrectly in IE 6/7. */body {    margin: 0;}/* ==========================================================================   Links   ========================================================================== *//* * Addresses `outline` inconsistency between Chrome and other browsers. */a:focus {    outline: thin dotted;}/* * Improves readability when focused and also mouse hovered in all browsers. */a:active,a:hover {    outline: 0;}/* ==========================================================================   Typography   ========================================================================== *//* * Addresses font sizes and margins set differently in IE 6/7. * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */h1 {    font-size: 2em;    margin: 0.67em 0;}h2 {    font-size: 1.5em;    margin: 0;}h3 {    font-size: 1.17em;    margin: 1em 0;}h4 {    font-size: 1em;    margin: 1.33em 0;}h5 {    font-size: 0.83em;    margin: 1.67em 0;}h6 {    font-size: 0.75em;    margin: 2.33em 0;}/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */abbr[title] {    border-bottom: 1px dotted;}/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */b,strong {    font-weight: bold;}blockquote {    margin: 1em 40px;}/* * Addresses styling not present in Safari 5 and Chrome. */dfn {    font-style: italic;}/* * Addresses styling not present in IE 6/7/8/9. */mark {    background: #ff0;    color: #000;}/* * Addresses margins set differently in IE 6/7. */p,pre {    margin: 1em 0;}/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */code,kbd,pre,samp {    font-family: monospace, serif;    _font-family: 'courier new', monospace;    font-size: 1em;}/* * Improves readability of pre-formatted text in all browsers. */pre {    white-space: pre;    white-space: pre-wrap;    word-wrap: break-word;}/* * Addresses CSS quotes not supported in IE 6/7. */q {    quotes: none;}/* * Addresses `quotes` property not supported in Safari 4. */q:before,q:after {    content: '';    content: none;}/* * Addresses inconsistent and variable font size in all browsers. */small {    font-size: 80%;}/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */sub,sup {    font-size: 75%;    line-height: 0;    position: relative;    vertical-align: baseline;}sup {    top: -0.5em;}sub {    bottom: -0.25em;}/* ==========================================================================   Lists   ========================================================================== *//* * Addresses margins set differently in IE 6/7. */dl,menu,ol,ul {    margin:0;}dd {    margin: 0 0 0 40px;}/* * Addresses paddings set differently in IE 6/7. */menu,ol,ul {    padding: 0;}/* * Corrects list images handled incorrectly in IE 7. */ul,ol {    list-style: none;    list-style-image: none;}/* ==========================================================================   Embedded content   ========================================================================== *//* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improves image quality when scaled in IE 7. */img {    border: 0; /* 1 */    -ms-interpolation-mode: bicubic; /* 2 */}/* * Corrects overflow displayed oddly in IE 9. */svg:not(:root) {    overflow: hidden;}/* ==========================================================================   Figures   ========================================================================== *//* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */figure {    margin: 0;}/* ==========================================================================   Forms   ========================================================================== *//* * Corrects margin displayed oddly in IE 6/7. */form {    margin: 0;}/* * Define consistent border, margin, and padding. */fieldset {    border: 1px solid #c0c0c0;    margin: 0 2px;    padding: 0.35em 0.625em 0.75em;}/* * 1. Corrects color not being inherited in IE 6/7/8/9. * 2. Corrects text not wrapping in Firefox 3. * 3. Corrects alignment displayed oddly in IE 6/7. */legend {    border: 0; /* 1 */    padding: 0;    white-space: normal; /* 2 */    *margin-left: -7px; /* 3 */}/* * 1. Corrects font size not being inherited in all browsers. * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome. * 3. Improves appearance and consistency in all browsers. */button,input,select,textarea {    font-size: 100%; /* 1 */    margin: 0; /* 2 */    vertical-align: baseline; /* 3 */    *vertical-align: middle; /* 3 */}/* * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */button,input {    line-height: normal;}/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Corrects inability to style clickable `input` types in iOS. * 3. Improves usability and consistency of cursor style between image-type *    `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. *    Known issue: inner spacing remains in IE 6. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {    -webkit-appearance: button; /* 2 */    cursor: pointer; /* 3 */    *overflow: visible;  /* 4 */}/* * Re-set default cursor for disabled elements. */button[disabled],input[disabled] {    cursor: default;}/* * 1. Addresses box sizing set to content-box in IE 8/9. * 2. Removes excess padding in IE 8/9. * 3. Removes excess padding in IE 7. *    Known issue: excess padding remains in IE 6. */input[type="checkbox"],input[type="radio"] {    box-sizing: border-box; /* 1 */    padding: 0; /* 2 */    *height: 13px; /* 3 */    *width: 13px; /* 3 */}/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */input[type="search"] {    -webkit-appearance: textfield; /* 1 */    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box; /* 2 */    box-sizing: content-box;}/* * Removes inner padding and search cancel button in Safari 5 and Chrome * on OS X. */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {    -webkit-appearance: none;}/* * Removes inner padding and border in Firefox 3+. */button::-moz-focus-inner,input::-moz-focus-inner {    border: 0;    padding: 0;}/* * 1. Removes default vertical scrollbar in IE 6/7/8/9. * 2. Improves readability and alignment in all browsers. */textarea {    overflow: auto; /* 1 */    vertical-align: top; /* 2 */}/* ==========================================================================   Tables   ========================================================================== *//* * Remove most spacing between table cells. */table {    border-collapse: collapse;    border-spacing: 0;}/*-------------------------------------------------------------------*//*    COMUNES DE PROYECTO *//*-------------------------------------------------------------------*//*    H1, H2, H3, H4, H5, H6   */h1, h2, h3, h4, h5, h6{  margin:0 0 10px 0;  padding:0;  font-weight:normal;}h1{  font-size:1.3em;  color:#8f2033;  padding-bottom:10px;}h2{  font-size:1.2em;  margin-bottom:10px;  margin-top:10px;  font-weight: 700;  line-height: 1.0;  text-shadow: 0px 0px 1px #ffffff;  filter: dropshadow(color=#ffffff, offx=0, offy=0);}.stndTitle{color:#fff;font-family: 'Droid Sans', sans-serif!important;font-size:.9em;font-weight:bold;padding:10px 15px;text-transform: uppercase;}.stndTitle2{color:#334455!important;font-family: 'Droid Sans', sans-serif!important;font-size:1.2em;font-weight:bold;padding:10px 0px;text-transform: uppercase;}.stndTitle3{color:#333!important;font-family: 'Droid Sans', sans-serif!important;font-size:1em;font-weight:bold;padding-bottom:10px;}.stndTitle4{border-bottom:1px dotted #7737C0;color:#333!important;font-family: 'Droid Sans', sans-serif!important;font-size:1.2em;font-weight:bold;margin-bottom:10px;padding-bottom:0px;}.stndTitle5{color:#COLOR2!important;font-family: 'Quicksand', sans-serif;font-size:1.2em;font-weight:bold;margin-bottom:10px;padding-bottom:0px;text-align:center;}.stndTitle a,.stndTitle a:active,.stndTitle a:link,.stndTitle a:visited{  color:#fff;  text-decoration:underline;}.stndTxt{  font-family: Arial,Helvetica,sans-serif;  color:#333;  font-size:0.9em;  line-height:1.2em;}.txtStndCont{  margin-bottom:40px;}.title .icon{  margin-right:15px;  padding-top:5px;  height:22px;}.aviso {  text-align: center;  margin: 20px 0;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;  border: none;}.cyanBtn{background: #41c5f9; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYzVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgzYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #41c5f9 0%, #0083b7 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c5f9), color-stop(100%,#0083b7)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* IE10+ */background: linear-gradient(to bottom,  #41c5f9 0%,#0083b7 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c5f9', endColorstr='#0083b7',GradientType=0 ); /* IE6-8 */}.magentaBtn{background: #e20067; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzA0NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #e20067 0%, #a3044c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20067), color-stop(100%,#a3044c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* IE10+ */background: linear-gradient(to bottom,  #e20067 0%,#a3044c 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20067', endColorstr='#a3044c',GradientType=0 ); /* IE6-8 */}.grisBtn{background: #9ba8aa; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYThhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTdkN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #9ba8aa 0%, #6a7d7f 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba8aa), color-stop(100%,#6a7d7f)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* IE10+ */background: linear-gradient(to bottom,  #9ba8aa 0%,#6a7d7f 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa', endColorstr='#6a7d7f',GradientType=0 ); /* IE6-8 */}.moradoBtn{/* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3MzdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTIyNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #7737c0 0%, #41226b 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7737c0), color-stop(100%,#41226b)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* IE10+ */background: linear-gradient(to bottom,  #7737c0 0%,#41226b 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7737c0', endColorstr='#41226b',GradientType=0 ); /* IE6-8 */}.negroBtn{background: #4c4c4c; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #4c4c4c 0%, #303030 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#303030)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* IE10+ */background: linear-gradient(to bottom,  #4c4c4c 0%,#303030 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#303030',GradientType=0 ); /* IE6-8 */}.amarilloBtn{background: #f6bd10; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjlkMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #f6bd10 0%, #ff9d0a 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6bd10), color-stop(100%,#ff9d0a)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* IE10+ */background: linear-gradient(to bottom,  #f6bd10 0%,#ff9d0a 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bd10', endColorstr='#ff9d0a',GradientType=0 ); /* IE6-8 */}.br5{-webkit-border-radius: 5px;border-radius: 5px;}.verMas{color:#fff;display: inline-block;padding:5px 20px;}a.verMas:link, a.verMas:active, a.verMas:visited{color:#fff;font-weight:bold;}input.verMas{border:0!important;}/*    FONTS   */.droidSans{font-family: 'Droid Sans', sans-serif!important;}/*    COLORES   */.morado{color:#7737C0!important;}.moradoBkg{background-color:#7737C0!important;}.cyan{color:#41c5f9!important;}.cyanBkg{background-color:#41c5f9!important;}.magenta{color:#e20067!important;}.magentaBkg{background-color:#e20067!important;}.gris{color:#808E91!important;}.grisBkg{background-color:#808E91!important;}.amarillo{color:#f2bc02!important;}/*    LINKS   */a,a:active,a:visited,a:link{  text-decoration:none;  color:#41c5f9;}a:hover{  color:#8f2033;}a img{  border:0;}a.link_1,a.link_1:active,a.link_1:visited,a.link_1:link{  text-decoration:underline;  color:#666;  font-size:.8em;}a.link_2:hover{  text-decoration:none;  color:#333;}a img{  border:0;}a.link_2,a.link_2:active,a.link_2:visited,a.link_2:link{  text-decoration:underline;  color:#41c5f9;}a.link_2:hover{  text-decoration:none;  color:#195a73;}a.link_3,a.link_3:active,a.link_3:visited,a.link_3:link{  text-decoration:underline;  color:#334455;}a.link_3:hover{  text-decoration:none;  color:#195a73;}a img{  border:0;}li.listaEventos .eventoTitle a, li.listaEventos .eventoTitle a:link, li.listaEventos .eventoTitle a:active,li.listaEventos .torneo a, li.listaEventos .torneo a:link, li.listaEventos .torneo a:active {  color:#334455;}/*    BACKGROUNDS   */.white_bg_50{  background:url(../img/bg_colors/white_50.png) repeat;}/*BLOQUES*/.block_1{  margin:20px 0;  padding:20px 0;  border-top:1px dotted #17b4ff;  position:relative;}.block_1 p{  font-size:1.1em;  color:#63a9fe;  margin:0 0 20px 0;  font-weight:bold;}.block_3{  background:#f7f7f7;  position:relative;}/*========================= FEEDBACK ===========================*/.feedback{  width:100%;  display:table;  margin:10px 0!important;  font-size:.9em;  /*font-weight:bold;*/  font-weight:normal!important;  color:#999;  font-family: 'Droid Sans';}.feedback span{  padding:10px;  display:block;}.ferror{  background-color:#c23d40;  color:#fff;}.fok{  background-color:#5f8d3f;  color:#fff;}/*    HEADER   */header{    background: none repeat scroll 0 0 #FFFFFF;    font-size: 1em;    margin: 0 0 18px;    /* overflow: hidden; */    position: relative;}header.header2, header.header3{    background: #e5e5e5;}header .logo img{  max-width:300px;}/*    SUBNAVEGADOR   */nav.subnavegador{/*  background: url(../img/header_submenu_bg.jpg) repeat-x center;*/  background: #ececee; /* Old browsers */  /* IE9 SVG, needs conditional override of 'filter' to 'none' */  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -moz-linear-gradient(top,  #ececee 0%, #dcdcde 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececee), color-stop(100%,#dcdcde)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* IE10+ */  background: linear-gradient(to bottom,  #ececee 0%,#dcdcde 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececee', endColorstr='#dcdcde',GradientType=0 ); /* IE6-8 */}nav.subnavegador{  border-top:1px solid #fff;  border-bottom:1px solid #ababad;/*  height:40px;*/  padding:5px 0; }.subnavegador .grid-half{  margin-bottom:0!important;}/*    EVENTOS   *//*    NEWS   */article{  margin:20px 0;}.noticiaBg{    margin:0 auto;}/*    FOOTER   */footer{  background:#41226B;  color:#fff;  margin:10px 0 0 0;  padding-top: 10px;}footer > div{  margin:0 auto;  font-weight:300;  font-size:.8em;}footer .datosFooter{  margin:10px 0;}footer .datosFooter span{  display: inline-block;  padding-right:20px;}footer .datosFooter span.destacado{  font-size: 1.4em;}footer a,footer a:link,footer a:active,footer a:visited{  color:#fff;}footer a:hover{  color:#e20067;}.lantalau{color:#FFF;font-size:.8em;margin-top:15px;padding-bottom:15px;text-align:right;}.linkLantalau a:link, .linkLantalau a:visited, .linkLantalau a:active{font-size:1em;color:#fff;text-decoration:none;font-weight: bold;}.linkLantalau a:hover{color:#e20067!important;box-shadow: 3px 3px 5p #FFF!important; -moz-box-shadow: 3px 3px 5px #FFF!important; -webkit-box-shadow: 3px 3px 5px #FFF!important; }/*  HOME  */.home .tarjetas{  margin:20px 0;}/*-------------------------------------------------------------------*//*    MENUS/*-------------------------------------------------------------------*//*    MAINMENU   */header .mainMenu .container-fluid{  text-align: center;}header nav.mainMenu{  background:#41226B;  color:#fff;  /*width:100%;  height:53px;*/}header nav.mainMenu ul{  display:block;  margin:0 auto;  padding:10px 0;/*  width:100%;*/}/*header ul.menu{  margin:0;  list-style:none;}*/header ul.menu li{/*  float: left;*/  display: inline;  font-size: .9em;  padding: 10px 2px;}.mainMenu ul li a,.mainMenu ul li a:active,.mainMenu ul li a:link,.mainMenu ul li a:visited{  color:#fff;  padding:5px 10px;  -webkit-border-radius: 3px;  border-radius: 3px;}.mainMenu ul li a:hover,.mainMenu ul li a.sel{  background-color: rgba(119, 55, 192, 0.7);}.mainMenu .first{  display:block;}.mainMenu .first li{  padding:4px 0 2px 0;  text-align:center;  background: url(../img/mainMenu_first_bg.gif) no-repeat;  /*height:22px;*/  display:block;}.mainMenu .first li a,.mainMenu .first li a:active,.mainMenu .first li a:link,.mainMenu .first li a:visited{  color:#fff;}.mainMenu .first li a:hover,.mainMenu .first li a.sel{  color:#000;}.mainMenu .second{  background: url(../img/bg_colors/white_50.png) repeat;  display:table;  margin-top:10px!important;}.mainMenu .second li{  text-align:right;  background:none;  display:block;  margin-right:10px;  padding:0;}.mainMenu .second li a,.mainMenu .second li a:active,.mainMenu .second li a:link,.mainMenu .second li a:visited{  color:#748485;}.mainMenu .second li a:hover,.mainMenu .second li a.sel{  color:#a5004d;}/*-------------------------------------------------------------------*//*    LISTAS/*-------------------------------------------------------------------*//*========= LEFTMENU ==========*/.leftMenu{  font-family:'Quicksand', sans-serif;  font-size:1em;  font-weight:300;  padding:20px 10px;  text-align:center;}.leftMenu ul{  display:block;  margin:0;  padding:0;}.leftMenu li{  line-height: 1.5em;}.leftMenu li span{  display:inline-block;  margin-bottom:10px;}.leftMenu li a,.leftMenu li a:link,.leftMenu li a:active,.leftMenu li a:visited{  color:#COLOR2;  border-bottom:1px solid ##CCC;}.leftMenu li a:hover,.leftMenu li a.sel{  color:#fff;  border-bottom:1px solid #7737c0;}/*FIRST*/.leftMenu ul.first > li{  font-size:1em;  font-weight:bold;  margin-bottom: 10px;  padding:0 0 0 0px;  text-transform:uppercase;  text-align:left;}.leftMenu ul.first > li:before {  color: #7737c0;  content: '\f138';  font-family:'FontAwesome';  float: left;  margin-right:5px;}.leftMenu ul.first > li > a{  color: #807f7a;  padding:0;  margin:0;  border:none!important;  font-size:0.7em;  text-align:left;  width:100%;}.leftMenu ul.first li a:hover,.leftMenu ul.first li a.sel{  color:#E20067;}.leftMenu ul.first > li:not(:last-child){  border-bottom:1px solid #7737c0 ;}/*SECOND*/.leftMenu ul.second li{  font-size:1em;  font-weight:bold;  margin-bottom: 10px;  padding:0 0 0 20px;  text-transform:uppercase;  text-align:left;}.leftMenu ul.second > li:before {  color: ##CCC;  content: '\f138';  font-family:'FontAwesome';  float: left;  margin-right:5px;}.leftMenu ul.second li:not(:last-child){  border-bottom:1px solid #7737c0 ;}.leftMenu ul.second li a,.leftMenu ul.second li a:link,.leftMenu li ul.second a:active,.leftMenu li ul.second a:visited{  color: #807f7a;  padding:0;  margin:0;  text-transform:none;  border:none!important;  font-size:0.7em;}.leftMenu ul.second li a:hover,.leftMenu ul.second li a.sel{  color:#E20067;}/*THIRD*/.leftMenu ul.third li{  font-size:0.9em;}/*    SOCIALMENU   */.top .socialMenu i{	font-size:1.7em;	transition: .1s ease-in;	color:#7737C0;}.top .socialMenu i:hover{/*	margin-top:0;	font-size:3em;*/	transition: .4s all ease-in;}.socialMenu .facebook:hover{	color:#016ff6;}.socialMenu .twitter:hover{	color:#0598c9;}.socialMenu .googleplus:hover{	color:#d73d32;}.socialMenu .pinterest:hover{	color:#af151b;}.socialMenu .youtube:hover{	color:red;}.socialMenu .rss:hover{	color:#ff9e05;}.socialMenu .rss:hover{	color:#ff9e05;}.socialMenu .email:hover{	color:#597b85;}.socialMenu i.news{	font-size:1.5em;}.socialMenu i.news:hover{	color:#6bcbd6;}/*    IDIOMAS   */.langMenu{  margin-top:5px;  display:none;}.langMenu ul{  padding:0;  margin:0;  list-style:none;}.langMenu ul li{  display:inline;  margin:0 0 0 6px;}.langMenu ul li a,.langMenu ul li a:active,.langMenu ul li a:visited,.langMenu ul li a:link{  font-family: Arial,Helvetica,sans-serif;  font-weight:normal;  text-transform:uppercase;  font-size:.7em;  color:#ccc;  text-align:center;}.langMenu ul li a:hover,.langMenu ul li a.sel{  color:#7737C0;}.langMenu ul li a span{  padding-top:3px;  display:block;}.langMenu ul li a .img{  padding-top:5px;}.langMenu,.langMenu ul{  float:right;  text-align:right!important;}.content .mainMenu{  float:right;  margin-top:180px;}.content{  display:block;}/*    ACCESS MENU   */.accessMenu{  float:right;  /*padding-right:35px;*/  }  .accessMenu li{  color:#333;  display:inline-block;  font-size:.9em;  font-weight:normal;  padding:5px 10px 0 10px;  text-transform:none;  text-align:center;}.accessMenu li.loginData{  font-size:.8em;  padding:5px 30px 0 10px;}.accessMenu li.loginData div{  display:inline-block;  padding:0 5px 0 0;  vertical-align: middle;}.accessMenu ul li a,.accessMenu ul li a:active,.accessMenu ul li a:visited,.accessMenu ul li a:link{  font-weight:normal;  text-transform:none;  font-size:.9em;  color:#333;  text-align:center;}.accessMenu ul li a:hover,.accessMenu ul li a.sel{  color:#7737C0;}/*    LEFTMENU   *//*    SOCIALMENU   */header nav.socialMenu{  float:left;}header nav.socialMenu ul{  margin:3px 0 0 0;}.socialMenu ul{  list-style:none;  padding:0;/*  text-align:right;*/}.socialMenu ul li{  display:inline;}/*    MENUMIGAS   *//*    FOOTER   */nav.footerMenu{  display: block;  margin:0 0 20px 0;  /*padding:4px 0;*/  padding:0;}.footerMenu ul{  display: block;  margin:0;  padding:0;  list-style:none;  font-family: Arial,Helvetica,sans-serif;  font-weight:300;}.footerMenu li{  padding:0;  display:inline;  margin:0 20px 0 0;}.footerMenu a,.footerMenu a:link,.footerMenu a:active,.footerMenu a:visited{  color:rgba(255,255,255,0.5);  text-decoration: underline;}.footerMenu a:hover,.footerMenu a.sel{  color:#fff;}/*    PAGINACION   */.pagination{  margin:20px 0;  font-family: Arial,Helvetica,sans-serif;  font-size:.9em;  /*color:#fff;*/}.pagination span{  color:#0095e6;}/*    SOCIAL   */.addthis_toolbox{  margin:20px 0;}/*    TEXTO PORTADA   */.textoContPortada{    margin:20px 0;}/*-------------------------------------------------------------------*//*    SIDEBAR/*-------------------------------------------------------------------*/  aside ul.banners li{    margin-bottom:10px;    padding-top:15px;    border-bottom:1px #7737C0 solid;  }      section.patrocinadores{    margin-bottom:20px;  }    section.patrocinadores .slide{margin:10px 0;}      .infoEmpresa{    background-color:#fff;    padding:0 0 30px 0;  }    .infoEmpresa .logo{    width:100%;    display:block;  }      .infoEmpresa .logo figure{    display:block;    margin:10px 0;  }    .infoEmpresa .info{    background:#ccc;    padding:10px;    color:#fff;    font-size:.7em;    font-family:'Droid Sans', sans-serif;  }    .infoEmpresa .info a{    text-decoration: underline;    color:#333;  }    .infoEmpresa .info a:hover{    color:#7737C0;  }    .infoEmpresa .direccion{    margin:20px 0;    color:#b1b1b1;    font-size:1.2em;    line-height:1.3em;  }    .infoEmpresa h1, .infoEmpresa h2{font-size:1.2em;font-weight:normal;margin-bottom:5px;}  .infoEmpresa span.mini{color:#333;font-size: .9em;}  .infoEmpresa span.maxi{color:#000;font-size: 1.2em;}/*-------------------------------------------------------------------*//*    GMAP/*-------------------------------------------------------------------*/#gMap{  width:400px;  height:400px;  margin: 30px 0;}.gMapNavigate{  display:none;  margin:10px 0;  padding:0;  list-style:none;}.gMapNavigate li{  /*display:inline;*/  float:left;  display:block;  font-size:.9em;  margin:0 20px 0 0;}.gMapNavigate li.title{  border-bottom:1px dotted #0095e6;  color:#0095e6!important;  font-size:1.2em;  float:none;  margin-bottom:10px;  padding-bottom:10px;}/*-------------------------------------------------------------------*//*    GALERIAS/*-------------------------------------------------------------------*/.galeriaImgs{  padding:10px 0 0 0;  width:100%;  list-style:none;  display:table;}.galeriaImgs li{  margin-bottom:3px;  margin-top:3px;}.galeriaImgs p{  font-family: Arial,Helvetica,sans-serif;  font-size:.7em;  font-weight:bold;  border-bottom:1px dotted #ccc;  padding-bottom:4px;}.galeriaVideos{  padding:10px 0 0 0;  width:100%;  list-style:none;  display:table;}.galeriaVideos figure{  margin-bottom:5px;}.galeriaVideos figcaption{  font-family:'Quicksand', sans-serif;  font-size:.8em;  font-weight:bold;  line-height:1.3em;  padding:10px 10px 20px 10px;  text-align:center;}/* Lightbox image */.lightbox-image {	position:relative;	overflow:hidden;	display:block;	z-index:1;}.lightbox-image img {	position:relative;	z-index:2;  /*-webkit-border-radius: 5px;*/  /*-webkit-border-top-left-radius: 5px;*/  /*-moz-border-radius: 5px;*/  /*-moz-border-radius-topleft: 5px;*/  /*border-radius: 5px;*/  /*border-top-left-radius: 5px;  */}.lightbox-image span {	display:block;	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	background:url(../img/magnify.png) no-repeat 50% 50%;	z-index:1;}.lightbox-video span {	background:url(../img/video.png) no-repeat 50% 50%!important;}/*-------------------------------------------------------------------*//*    CONTACTO/*-------------------------------------------------------------------*/.direction{  margin:10px 0 20px 0;  padding:0;  list-style:none;  font-family: Arial,Helvetica,sans-serif;  font-size:.9em;  color:#999;  line-height:1.5em;}.contacto{  margin-top:70px;}/*-------------------------------------------------------------------*//*    AVISO/*-------------------------------------------------------------------*/.avisos{  margin-top:220px;}.ranking{  font-family: 'Droid Sans', sans-serif!important;  margin:0;  padding:0;  list-style:none;}.ranking li{  padding:4px 2px;}.ranking li:nth-child(odd){  background-color:#efefef;}.ranking li:nth-child(even){  background-color:#e5e5e5;}.ranking li.pos1,.ranking li.pos1 .user,.ranking li.pos1 .pos{  background-color:#41226B;  color:#fff!important;}.ranking li.pos2,.ranking li.pos2 .user,.ranking li.pos2 .pos{  background-color:#763ec1;  color:#fff!important;}.ranking li.userSel{  border-left:10px solid #e20067;}.ranking li.pos3,.ranking li.pos3 .user,.ranking li.pos3 .pos{  background-color:#a682d7;  color:#fff!important;}.ranking li.clasificado:nth-child(odd){  background-color:#9cda7e;}.ranking li.clasificado:nth-child(even){  background-color:#bfe8ac;}.ranking li.noclasificado{  opacity:0.4;}/*.ranking li.noclasificado:nth-child(odd){*//*  background-color:#dc7c7c;*//*}*//*.ranking li.noclasificado:nth-child(even){*//*  background-color:#e9a9a9;*//*}*/.ranking .pos{  width:10%;  float:left;  font-weight:bold;  color:#333;  font-size:.9em;  padding-top:4px;}.ranking .player{  width:70%;  float:left;}.ranking .points{  width:20%;  float:right;  text-align:right;  font-size:.7em;  padding-top:6px;}.ranking .user{  text-transform:uppercase;  font-weight:bold;  font-size:.7em;  color:#333;}.description.juegoOnLine h3{  color:#f2bc02;  line-height:.6em;  font-size:1.6em;}.partida{  font-family: 'Droid Sans', sans-serif!important;  margin:0;  padding:0;  list-style:none;}.partida li{  padding:4px 2px;}.partida li:nth-child(odd){  background-color:#efefef;}.partida li:nth-child(even){  background-color:#e5e5e5;}.partida .player{  width:40%;  float:left;}.partida .pais{  width:15%;  float:left;  text-align:left;  font-size:.7em;  padding-top:6px;}.partida .duelo{  width:25%;  float:right;  text-align:right;  font-size:.6em;  padding-top:6px;}.partida .duelo a{  padding:2px;  background-color:#443322;  color:#fff;}.partida .points{  width:20%;  float:left;  text-align:left;  font-size:.7em;  padding-top:6px;}.partida .user{  text-transform:uppercase;  font-weight:bold;  font-size:.7em;  color:#333;}/*-------------------------------------------------------------------*//*    RECAPTCHA & FORMS/*-------------------------------------------------------------------*/.checkbox {  padding:20px 0;}.checkbox input, .checkbox .commoncheckboxlabel{  display: inline-block;}.checkbox .commoncheckboxlabel{  font-size: .8em;}.g-recaptcha{  padding-top:20px;  padding-bottom:20px;}.g-recaptcha > div {  margin:auto;  padding:0;}.g-recaptcha div{  display:inline-block;}@media screen and (max-width: 240px){  .g-recaptcha {  transform:scale(0.58);-webkit-transform:scale(0.58);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}@media screen and (min-width: 241px) and (max-width: 319px){  .g-recaptcha {  transform:scale(0.65);-webkit-transform:scale(0.65);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}@media (min-width: 768px) and (max-width: 1199px) {  #recaptcha1.g-recaptcha {  transform:scale(0.7);-webkit-transform:scale(0.7);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}/*-------------------------------------------------------------------*//*    RESPONSIVE/*-------------------------------------------------------------------*//*---------------------Desde 0px hasta 480px (Salto01)--------------------*/@media screen and (max-width: 479px) {  .container {    width: 98%;  }    .subnavegador .grid-half{    width:100%;    text-align: center;  }    .subnavegador .grid-half .socialMenu, .subnavegador .grid-half .accessMenu{    float:none;    margin-bottom:10px;  }    .accessMenu ul li a, .accessMenu ul li a:active, .accessMenu ul li a:visited, .accessMenu ul li a:link{    font-size: 1.3em;  }    #eventosActuales li.listaEventos {    text-align: center;  }    #eventosActuales li.listaEventos .figureContent img{    width:300px!important;    height:300px!important;  }    .countDown {    border-radius: 18px;    position: absolute;    top: 20px!important;    left: 15%;    width: 70%;  }    .gameZoneCont{    padding:120px 0 30px!important;  }}/*---------------------Desde 0 hasta 639px --------------------*/@media screen and (max-width:639px) {    .t_center-responsive{    text-align:center!important;  }  .columns-2 .grid-1,  .columns-2 .grid-2,  .columns-2 .grid-2half,  .columns-2 .grid-3,  .columns-2 .grid-4,  .columns-2 .grid-5,  .columns-2 .grid-6,  .columns-2 .grid-half,  .columns-2 .grid-7,  .columns-2 .grid-8,  .columns-2 .grid-9,  .columns-2 .grid-10,  .columns-2 .grid-11,  .columns-2 .grid-12,  .columns-2 .grid-four,  .columns-2 .grid-full,  .columns-2 .grid-unit{	float: left!important;	width:46.969696969697%!important;    margin: 0 1.515151515152% 1em!important;  }    .responsive-clear{    clear:both;  }    header .logo{    padding: 20px 0!important;    margin:auto;    text-align:center;  }    header.header2 .logo img, header.header3 .logo img{    max-width:150px;  }    header .pushyContent{    display: block!important;  }    header .pushy .socialMenu{    margin-bottom:0!important;    width:100%;  }  header .pushy .socialMenu, header .pushy .socialMenu ul{    width:100%;  }    header .pushy .socialMenu ul{    text-align:center;    margin-bottom:0;  }    .pushy .socialMenu li {    display: inline-block;    margin: 0!important;  }    .filter .commoninput,  .filter .commontextarea,  .filter .commonselect{    width:100%!important;    margin-bottom:10px!important;  }  .filter #filterSubmit.searchbutton {    width:100%!important;  }  .userDataCont .avatarCont{    /*border-radius: 8px;      -webkit-border-radius: 8px;    float:left;    height:85px!important;*/    width: 21.969696969697%;    margin:0 1.515151515152% 1em;    float:left;  }    .avatarCont img{    display: block;    margin:0px auto;    padding-top:0px!important;    max-height:25px!important;    max-width:none!important;    width:auto!important;  }    .userDataBox .avatarCont{    background:none!important;  }    .userDataCont .data{    float:left;    width: 46.969696969%;;    margin:0 1.515151515152% 1em;    text-align: center;    padding-top:0px!important;  }    .userDataBox .data .name {    padding-top:5px!important;  }    .userDataCont .data .tantos{    display:none;  }    .userDataCont .puntuacion{    background:none!important;    float:left;    width: 21.969696969697%;     margin:0 1.515151515152% 1em;  }    section.puntuacion .usuPoints{    line-height:1em;    padding:0px!important;    font-size:2em!important;  }    }/*---------------------Desde 480px hasta 960px (Salto02)--------------------*/@media screen and (min-width: 480px) {}/*---------------------Desde 480px hasta 639px (Salto02)--------------------*/@media screen and (min-width: 480px) and (max-width: 639px) {  header .logo{    width:100%!important;    margin:20px auto!important;    text-align:center;  }    .bx-wrapper .show-on-minisize{    display:block;    margin-bottom:20px;  }    .show-on-minisize{    display:block;  }    .countDown {    border-radius: 18px;    position: absolute;    top: 20px!important;    left: 15%;    width: 70%;  }}/*---------------------Desde 640px hasta 960px (Salto03)--------------------*/@media screen and (min-width: 640px) {      header .logo{    float:left;  }    header.header1 .logo{    padding-top:25px;  }    header.header2 .logo, header.header3 .logo{    margin-top:20px;  }    header.header2 .container{    height:90px;  }    .userDataBox .avatarCont{    padding:20px;    height:100px!important;  }    .avatarCont img{    display: block;    margin:0px auto;    padding-top:0px!important;    max-height:none!important;    max-width:70px!important;  }    .countDown{    top:80px;    left: 35%;    width:30%;  }}/*-------------------------------------------------------------------*//*    H1, H2, .../*-------------------------------------------------------------------*/.description h1,.description h2,.description h3,.description h4,.description h5,.description h6{  color:#fff;font-family: 'Droid Sans', sans-serif!important;  font-size:.9em;  font-weight:bold;}.description h1{font-size:1.8em;color:#7737C0;margin:20px 0;}.description h2{font-size:1.5em;color:#4c227b;margin:30px 0 20px;}.description h3{font-size:1.4em;color:#333;margin:20px 0;}.description h4{font-size:1.2em;color:#81a4be;margin:20px 0;}.description h5{font-size:1em;color:#8da6b1;margin:20px 0;}.description h6{font-size:.8em;color:#98a4a7;margin:20px 0;}.description{  font-family: Arial,Helvetica,sans-serif;  color:#333;  font-size:0.8em;  /*  text-align:justify;*/  line-height:1.3em;}.description p{  margin:0 0 10px 0;}.description strong, .description b{  font-weight:bold;  color:#333;}/*-------------------------------------------------------------------*//*    LISTADOS/*-------------------------------------------------------------------*/.description ul,.description ol{  list-style:none;  margin:10px 0;  padding:0 5px;  text-align:left!important;}.description table ul,.description table ol{  margin:0 0 10px 0!important;}.description li{  background:url(../img/bullet.png) no-repeat 0 4px;  padding:0 0 0 15px;  margin:0 0 10px 0;}/*-------------------------------------------------------------------*//*    OTROS.../*-------------------------------------------------------------------*/.description iframe{border:0;margin:0 auto;}/*-------------------------------------------------------------------*//*    IMGS/*-------------------------------------------------------------------*/img[style~="left;"]{  padding:0 20px 0 0;}.description img{  width:100%;  height:auto;}/*-------------------------------------------------------------------*//*    TABLES/*-------------------------------------------------------------------*//*Todas las filas*/.views-field{  vertical-align: top;  padding-bottom:20px;}/*Celda imagen producto*/.views-field-field-homeimage-fid img{  border:1px solid #ccc;}/*Celda titulo producto*/.views-field-title{  /*vertical-align: middle;*/}/*Celda descripcion producto*/.views-field-view-node{  font-size:.9em;}/*******************************************      USUARIOS*******************************************/#avatarIcon{  border:4px #3eabec solid;  float:left;}.avatares{    width:392px;    float:left;    background: #c5d7e5; /* Old browsers */  background: -moz-linear-gradient(top,  #c5d7e5 0%, #577599 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5d7e5), color-stop(100%,#577599)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* IE10+ */  background: linear-gradient(to bottom,  #c5d7e5 0%,#577599 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7e5', endColorstr='#577599',GradientType=0 ); /* IE6-9 */  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;    display:none;    margin-bottom:20px;    position:absolute;  left:200px;  z-index:10;  }.avatares ul{  width:100%;  padding:0;  margin:5px!important;  display:table;}.avatares ul li{  display:block;}.avatares ul a{  width:28px;  height:28px;  display:block;  float:left;  border:2px solid #aab9f2;  margin:2px;}.avatares ul a:hover{  border:2px solid #fff;}/*-------------------------------------------------------------------*//*    FORMULARIOS EN GENERAL/*-------------------------------------------------------------------*/.form .LV_validation_message{  /*clear:both!important;*/  float:right;  position:relative;  font-size:.7em;  margin:0;  margin:10px 50px 0 0;  font-family: Arial,Helvetica,sans-serif;  display:block;}.form .LV_valid {  display:none;}.form .LV_invalid {  color:#999;  /*text-shadow: 1px 1px 0px #ccc;*/}.form .LV_valid_field,.form input.LV_valid_field,.form input.LV_valid_field:hover,.form input.LV_valid_field:active,.form textarea.LV_valid_field:hover,.form textarea.LV_valid_field:active {  background-color:#77b700;  color:#fff;} .form .LV_invalid_field,.form input.LV_invalid_field,.form input.LV_invalid_field:hover,.form input.LV_invalid_field:active,.form textarea.LV_invalid_field,.form textarea.LV_invalid_field:hover,.form textarea.LV_invalid_field:active {  background-color:#640000;  color:#fff;}.form label,.form .labelfloat{  font-size:.9em;  font-weight:300;  font-family: Arial,Helvetica,sans-serif;  margin:0 0 10px 0;  display:block;  float:left;  width:30%;  padding-top:8px;  color:#999;}/*COMMON*/.form .commoninput,.form .commontextarea,.form .commonselect{  border:0;  font-size:.8em;  width:250px;  color:#555;  font-family:'Droid Sans', sans-serif;  background:#efefef;  border:1px solid #e1e1e1;  padding:6px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;  }.form .commoncheckbox{  float:left;  margin-right:6px;}.form .commoncheckboxlabel{  float:left;}.form .commoncheckboxlabel p{  margin-top:0;}/*middle*/.form .middleinput,.form .middletextarea,.form .middleselect{  font-size:.8em;  width:150px;  color:#555;  font-family:'Quicksand', sans-serif;  background:#efefef;  border:1px solid #e1e1e1;  padding:6px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;  }.form ul{  list-style:none;  padding:0;  margin:0;}.form li{  clear:both;  margin-bottom:10px;}.form .fButton_1{  margin:20px 0 0 150px;  font-family: 'Dosis', sans-serif;  font-size:.8em;  /*text-transform:uppercase;*/  color:#fff;  border:none 5px #000000;  -moz-border-radius: 6px;  -webkit-border-radius: 6px;  border-radius: 6px;  padding:6px 10px;  background-color:#009eea;}/*PARA LA SUBIDA DE IMAGENES*/.imgNewDiv{  width:100%;  position:absolute;  bottom:0;  opacity:0.6;  filter:alpha(opacity=60); /* For IE8 and earlier */  background-color:#efefef;}.imgNewDiv:hover{  opacity:1;  filter:alpha(opacity=100); /* For IE8 and earlier */}.imgNewDiv p{  margin:6px 0 0 7px;  font-weight:bold;  font-size:.7em;  text-align:left;}.imgUploadIframe{  border:0;  height:40px;  width:100%;}.imgUploadForm{  float:left;  /*width:200px;*/  display:block;  /*padding-top:2px;*/  margin-right:20px;}#upload{}.error{  font-size:.7em;  color:#9f0000;  text-shadow:1px 1px #fff;  font-family:arial;}.upload-file-container{  width:32px;  height:24px;  position:relative;  background:url(../img/imageSend.png) 0 -3px;  padding:0;}.upload-file-container input{  width:32px;  height:24px;  position:absolute;  left:0;  top:0;  cursor:pointer;  opacity: 0;  padding:0;  margin:0;}/*CODIGOS    */form.codigos{  background:#CCC!important;  line-height: 1.3em;  text-align:center;  padding:10px;}form.codigos label{  color:#404040;  display: inline-block;  width:100%;}form.codigos input[type="button"]{  margin-top:10px!important;}/*FILTROS    */.filter{  margin:0;  padding:0;  width:100%;}.filter .cont{  padding:10px;}.filter label,.filter .labelfloat{  font-size:.8em;  font-weight:300;  font-family: Arial,Helvetica,sans-serif;  margin:0 0 10px 0;  display:block;  float:left;  width:60px;  padding-top:4px;  color:#999;}.filter .commoninput,.filter .commontextarea,.filter .commonselect{  border:0;  font-family:arial, verdana;  font-size:.7em;  color:#999;  background:#fff;  /*width:120px;*/  padding:2px;  border:1px solid #ccc;  float:left;  margin-right:2%;  height:24px;  width:22%;}.filter #filterSubmit.searchbutton {    background: url("../img/search_header.png") no-repeat scroll 50% bottom rgba(0, 0, 0, 0);    border:none;    height:30px;    opacity: 0.8;    /*width:30px;*/    width:4%;}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(prettyPhoto/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(prettyPhoto/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}div.pp_default .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}div.pp_default .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}div.pp_default .pp_gallery ul li a{background:url(prettyPhoto/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.light_rounded .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.dark_rounded .pp_description{color:#fff;margin-right:85px}div.dark_rounded .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(prettyPhoto/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.light_square .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(prettyPhoto/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(prettyPhoto/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(prettyPhoto/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}.club{  position:relative;}/*-------------------------------------------------------------------*//*    LIST/*-------------------------------------------------------------------*/#clubList{  color:#404040;  font-family: 'Droid Sans', sans-serif!important;  margin:0px;  padding:10px 0;}#clubList li{  border-bottom:1px dotted #333;  padding:10px 0;}#clubList li figure{border:solid 1px #999;overflow:hidden;padding:5px;}#clubList .data, #clubList .place {    font-size: 0.8em;    font-weight: bold;    margin-bottom: 5px;}#clubList .place{  color:#B3B3B3;  font-size:.8em;}#clubList .data, .clubList .place{  font-weight:bold;  font-size:.8em;  margin-bottom:5px;}#clubList .eventoTitle{  font-size:.9em;  font-weight:bold;  margin-bottom:20px;  padding-bottom:0;}#clubList .eventoTitle a{  font-size:1em;}#clubList figure a, .clubList figure div.figureContent{  overflow:hidden;}#clubList .subdatos{  color:#000;  font-size:.8em;  font-weight:normal;}#clubList .subdatos h2{  font-size:1em;  font-weight:normal;  margin:0 0 3px 0;  line-height: 1.2em;}#clubList .subdatos h4.ganadorName{  color:#ccc;  font-style:italic; }#clubList a.verMas{font-size:.7em;}/*-------------------------------------------------------------------*//*    FICHA/*-------------------------------------------------------------------*/        /*------------------------------*/        /*    HEADER        /*------------------------------*/        .clubTitle{          font-size:1.4em;          font-weight:bold;        }                #clubHeader{          position: relative        }                #clubHeader figure.clubLogo{          background:url(../img/logoClub_bkg.png) no-repeat right center;           height:200px;          overflow:hidden;          position:absolute;          width:40%;        }                #clubHeader figure.clubLogo div{          background:#fff;          height:100%;          padding:8%;          width:80%;        }                #clubHeader figure.clubLogo img{          display: block;          text-align: center;          width:100%;        }                #clubFicha a.verMas {          font-size: 0.8em;          margin-right: 10px;        }                    /*------------------------------*/            /*    MENU            /*------------------------------*/              nav.clubMenu ul{                padding:10px 0;              }                            nav.clubMenu li{                float: left;                font-size: 1em;                padding: 0 8px;              }                            nav.clubMenu li a,              nav.clubMenu li a:active,              nav.clubMenu li a:link,              nav.clubMenu li a:visited{                color:#fff;                padding:5px 10px;                -webkit-border-radius: 3px;                border-radius: 3px;              }                            nav.clubMenu li a:hover,              nav.clubMenu li a.sel{                background-color: rgba(132, 2, 61, 1);              }              #generalPosition{  margin:15px 0;  padding:0 10px;  text-align: center;}#generalPosition .clubName{  font-size:1.4em;  font-weight: bold;  padding:5px 0;}#generalPosition .clubName span{  font-size:.8em;}#generalPosition p{  font-size: 1em;  margin:0px;}#generalPosition .positionNumber{  font-size: 2.8em;}article.fichaList{  color:#666;  font-size: 1em;  font-weight:bold;}article.fichaList ul{  line-height:1.8em;  list-style: url(../img/list_icon_02.png) inside;}article.fichaList span{  display: inline-block;  color:#999;  font-weight:normal;  width:120px;}article.fichaList a{  text-decoration: underline;}/*-------------------------------------------------------------------*//*    ASIDE :: CREACIîN NUEVO CLUB/*-------------------------------------------------------------------*/aside section#bannerNuevoClub img{  margin-bottom:10px;  width:220px;  }.listaEventos{  color:#404040;  font-family: 'Droid Sans', sans-serif!important;  margin-bottom:30px;  overflow:hidden;}#eventosProximos li.listaEventos{  border-bottom:3px solid #41c5f9;  text-align:center;}#eventosActuales li.listaEventos{  border-bottom:3px solid #e20067;}#eventosActuales li.listaEventos .figureContent{  text-align:center;  margin-bottom:20px;}#eventosActuales li.listaEventos .figureContent img{  border-radius: 100%;    -webkit-border-radius: 100%;  display:inline-block;  width:150px;  height:150px;  text-align:center;}#eventosPasados li.listaEventos{  text-align:center;  border-bottom:3px solid #808E91;}.listaEventos .data{/*  color:#41c5f9;*/}.listaEventos .place{  color:#B3B3B3;}.listaEventos .data, .listaEventos .place{  font-weight:bold;  font-size:.8em;  margin-bottom:5px;}.listaEventos .torneo{  background:#eaeaea;  border-radius:5px;  -moz-border-radius:5px;  -webkit-border-radius:5px;  font-family: 'Quicksand', sans-serif;  font-size:.7em;  font-weight:normal;  margin-bottom:5px;  padding:10px;  margin:10px 0;}.listaEventos .torneo span{  font-family: 'Droid Sans', sans-serif;  font-size:1.1em;  font-weight:bold;  text-transform: uppercase;}.listaEventos .eventoTitle{  font-size:.9em;  font-weight:bold;  line-height:1.2em;  margin-bottom:15px;}#eventosPasados .listaEventos .eventoTitle{  font-size:.9em;  margin-bottom:10px;  min-height:0;  padding-bottom:0px;}.listaEventos .eventoTitle a{  font-size:1em;}.listaEventos figure a, .listaEventos figure div.figureContent{  overflow:hidden;}.listaEventos .subdatos{  color:#000;  font-size:.8em;  font-weight:normal;}.listaEventos .subdatos > div{  font-size:1em;  font-weight:normal;  margin:10px 0;  line-height: 1.2em;}.listaEventos .subdatos h4.ganadorName{  background:#ccc;  color:#fff;  margin-bottom: 0;  padding:5px 5px;  font-style:italic; }.description.evento h2{  color:#7737C0;  font-size:1.3em;}.description.evento > ul > li{  list-style: url(../img/bullets/bullet08.png) inside;}.eventoInfo{  padding:10px;  background-color:#efefef;  border:1px dashed #999;}.eventoInfo p{  margin:0 0 10px 0;  font-size:.8em;  color:#999;}.eventoInfo strong{  color:#333;}article.evento figure.premio{  display: block;  margin:10px auto 20px;}.aviso{  text-align:center;  font-size:1.2em;  font-family:'Dosis';  padding:10px 0 10px 0;}/*-------------------------------------------------------------------*//*    NIVO-SLIDER/*-------------------------------------------------------------------*//* * jQuery Nivo Slider v3.0.1 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* The Nivo Slider styles */.nivoSlider{  border:0!important;  box-shadow:none!important;}.slider-wrapper{  position: relative;}.slider-wrapper figcaption {  background: url(../img/slider_index_bg.png) left center;  color: #fff;  display:inline-block;  height:350px;  position:absolute;  right:0px;  overflow: hidden;  padding:20px 20px 10px 100px;  margin:0 auto;  width:40%;  z-index: 1000;}.slider-wrapper figcaption h1 {  color: #fff;  font-size:1.1em;  font-weight:bold;}.slider-wrapper figcaption h3.place {  font-size:.9em;	font-style: italic; }.slider-wrapper figcaption p {  color: #fff;  font-size:.9em;}/*.slider-wrapper figcaption a{  background:url(../img/list_icon_01.png) center left no-repeat;  display: block;  font-size:.9em;  margin:10px 0;  padding-left:20px;}*/.evento .slider-wrapper .torneo{  background:rgba(0,0,0,.5);  border-radius:5px;  -moz-border-radius:5px;  -webkit-border-radius:5px;  font-family: 'Quicksand', sans-serif;  font-size:.7em;  font-weight:normal;  margin-bottom:5px;	line-height:1.5em;  padding:5px;	text-align: center;  margin:10px 0;}.evento .slider-wrapper .torneo span{	font-size: 1.3em;}.slider-wrapper figcaption a:link, .slider-wrapper figcaption a:active, .slider-wrapper figcaption a:visited{  color: #fff;}.slider-wrapper figcaption a:hover{  color: #de0251;}.nivoSlider {  float:left;  position:relative;  width:70%;  height:350px;  overflow: hidden;  margin:0 auto;}.nivoSlider img {  position:absolute;  top:0px;  left:0px;}.nivo-main-image {  display: block !important;  position: relative !important;   width:100% !important;}/* If an image is wrapped in a link */.nivoSlider a.nivo-imageLink {	position:absolute;	top:0px;	left:0px;	width:100%;	height:100%;	border:0;	padding:0;	margin:0;	z-index:6;	display:none;}/* The slices and boxes in the Slider */.nivo-slice {	display:block;	position:absolute;	z-index:5;	height:100%;	top:0;}.nivo-box {	display:block;	position:absolute;	z-index:5;	overflow:hidden;}.nivo-box img { display:block; }/* Caption styles */.nivo-caption {	position:absolute;	left:0px;	bottom:0px;	background:#000;	color:#fff;	width:100%;	z-index:8;	padding: 5px 10px;	opacity: 0.8;	overflow: hidden;	display: none;	-moz-opacity: 0.8;	filter:alpha(opacity=8);	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */}.nivo-caption p {	padding:5px;	margin:0;}.nivo-caption a {	display:inline !important;}.nivo-html-caption {    display:none;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {	position:absolute;	top:45%;	z-index:9;	cursor:pointer;}.nivo-prevNav {	left:0px;}.nivo-nextNav {	right:0px;}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav {  width:49%;	text-align:center;	padding:0;  position:absolute;  top:250px;  z-index:100!important;}.nivo-controlNav a {	cursor:pointer;}.nivo-controlNav a.active {	font-weight:bold;}.nivoSlider a.nivo-nextNav {	background-position:-30px 0!important;	right:0px;}.nivoSlider a.nivo-prevNav {	left:0px;}.nivo-directionNav a {	background:url(../img/arrows_blue.png) no-repeat!important;	position:absolute;	top:132px;	z-index:9;	cursor:pointer;	width:30px;	height:30px;  text-indent:-9999px;}.evento .nivo-controlNav {  top:170px;}.evento .slider-wrapper figcaption {  background: url(../img/evento_bkg.png) left center!important;  width:310px;  height:236px;}.evento .slider-wrapper figcaption {  padding:5px 10px 10px 80px;}.evento .slider-wrapper{  height:236px!important;}.evento .nivoSlider {  height:236px!important;}.evento .theme-default {  width:686px!important;}.nivoSliderMini{  width:240px!important;/*  width:100%;*/  height:auto;  overflow: hidden;}.nivoSliderMini img,.nivoSliderMini .nivo-slice img,.nivoSliderMini .nivo-box img{/*  width:400px!important;  height:200px!important;*/}.nivoSliderMini .nivo-directionNav a {  top:100px;}/*-------------------------------------------------------------------*//*    COMENTARIOS/*-------------------------------------------------------------------*/.comentarios_1{	font-family:'Droid Sans', sans-serif;  margin:30px 0;  width:100%;}.comentarios_1{  }.comentarios_1 ol{  list-style:none;  margin:10px 0;  padding:0;}.comentarios_1 ol li{  padding:2px 10px 2px 10px;  margin-bottom:5px;  background-color:#eeede8;  font-size:.9em;}.comentarios_1 p{}.comentarios_1 .autor{  color:#e6007e;  font-weight:bold;  font-style:italic;  font-size:.9em;}.comentarios_1 .fecha{  font-size:.8em;  font-style:italic;  color:#999;}.comentarios_1 .comentario{  color:#333;  font-style:normal!important;}/*FORMULARIO*/.comentarios_1 #formComent{  padding:0;  margin:0;}.LV_validation_message{font-size:.8em;margin:0;position:absolute;margin:10px 0 0 10px;}.LV_valid {color:#999;text-shadow: 1px 1px 0px #fff;}.LV_invalid {color:#999;text-shadow: 1px 1px 0px #fff;}.LV_valid_field,input.LV_valid_field,input.LV_valid_field:hover,input.LV_valid_field:active,textarea.LV_valid_field:hover,textarea.LV_valid_field:active {background-color:#77b700;color:#fff;} .LV_invalid_field,input.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active {background-color:#640000;color:#fff;}#formComent label{  font-size:.9em;  font-weight:normal;}.commoninput, .commontextarea{  border:0;  padding:8px;  font-family:arial, verdana;  font-size:.9em;  color:#fff;  background:#ccc;  width:200px;}.comentarios_1 #formComent ul{  margin:20px 0 10px 0;  padding:0;  list-style:none;}.comentarios_1 #formComent ul li {	margin-bottom:5px;	padding-bottom:5px;}.comentarios_1 form li{  font-family:arial, verdana;  color:#333;	margin-bottom:0;	padding-bottom:0;	font-size:.9em;  }.comentarios_1 form textarea {  width:70%;  height:70px;}.comentarios_1 form .button{  border:none;  color:#fff;  font-size:.9em;  font-weight:normal;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  padding:5px;}/*PINK*/.comentarios_1 form .button{  background-color:#661081;}/*ULTIMOS COMENTARIOS*/.ultimosComentarios{  background-color:#3f576b;  color:#fff;  font-family: 'Droid Sans', sans-serif!important;  }.ultimosComentarios div{  padding:10px;}.ultimosComentarios ul{  margin:10px 0;  padding:0;  list-style:none;}.ultimosComentarios li{  font-size:.8em;  margin:5px 0;  padding-bottom:5px;  border-bottom:1px dotted #6285a2;}.ultimosComentarios .autor{  font-size:.9em;  margin:0 0 2px 0;}.ultimosComentarios .date{  margin:0 0 8px 0;  font-size:.8em;}.ultimosComentarios .comment{  margin:0 0 2px 0;}.ultimosComentarios span{  font-size:.9em;  text-align:center;  width:100%;  display:block;}.ultimosComentarios span strong{  text-transform:uppercase;  color:#54748d;}/*-------------------------------------------------------------------*//*    FAQS/*-------------------------------------------------------------------*/section#faq{  }section#faq > ul > li.question{  margin-bottom:50px!important;}section#faq h3.title{  font-size:1.2em;  font-weight:bold; }section#faq .description p.resumen{  color:#666;  line-height:1.3em;}section#faq .desarrollo{  background:#f6f4f6;  border-bottom:2px solid #7737C0;  color:#333;  line-height:1.3em;  padding:5px 15px;}section#faq .desarrollo p, section#faq .desarrollo ul, section#faq .desarrollo ol{  font-size: 1em;  line-height:1.5em;}section#faq .desarrollo strong{  font-weight: bold;  color:#7737C0;}section#faq .desarrollo ul, section#faq .desarrollo ol{  margin-bottom: 20px;}section#faq .desarrollo ol li{  list-style:lower-latin inside;  padding-left:0;}section#faq .desarrollo ul li{  list-style: url(../img/bullets/bullet02.png) inside;  padding-left:0;}section#faq .desarrollo ol li li, section#faq .desarrollo ul li li{  padding-left:10px;}/*******************************************      USUARIOS*******************************************/#avatarIcon{  border:4px #3eabec solid;  float:left;}.avatares{    width:392px;    float:left;    background: #c5d7e5; /* Old browsers */  background: -moz-linear-gradient(top,  #c5d7e5 0%, #577599 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5d7e5), color-stop(100%,#577599)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* IE10+ */  background: linear-gradient(to bottom,  #c5d7e5 0%,#577599 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7e5', endColorstr='#577599',GradientType=0 ); /* IE6-9 */  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;    display:none;    margin-bottom:20px;    position:absolute;  left:200px;  z-index:10;  }.avatares ul{  width:100%;  padding:0;  margin:5px!important;  display:table;}.avatares ul li{  display:block;}.avatares ul a{  width:28px;  height:28px;  display:block;  float:left;  border:2px solid #aab9f2;  margin:2px;}.avatares ul a:hover{  border:2px solid #fff;}/* tables */table.tablesorter {	font-family: 'Droid Sans';	background-color: #fff;	font-size: .9em;	width: 100%;	text-align: center;}table.tablesorter thead tr th, table.tablesorter tfoot tr th {	background-color: #333;	/*border: 1px solid #FFF;*/	font-size: .8em;	padding: 4px;}table.tablesorter thead tr .header {	background-image: url(bg.gif);	background-repeat: no-repeat;	background-position: center right;	cursor: pointer;}table.tablesorter tbody td {	color: #3D3D3D;	padding: 4px;	background-color: #FFF;	vertical-align: center;	border: 1px solid #999;}table.tablesorter tbody tr.odd td {	background-color:#F0F0F6;}table.tablesorter thead tr .headerSortUp {	background-image: url(../img/asc.gif);}table.tablesorter thead tr .headerSortDown {	background-image: url(../img/desc.gif);}table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {background-color: #8dbdd8;}table.tablesorter .best span,table.tablesorter .clasi span,table.tablesorter .noclasi span{	border-radius: 10px 10px 10px 10px;	-moz-border-radius: 10px 10px 10px 10px;	-webkit-border-radius: 10px 10px 10px 10px;	padding:5px 20px;}.best span{  background-color:#e20067!important;	color:#fff!important;	font-weight:bold!important;}.clasi span{  background-color:#d6e2d7!important;	color:#999!important;	font-weight:bold!important;}.noclasi span{  background-color:#efefef!important;	color:#999!important;}.circle span{  width: 1.58571rem;  height: 1.58571rem;	color:#fff;  background-color: #75cb01;  line-height: 1.58571rem;  text-align: center;  display: -moz-inline-stack;  display: inline-block;  vertical-align: middle;  *vertical-align: auto;  zoom: 1;  *display: inline;  -webkit-border-radius: 50%;  -moz-border-radius: 50%;  -ms-border-radius: 50%;  -o-border-radius: 50%;  border-radius: 50%;	font-weight:bold;}section .mesa{    background: url(../img/online_game/mesa.jpg) center center no-repeat;/*    height:470px;*/    margin:auto;    position:relative;/*    width:780px;*/}.gameZoneCont{    border-bottom: dotted 2px #fff;    border-top: dotted 2px #fff;    display: inline-block;    height:100%;    padding:22% 0;    position: relative;    width:100%;}.gameZone{  border-bottom: dotted 2px #fff;  border-top: dotted 2px #fff;  height:100%;  padding:2% 0;  position:relative;}.mainCountdown{    display:block;    color: rgba(255,255,255,.3);    font-family: 'Audiowide',cursive;    font-size: 20em;    position: absolute;    text-align: center;    width:20%;    height:auto;    top:10%;    left: 30%;    z-index:1000;}.countDown{  background:rgba(0,0,0,.7);  border-radius: 18px;  position:absolute;}.countDown ul{  margin:0 auto!important;  padding:0;  display:table;}.countDown li{  float:left;}.countDown span{    color: #E20067;    display: inline-block;    font-family: 'Audiowide',cursive;    font-size: 1.5em;    padding: 10px;    text-align: center;    width: 100%;}    .sensorCont{  height:100%;}.sensor{  background: url(../img/online_game/sensor.png) center center no-repeat;  height:82px;  width:82px;}.sensor.mobile{  background: url(../img/online_game/sensor.png) center center no-repeat;  height:35px;  margin-top:30px;  width:35px;}.sensor.left{  float:left;  margin-left:10%;}.sensor.right{    float:right;    margin-right:10%;}.baston{    position: absolute;    height:320px;    width:300px;    /*top:40%*/}.baston.m1{    background: url(../img/online_game/baston-01.png) center center no-repeat;}/*------------------------HEADER------------------------------*//*.header2 .webWrapper, .header2 .webWrapper .container, .header2 section, .header3 section, .header3 .webWrapper, .header3 .webWrapper .container, section.userDataCont, .userDataBox{    height: 100%;}*/.userDataBox .avatarCont{    background: rgba(0,0,0,.05);    text-align:center;}.avatarCont img{    display: block;    margin:0px auto;    padding-top:25px;}.avatarCont i{    font-size:3em;    color:rgba(0,0,0,.2);    padding:10px;}.userDataBox .data{    color:##404040;    padding:0;    line-height: 1.6em;    font-family: 'Droid Sans', sans-serif;    font-size: 1em;    padding-top:20px;}.userDataBox .data p, .userDataBox .data .name{    margin:0;}.userDataBox .data .name{    font-weight: bold; }section.puntuacion{    background:url(../img/online_game/box1.png) no-repeat center center;    background-size: 100% 100%;    height:100%;    margin-top:5px;    text-align:center;}section.puntuacion .usuPoints{    color: #E20067;    display: inline-block;    font-size: 2.2em;    font-family: 'Audiowide', cursive;    padding-top:20px;    }.gameAdvice{  position:absolute;  top:70px;  left:25%;  width:50%;  background-color:#fff;  padding:20px;  text-align:center;  z-index:999;}/*! *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) *//* FONT PATH * -------------------------- */@font-face {  font-family: 'FontAwesome';  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');  font-weight: normal;  font-style: normal;}.fa {  display: inline-block;  font: normal normal normal 14px/1 FontAwesome;  font-size: inherit;  text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  transform: translate(0, 0);}/* makes the font 33% larger relative to the icon container */.fa-lg {  font-size: 1.33333333em;  line-height: 0.75em;  vertical-align: -15%;}.fa-2x {  font-size: 2em;}.fa-3x {  font-size: 3em;}.fa-4x {  font-size: 4em;}.fa-5x {  font-size: 5em;}.fa-fw {  width: 1.28571429em;  text-align: center;}.fa-ul {  padding-left: 0;  margin-left: 2.14285714em;  list-style-type: none;}.fa-ul > li {  position: relative;}.fa-li {  position: absolute;  left: -2.14285714em;  width: 2.14285714em;  top: 0.14285714em;  text-align: center;}.fa-li.fa-lg {  left: -1.85714286em;}.fa-border {  padding: .2em .25em .15em;  border: solid 0.08em #eeeeee;  border-radius: .1em;}.pull-right {  float: right;}.pull-left {  float: left;}.fa.pull-left {  margin-right: .3em;}.fa.pull-right {  margin-left: .3em;}.fa-spin {  -webkit-animation: fa-spin 2s infinite linear;  animation: fa-spin 2s infinite linear;}.fa-pulse {  -webkit-animation: fa-spin 1s infinite steps(8);  animation: fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(359deg);    transform: rotate(359deg);  }}@keyframes fa-spin {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(359deg);    transform: rotate(359deg);  }}.fa-rotate-90 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  -webkit-transform: rotate(90deg);  -ms-transform: rotate(90deg);  transform: rotate(90deg);}.fa-rotate-180 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg);  transform: rotate(180deg);}.fa-rotate-270 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  -webkit-transform: rotate(270deg);  -ms-transform: rotate(270deg);  transform: rotate(270deg);}.fa-flip-horizontal {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);  -webkit-transform: scale(-1, 1);  -ms-transform: scale(-1, 1);  transform: scale(-1, 1);}.fa-flip-vertical {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);  -webkit-transform: scale(1, -1);  -ms-transform: scale(1, -1);  transform: scale(1, -1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {  filter: none;}.fa-stack {  position: relative;  display: inline-block;  width: 2em;  height: 2em;  line-height: 2em;  vertical-align: middle;}.fa-stack-1x,.fa-stack-2x {  position: absolute;  left: 0;  width: 100%;  text-align: center;}.fa-stack-1x {  line-height: inherit;}.fa-stack-2x {  font-size: 2em;}.fa-inverse {  color: #ffffff;}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen   readers do not read off random characters that represent icons */.fa-glass:before {  content: "\f000";}.fa-music:before {  content: "\f001";}.fa-search:before {  content: "\f002";}.fa-envelope-o:before {  content: "\f003";}.fa-heart:before {  content: "\f004";}.fa-star:before {  content: "\f005";}.fa-star-o:before {  content: "\f006";}.fa-user:before {  content: "\f007";}.fa-film:before {  content: "\f008";}.fa-th-large:before {  content: "\f009";}.fa-th:before {  content: "\f00a";}.fa-th-list:before {  content: "\f00b";}.fa-check:before {  content: "\f00c";}.fa-remove:before,.fa-close:before,.fa-times:before {  content: "\f00d";}.fa-search-plus:before {  content: "\f00e";}.fa-search-minus:before {  content: "\f010";}.fa-power-off:before {  content: "\f011";}.fa-signal:before {  content: "\f012";}.fa-gear:before,.fa-cog:before {  content: "\f013";}.fa-trash-o:before {  content: "\f014";}.fa-home:before {  content: "\f015";}.fa-file-o:before {  content: "\f016";}.fa-clock-o:before {  content: "\f017";}.fa-road:before {  content: "\f018";}.fa-download:before {  content: "\f019";}.fa-arrow-circle-o-down:before {  content: "\f01a";}.fa-arrow-circle-o-up:before {  content: "\f01b";}.fa-inbox:before {  content: "\f01c";}.fa-play-circle-o:before {  content: "\f01d";}.fa-rotate-right:before,.fa-repeat:before {  content: "\f01e";}.fa-refresh:before {  content: "\f021";}.fa-list-alt:before {  content: "\f022";}.fa-lock:before {  content: "\f023";}.fa-flag:before {  content: "\f024";}.fa-headphones:before {  content: "\f025";}.fa-volume-off:before {  content: "\f026";}.fa-volume-down:before {  content: "\f027";}.fa-volume-up:before {  content: "\f028";}.fa-qrcode:before {  content: "\f029";}.fa-barcode:before {  content: "\f02a";}.fa-tag:before {  content: "\f02b";}.fa-tags:before {  content: "\f02c";}.fa-book:before {  content: "\f02d";}.fa-bookmark:before {  content: "\f02e";}.fa-print:before {  content: "\f02f";}.fa-camera:before {  content: "\f030";}.fa-font:before {  content: "\f031";}.fa-bold:before {  content: "\f032";}.fa-italic:before {  content: "\f033";}.fa-text-height:before {  content: "\f034";}.fa-text-width:before {  content: "\f035";}.fa-align-left:before {  content: "\f036";}.fa-align-center:before {  content: "\f037";}.fa-align-right:before {  content: "\f038";}.fa-align-justify:before {  content: "\f039";}.fa-list:before {  content: "\f03a";}.fa-dedent:before,.fa-outdent:before {  content: "\f03b";}.fa-indent:before {  content: "\f03c";}.fa-video-camera:before {  content: "\f03d";}.fa-photo:before,.fa-image:before,.fa-picture-o:before {  content: "\f03e";}.fa-pencil:before {  content: "\f040";}.fa-map-marker:before {  content: "\f041";}.fa-adjust:before {  content: "\f042";}.fa-tint:before {  content: "\f043";}.fa-edit:before,.fa-pencil-square-o:before {  content: "\f044";}.fa-share-square-o:before {  content: "\f045";}.fa-check-square-o:before {  content: "\f046";}.fa-arrows:before {  content: "\f047";}.fa-step-backward:before {  content: "\f048";}.fa-fast-backward:before {  content: "\f049";}.fa-backward:before {  content: "\f04a";}.fa-play:before {  content: "\f04b";}.fa-pause:before {  content: "\f04c";}.fa-stop:before {  content: "\f04d";}.fa-forward:before {  content: "\f04e";}.fa-fast-forward:before {  content: "\f050";}.fa-step-forward:before {  content: "\f051";}.fa-eject:before {  content: "\f052";}.fa-chevron-left:before {  content: "\f053";}.fa-chevron-right:before {  content: "\f054";}.fa-plus-circle:before {  content: "\f055";}.fa-minus-circle:before {  content: "\f056";}.fa-times-circle:before {  content: "\f057";}.fa-check-circle:before {  content: "\f058";}.fa-question-circle:before {  content: "\f059";}.fa-info-circle:before {  content: "\f05a";}.fa-crosshairs:before {  content: "\f05b";}.fa-times-circle-o:before {  content: "\f05c";}.fa-check-circle-o:before {  content: "\f05d";}.fa-ban:before {  content: "\f05e";}.fa-arrow-left:before {  content: "\f060";}.fa-arrow-right:before {  content: "\f061";}.fa-arrow-up:before {  content: "\f062";}.fa-arrow-down:before {  content: "\f063";}.fa-mail-forward:before,.fa-share:before {  content: "\f064";}.fa-expand:before {  content: "\f065";}.fa-compress:before {  content: "\f066";}.fa-plus:before {  content: "\f067";}.fa-minus:before {  content: "\f068";}.fa-asterisk:before {  content: "\f069";}.fa-exclamation-circle:before {  content: "\f06a";}.fa-gift:before {  content: "\f06b";}.fa-leaf:before {  content: "\f06c";}.fa-fire:before {  content: "\f06d";}.fa-eye:before {  content: "\f06e";}.fa-eye-slash:before {  content: "\f070";}.fa-warning:before,.fa-exclamation-triangle:before {  content: "\f071";}.fa-plane:before {  content: "\f072";}.fa-calendar:before {  content: "\f073";}.fa-random:before {  content: "\f074";}.fa-comment:before {  content: "\f075";}.fa-magnet:before {  content: "\f076";}.fa-chevron-up:before {  content: "\f077";}.fa-chevron-down:before {  content: "\f078";}.fa-retweet:before {  content: "\f079";}.fa-shopping-cart:before {  content: "\f07a";}.fa-folder:before {  content: "\f07b";}.fa-folder-open:before {  content: "\f07c";}.fa-arrows-v:before {  content: "\f07d";}.fa-arrows-h:before {  content: "\f07e";}.fa-bar-chart-o:before,.fa-bar-chart:before {  content: "\f080";}.fa-twitter-square:before {  content: "\f081";}.fa-facebook-square:before {  content: "\f082";}.fa-camera-retro:before {  content: "\f083";}.fa-key:before {  content: "\f084";}.fa-gears:before,.fa-cogs:before {  content: "\f085";}.fa-comments:before {  content: "\f086";}.fa-thumbs-o-up:before {  content: "\f087";}.fa-thumbs-o-down:before {  content: "\f088";}.fa-star-half:before {  content: "\f089";}.fa-heart-o:before {  content: "\f08a";}.fa-sign-out:before {  content: "\f08b";}.fa-linkedin-square:before {  content: "\f08c";}.fa-thumb-tack:before {  content: "\f08d";}.fa-external-link:before {  content: "\f08e";}.fa-sign-in:before {  content: "\f090";}.fa-trophy:before {  content: "\f091";}.fa-github-square:before {  content: "\f092";}.fa-upload:before {  content: "\f093";}.fa-lemon-o:before {  content: "\f094";}.fa-phone:before {  content: "\f095";}.fa-square-o:before {  content: "\f096";}.fa-bookmark-o:before {  content: "\f097";}.fa-phone-square:before {  content: "\f098";}.fa-twitter:before {  content: "\f099";}.fa-facebook-f:before,.fa-facebook:before {  content: "\f09a";}.fa-github:before {  content: "\f09b";}.fa-unlock:before {  content: "\f09c";}.fa-credit-card:before {  content: "\f09d";}.fa-rss:before {  content: "\f09e";}.fa-hdd-o:before {  content: "\f0a0";}.fa-bullhorn:before {  content: "\f0a1";}.fa-bell:before {  content: "\f0f3";}.fa-certificate:before {  content: "\f0a3";}.fa-hand-o-right:before {  content: "\f0a4";}.fa-hand-o-left:before {  content: "\f0a5";}.fa-hand-o-up:before {  content: "\f0a6";}.fa-hand-o-down:before {  content: "\f0a7";}.fa-arrow-circle-left:before {  content: "\f0a8";}.fa-arrow-circle-right:before {  content: "\f0a9";}.fa-arrow-circle-up:before {  content: "\f0aa";}.fa-arrow-circle-down:before {  content: "\f0ab";}.fa-globe:before {  content: "\f0ac";}.fa-wrench:before {  content: "\f0ad";}.fa-tasks:before {  content: "\f0ae";}.fa-filter:before {  content: "\f0b0";}.fa-briefcase:before {  content: "\f0b1";}.fa-arrows-alt:before {  content: "\f0b2";}.fa-group:before,.fa-users:before {  content: "\f0c0";}.fa-chain:before,.fa-link:before {  content: "\f0c1";}.fa-cloud:before {  content: "\f0c2";}.fa-flask:before {  content: "\f0c3";}.fa-cut:before,.fa-scissors:before {  content: "\f0c4";}.fa-copy:before,.fa-files-o:before {  content: "\f0c5";}.fa-paperclip:before {  content: "\f0c6";}.fa-save:before,.fa-floppy-o:before {  content: "\f0c7";}.fa-square:before {  content: "\f0c8";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before {  content: "\f0c9";}.fa-list-ul:before {  content: "\f0ca";}.fa-list-ol:before {  content: "\f0cb";}.fa-strikethrough:before {  content: "\f0cc";}.fa-underline:before {  content: "\f0cd";}.fa-table:before {  content: "\f0ce";}.fa-magic:before {  content: "\f0d0";}.fa-truck:before {  content: "\f0d1";}.fa-pinterest:before {  content: "\f0d2";}.fa-pinterest-square:before {  content: "\f0d3";}.fa-google-plus-square:before {  content: "\f0d4";}.fa-google-plus:before {  content: "\f0d5";}.fa-money:before {  content: "\f0d6";}.fa-caret-down:before {  content: "\f0d7";}.fa-caret-up:before {  content: "\f0d8";}.fa-caret-left:before {  content: "\f0d9";}.fa-caret-right:before {  content: "\f0da";}.fa-columns:before {  content: "\f0db";}.fa-unsorted:before,.fa-sort:before {  content: "\f0dc";}.fa-sort-down:before,.fa-sort-desc:before {  content: "\f0dd";}.fa-sort-up:before,.fa-sort-asc:before {  content: "\f0de";}.fa-envelope:before {  content: "\f0e0";}.fa-linkedin:before {  content: "\f0e1";}.fa-rotate-left:before,.fa-undo:before {  content: "\f0e2";}.fa-legal:before,.fa-gavel:before {  content: "\f0e3";}.fa-dashboard:before,.fa-tachometer:before {  content: "\f0e4";}.fa-comment-o:before {  content: "\f0e5";}.fa-comments-o:before {  content: "\f0e6";}.fa-flash:before,.fa-bolt:before {  content: "\f0e7";}.fa-sitemap:before {  content: "\f0e8";}.fa-umbrella:before {  content: "\f0e9";}.fa-paste:before,.fa-clipboard:before {  content: "\f0ea";}.fa-lightbulb-o:before {  content: "\f0eb";}.fa-exchange:before {  content: "\f0ec";}.fa-cloud-download:before {  content: "\f0ed";}.fa-cloud-upload:before {  content: "\f0ee";}.fa-user-md:before {  content: "\f0f0";}.fa-stethoscope:before {  content: "\f0f1";}.fa-suitcase:before {  content: "\f0f2";}.fa-bell-o:before {  content: "\f0a2";}.fa-coffee:before {  content: "\f0f4";}.fa-cutlery:before {  content: "\f0f5";}.fa-file-text-o:before {  content: "\f0f6";}.fa-building-o:before {  content: "\f0f7";}.fa-hospital-o:before {  content: "\f0f8";}.fa-ambulance:before {  content: "\f0f9";}.fa-medkit:before {  content: "\f0fa";}.fa-fighter-jet:before {  content: "\f0fb";}.fa-beer:before {  content: "\f0fc";}.fa-h-square:before {  content: "\f0fd";}.fa-plus-square:before {  content: "\f0fe";}.fa-angle-double-left:before {  content: "\f100";}.fa-angle-double-right:before {  content: "\f101";}.fa-angle-double-up:before {  content: "\f102";}.fa-angle-double-down:before {  content: "\f103";}.fa-angle-left:before {  content: "\f104";}.fa-angle-right:before {  content: "\f105";}.fa-angle-up:before {  content: "\f106";}.fa-angle-down:before {  content: "\f107";}.fa-desktop:before {  content: "\f108";}.fa-laptop:before {  content: "\f109";}.fa-tablet:before {  content: "\f10a";}.fa-mobile-phone:before,.fa-mobile:before {  content: "\f10b";}.fa-circle-o:before {  content: "\f10c";}.fa-quote-left:before {  content: "\f10d";}.fa-quote-right:before {  content: "\f10e";}.fa-spinner:before {  content: "\f110";}.fa-circle:before {  content: "\f111";}.fa-mail-reply:before,.fa-reply:before {  content: "\f112";}.fa-github-alt:before {  content: "\f113";}.fa-folder-o:before {  content: "\f114";}.fa-folder-open-o:before {  content: "\f115";}.fa-smile-o:before {  content: "\f118";}.fa-frown-o:before {  content: "\f119";}.fa-meh-o:before {  content: "\f11a";}.fa-gamepad:before {  content: "\f11b";}.fa-keyboard-o:before {  content: "\f11c";}.fa-flag-o:before {  content: "\f11d";}.fa-flag-checkered:before {  content: "\f11e";}.fa-terminal:before {  content: "\f120";}.fa-code:before {  content: "\f121";}.fa-mail-reply-all:before,.fa-reply-all:before {  content: "\f122";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {  content: "\f123";}.fa-location-arrow:before {  content: "\f124";}.fa-crop:before {  content: "\f125";}.fa-code-fork:before {  content: "\f126";}.fa-unlink:before,.fa-chain-broken:before {  content: "\f127";}.fa-question:before {  content: "\f128";}.fa-info:before {  content: "\f129";}.fa-exclamation:before {  content: "\f12a";}.fa-superscript:before {  content: "\f12b";}.fa-subscript:before {  content: "\f12c";}.fa-eraser:before {  content: "\f12d";}.fa-puzzle-piece:before {  content: "\f12e";}.fa-microphone:before {  content: "\f130";}.fa-microphone-slash:before {  content: "\f131";}.fa-shield:before {  content: "\f132";}.fa-calendar-o:before {  content: "\f133";}.fa-fire-extinguisher:before {  content: "\f134";}.fa-rocket:before {  content: "\f135";}.fa-maxcdn:before {  content: "\f136";}.fa-chevron-circle-left:before {  content: "\f137";}.fa-chevron-circle-right:before {  content: "\f138";}.fa-chevron-circle-up:before {  content: "\f139";}.fa-chevron-circle-down:before {  content: "\f13a";}.fa-html5:before {  content: "\f13b";}.fa-css3:before {  content: "\f13c";}.fa-anchor:before {  content: "\f13d";}.fa-unlock-alt:before {  content: "\f13e";}.fa-bullseye:before {  content: "\f140";}.fa-ellipsis-h:before {  content: "\f141";}.fa-ellipsis-v:before {  content: "\f142";}.fa-rss-square:before {  content: "\f143";}.fa-play-circle:before {  content: "\f144";}.fa-ticket:before {  content: "\f145";}.fa-minus-square:before {  content: "\f146";}.fa-minus-square-o:before {  content: "\f147";}.fa-level-up:before {  content: "\f148";}.fa-level-down:before {  content: "\f149";}.fa-check-square:before {  content: "\f14a";}.fa-pencil-square:before {  content: "\f14b";}.fa-external-link-square:before {  content: "\f14c";}.fa-share-square:before {  content: "\f14d";}.fa-compass:before {  content: "\f14e";}.fa-toggle-down:before,.fa-caret-square-o-down:before {  content: "\f150";}.fa-toggle-up:before,.fa-caret-square-o-up:before {  content: "\f151";}.fa-toggle-right:before,.fa-caret-square-o-right:before {  content: "\f152";}.fa-euro:before,.fa-eur:before {  content: "\f153";}.fa-gbp:before {  content: "\f154";}.fa-dollar:before,.fa-usd:before {  content: "\f155";}.fa-rupee:before,.fa-inr:before {  content: "\f156";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {  content: "\f157";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before {  content: "\f158";}.fa-won:before,.fa-krw:before {  content: "\f159";}.fa-bitcoin:before,.fa-btc:before {  content: "\f15a";}.fa-file:before {  content: "\f15b";}.fa-file-text:before {  content: "\f15c";}.fa-sort-alpha-asc:before {  content: "\f15d";}.fa-sort-alpha-desc:before {  content: "\f15e";}.fa-sort-amount-asc:before {  content: "\f160";}.fa-sort-amount-desc:before {  content: "\f161";}.fa-sort-numeric-asc:before {  content: "\f162";}.fa-sort-numeric-desc:before {  content: "\f163";}.fa-thumbs-up:before {  content: "\f164";}.fa-thumbs-down:before {  content: "\f165";}.fa-youtube-square:before {  content: "\f166";}.fa-youtube:before {  content: "\f167";}.fa-xing:before {  content: "\f168";}.fa-xing-square:before {  content: "\f169";}.fa-youtube-play:before {  content: "\f16a";}.fa-dropbox:before {  content: "\f16b";}.fa-stack-overflow:before {  content: "\f16c";}.fa-instagram:before {  content: "\f16d";}.fa-flickr:before {  content: "\f16e";}.fa-adn:before {  content: "\f170";}.fa-bitbucket:before {  content: "\f171";}.fa-bitbucket-square:before {  content: "\f172";}.fa-tumblr:before {  content: "\f173";}.fa-tumblr-square:before {  content: "\f174";}.fa-long-arrow-down:before {  content: "\f175";}.fa-long-arrow-up:before {  content: "\f176";}.fa-long-arrow-left:before {  content: "\f177";}.fa-long-arrow-right:before {  content: "\f178";}.fa-apple:before {  content: "\f179";}.fa-windows:before {  content: "\f17a";}.fa-android:before {  content: "\f17b";}.fa-linux:before {  content: "\f17c";}.fa-dribbble:before {  content: "\f17d";}.fa-skype:before {  content: "\f17e";}.fa-foursquare:before {  content: "\f180";}.fa-trello:before {  content: "\f181";}.fa-female:before {  content: "\f182";}.fa-male:before {  content: "\f183";}.fa-gittip:before,.fa-gratipay:before {  content: "\f184";}.fa-sun-o:before {  content: "\f185";}.fa-moon-o:before {  content: "\f186";}.fa-archive:before {  content: "\f187";}.fa-bug:before {  content: "\f188";}.fa-vk:before {  content: "\f189";}.fa-weibo:before {  content: "\f18a";}.fa-renren:before {  content: "\f18b";}.fa-pagelines:before {  content: "\f18c";}.fa-stack-exchange:before {  content: "\f18d";}.fa-arrow-circle-o-right:before {  content: "\f18e";}.fa-arrow-circle-o-left:before {  content: "\f190";}.fa-toggle-left:before,.fa-caret-square-o-left:before {  content: "\f191";}.fa-dot-circle-o:before {  content: "\f192";}.fa-wheelchair:before {  content: "\f193";}.fa-vimeo-square:before {  content: "\f194";}.fa-turkish-lira:before,.fa-try:before {  content: "\f195";}.fa-plus-square-o:before {  content: "\f196";}.fa-space-shuttle:before {  content: "\f197";}.fa-slack:before {  content: "\f198";}.fa-envelope-square:before {  content: "\f199";}.fa-wordpress:before {  content: "\f19a";}.fa-openid:before {  content: "\f19b";}.fa-institution:before,.fa-bank:before,.fa-university:before {  content: "\f19c";}.fa-mortar-board:before,.fa-graduation-cap:before {  content: "\f19d";}.fa-yahoo:before {  content: "\f19e";}.fa-google:before {  content: "\f1a0";}.fa-reddit:before {  content: "\f1a1";}.fa-reddit-square:before {  content: "\f1a2";}.fa-stumbleupon-circle:before {  content: "\f1a3";}.fa-stumbleupon:before {  content: "\f1a4";}.fa-delicious:before {  content: "\f1a5";}.fa-digg:before {  content: "\f1a6";}.fa-pied-piper:before {  content: "\f1a7";}.fa-pied-piper-alt:before {  content: "\f1a8";}.fa-drupal:before {  content: "\f1a9";}.fa-joomla:before {  content: "\f1aa";}.fa-language:before {  content: "\f1ab";}.fa-fax:before {  content: "\f1ac";}.fa-building:before {  content: "\f1ad";}.fa-child:before {  content: "\f1ae";}.fa-paw:before {  content: "\f1b0";}.fa-spoon:before {  content: "\f1b1";}.fa-cube:before {  content: "\f1b2";}.fa-cubes:before {  content: "\f1b3";}.fa-behance:before {  content: "\f1b4";}.fa-behance-square:before {  content: "\f1b5";}.fa-steam:before {  content: "\f1b6";}.fa-steam-square:before {  content: "\f1b7";}.fa-recycle:before {  content: "\f1b8";}.fa-automobile:before,.fa-car:before {  content: "\f1b9";}.fa-cab:before,.fa-taxi:before {  content: "\f1ba";}.fa-tree:before {  content: "\f1bb";}.fa-spotify:before {  content: "\f1bc";}.fa-deviantart:before {  content: "\f1bd";}.fa-soundcloud:before {  content: "\f1be";}.fa-database:before {  content: "\f1c0";}.fa-file-pdf-o:before {  content: "\f1c1";}.fa-file-word-o:before {  content: "\f1c2";}.fa-file-excel-o:before {  content: "\f1c3";}.fa-file-powerpoint-o:before {  content: "\f1c4";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {  content: "\f1c5";}.fa-file-zip-o:before,.fa-file-archive-o:before {  content: "\f1c6";}.fa-file-sound-o:before,.fa-file-audio-o:before {  content: "\f1c7";}.fa-file-movie-o:before,.fa-file-video-o:before {  content: "\f1c8";}.fa-file-code-o:before {  content: "\f1c9";}.fa-vine:before {  content: "\f1ca";}.fa-codepen:before {  content: "\f1cb";}.fa-jsfiddle:before {  content: "\f1cc";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {  content: "\f1cd";}.fa-circle-o-notch:before {  content: "\f1ce";}.fa-ra:before,.fa-rebel:before {  content: "\f1d0";}.fa-ge:before,.fa-empire:before {  content: "\f1d1";}.fa-git-square:before {  content: "\f1d2";}.fa-git:before {  content: "\f1d3";}.fa-hacker-news:before {  content: "\f1d4";}.fa-tencent-weibo:before {  content: "\f1d5";}.fa-qq:before {  content: "\f1d6";}.fa-wechat:before,.fa-weixin:before {  content: "\f1d7";}.fa-send:before,.fa-paper-plane:before {  content: "\f1d8";}.fa-send-o:before,.fa-paper-plane-o:before {  content: "\f1d9";}.fa-history:before {  content: "\f1da";}.fa-genderless:before,.fa-circle-thin:before {  content: "\f1db";}.fa-header:before {  content: "\f1dc";}.fa-paragraph:before {  content: "\f1dd";}.fa-sliders:before {  content: "\f1de";}.fa-share-alt:before {  content: "\f1e0";}.fa-share-alt-square:before {  content: "\f1e1";}.fa-bomb:before {  content: "\f1e2";}.fa-soccer-ball-o:before,.fa-futbol-o:before {  content: "\f1e3";}.fa-tty:before {  content: "\f1e4";}.fa-binoculars:before {  content: "\f1e5";}.fa-plug:before {  content: "\f1e6";}.fa-slideshare:before {  content: "\f1e7";}.fa-twitch:before {  content: "\f1e8";}.fa-yelp:before {  content: "\f1e9";}.fa-newspaper-o:before {  content: "\f1ea";}.fa-wifi:before {  content: "\f1eb";}.fa-calculator:before {  content: "\f1ec";}.fa-paypal:before {  content: "\f1ed";}.fa-google-wallet:before {  content: "\f1ee";}.fa-cc-visa:before {  content: "\f1f0";}.fa-cc-mastercard:before {  content: "\f1f1";}.fa-cc-discover:before {  content: "\f1f2";}.fa-cc-amex:before {  content: "\f1f3";}.fa-cc-paypal:before {  content: "\f1f4";}.fa-cc-stripe:before {  content: "\f1f5";}.fa-bell-slash:before {  content: "\f1f6";}.fa-bell-slash-o:before {  content: "\f1f7";}.fa-trash:before {  content: "\f1f8";}.fa-copyright:before {  content: "\f1f9";}.fa-at:before {  content: "\f1fa";}.fa-eyedropper:before {  content: "\f1fb";}.fa-paint-brush:before {  content: "\f1fc";}.fa-birthday-cake:before {  content: "\f1fd";}.fa-area-chart:before {  content: "\f1fe";}.fa-pie-chart:before {  content: "\f200";}.fa-line-chart:before {  content: "\f201";}.fa-lastfm:before {  content: "\f202";}.fa-lastfm-square:before {  content: "\f203";}.fa-toggle-off:before {  content: "\f204";}.fa-toggle-on:before {  content: "\f205";}.fa-bicycle:before {  content: "\f206";}.fa-bus:before {  content: "\f207";}.fa-ioxhost:before {  content: "\f208";}.fa-angellist:before {  content: "\f209";}.fa-cc:before {  content: "\f20a";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {  content: "\f20b";}.fa-meanpath:before {  content: "\f20c";}.fa-buysellads:before {  content: "\f20d";}.fa-connectdevelop:before {  content: "\f20e";}.fa-dashcube:before {  content: "\f210";}.fa-forumbee:before {  content: "\f211";}.fa-leanpub:before {  content: "\f212";}.fa-sellsy:before {  content: "\f213";}.fa-shirtsinbulk:before {  content: "\f214";}.fa-simplybuilt:before {  content: "\f215";}.fa-skyatlas:before {  content: "\f216";}.fa-cart-plus:before {  content: "\f217";}.fa-cart-arrow-down:before {  content: "\f218";}.fa-diamond:before {  content: "\f219";}.fa-ship:before {  content: "\f21a";}.fa-user-secret:before {  content: "\f21b";}.fa-motorcycle:before {  content: "\f21c";}.fa-street-view:before {  content: "\f21d";}.fa-heartbeat:before {  content: "\f21e";}.fa-venus:before {  content: "\f221";}.fa-mars:before {  content: "\f222";}.fa-mercury:before {  content: "\f223";}.fa-transgender:before {  content: "\f224";}.fa-transgender-alt:before {  content: "\f225";}.fa-venus-double:before {  content: "\f226";}.fa-mars-double:before {  content: "\f227";}.fa-venus-mars:before {  content: "\f228";}.fa-mars-stroke:before {  content: "\f229";}.fa-mars-stroke-v:before {  content: "\f22a";}.fa-mars-stroke-h:before {  content: "\f22b";}.fa-neuter:before {  content: "\f22c";}.fa-facebook-official:before {  content: "\f230";}.fa-pinterest-p:before {  content: "\f231";}.fa-whatsapp:before {  content: "\f232";}.fa-server:before {  content: "\f233";}.fa-user-plus:before {  content: "\f234";}.fa-user-times:before {  content: "\f235";}.fa-hotel:before,.fa-bed:before {  content: "\f236";}.fa-viacoin:before {  content: "\f237";}.fa-train:before {  content: "\f238";}.fa-subway:before {  content: "\f239";}.fa-medium:before {  content: "\f23a";}/** * BxSlider v4.1.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com *//** RESET AND LAYOUT===================================*/.bx-wrapper {	position: relative;	margin: 0 auto 10px auto;	padding: 0;	*zoom: 1;}.homeSlider .bx-wrapper img {	max-width: 1410px;	min-width:500px;	width:100%;	display: block;	margin:0 auto;}.promoSlider .bx-wrapper img {	width:100%;	display: block;	margin:0 auto;}/** THEME===================================*/.bx-wrapper .bx-viewport {	/*-moz-box-shadow: 0 0 5px #ccc;*/	/*-webkit-box-shadow: 0 0 5px #ccc;*/	/*box-shadow: 0 0 5px #ccc;*/	/*border:  5px solid #fff;*/	/*left: -5px;*/	/*background: #fff;*/		/*fix other elements on the page moving (on Chrome)*/	-webkit-transform: translatez(0);	-moz-transform: translatez(0);	-ms-transform: translatez(0);	-o-transform: translatez(0);	transform: translatez(0);}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	bottom: -30px;	width: 100%;}/* LOADER */.bx-wrapper .bx-loading {	min-height: 50px;	background: url(bxSlider/bx_loader.gif) center center no-repeat #fff;	height: 100%;	width: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 2000;}/* PAGER */.bx-wrapper .bx-pager {	text-align: center;	font-size: .85em;	font-family: Arial;	font-weight: bold;	color: #666;	padding-top: 20px;	bottom:10px;}.promoSlider .bx-wrapper .bx-pager {	bottom:20px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {	display: inline-block;	*zoom: 1;	*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {	background: #666;	text-indent: -9999px;	display: block;	width: 10px;	height: 10px;	margin: 0 5px;	outline: 0;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {	background: #000;}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {	left: 20px;	background: url(bxSlider/controls.png) no-repeat 0 -32px;}.bx-wrapper .bx-next {  right:20px;	background: url(bxSlider/controls.png) no-repeat -43px -32px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;  top:50%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 9999;}.bx-wrapper .bx-controls-direction a.disabled {	display: none;}/* AUTO CONTROLS (START / STOP) */.bx-wrapper .bx-controls-auto {	text-align: center;}.bx-wrapper .bx-controls-auto .bx-start {	display: block;	text-indent: -9999px;	width: 10px;	height: 11px;	outline: 0;	background: url(bxSlider/controls.png) -86px -11px no-repeat;	margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {	background-position: -86px 0;}.bx-wrapper .bx-controls-auto .bx-stop {	display: block;	text-indent: -9999px;	width: 9px;	height: 11px;	outline: 0;	background: url(bxSlider/controls.png) -86px -44px no-repeat;	margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {	background-position: -86px -33px;}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {	text-align: left;	width: 80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {	right: 0;	width: 35px;}/* IMAGE CAPTIONS */.bx-wrapper .bx-caption {	position: absolute;	bottom: 0;	left: 0;	background: #666\9;	background: rgba(80, 80, 80, 0.75);	width: 100%;}.bx-wrapper .cont{	padding:20px 20px 20px 90px;	text-align:left;}.bx-wrapper .bx-caption span {	color: #fff;	font-family: Arial;	display: block;	font-size: .85em;	padding: 10px;}.homeSlider .bx-wrapper .caption h1 {  color: #fff;  font-weight:bold;}.homeSlider .bx-wrapper .caption p {  color: #fff;  font-size:.9em;}.homeSlider .bx-wrapper .caption a{  background:url(../img/list_icon_01.png) center left no-repeat;  display: block;  font-size:.9em;  margin:10px 0;  padding-left:20px;}.homeSlider .bx-wrapper .caption a:link, .homeSlider .bx-wrapper .caption a:active, .homeSlider .bx-wrapper .caption a:visited{  color: #fff;}.homeSlider .bx-wrapper .caption a:hover{  color: #de0251;}.homeSlider .bx-wrapper .caption{  position:absolute;  top:0;  right:0;/*	background: #COLOR1;	background: rgba(60, 139, 219, 0.75);*/  width:42%;  height:100%;  color:#111;  text-align:center;  background: url(../img/slider_index_bg.png) left center;}.promoSlider .bx-wrapper .caption{  position:absolute;  bottom:40px;/*	background: #COLOR1;	background: rgba(60, 139, 219, 0.75);*/  /*width:350px;*/  /*height:100%;*/  /*color:#111;*/}@media screen and (max-width: 479px) {	.homeSlider .resumen{		display:none;	}}@media screen and (max-width: 639px) {		.homeSlider .bx-wrapper .caption h1 {  font-size:1em;	}    .bx-controls-direction{    display:none!important;  }  	.homeSlider .bx-wrapper .caption{    position: absolute;    top: 0;    right: 0;    width: 50%;    height: 100%;    color: #111;    background-image:none!important;    background-color:rgba(0,0,0,.3)!important;  }    .bx-wrapper .cont {    padding: 20px!important;  }}@media screen and (min-width: 640px) {    .bx-pager.bx-default-pager{    display:none!important;  }    .homeSlider .bx-wrapper .caption h1 {  font-size:1.2em;	}}/*! Pushy - v0.9.2 - 2014-9-13* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.* https://github.com/christophery/pushy/* by Christopher Yee *//* Menu Appearance */.pushy{    font-family:'Droid Sans', sans-serif;    position: static;    width: 100%;    height: 100%;    top: 0;    z-index: 9999;    background: #333332;    font-size: 0.9em;    font-weight: bold;    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    overflow: auto;    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */}.pushy .list a{    display: block;    color: #fff;    font-size: 0.8em;    font-weight: normal;    padding: 5px 15px;    border-bottom: 1px solid rgba(0, 0, 0, .1);    border-top: 1px solid rgba(255, 255, 255, .1);    text-decoration: none;    text-align:center;}.pushy .list a:hover{    background: #7737C0;    color: #fff;    transition: all .5s;}.pushy .list a{    font-size: 1em;}.pushy .socialMenu a{    font-size: 1.5em;}.pushy ul{  margin:10px 0 20px 0;}.pushy ul ul{    margin:10px 0 20px 20px;    font-size:.9em;}/* Menu Movement *//*.pushy-left{    -webkit-transform: translate3d(-220px,0,0);    -moz-transform: translate3d(-220px,0,0);    -ms-transform: translate3d(-220px,0,0);    -o-transform: translate3d(-220px,0,0);    transform: translate3d(-220px,0,0);}*/.pushy-open{    -webkit-transform: translate3d(0,0,0);    -moz-transform: translate3d(0,0,0);    -ms-transform: translate3d(0,0,0);    -o-transform: translate3d(0,0,0);    transform: translate3d(0,0,0);}.container-push, .push-push{    -webkit-transform: translate3d(200px,0,0);    -moz-transform: translate3d(200px,0,0);    -ms-transform: translate3d(200px,0,0);    -o-transform: translate3d(200px,0,0);    transform: translate3d(200px,0,0);}/* Menu Transitions */.pushy, #container, .push{    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);    transition: transform .2s cubic-bezier(.16, .68, .43, .99);}/* Site Overlay */.site-overlay{    display: none;}.pushy-active .site-overlay{    /*    display: block;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    z-index: 9998;    background-color: rgba(0,0,0,0.5);    -webkit-animation: fade 500ms;    -moz-animation: fade 500ms;    -o-animation: fade 500ms;    animation: fade 500ms;    */    display: none;}@keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-moz-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-webkit-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-o-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}/* Example Media Query */@media screen and (max-width: 768px){    .pushy{        font-size: 1.0em;    }}/* Menu Button */header .pushyContent{    background:#7737c0;    color:#fff;    padding:10px 0;}.pushyContent:hover{    background: #3f1075;    color: #fff;    cursor: pointer;}/*.menu-btn{    background: #COLOR1;    font-family:'Quicksand', sans-serif;    color: #fff;    float:left;    text-align: center;    cursor: pointer;    margin:5px;    width: auto!important;}*/.menu-btn .b1{    width: 35px;    height:35px;    margin-right: 10px;    float: left;}.menu-btn .b2 {    padding: 5px 0 0 0;    float: left;    text-transform:uppercase;}.menu-btn i{    background: #NEGRO;    border-radius:3px;        moz-border-radius:3px;    color:#fff;    font-size:1em;    padding-top:7px;    text-align: center;    height:100%;    width:100%;}.pushy .social li{    display:inline-block;    margin:0!important;}.pushy .lang li{    display:inline-block;    margin:0!important;}.pushy .social a,.pushy .lang a{    border:none!important;    padding:4px!important;}.pushy-top{    display:none;}.pushy-active .pushy-top{    display:block;}.jqifade{	position: absolute; 	background-color: #777777; }div.jqi{ 	width: 400px; 	max-width:90%;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	position: absolute; 	background-color: #ffffff; 	font-size: 11px; 	text-align: left; 	border: solid 1px #eeeeee;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	padding: 7px;}div.jqi .jqicontainer{ }div.jqi .jqiclose{ 	position: absolute;	top: 4px; right: -2px; 	width: 18px; 	cursor: default; 	color: #bbbbbb; 	font-weight: bold; }div.jqi .jqistate{	background-color: #fff;}div.jqi .jqititle{	padding: 5px 10px;	font-size: 16px; 	line-height: 20px; 	border-bottom: solid 1px #eeeeee;}div.jqi .jqimessage{ 	padding: 10px; 	line-height: 20px; 	color: #444444; }div.jqi .jqibuttons{ 	text-align: right; 	margin: 0 -7px -7px -7px;	border-top: solid 1px #e4e4e4; 	background-color: #f4f4f4;	border-radius: 0 0 6px 6px;	-moz-border-radius: 0 0 6px 6px;	-webkit-border-radius: 0 0 6px 6px;}div.jqi .jqibuttons button{ 	margin: 0;	padding: 15px 20px;	background-color: transparent;	font-weight: normal; 	border: none;	border-left: solid 1px #e4e4e4; 	color: #777; 	font-weight: bold; 	font-size: 12px; }div.jqi .jqibuttons button.jqidefaultbutton{	color: #489afe;}div.jqi .jqibuttons button:hover,div.jqi .jqibuttons button:focus{	color: #287ade;	outline: none;}.jqiwarning .jqi .jqibuttons{ 	background-color: #b95656;}/* sub states */div.jqi .jqiparentstate::after{ 	background-color: #777;	opacity: 0.6;	filter: alpha(opacity=60);	content: '';	position: absolute;	top:0;left:0;bottom:0;right:0;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;}div.jqi .jqisubstate{	position: absolute;	top:0;	left: 20%;	width: 60%;	padding: 7px;	border: solid 1px #eeeeee;	border-top: none;	border-radius: 0 0 6px 6px;	-moz-border-radius: 0 0 6px 6px;	-webkit-border-radius: 0 0 6px 6px;}div.jqi .jqisubstate .jqibuttons button{	padding: 10px 18px;}/* arrows for tooltips/tours */.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }/*------------------------------	Ext Blue------------------------------*/.extbluewarning .extblue{	border:1px red solid;}.extbluefade{	position: absolute;	background-color: #ffffff;}div.extblue{	border:1px #6289B6 solid;	position: absolute;	background-color: #CAD8EA;	padding: 0;	width: 300px;	text-align: left;}div.extblue .extblueclose{	background-color: #CAD8EA;	margin:2px -2px 0 0;	cursor: pointer;	color: red;	text-align: right;}div.extblue .extbluecontainer{	background-color: #CAD8EA;	padding: 0 5px 5px 5px;	color: #000000;	font:normal 11px Verdana;}div.extblue .extbluemessage{	background-color: #CAD8EA;	padding: 0;	margin:0 15px 15px 15px;}div.extblue .extbluebuttons{	text-align: center;	padding: 0px 0 0 0;}div.extblue button{	padding: 1px 4px;	margin: 0 10px;	background-color:#cccccc;	font-weight:normal;	font-family:Verdana;	font-size:10px;}/* GOOGLEFONTS */
@import url(//fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Dosis:400,500,700,600,800,300,200&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Bubbler+One&subset=latin,latin-ext);
@import url('//fonts.googleapis.com/css?family=Audiowide');
@import url('//fonts.googleapis.com/css?family=Audiowide|Titillium+Web');
/*------------------------------------------------------------	Style.css	Created by:	Dave Rupert	Contact:		http://github.com/davatron5000/foldy960	Copyright 2012	License:	  WTFPL + "Not going to maintain this because              the rent is too damn high licence."--------------------------------------------------------------*//* Responsive Resets-------------------------------------------------------------- */@-o-viewport {  width: device-width;}@-ms-viewport {  width: device-width;}@viewport {  width: device-width;}html {  overflow-y: auto;}img,audio,video,canvas {  /*max-width: 100%;*/}.grid {background-color:#ccc;}/* Grid > 6 Column Mobile First-------------------------------------------------------------- */.container {  /*    The `max-width` property is the width governer. I dare you to experiment    with setting this larger, something like 1280px.  */	/*max-width: 1280px;*/  max-width: 960px;	width:92%;	margin:0px auto;	position: relative;}.row {  clear: both;}@media screen and (max-width: 640px) {		.hide-on-minisize{    display:none!important;  }    .show-on-minisize{    display:block;  }  }/*---------------------Desde 0px hasta 480px (Salto01)--------------------*/@media screen and (max-width: 480px){    html,  body{    font-size:100%;  }    	  .center-full-on-minisize,  .center-full-on-minisize li{    float:none;    text-align:center !important;    width:96.969696969697% !important;    margin:0 1.515151515152% 1em !important;    clear:both;  }    .menus li{/*    background-color:#efefef;*/   margin-top:5px!important;    margin-bottom:5px!important;  }	  .productListButtons .grid-half{	  float:left;	  width:50%;  }    .f_right{    float:none!important;  }      .hide-on-minisize{    display:none;  }    .show-on-minisize{    display:block;  }  }/*---------------------Desde 480px (Salto02)--------------------*/@media screen and (min-width: 480px) {    html,  body{    font-size:100%;  }      .hide-on-minisize{    display:block;  }    .show-on-minisize{    display:none;  }      .container {    width: 98%;  }  .grid-1,	.grid-2,  .grid-3,  .grid-4,  .grid-5,  .grid-6,	.grid-7,	.grid-8,  .grid-9,  .grid-10,  .grid-11,  .grid-12,  .grid-half,	.grid-four,  .grid-full,  .grid-unit {    float: left;    width:96.969696969697%;    margin:0 1.515151515152% 1em;  }    .gallery .grid-unit,  .grid-half {    width:46.969696969697%;    margin: 0 1.515151515152% 1em;  }		.alpha{margin-left:1.515151515152%;}	.omega{margin-right:1.515151515152%;}  .grid-flow-opposite{    float:right  }}/*---------------------Desde 640px a 960px (Salto03)--------------------*/@media screen and (min-width: 640px) {		.hide-on-minisize{    display:block;  }    .show-on-minisize{    display:none;	}	.alpha{  margin-left:0!important;}.omega{  margin-right:0!important;} 	.grid-1 { width: 5.3030303030303%; }	.grid-2 { width: 13.121212121212%; }	.grid-2half { width: 16.969697%; }	.grid-3 { width: 21.969696969697%; }	.grid-4 { width: 30.303030303030%; }	.grid-5 { width: 38.636363636364%; }	.grid-6,	.grid-half { width: 46.969696969%; }	.grid-7 { width: 55.303030303030%; }	.grid-8 { width: 63.636363636364%; }	.grid-9{width:71.96969696969697%}	.grid-10 { width: 80.3030303030%; }	.grid-11 { width: 88.6363636364%; }	.grid-12,	.grid-full  { width: 96.96969696%; }			.grid-1.alpha, .grid-1.omega { width: 6.8181818181818%; }	.grid-2.alpha, .grid-2.beta, .grid-2.omega { width: 15.1515151515%; }	.grid-2half.alpha, .grid-2half.beta,.grid-2half.omega { width: 18.484848484849% }	.grid-3.alpha, .grid-3.omega { width: 23.484848484848%; }	.grid-4.alpha, .grid-4.omega { width: 31.818181818181%; }	.grid-5.alpha, .grid-5.omega { width: 40.151515151515%; }	.grid-6.alpha, .grid-6.omega,	.grid-half.alpha, .grid-half.omega { width: 48.484848484849%; }	.grid-7.alpha, .grid-7.omega { width: 56.818181818181%; }	.grid-8.alpha, .grid-8.omega { width: 65.151515151515%; }	.grid-9.alpha, .grid-9.omega { width: 73.484848484848%; }	.grid-10.alpha, .grid-10.omega { width: 81.81818181818%; }	.grid-11.alpha, .grid-11.omega { width: 90.151515151515%; }	.grid-12.alpha, .grid-12.omega,	.grid-full.alpha, .grid-full.omega  { width: 98.484848484%; }		  .gallery .grid-unit {    width: 30.30303030303%;  }  .content-pad-right {    padding-right: 4%; /* Use (or don't) as necessary. */  }  .content-pad-left {    padding-left: 4%;  }			}/* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/For best results, use your favorite clearfix here.-------------------------------------------------------------- */.cf:before, .cf:after { content:""; display:table; }.cf:after { clear:both; }.cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) *//* Layout-------------------------------------------------------------- */body {  font: 100%/1.5 sans-serif;}section {  margin-bottom: 2em;}footer {}/* Typography-------------------------------------------------------------- */.heading {  font-size: 3em;  margin: 0;}.sub-heading {  font-size: 2em;  margin-bottom: 0.5em;}a {  color: #0066cc;}a:focus,a:hover {  color: #003399;}/* Elements-------------------------------------------------------------- */figure {  margin: 0;/*  background: #f8f8f8;*/}figcaption {/*  padding: 0.5em 1em 1em;  font-size: 0.875em;*/}code {  padding: 0.5em;  background: #efefef;}/*Style 'show menu' label button and hide it by default*/header .show-menu {	font-family: 'Quicksand', sans-serif;	text-decoration: none;	color: #fff;	background: #COLOR1;	text-align: center;	padding: 10px 0;	/*display: none;*/  margin-bottom:20px;  cursor:pointer!important;}/*Hide checkbox*/header input[type=checkbox]{    display: none;    -webkit-appearance: none;}/*Show menu when invisible checkbox is checked*/header input[type=checkbox]:checked ~ .mainMenu{  display:block!important;}/*-------------------------------------------------------------------*//*    COMUNES GENERALES/*-------------------------------------------------------------------*/* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }html,body {	width:100%;}/*    CONTENEDORES   */.webWrapper{  margin:0 auto;  max-width:960px;}/*    MAQUETACIîN   */.clear{  clear:both;}.t_left{  text-align:left;}.t_right{  text-align:right;}.t_center{  text-align:center!important;}.marginv-30{  margin:30px 0;}.margin10{  margin-top:10px;}.margin20{  width:100%;  display:block;  margin-top:20px!important;}.margin30{  margin-top:30px;}.marginb20{  margin-bottom:20px;}.marginb30{  margin-bottom:20px;}.marginb40{  margin-bottom:40px;}.marginb50{  margin-bottom:50px;}.marginb60{  margin-bottom:60px;}.marginr5{  margin-right:5px;}.marginr10{  margin-right:10px;}.marginr20{  margin-right:20px;}.marginr30{  margin-right:20px;}.paddingR20{  padding-right:20px;}.mini{  font-size:.7em!important;}.linea {  border-right: 1px solid #CCCCCC !important;  padding: 0 25px 25px 0;  }.remarquedContent{  background:#e9e9e9;  margin:15px 0;  padding:20px;}.w100{  width:100%;  height:auto;}  /*    ALIGNS   */.f_left{  float:left;}.f_right{  float:right!important;  display:table;}/*    MARGENES   */.margin20{  margin-top:20px;  display:block;}/*  VARIOS  */.hidden{  display:none;}/*-------------------------------------------------------------------*//*    MARGINS/*-------------------------------------------------------------------*/.c-ml-5 {  margin-left: 5px;}.c-ml-10 {  margin-left: 10px;}.c-ml-20 {  margin-left: 20px;}.c-mr-5 {  margin-right: 5px;}.c-mr-10 {  margin-right: 10px;}.c-mr-20 {  margin-right: 20px;}.c-m-0 {  margin: 0px;}.c-m-10 {  margin: 10px;}.c-m-20 {  margin: 20px;}.c-m-30 {  margin: 30px;}.m-40 {  margin: 40px;}.c-mh-10 {  margin-left: 10px;  margin-right: 10px;}.c-mh-sm-20 {  margin-left: 20px;  margin-right: 20px;}.c-mh-30 {  margin-left: 30px;  margin-right: 30px;}.c-mh-40 {  margin-left: 40px;  margin-right: 40px;}.c-mv-20 {  margin-top: 20px;  margin-bottom: 20px;}.c-mv-30 {  margin-top: 30px;  margin-bottom: 30px;}.c-mv-40 {  margin-top: 40px;  margin-bottom: 40px;}.c-mv-45 {  margin-top: 45px;  margin-bottom: 45px;}.c-mb-0 {  margin-bottom: 0px;}.c-mb-10 {  margin-bottom: 10px;}.c-mb-20 {  margin-bottom: 20px;}.c-mb-30 {  margin-bottom: 30px;}.c-mb-40 {  margin-bottom: 40px;}.c-mb-45 {  margin-bottom: 45px;}.c-mt-0 {  margin-top: 0px;}.c-mt-10 {  margin-top: 10px;}.c-mt-20 {  margin-top: 20px;}.c-mt-30 {  margin-top: 30px;}.c-mt-40 {  margin-top: 40px;}.c-mt-45 {  margin-top: 45px;}/*-------------------------------------------------------------------*//*    PADDINGS/*-------------------------------------------------------------------*/.c-pl-5 {  padding-left: 5px;}.c-pl-10 {  padding-left: 10px;}.c-pl-20 {  padding-left: 20px;}.c-pr-5 {  padding-right: 5px;}.c-pr-10 {  padding-right: 10px;}.c-pr-20 {  padding-right: 20px;}.c-p-0 {  padding: 0px;}.c-p-10 {  padding: 10px;}.c-p-20 {  padding: 20px;}.c-p-30 {  padding: 30px;}.p-sm-40 {  padding: 40px;}.c-ph-10 {  padding-left: 10px;  padding-right: 10px;}.c-ph-20 {  padding-left: 20px;  padding-right: 20px;}.c-ph-30 {  padding-left: 30px;  padding-right: 30px;}.c-ph-40 {  padding-left: 40px;  padding-right: 40px;}.c-pv-10 {  padding-top: 10px;  padding-bottom: 10px;}.c-pv-20 {  padding-top: 20px;  padding-bottom: 20px;}.c-pv-30 {  padding-top: 30px;  padding-bottom: 30px;}.c-pv-40 {  padding-top: 40px;  padding-bottom: 40px;}.c-pv-45 {  padding-top: 45px;  padding-bottom: 45px;}.c-pb-20 {  padding-bottom: 20px;}.c-pb-30 {  padding-bottom: 30px;}.c-pb-40 {  padding-bottom: 40px;}.c-pb-45 {  padding-bottom: 45px;}.c-pt-0 {  padding-top: 0px;}.c-pt-10 {  padding-top: 10px;}.c-pt-20 {  padding-top: 20px;}.c-pt-30 {  padding-top: 30px;}.c-pt-40 {  padding-top: 40px;}.c-pt-45 {  padding-top: 45px;}section.areaPrivada{  padding:10px;  background:rgba(119,55,192,.2);  margin-bottom:10px;}/*-------------------------------------------------------------------*//* Separators/*-------------------------------------------------------------------*/.separator {  width: 100%;  margin: 20px auto 15px;  position: relative;  height: 1px;  -webkit-backface-visibility: hidden;  -webkit-transform: translateZ(0) scale(1, 1);}.separator:after {  height: 1px;  background: #e8e8e8;  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);  position: absolute;  bottom: -1px;  content: "";  width: 100%;  left: 0;}/*-------------------------------------------------------------------*//*    BUTTONS/*-------------------------------------------------------------------*/.button_1{  border:0;  background-color:#7737C0;  color:#fff;  font-family:'Droid Sans', sans-serif;  font-size:.9em;  font-weight:bold;  padding:5px 15px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_2{  border:0;  color:#fff!important;  display:inline-block;  font-family:'Quicksand', sans-serif;  font-size:.8em;  font-weight:normal;  line-height:1.3em;  margin-bottom:10px;  padding:5px;  text-align:center;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_3{  border:0;	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYThhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTdkN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -moz-linear-gradient(top,  #9ba8aa 0%, #6a7d7f 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba8aa), color-stop(100%,#6a7d7f)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* IE10+ */  background: linear-gradient(to bottom,  #9ba8aa 0%,#6a7d7f 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa', endColorstr='#6a7d7f',GradientType=0 ); /* IE6-8 */  color:#fff!important;  font-family:'Droid Sans', sans-serif;  font-size:.9em;  padding:5px 15px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;    }.button_3:hover{	background:#7737C0;}/*-------------------------------------------------------------------*//*    SOCIAL-LIKES/*-------------------------------------------------------------------*/.social-likes{  list-style:none;}.social-likes li{  float:left;  margin-right:5px;}.social-likes li i{  color:#8b8b8b;  font-size:1.6em;}.social-likes i{	opacity:1;	transition: .2s ease-in;}.social-likes i:hover{	opacity:1;}.social-likes .facebook{	color:#016ff6;}.social-likes .twitter{	color:#0598c9;}.social-likes .youtube{	color:#e32114;}.social-likes .googleplus{	color:#343434;}.social-likes .pinterest{	color:#cb2027;}/*-------------------------------------------------------------------*//*    SEPARADORES/*-------------------------------------------------------------------*/.separador_1{  clear:both;  border-bottom:1px solid #cccccc;  margin:10px 0;  display:block;  width:100%;}.metas{  font-size: 0.8em;  color: #999;  font-style: italic;  display: inline-block;	margin-top:10px;}.metas li{  display:inline;  margin:0 5px 0 0;}/*-------------------------------------------------------------------*//*    FORMS/*-------------------------------------------------------------------*/.commonInputExamine{  font-size:.7em;}.externalpdf,.externaldoc,.externalxls,.externaltxt,.externaldocx,.externalxlsx,.externalxml{	background:##CCC;	border-top:1px solid #CCC;	border-bottom:1px solid #CCC;  color:#666666;}.externalpdf a{  color:#34332e;  padding:14px 0 20px 40px;  height:50px;  display: inline-block;  font-size:1.3em;  margin:auto;  text-transform:uppercase;  width:auto;}.externalpdf a:hover{  color:#7737c0;}.externalpdf a{  background: url(../img/pdf.png) no-repeat 0 5px;}/*-------------------------------------------------------------------*//*    ESTRUCTURA  *//*-------------------------------------------------------------------*/* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }html,body {  margin:0;  padding:0;  font-family: Arial,Helvetica,sans-serif;}html {  width:100%;}body {  width:100%;}.web {  max-width:960px;  margin:0 auto;}/*! normalize.css v1.0.1 | MIT License | git.io/normalize *//* ==========================================================================   HTML5 display definitions   ========================================================================== *//* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;	margin:0px;	padding:0px;}/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */audio,canvas,video {    display: inline-block;    *display: inline;    *zoom: 1;}/* * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) {    display: none;    height: 0;}/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4. * Known issue: no IE 6 support. */[hidden] {    display: none;}/* ==========================================================================   Base   ========================================================================== *//* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using *    `em` units. * 2. Prevents iOS text size adjust after orientation change, without disabling *    user zoom. */html {    font-size: 100%; /* 1 */    -webkit-text-size-adjust: 100%; /* 2 */    -ms-text-size-adjust: 100%; /* 2 */}/* * Addresses `font-family` inconsistency between `textarea` and other form * elements. */html,button,input,select,textarea {    font-family: sans-serif;}/* * Addresses margins handled incorrectly in IE 6/7. */body {    margin: 0;}/* ==========================================================================   Links   ========================================================================== *//* * Addresses `outline` inconsistency between Chrome and other browsers. */a:focus {    outline: thin dotted;}/* * Improves readability when focused and also mouse hovered in all browsers. */a:active,a:hover {    outline: 0;}/* ==========================================================================   Typography   ========================================================================== *//* * Addresses font sizes and margins set differently in IE 6/7. * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */h1 {    font-size: 2em;    margin: 0.67em 0;}h2 {    font-size: 1.5em;    margin: 0;}h3 {    font-size: 1.17em;    margin: 1em 0;}h4 {    font-size: 1em;    margin: 1.33em 0;}h5 {    font-size: 0.83em;    margin: 1.67em 0;}h6 {    font-size: 0.75em;    margin: 2.33em 0;}/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */abbr[title] {    border-bottom: 1px dotted;}/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */b,strong {    font-weight: bold;}blockquote {    margin: 1em 40px;}/* * Addresses styling not present in Safari 5 and Chrome. */dfn {    font-style: italic;}/* * Addresses styling not present in IE 6/7/8/9. */mark {    background: #ff0;    color: #000;}/* * Addresses margins set differently in IE 6/7. */p,pre {    margin: 1em 0;}/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */code,kbd,pre,samp {    font-family: monospace, serif;    _font-family: 'courier new', monospace;    font-size: 1em;}/* * Improves readability of pre-formatted text in all browsers. */pre {    white-space: pre;    white-space: pre-wrap;    word-wrap: break-word;}/* * Addresses CSS quotes not supported in IE 6/7. */q {    quotes: none;}/* * Addresses `quotes` property not supported in Safari 4. */q:before,q:after {    content: '';    content: none;}/* * Addresses inconsistent and variable font size in all browsers. */small {    font-size: 80%;}/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */sub,sup {    font-size: 75%;    line-height: 0;    position: relative;    vertical-align: baseline;}sup {    top: -0.5em;}sub {    bottom: -0.25em;}/* ==========================================================================   Lists   ========================================================================== *//* * Addresses margins set differently in IE 6/7. */dl,menu,ol,ul {    margin:0;}dd {    margin: 0 0 0 40px;}/* * Addresses paddings set differently in IE 6/7. */menu,ol,ul {    padding: 0;}/* * Corrects list images handled incorrectly in IE 7. */ul,ol {    list-style: none;    list-style-image: none;}/* ==========================================================================   Embedded content   ========================================================================== *//* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improves image quality when scaled in IE 7. */img {    border: 0; /* 1 */    -ms-interpolation-mode: bicubic; /* 2 */}/* * Corrects overflow displayed oddly in IE 9. */svg:not(:root) {    overflow: hidden;}/* ==========================================================================   Figures   ========================================================================== *//* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */figure {    margin: 0;}/* ==========================================================================   Forms   ========================================================================== *//* * Corrects margin displayed oddly in IE 6/7. */form {    margin: 0;}/* * Define consistent border, margin, and padding. */fieldset {    border: 1px solid #c0c0c0;    margin: 0 2px;    padding: 0.35em 0.625em 0.75em;}/* * 1. Corrects color not being inherited in IE 6/7/8/9. * 2. Corrects text not wrapping in Firefox 3. * 3. Corrects alignment displayed oddly in IE 6/7. */legend {    border: 0; /* 1 */    padding: 0;    white-space: normal; /* 2 */    *margin-left: -7px; /* 3 */}/* * 1. Corrects font size not being inherited in all browsers. * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome. * 3. Improves appearance and consistency in all browsers. */button,input,select,textarea {    font-size: 100%; /* 1 */    margin: 0; /* 2 */    vertical-align: baseline; /* 3 */    *vertical-align: middle; /* 3 */}/* * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */button,input {    line-height: normal;}/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Corrects inability to style clickable `input` types in iOS. * 3. Improves usability and consistency of cursor style between image-type *    `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. *    Known issue: inner spacing remains in IE 6. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {    -webkit-appearance: button; /* 2 */    cursor: pointer; /* 3 */    *overflow: visible;  /* 4 */}/* * Re-set default cursor for disabled elements. */button[disabled],input[disabled] {    cursor: default;}/* * 1. Addresses box sizing set to content-box in IE 8/9. * 2. Removes excess padding in IE 8/9. * 3. Removes excess padding in IE 7. *    Known issue: excess padding remains in IE 6. */input[type="checkbox"],input[type="radio"] {    box-sizing: border-box; /* 1 */    padding: 0; /* 2 */    *height: 13px; /* 3 */    *width: 13px; /* 3 */}/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */input[type="search"] {    -webkit-appearance: textfield; /* 1 */    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box; /* 2 */    box-sizing: content-box;}/* * Removes inner padding and search cancel button in Safari 5 and Chrome * on OS X. */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {    -webkit-appearance: none;}/* * Removes inner padding and border in Firefox 3+. */button::-moz-focus-inner,input::-moz-focus-inner {    border: 0;    padding: 0;}/* * 1. Removes default vertical scrollbar in IE 6/7/8/9. * 2. Improves readability and alignment in all browsers. */textarea {    overflow: auto; /* 1 */    vertical-align: top; /* 2 */}/* ==========================================================================   Tables   ========================================================================== *//* * Remove most spacing between table cells. */table {    border-collapse: collapse;    border-spacing: 0;}/*-------------------------------------------------------------------*//*    COMUNES DE PROYECTO *//*-------------------------------------------------------------------*//*    H1, H2, H3, H4, H5, H6   */h1, h2, h3, h4, h5, h6{  margin:0 0 10px 0;  padding:0;  font-weight:normal;}h1{  font-size:1.3em;  color:#8f2033;  padding-bottom:10px;}h2{  font-size:1.2em;  margin-bottom:10px;  margin-top:10px;  font-weight: 700;  line-height: 1.0;  text-shadow: 0px 0px 1px #ffffff;  filter: dropshadow(color=#ffffff, offx=0, offy=0);}.stndTitle{color:#fff;font-family: 'Droid Sans', sans-serif!important;font-size:.9em;font-weight:bold;padding:10px 15px;text-transform: uppercase;}.stndTitle2{color:#334455!important;font-family: 'Droid Sans', sans-serif!important;font-size:1.2em;font-weight:bold;padding:10px 0px;text-transform: uppercase;}.stndTitle3{color:#333!important;font-family: 'Droid Sans', sans-serif!important;font-size:1em;font-weight:bold;padding-bottom:10px;}.stndTitle4{border-bottom:1px dotted #7737C0;color:#333!important;font-family: 'Droid Sans', sans-serif!important;font-size:1.2em;font-weight:bold;margin-bottom:10px;padding-bottom:0px;}.stndTitle5{color:#COLOR2!important;font-family: 'Quicksand', sans-serif;font-size:1.2em;font-weight:bold;margin-bottom:10px;padding-bottom:0px;text-align:center;}.stndTitle a,.stndTitle a:active,.stndTitle a:link,.stndTitle a:visited{  color:#fff;  text-decoration:underline;}.stndTxt{  font-family: Arial,Helvetica,sans-serif;  color:#333;  font-size:0.9em;  line-height:1.2em;}.txtStndCont{  margin-bottom:40px;}.title .icon{  margin-right:15px;  padding-top:5px;  height:22px;}.aviso {  text-align: center;  margin: 20px 0;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;  border: none;}.cyanBtn{background: #41c5f9; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYzVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgzYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #41c5f9 0%, #0083b7 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c5f9), color-stop(100%,#0083b7)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #41c5f9 0%,#0083b7 100%); /* IE10+ */background: linear-gradient(to bottom,  #41c5f9 0%,#0083b7 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c5f9', endColorstr='#0083b7',GradientType=0 ); /* IE6-8 */}.magentaBtn{background: #e20067; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzA0NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #e20067 0%, #a3044c 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20067), color-stop(100%,#a3044c)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #e20067 0%,#a3044c 100%); /* IE10+ */background: linear-gradient(to bottom,  #e20067 0%,#a3044c 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20067', endColorstr='#a3044c',GradientType=0 ); /* IE6-8 */}.grisBtn{background: #9ba8aa; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYThhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTdkN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #9ba8aa 0%, #6a7d7f 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba8aa), color-stop(100%,#6a7d7f)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #9ba8aa 0%,#6a7d7f 100%); /* IE10+ */background: linear-gradient(to bottom,  #9ba8aa 0%,#6a7d7f 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa', endColorstr='#6a7d7f',GradientType=0 ); /* IE6-8 */}.moradoBtn{/* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3MzdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTIyNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #7737c0 0%, #41226b 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7737c0), color-stop(100%,#41226b)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #7737c0 0%,#41226b 100%); /* IE10+ */background: linear-gradient(to bottom,  #7737c0 0%,#41226b 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7737c0', endColorstr='#41226b',GradientType=0 ); /* IE6-8 */}.negroBtn{background: #4c4c4c; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #4c4c4c 0%, #303030 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#303030)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #4c4c4c 0%,#303030 100%); /* IE10+ */background: linear-gradient(to bottom,  #4c4c4c 0%,#303030 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#303030',GradientType=0 ); /* IE6-8 */}.amarilloBtn{background: #f6bd10; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjlkMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #f6bd10 0%, #ff9d0a 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6bd10), color-stop(100%,#ff9d0a)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #f6bd10 0%,#ff9d0a 100%); /* IE10+ */background: linear-gradient(to bottom,  #f6bd10 0%,#ff9d0a 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bd10', endColorstr='#ff9d0a',GradientType=0 ); /* IE6-8 */}.br5{-webkit-border-radius: 5px;border-radius: 5px;}.verMas{color:#fff;display: inline-block;padding:5px 20px;}a.verMas:link, a.verMas:active, a.verMas:visited{color:#fff;font-weight:bold;}input.verMas{border:0!important;}/*    FONTS   */.droidSans{font-family: 'Droid Sans', sans-serif!important;}/*    COLORES   */.morado{color:#7737C0!important;}.moradoBkg{background-color:#7737C0!important;}.cyan{color:#41c5f9!important;}.cyanBkg{background-color:#41c5f9!important;}.magenta{color:#e20067!important;}.magentaBkg{background-color:#e20067!important;}.gris{color:#808E91!important;}.grisBkg{background-color:#808E91!important;}.amarillo{color:#f2bc02!important;}/*    LINKS   */a,a:active,a:visited,a:link{  text-decoration:none;  color:#41c5f9;}a:hover{  color:#8f2033;}a img{  border:0;}a.link_1,a.link_1:active,a.link_1:visited,a.link_1:link{  text-decoration:underline;  color:#666;  font-size:.8em;}a.link_2:hover{  text-decoration:none;  color:#333;}a img{  border:0;}a.link_2,a.link_2:active,a.link_2:visited,a.link_2:link{  text-decoration:underline;  color:#41c5f9;}a.link_2:hover{  text-decoration:none;  color:#195a73;}a.link_3,a.link_3:active,a.link_3:visited,a.link_3:link{  text-decoration:underline;  color:#334455;}a.link_3:hover{  text-decoration:none;  color:#195a73;}a img{  border:0;}li.listaEventos .eventoTitle a, li.listaEventos .eventoTitle a:link, li.listaEventos .eventoTitle a:active,li.listaEventos .torneo a, li.listaEventos .torneo a:link, li.listaEventos .torneo a:active {  color:#334455;}/*    BACKGROUNDS   */.white_bg_50{  background:url(../img/bg_colors/white_50.png) repeat;}/*BLOQUES*/.block_1{  margin:20px 0;  padding:20px 0;  border-top:1px dotted #17b4ff;  position:relative;}.block_1 p{  font-size:1.1em;  color:#63a9fe;  margin:0 0 20px 0;  font-weight:bold;}.block_3{  background:#f7f7f7;  position:relative;}/*========================= FEEDBACK ===========================*/.feedback{  width:100%;  display:table;  margin:10px 0!important;  font-size:.9em;  /*font-weight:bold;*/  font-weight:normal!important;  color:#999;  font-family: 'Droid Sans';}.feedback span{  padding:10px;  display:block;}.ferror{  background-color:#c23d40;  color:#fff;}.fok{  background-color:#5f8d3f;  color:#fff;}/*    HEADER   */header{    background: none repeat scroll 0 0 #FFFFFF;    font-size: 1em;    margin: 0 0 18px;    /* overflow: hidden; */    position: relative;}header.header2, header.header3{    background: #e5e5e5;}header .logo img{  max-width:300px;}/*    SUBNAVEGADOR   */nav.subnavegador{/*  background: url(../img/header_submenu_bg.jpg) repeat-x center;*/  background: #ececee; /* Old browsers */  /* IE9 SVG, needs conditional override of 'filter' to 'none' */  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -moz-linear-gradient(top,  #ececee 0%, #dcdcde 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececee), color-stop(100%,#dcdcde)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #ececee 0%,#dcdcde 100%); /* IE10+ */  background: linear-gradient(to bottom,  #ececee 0%,#dcdcde 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececee', endColorstr='#dcdcde',GradientType=0 ); /* IE6-8 */}nav.subnavegador{  border-top:1px solid #fff;  border-bottom:1px solid #ababad;/*  height:40px;*/  padding:5px 0; }.subnavegador .grid-half{  margin-bottom:0!important;}/*    EVENTOS   *//*    NEWS   */article{  margin:20px 0;}.noticiaBg{    margin:0 auto;}/*    FOOTER   */footer{  background:#41226B;  color:#fff;  margin:10px 0 0 0;  padding-top: 10px;}footer > div{  margin:0 auto;  font-weight:300;  font-size:.8em;}footer .datosFooter{  margin:10px 0;}footer .datosFooter span{  display: inline-block;  padding-right:20px;}footer .datosFooter span.destacado{  font-size: 1.4em;}footer a,footer a:link,footer a:active,footer a:visited{  color:#fff;}footer a:hover{  color:#e20067;}.lantalau{color:#FFF;font-size:.8em;margin-top:15px;padding-bottom:15px;text-align:right;}.linkLantalau a:link, .linkLantalau a:visited, .linkLantalau a:active{font-size:1em;color:#fff;text-decoration:none;font-weight: bold;}.linkLantalau a:hover{color:#e20067!important;box-shadow: 3px 3px 5p #FFF!important; -moz-box-shadow: 3px 3px 5px #FFF!important; -webkit-box-shadow: 3px 3px 5px #FFF!important; }/*  HOME  */.home .tarjetas{  margin:20px 0;}/*-------------------------------------------------------------------*//*    MENUS/*-------------------------------------------------------------------*//*    MAINMENU   */header .mainMenu .container-fluid{  text-align: center;}header nav.mainMenu{  background:#41226B;  color:#fff;  /*width:100%;  height:53px;*/}header nav.mainMenu ul{  display:block;  margin:0 auto;  padding:10px 0;/*  width:100%;*/}/*header ul.menu{  margin:0;  list-style:none;}*/header ul.menu li{/*  float: left;*/  display: inline;  font-size: .9em;  padding: 10px 2px;}.mainMenu ul li a,.mainMenu ul li a:active,.mainMenu ul li a:link,.mainMenu ul li a:visited{  color:#fff;  padding:5px 10px;  -webkit-border-radius: 3px;  border-radius: 3px;}.mainMenu ul li a:hover,.mainMenu ul li a.sel{  background-color: rgba(119, 55, 192, 0.7);}.mainMenu .first{  display:block;}.mainMenu .first li{  padding:4px 0 2px 0;  text-align:center;  background: url(../img/mainMenu_first_bg.gif) no-repeat;  /*height:22px;*/  display:block;}.mainMenu .first li a,.mainMenu .first li a:active,.mainMenu .first li a:link,.mainMenu .first li a:visited{  color:#fff;}.mainMenu .first li a:hover,.mainMenu .first li a.sel{  color:#000;}.mainMenu .second{  background: url(../img/bg_colors/white_50.png) repeat;  display:table;  margin-top:10px!important;}.mainMenu .second li{  text-align:right;  background:none;  display:block;  margin-right:10px;  padding:0;}.mainMenu .second li a,.mainMenu .second li a:active,.mainMenu .second li a:link,.mainMenu .second li a:visited{  color:#748485;}.mainMenu .second li a:hover,.mainMenu .second li a.sel{  color:#a5004d;}/*-------------------------------------------------------------------*//*    LISTAS/*-------------------------------------------------------------------*//*========= LEFTMENU ==========*/.leftMenu{  font-family:'Quicksand', sans-serif;  font-size:1em;  font-weight:300;  padding:20px 10px;  text-align:center;}.leftMenu ul{  display:block;  margin:0;  padding:0;}.leftMenu li{  line-height: 1.5em;}.leftMenu li span{  display:inline-block;  margin-bottom:10px;}.leftMenu li a,.leftMenu li a:link,.leftMenu li a:active,.leftMenu li a:visited{  color:#COLOR2;  border-bottom:1px solid ##CCC;}.leftMenu li a:hover,.leftMenu li a.sel{  color:#fff;  border-bottom:1px solid #7737c0;}/*FIRST*/.leftMenu ul.first > li{  font-size:1em;  font-weight:bold;  margin-bottom: 10px;  padding:0 0 0 0px;  text-transform:uppercase;  text-align:left;}.leftMenu ul.first > li:before {  color: #7737c0;  content: '\f138';  font-family:'FontAwesome';  float: left;  margin-right:5px;}.leftMenu ul.first > li > a{  color: #807f7a;  padding:0;  margin:0;  border:none!important;  font-size:0.7em;  text-align:left;  width:100%;}.leftMenu ul.first li a:hover,.leftMenu ul.first li a.sel{  color:#E20067;}.leftMenu ul.first > li:not(:last-child){  border-bottom:1px solid #7737c0 ;}/*SECOND*/.leftMenu ul.second li{  font-size:1em;  font-weight:bold;  margin-bottom: 10px;  padding:0 0 0 20px;  text-transform:uppercase;  text-align:left;}.leftMenu ul.second > li:before {  color: ##CCC;  content: '\f138';  font-family:'FontAwesome';  float: left;  margin-right:5px;}.leftMenu ul.second li:not(:last-child){  border-bottom:1px solid #7737c0 ;}.leftMenu ul.second li a,.leftMenu ul.second li a:link,.leftMenu li ul.second a:active,.leftMenu li ul.second a:visited{  color: #807f7a;  padding:0;  margin:0;  text-transform:none;  border:none!important;  font-size:0.7em;}.leftMenu ul.second li a:hover,.leftMenu ul.second li a.sel{  color:#E20067;}/*THIRD*/.leftMenu ul.third li{  font-size:0.9em;}/*    SOCIALMENU   */.top .socialMenu i{	font-size:1.7em;	transition: .1s ease-in;	color:#7737C0;}.top .socialMenu i:hover{/*	margin-top:0;	font-size:3em;*/	transition: .4s all ease-in;}.socialMenu .facebook:hover{	color:#016ff6;}.socialMenu .twitter:hover{	color:#0598c9;}.socialMenu .googleplus:hover{	color:#d73d32;}.socialMenu .pinterest:hover{	color:#af151b;}.socialMenu .youtube:hover{	color:red;}.socialMenu .rss:hover{	color:#ff9e05;}.socialMenu .rss:hover{	color:#ff9e05;}.socialMenu .email:hover{	color:#597b85;}.socialMenu i.news{	font-size:1.5em;}.socialMenu i.news:hover{	color:#6bcbd6;}/*    IDIOMAS   */.langMenu{  margin-top:5px;  display:none;}.langMenu ul{  padding:0;  margin:0;  list-style:none;}.langMenu ul li{  display:inline;  margin:0 0 0 6px;}.langMenu ul li a,.langMenu ul li a:active,.langMenu ul li a:visited,.langMenu ul li a:link{  font-family: Arial,Helvetica,sans-serif;  font-weight:normal;  text-transform:uppercase;  font-size:.7em;  color:#ccc;  text-align:center;}.langMenu ul li a:hover,.langMenu ul li a.sel{  color:#7737C0;}.langMenu ul li a span{  padding-top:3px;  display:block;}.langMenu ul li a .img{  padding-top:5px;}.langMenu,.langMenu ul{  float:right;  text-align:right!important;}.content .mainMenu{  float:right;  margin-top:180px;}.content{  display:block;}/*    ACCESS MENU   */.accessMenu{  float:right;  /*padding-right:35px;*/  }  .accessMenu li{  color:#333;  display:inline-block;  font-size:.9em;  font-weight:normal;  padding:5px 10px 0 10px;  text-transform:none;  text-align:center;}.accessMenu li.loginData{  font-size:.8em;  padding:5px 30px 0 10px;}.accessMenu li.loginData div{  display:inline-block;  padding:0 5px 0 0;  vertical-align: middle;}.accessMenu ul li a,.accessMenu ul li a:active,.accessMenu ul li a:visited,.accessMenu ul li a:link{  font-weight:normal;  text-transform:none;  font-size:.9em;  color:#333;  text-align:center;}.accessMenu ul li a:hover,.accessMenu ul li a.sel{  color:#7737C0;}/*    LEFTMENU   *//*    SOCIALMENU   */header nav.socialMenu{  float:left;}header nav.socialMenu ul{  margin:3px 0 0 0;}.socialMenu ul{  list-style:none;  padding:0;/*  text-align:right;*/}.socialMenu ul li{  display:inline;}/*    MENUMIGAS   *//*    FOOTER   */nav.footerMenu{  display: block;  margin:0 0 20px 0;  /*padding:4px 0;*/  padding:0;}.footerMenu ul{  display: block;  margin:0;  padding:0;  list-style:none;  font-family: Arial,Helvetica,sans-serif;  font-weight:300;}.footerMenu li{  padding:0;  display:inline;  margin:0 20px 0 0;}.footerMenu a,.footerMenu a:link,.footerMenu a:active,.footerMenu a:visited{  color:rgba(255,255,255,0.5);  text-decoration: underline;}.footerMenu a:hover,.footerMenu a.sel{  color:#fff;}/*    PAGINACION   */.pagination{  margin:20px 0;  font-family: Arial,Helvetica,sans-serif;  font-size:.9em;  /*color:#fff;*/}.pagination span{  color:#0095e6;}/*    SOCIAL   */.addthis_toolbox{  margin:20px 0;}/*    TEXTO PORTADA   */.textoContPortada{    margin:20px 0;}/*-------------------------------------------------------------------*//*    SIDEBAR/*-------------------------------------------------------------------*/  aside ul.banners li{    margin-bottom:10px;    padding-top:15px;    border-bottom:1px #7737C0 solid;  }      section.patrocinadores{    margin-bottom:20px;  }    section.patrocinadores .slide{margin:10px 0;}      .infoEmpresa{    background-color:#fff;    padding:0 0 30px 0;  }    .infoEmpresa .logo{    width:100%;    display:block;  }      .infoEmpresa .logo figure{    display:block;    margin:10px 0;  }    .infoEmpresa .info{    background:#ccc;    padding:10px;    color:#fff;    font-size:.7em;    font-family:'Droid Sans', sans-serif;  }    .infoEmpresa .info a{    text-decoration: underline;    color:#333;  }    .infoEmpresa .info a:hover{    color:#7737C0;  }    .infoEmpresa .direccion{    margin:20px 0;    color:#b1b1b1;    font-size:1.2em;    line-height:1.3em;  }    .infoEmpresa h1, .infoEmpresa h2{font-size:1.2em;font-weight:normal;margin-bottom:5px;}  .infoEmpresa span.mini{color:#333;font-size: .9em;}  .infoEmpresa span.maxi{color:#000;font-size: 1.2em;}/*-------------------------------------------------------------------*//*    GMAP/*-------------------------------------------------------------------*/#gMap{  width:400px;  height:400px;  margin: 30px 0;}.gMapNavigate{  display:none;  margin:10px 0;  padding:0;  list-style:none;}.gMapNavigate li{  /*display:inline;*/  float:left;  display:block;  font-size:.9em;  margin:0 20px 0 0;}.gMapNavigate li.title{  border-bottom:1px dotted #0095e6;  color:#0095e6!important;  font-size:1.2em;  float:none;  margin-bottom:10px;  padding-bottom:10px;}/*-------------------------------------------------------------------*//*    GALERIAS/*-------------------------------------------------------------------*/.galeriaImgs{  padding:10px 0 0 0;  width:100%;  list-style:none;  display:table;}.galeriaImgs li{  margin-bottom:3px;  margin-top:3px;}.galeriaImgs p{  font-family: Arial,Helvetica,sans-serif;  font-size:.7em;  font-weight:bold;  border-bottom:1px dotted #ccc;  padding-bottom:4px;}.galeriaVideos{  padding:10px 0 0 0;  width:100%;  list-style:none;  display:table;}.galeriaVideos figure{  margin-bottom:5px;}.galeriaVideos figcaption{  font-family:'Quicksand', sans-serif;  font-size:.8em;  font-weight:bold;  line-height:1.3em;  padding:10px 10px 20px 10px;  text-align:center;}/* Lightbox image */.lightbox-image {	position:relative;	overflow:hidden;	display:block;	z-index:1;}.lightbox-image img {	position:relative;	z-index:2;  /*-webkit-border-radius: 5px;*/  /*-webkit-border-top-left-radius: 5px;*/  /*-moz-border-radius: 5px;*/  /*-moz-border-radius-topleft: 5px;*/  /*border-radius: 5px;*/  /*border-top-left-radius: 5px;  */}.lightbox-image span {	display:block;	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	background:url(../img/magnify.png) no-repeat 50% 50%;	z-index:1;}.lightbox-video span {	background:url(../img/video.png) no-repeat 50% 50%!important;}/*-------------------------------------------------------------------*//*    CONTACTO/*-------------------------------------------------------------------*/.direction{  margin:10px 0 20px 0;  padding:0;  list-style:none;  font-family: Arial,Helvetica,sans-serif;  font-size:.9em;  color:#999;  line-height:1.5em;}.contacto{  margin-top:70px;}/*-------------------------------------------------------------------*//*    AVISO/*-------------------------------------------------------------------*/.avisos{  margin-top:220px;}.ranking{  font-family: 'Droid Sans', sans-serif!important;  margin:0;  padding:0;  list-style:none;}.ranking li{  padding:4px 2px;}.ranking li:nth-child(odd){  background-color:#efefef;}.ranking li:nth-child(even){  background-color:#e5e5e5;}.ranking li.pos1,.ranking li.pos1 .user,.ranking li.pos1 .pos{  background-color:#41226B;  color:#fff!important;}.ranking li.pos2,.ranking li.pos2 .user,.ranking li.pos2 .pos{  background-color:#763ec1;  color:#fff!important;}.ranking li.userSel{  border-left:10px solid #e20067;}.ranking li.pos3,.ranking li.pos3 .user,.ranking li.pos3 .pos{  background-color:#a682d7;  color:#fff!important;}.ranking li.clasificado:nth-child(odd){  background-color:#9cda7e;}.ranking li.clasificado:nth-child(even){  background-color:#bfe8ac;}.ranking li.noclasificado{  opacity:0.4;}/*.ranking li.noclasificado:nth-child(odd){*//*  background-color:#dc7c7c;*//*}*//*.ranking li.noclasificado:nth-child(even){*//*  background-color:#e9a9a9;*//*}*/.ranking .pos{  width:10%;  float:left;  font-weight:bold;  color:#333;  font-size:.9em;  padding-top:4px;}.ranking .player{  width:70%;  float:left;}.ranking .points{  width:20%;  float:right;  text-align:right;  font-size:.7em;  padding-top:6px;}.ranking .user{  text-transform:uppercase;  font-weight:bold;  font-size:.7em;  color:#333;}.description.juegoOnLine h3{  color:#f2bc02;  line-height:.6em;  font-size:1.6em;}.partida{  font-family: 'Droid Sans', sans-serif!important;  margin:0;  padding:0;  list-style:none;}.partida li{  padding:4px 2px;}.partida li:nth-child(odd){  background-color:#efefef;}.partida li:nth-child(even){  background-color:#e5e5e5;}.partida .player{  width:40%;  float:left;}.partida .pais{  width:15%;  float:left;  text-align:left;  font-size:.7em;  padding-top:6px;}.partida .duelo{  width:25%;  float:right;  text-align:right;  font-size:.6em;  padding-top:6px;}.partida .duelo a{  padding:2px;  background-color:#443322;  color:#fff;}.partida .points{  width:20%;  float:left;  text-align:left;  font-size:.7em;  padding-top:6px;}.partida .user{  text-transform:uppercase;  font-weight:bold;  font-size:.7em;  color:#333;}/*-------------------------------------------------------------------*//*    RECAPTCHA & FORMS/*-------------------------------------------------------------------*/.checkbox {  padding:20px 0;}.checkbox input, .checkbox .commoncheckboxlabel{  display: inline-block;}.checkbox .commoncheckboxlabel{  font-size: .8em;}.g-recaptcha{  padding-top:20px;  padding-bottom:20px;}.g-recaptcha > div {  margin:auto;  padding:0;}.g-recaptcha div{  display:inline-block;}@media screen and (max-width: 240px){  .g-recaptcha {  transform:scale(0.58);-webkit-transform:scale(0.58);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}@media screen and (min-width: 241px) and (max-width: 319px){  .g-recaptcha {  transform:scale(0.65);-webkit-transform:scale(0.65);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}@media (min-width: 768px) and (max-width: 1199px) {  #recaptcha1.g-recaptcha {  transform:scale(0.7);-webkit-transform:scale(0.7);  transform-origin:0 0;-webkit-transform-origin:0 0;  }}/*-------------------------------------------------------------------*//*    RESPONSIVE/*-------------------------------------------------------------------*//*---------------------Desde 0px hasta 480px (Salto01)--------------------*/@media screen and (max-width: 479px) {  .container {    width: 98%;  }    .subnavegador .grid-half{    width:100%;    text-align: center;  }    .subnavegador .grid-half .socialMenu, .subnavegador .grid-half .accessMenu{    float:none;    margin-bottom:10px;  }    .accessMenu ul li a, .accessMenu ul li a:active, .accessMenu ul li a:visited, .accessMenu ul li a:link{    font-size: 1.3em;  }    #eventosActuales li.listaEventos {    text-align: center;  }    #eventosActuales li.listaEventos .figureContent img{    width:300px!important;    height:300px!important;  }    .countDown {    border-radius: 18px;    position: absolute;    top: 20px!important;    left: 15%;    width: 70%;  }    .gameZoneCont{    padding:120px 0 30px!important;  }}/*---------------------Desde 0 hasta 639px --------------------*/@media screen and (max-width:639px) {    .t_center-responsive{    text-align:center!important;  }  .columns-2 .grid-1,  .columns-2 .grid-2,  .columns-2 .grid-2half,  .columns-2 .grid-3,  .columns-2 .grid-4,  .columns-2 .grid-5,  .columns-2 .grid-6,  .columns-2 .grid-half,  .columns-2 .grid-7,  .columns-2 .grid-8,  .columns-2 .grid-9,  .columns-2 .grid-10,  .columns-2 .grid-11,  .columns-2 .grid-12,  .columns-2 .grid-four,  .columns-2 .grid-full,  .columns-2 .grid-unit{	float: left!important;	width:46.969696969697%!important;    margin: 0 1.515151515152% 1em!important;  }    .responsive-clear{    clear:both;  }    header .logo{    padding: 20px 0!important;    margin:auto;    text-align:center;  }    header.header2 .logo img, header.header3 .logo img{    max-width:150px;  }    header .pushyContent{    display: block!important;  }    header .pushy .socialMenu{    margin-bottom:0!important;    width:100%;  }  header .pushy .socialMenu, header .pushy .socialMenu ul{    width:100%;  }    header .pushy .socialMenu ul{    text-align:center;    margin-bottom:0;  }    .pushy .socialMenu li {    display: inline-block;    margin: 0!important;  }    .filter .commoninput,  .filter .commontextarea,  .filter .commonselect{    width:100%!important;    margin-bottom:10px!important;  }  .filter #filterSubmit.searchbutton {    width:100%!important;  }  .userDataCont .avatarCont{    /*border-radius: 8px;      -webkit-border-radius: 8px;    float:left;    height:85px!important;*/    width: 21.969696969697%;    margin:0 1.515151515152% 1em;    float:left;  }    .avatarCont img{    display: block;    margin:0px auto;    padding-top:0px!important;    max-height:25px!important;    max-width:none!important;    width:auto!important;  }    .userDataBox .avatarCont{    background:none!important;  }    .userDataCont .data{    float:left;    width: 46.969696969%;;    margin:0 1.515151515152% 1em;    text-align: center;    padding-top:0px!important;  }    .userDataBox .data .name {    padding-top:5px!important;  }    .userDataCont .data .tantos{    display:none;  }    .userDataCont .puntuacion{    background:none!important;    float:left;    width: 21.969696969697%;     margin:0 1.515151515152% 1em;  }    section.puntuacion .usuPoints{    line-height:1em;    padding:0px!important;    font-size:2em!important;  }    }/*---------------------Desde 480px hasta 960px (Salto02)--------------------*/@media screen and (min-width: 480px) {}/*---------------------Desde 480px hasta 639px (Salto02)--------------------*/@media screen and (min-width: 480px) and (max-width: 639px) {  header .logo{    width:100%!important;    margin:20px auto!important;    text-align:center;  }    .bx-wrapper .show-on-minisize{    display:block;    margin-bottom:20px;  }    .show-on-minisize{    display:block;  }    .countDown {    border-radius: 18px;    position: absolute;    top: 20px!important;    left: 15%;    width: 70%;  }}/*---------------------Desde 640px hasta 960px (Salto03)--------------------*/@media screen and (min-width: 640px) {      header .logo{    float:left;  }    header.header1 .logo{    padding-top:25px;  }    header.header2 .logo, header.header3 .logo{    margin-top:20px;  }    header.header2 .container{    height:90px;  }    .userDataBox .avatarCont{    padding:20px;    height:100px!important;  }    .avatarCont img{    display: block;    margin:0px auto;    padding-top:0px!important;    max-height:none!important;    max-width:70px!important;  }    .countDown{    top:80px;    left: 35%;    width:30%;  }}/*-------------------------------------------------------------------*//*    H1, H2, .../*-------------------------------------------------------------------*/.description h1,.description h2,.description h3,.description h4,.description h5,.description h6{  color:#fff;font-family: 'Droid Sans', sans-serif!important;  font-size:.9em;  font-weight:bold;}.description h1{font-size:1.8em;color:#7737C0;margin:20px 0;}.description h2{font-size:1.5em;color:#4c227b;margin:30px 0 20px;}.description h3{font-size:1.4em;color:#333;margin:20px 0;}.description h4{font-size:1.2em;color:#81a4be;margin:20px 0;}.description h5{font-size:1em;color:#8da6b1;margin:20px 0;}.description h6{font-size:.8em;color:#98a4a7;margin:20px 0;}.description{  font-family: Arial,Helvetica,sans-serif;  color:#333;  font-size:0.8em;  /*  text-align:justify;*/  line-height:1.3em;}.description p{  margin:0 0 10px 0;}.description strong, .description b{  font-weight:bold;  color:#333;}/*-------------------------------------------------------------------*//*    LISTADOS/*-------------------------------------------------------------------*/.description ul,.description ol{  list-style:none;  margin:10px 0;  padding:0 5px;  text-align:left!important;}.description table ul,.description table ol{  margin:0 0 10px 0!important;}.description li{  background:url(../img/bullet.png) no-repeat 0 4px;  padding:0 0 0 15px;  margin:0 0 10px 0;}/*-------------------------------------------------------------------*//*    OTROS.../*-------------------------------------------------------------------*/.description iframe{border:0;margin:0 auto;}/*-------------------------------------------------------------------*//*    IMGS/*-------------------------------------------------------------------*/img[style~="left;"]{  padding:0 20px 0 0;}.description img{  width:100%;  height:auto;}/*-------------------------------------------------------------------*//*    TABLES/*-------------------------------------------------------------------*//*Todas las filas*/.views-field{  vertical-align: top;  padding-bottom:20px;}/*Celda imagen producto*/.views-field-field-homeimage-fid img{  border:1px solid #ccc;}/*Celda titulo producto*/.views-field-title{  /*vertical-align: middle;*/}/*Celda descripcion producto*/.views-field-view-node{  font-size:.9em;}/*******************************************      USUARIOS*******************************************/#avatarIcon{  border:4px #3eabec solid;  float:left;}.avatares{    width:392px;    float:left;    background: #c5d7e5; /* Old browsers */  background: -moz-linear-gradient(top,  #c5d7e5 0%, #577599 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5d7e5), color-stop(100%,#577599)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* IE10+ */  background: linear-gradient(to bottom,  #c5d7e5 0%,#577599 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7e5', endColorstr='#577599',GradientType=0 ); /* IE6-9 */  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;    display:none;    margin-bottom:20px;    position:absolute;  left:200px;  z-index:10;  }.avatares ul{  width:100%;  padding:0;  margin:5px!important;  display:table;}.avatares ul li{  display:block;}.avatares ul a{  width:28px;  height:28px;  display:block;  float:left;  border:2px solid #aab9f2;  margin:2px;}.avatares ul a:hover{  border:2px solid #fff;}/*-------------------------------------------------------------------*//*    FORMULARIOS EN GENERAL/*-------------------------------------------------------------------*/.form .LV_validation_message{  /*clear:both!important;*/  float:right;  position:relative;  font-size:.7em;  margin:0;  margin:10px 50px 0 0;  font-family: Arial,Helvetica,sans-serif;  display:block;}.form .LV_valid {  display:none;}.form .LV_invalid {  color:#999;  /*text-shadow: 1px 1px 0px #ccc;*/}.form .LV_valid_field,.form input.LV_valid_field,.form input.LV_valid_field:hover,.form input.LV_valid_field:active,.form textarea.LV_valid_field:hover,.form textarea.LV_valid_field:active {  background-color:#77b700;  color:#fff;} .form .LV_invalid_field,.form input.LV_invalid_field,.form input.LV_invalid_field:hover,.form input.LV_invalid_field:active,.form textarea.LV_invalid_field,.form textarea.LV_invalid_field:hover,.form textarea.LV_invalid_field:active {  background-color:#640000;  color:#fff;}.form label,.form .labelfloat{  font-size:.9em;  font-weight:300;  font-family: Arial,Helvetica,sans-serif;  margin:0 0 10px 0;  display:block;  float:left;  width:30%;  padding-top:8px;  color:#999;}/*COMMON*/.form .commoninput,.form .commontextarea,.form .commonselect{  border:0;  font-size:.8em;  width:250px;  color:#555;  font-family:'Droid Sans', sans-serif;  background:#efefef;  border:1px solid #e1e1e1;  padding:6px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;  }.form .commoncheckbox{  float:left;  margin-right:6px;}.form .commoncheckboxlabel{  float:left;}.form .commoncheckboxlabel p{  margin-top:0;}/*middle*/.form .middleinput,.form .middletextarea,.form .middleselect{  font-size:.8em;  width:150px;  color:#555;  font-family:'Quicksand', sans-serif;  background:#efefef;  border:1px solid #e1e1e1;  padding:6px;  -webkit-border-radius: 4px 4px 4px 4px;  border-radius: 4px 4px 4px 4px;  }.form ul{  list-style:none;  padding:0;  margin:0;}.form li{  clear:both;  margin-bottom:10px;}.form .fButton_1{  margin:20px 0 0 150px;  font-family: 'Dosis', sans-serif;  font-size:.8em;  /*text-transform:uppercase;*/  color:#fff;  border:none 5px #000000;  -moz-border-radius: 6px;  -webkit-border-radius: 6px;  border-radius: 6px;  padding:6px 10px;  background-color:#009eea;}/*PARA LA SUBIDA DE IMAGENES*/.imgNewDiv{  width:100%;  position:absolute;  bottom:0;  opacity:0.6;  filter:alpha(opacity=60); /* For IE8 and earlier */  background-color:#efefef;}.imgNewDiv:hover{  opacity:1;  filter:alpha(opacity=100); /* For IE8 and earlier */}.imgNewDiv p{  margin:6px 0 0 7px;  font-weight:bold;  font-size:.7em;  text-align:left;}.imgUploadIframe{  border:0;  height:40px;  width:100%;}.imgUploadForm{  float:left;  /*width:200px;*/  display:block;  /*padding-top:2px;*/  margin-right:20px;}#upload{}.error{  font-size:.7em;  color:#9f0000;  text-shadow:1px 1px #fff;  font-family:arial;}.upload-file-container{  width:32px;  height:24px;  position:relative;  background:url(../img/imageSend.png) 0 -3px;  padding:0;}.upload-file-container input{  width:32px;  height:24px;  position:absolute;  left:0;  top:0;  cursor:pointer;  opacity: 0;  padding:0;  margin:0;}/*CODIGOS    */form.codigos{  background:#CCC!important;  line-height: 1.3em;  text-align:center;  padding:10px;}form.codigos label{  color:#404040;  display: inline-block;  width:100%;}form.codigos input[type="button"]{  margin-top:10px!important;}/*FILTROS    */.filter{  margin:0;  padding:0;  width:100%;}.filter .cont{  padding:10px;}.filter label,.filter .labelfloat{  font-size:.8em;  font-weight:300;  font-family: Arial,Helvetica,sans-serif;  margin:0 0 10px 0;  display:block;  float:left;  width:60px;  padding-top:4px;  color:#999;}.filter .commoninput,.filter .commontextarea,.filter .commonselect{  border:0;  font-family:arial, verdana;  font-size:.7em;  color:#999;  background:#fff;  /*width:120px;*/  padding:2px;  border:1px solid #ccc;  float:left;  margin-right:2%;  height:24px;  width:22%;}.filter #filterSubmit.searchbutton {    background: url("../img/search_header.png") no-repeat scroll 50% bottom rgba(0, 0, 0, 0);    border:none;    height:30px;    opacity: 0.8;    /*width:30px;*/    width:4%;}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(prettyPhoto/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(prettyPhoto/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}div.pp_default .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}div.pp_default .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{background:url(prettyPhoto/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}div.pp_default .pp_gallery ul li a{background:url(prettyPhoto/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.light_rounded .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.dark_rounded .pp_description{color:#fff;margin-right:85px}div.dark_rounded .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(prettyPhoto/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}div.light_square .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(prettyPhoto/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(prettyPhoto/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(prettyPhoto/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(prettyPhoto/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(prettyPhoto/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}.club{  position:relative;}/*-------------------------------------------------------------------*//*    LIST/*-------------------------------------------------------------------*/#clubList{  color:#404040;  font-family: 'Droid Sans', sans-serif!important;  margin:0px;  padding:10px 0;}#clubList li{  border-bottom:1px dotted #333;  padding:10px 0;}#clubList li figure{border:solid 1px #999;overflow:hidden;padding:5px;}#clubList .data, #clubList .place {    font-size: 0.8em;    font-weight: bold;    margin-bottom: 5px;}#clubList .place{  color:#B3B3B3;  font-size:.8em;}#clubList .data, .clubList .place{  font-weight:bold;  font-size:.8em;  margin-bottom:5px;}#clubList .eventoTitle{  font-size:.9em;  font-weight:bold;  margin-bottom:20px;  padding-bottom:0;}#clubList .eventoTitle a{  font-size:1em;}#clubList figure a, .clubList figure div.figureContent{  overflow:hidden;}#clubList .subdatos{  color:#000;  font-size:.8em;  font-weight:normal;}#clubList .subdatos h2{  font-size:1em;  font-weight:normal;  margin:0 0 3px 0;  line-height: 1.2em;}#clubList .subdatos h4.ganadorName{  color:#ccc;  font-style:italic; }#clubList a.verMas{font-size:.7em;}/*-------------------------------------------------------------------*//*    FICHA/*-------------------------------------------------------------------*/        /*------------------------------*/        /*    HEADER        /*------------------------------*/        .clubTitle{          font-size:1.4em;          font-weight:bold;        }                #clubHeader{          position: relative        }                #clubHeader figure.clubLogo{          background:url(../img/logoClub_bkg.png) no-repeat right center;           height:200px;          overflow:hidden;          position:absolute;          width:40%;        }                #clubHeader figure.clubLogo div{          background:#fff;          height:100%;          padding:8%;          width:80%;        }                #clubHeader figure.clubLogo img{          display: block;          text-align: center;          width:100%;        }                #clubFicha a.verMas {          font-size: 0.8em;          margin-right: 10px;        }                    /*------------------------------*/            /*    MENU            /*------------------------------*/              nav.clubMenu ul{                padding:10px 0;              }                            nav.clubMenu li{                float: left;                font-size: 1em;                padding: 0 8px;              }                            nav.clubMenu li a,              nav.clubMenu li a:active,              nav.clubMenu li a:link,              nav.clubMenu li a:visited{                color:#fff;                padding:5px 10px;                -webkit-border-radius: 3px;                border-radius: 3px;              }                            nav.clubMenu li a:hover,              nav.clubMenu li a.sel{                background-color: rgba(132, 2, 61, 1);              }              #generalPosition{  margin:15px 0;  padding:0 10px;  text-align: center;}#generalPosition .clubName{  font-size:1.4em;  font-weight: bold;  padding:5px 0;}#generalPosition .clubName span{  font-size:.8em;}#generalPosition p{  font-size: 1em;  margin:0px;}#generalPosition .positionNumber{  font-size: 2.8em;}article.fichaList{  color:#666;  font-size: 1em;  font-weight:bold;}article.fichaList ul{  line-height:1.8em;  list-style: url(../img/list_icon_02.png) inside;}article.fichaList span{  display: inline-block;  color:#999;  font-weight:normal;  width:120px;}article.fichaList a{  text-decoration: underline;}/*-------------------------------------------------------------------*//*    ASIDE :: CREACIîN NUEVO CLUB/*-------------------------------------------------------------------*/aside section#bannerNuevoClub img{  margin-bottom:10px;  width:220px;  }.listaEventos{  color:#404040;  font-family: 'Droid Sans', sans-serif!important;  margin-bottom:30px;  overflow:hidden;}#eventosProximos li.listaEventos{  border-bottom:3px solid #41c5f9;  text-align:center;}#eventosActuales li.listaEventos{  border-bottom:3px solid #e20067;}#eventosActuales li.listaEventos .figureContent{  text-align:center;  margin-bottom:20px;}#eventosActuales li.listaEventos .figureContent img{  border-radius: 100%;    -webkit-border-radius: 100%;  display:inline-block;  width:150px;  height:150px;  text-align:center;}#eventosPasados li.listaEventos{  text-align:center;  border-bottom:3px solid #808E91;}.listaEventos .data{/*  color:#41c5f9;*/}.listaEventos .place{  color:#B3B3B3;}.listaEventos .data, .listaEventos .place{  font-weight:bold;  font-size:.8em;  margin-bottom:5px;}.listaEventos .torneo{  background:#eaeaea;  border-radius:5px;  -moz-border-radius:5px;  -webkit-border-radius:5px;  font-family: 'Quicksand', sans-serif;  font-size:.7em;  font-weight:normal;  margin-bottom:5px;  padding:10px;  margin:10px 0;}.listaEventos .torneo span{  font-family: 'Droid Sans', sans-serif;  font-size:1.1em;  font-weight:bold;  text-transform: uppercase;}.listaEventos .eventoTitle{  font-size:.9em;  font-weight:bold;  line-height:1.2em;  margin-bottom:15px;}#eventosPasados .listaEventos .eventoTitle{  font-size:.9em;  margin-bottom:10px;  min-height:0;  padding-bottom:0px;}.listaEventos .eventoTitle a{  font-size:1em;}.listaEventos figure a, .listaEventos figure div.figureContent{  overflow:hidden;}.listaEventos .subdatos{  color:#000;  font-size:.8em;  font-weight:normal;}.listaEventos .subdatos > div{  font-size:1em;  font-weight:normal;  margin:10px 0;  line-height: 1.2em;}.listaEventos .subdatos h4.ganadorName{  background:#ccc;  color:#fff;  margin-bottom: 0;  padding:5px 5px;  font-style:italic; }.description.evento h2{  color:#7737C0;  font-size:1.3em;}.description.evento > ul > li{  list-style: url(../img/bullets/bullet08.png) inside;}.eventoInfo{  padding:10px;  background-color:#efefef;  border:1px dashed #999;}.eventoInfo p{  margin:0 0 10px 0;  font-size:.8em;  color:#999;}.eventoInfo strong{  color:#333;}article.evento figure.premio{  display: block;  margin:10px auto 20px;}.aviso{  text-align:center;  font-size:1.2em;  font-family:'Dosis';  padding:10px 0 10px 0;}/*-------------------------------------------------------------------*//*    NIVO-SLIDER/*-------------------------------------------------------------------*//* * jQuery Nivo Slider v3.0.1 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* The Nivo Slider styles */.nivoSlider{  border:0!important;  box-shadow:none!important;}.slider-wrapper{  position: relative;}.slider-wrapper figcaption {  background: url(../img/slider_index_bg.png) left center;  color: #fff;  display:inline-block;  height:350px;  position:absolute;  right:0px;  overflow: hidden;  padding:20px 20px 10px 100px;  margin:0 auto;  width:40%;  z-index: 1000;}.slider-wrapper figcaption h1 {  color: #fff;  font-size:1.1em;  font-weight:bold;}.slider-wrapper figcaption h3.place {  font-size:.9em;	font-style: italic; }.slider-wrapper figcaption p {  color: #fff;  font-size:.9em;}/*.slider-wrapper figcaption a{  background:url(../img/list_icon_01.png) center left no-repeat;  display: block;  font-size:.9em;  margin:10px 0;  padding-left:20px;}*/.evento .slider-wrapper .torneo{  background:rgba(0,0,0,.5);  border-radius:5px;  -moz-border-radius:5px;  -webkit-border-radius:5px;  font-family: 'Quicksand', sans-serif;  font-size:.7em;  font-weight:normal;  margin-bottom:5px;	line-height:1.5em;  padding:5px;	text-align: center;  margin:10px 0;}.evento .slider-wrapper .torneo span{	font-size: 1.3em;}.slider-wrapper figcaption a:link, .slider-wrapper figcaption a:active, .slider-wrapper figcaption a:visited{  color: #fff;}.slider-wrapper figcaption a:hover{  color: #de0251;}.nivoSlider {  float:left;  position:relative;  width:70%;  height:350px;  overflow: hidden;  margin:0 auto;}.nivoSlider img {  position:absolute;  top:0px;  left:0px;}.nivo-main-image {  display: block !important;  position: relative !important;   width:100% !important;}/* If an image is wrapped in a link */.nivoSlider a.nivo-imageLink {	position:absolute;	top:0px;	left:0px;	width:100%;	height:100%;	border:0;	padding:0;	margin:0;	z-index:6;	display:none;}/* The slices and boxes in the Slider */.nivo-slice {	display:block;	position:absolute;	z-index:5;	height:100%;	top:0;}.nivo-box {	display:block;	position:absolute;	z-index:5;	overflow:hidden;}.nivo-box img { display:block; }/* Caption styles */.nivo-caption {	position:absolute;	left:0px;	bottom:0px;	background:#000;	color:#fff;	width:100%;	z-index:8;	padding: 5px 10px;	opacity: 0.8;	overflow: hidden;	display: none;	-moz-opacity: 0.8;	filter:alpha(opacity=8);	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */}.nivo-caption p {	padding:5px;	margin:0;}.nivo-caption a {	display:inline !important;}.nivo-html-caption {    display:none;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {	position:absolute;	top:45%;	z-index:9;	cursor:pointer;}.nivo-prevNav {	left:0px;}.nivo-nextNav {	right:0px;}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav {  width:49%;	text-align:center;	padding:0;  position:absolute;  top:250px;  z-index:100!important;}.nivo-controlNav a {	cursor:pointer;}.nivo-controlNav a.active {	font-weight:bold;}.nivoSlider a.nivo-nextNav {	background-position:-30px 0!important;	right:0px;}.nivoSlider a.nivo-prevNav {	left:0px;}.nivo-directionNav a {	background:url(../img/arrows_blue.png) no-repeat!important;	position:absolute;	top:132px;	z-index:9;	cursor:pointer;	width:30px;	height:30px;  text-indent:-9999px;}.evento .nivo-controlNav {  top:170px;}.evento .slider-wrapper figcaption {  background: url(../img/evento_bkg.png) left center!important;  width:310px;  height:236px;}.evento .slider-wrapper figcaption {  padding:5px 10px 10px 80px;}.evento .slider-wrapper{  height:236px!important;}.evento .nivoSlider {  height:236px!important;}.evento .theme-default {  width:686px!important;}.nivoSliderMini{  width:240px!important;/*  width:100%;*/  height:auto;  overflow: hidden;}.nivoSliderMini img,.nivoSliderMini .nivo-slice img,.nivoSliderMini .nivo-box img{/*  width:400px!important;  height:200px!important;*/}.nivoSliderMini .nivo-directionNav a {  top:100px;}/*-------------------------------------------------------------------*//*    COMENTARIOS/*-------------------------------------------------------------------*/.comentarios_1{	font-family:'Droid Sans', sans-serif;  margin:30px 0;  width:100%;}.comentarios_1{  }.comentarios_1 ol{  list-style:none;  margin:10px 0;  padding:0;}.comentarios_1 ol li{  padding:2px 10px 2px 10px;  margin-bottom:5px;  background-color:#eeede8;  font-size:.9em;}.comentarios_1 p{}.comentarios_1 .autor{  color:#e6007e;  font-weight:bold;  font-style:italic;  font-size:.9em;}.comentarios_1 .fecha{  font-size:.8em;  font-style:italic;  color:#999;}.comentarios_1 .comentario{  color:#333;  font-style:normal!important;}/*FORMULARIO*/.comentarios_1 #formComent{  padding:0;  margin:0;}.LV_validation_message{font-size:.8em;margin:0;position:absolute;margin:10px 0 0 10px;}.LV_valid {color:#999;text-shadow: 1px 1px 0px #fff;}.LV_invalid {color:#999;text-shadow: 1px 1px 0px #fff;}.LV_valid_field,input.LV_valid_field,input.LV_valid_field:hover,input.LV_valid_field:active,textarea.LV_valid_field:hover,textarea.LV_valid_field:active {background-color:#77b700;color:#fff;} .LV_invalid_field,input.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active {background-color:#640000;color:#fff;}#formComent label{  font-size:.9em;  font-weight:normal;}.commoninput, .commontextarea{  border:0;  padding:8px;  font-family:arial, verdana;  font-size:.9em;  color:#fff;  background:#ccc;  width:200px;}.comentarios_1 #formComent ul{  margin:20px 0 10px 0;  padding:0;  list-style:none;}.comentarios_1 #formComent ul li {	margin-bottom:5px;	padding-bottom:5px;}.comentarios_1 form li{  font-family:arial, verdana;  color:#333;	margin-bottom:0;	padding-bottom:0;	font-size:.9em;  }.comentarios_1 form textarea {  width:70%;  height:70px;}.comentarios_1 form .button{  border:none;  color:#fff;  font-size:.9em;  font-weight:normal;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  padding:5px;}/*PINK*/.comentarios_1 form .button{  background-color:#661081;}/*ULTIMOS COMENTARIOS*/.ultimosComentarios{  background-color:#3f576b;  color:#fff;  font-family: 'Droid Sans', sans-serif!important;  }.ultimosComentarios div{  padding:10px;}.ultimosComentarios ul{  margin:10px 0;  padding:0;  list-style:none;}.ultimosComentarios li{  font-size:.8em;  margin:5px 0;  padding-bottom:5px;  border-bottom:1px dotted #6285a2;}.ultimosComentarios .autor{  font-size:.9em;  margin:0 0 2px 0;}.ultimosComentarios .date{  margin:0 0 8px 0;  font-size:.8em;}.ultimosComentarios .comment{  margin:0 0 2px 0;}.ultimosComentarios span{  font-size:.9em;  text-align:center;  width:100%;  display:block;}.ultimosComentarios span strong{  text-transform:uppercase;  color:#54748d;}/*-------------------------------------------------------------------*//*    FAQS/*-------------------------------------------------------------------*/section#faq{  }section#faq > ul > li.question{  margin-bottom:50px!important;}section#faq h3.title{  font-size:1.2em;  font-weight:bold; }section#faq .description p.resumen{  color:#666;  line-height:1.3em;}section#faq .desarrollo{  background:#f6f4f6;  border-bottom:2px solid #7737C0;  color:#333;  line-height:1.3em;  padding:5px 15px;}section#faq .desarrollo p, section#faq .desarrollo ul, section#faq .desarrollo ol{  font-size: 1em;  line-height:1.5em;}section#faq .desarrollo strong{  font-weight: bold;  color:#7737C0;}section#faq .desarrollo ul, section#faq .desarrollo ol{  margin-bottom: 20px;}section#faq .desarrollo ol li{  list-style:lower-latin inside;  padding-left:0;}section#faq .desarrollo ul li{  list-style: url(../img/bullets/bullet02.png) inside;  padding-left:0;}section#faq .desarrollo ol li li, section#faq .desarrollo ul li li{  padding-left:10px;}/*******************************************      USUARIOS*******************************************/#avatarIcon{  border:4px #3eabec solid;  float:left;}.avatares{    width:392px;    float:left;    background: #c5d7e5; /* Old browsers */  background: -moz-linear-gradient(top,  #c5d7e5 0%, #577599 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5d7e5), color-stop(100%,#577599)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #c5d7e5 0%,#577599 100%); /* IE10+ */  background: linear-gradient(to bottom,  #c5d7e5 0%,#577599 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d7e5', endColorstr='#577599',GradientType=0 ); /* IE6-9 */  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;    display:none;    margin-bottom:20px;    position:absolute;  left:200px;  z-index:10;  }.avatares ul{  width:100%;  padding:0;  margin:5px!important;  display:table;}.avatares ul li{  display:block;}.avatares ul a{  width:28px;  height:28px;  display:block;  float:left;  border:2px solid #aab9f2;  margin:2px;}.avatares ul a:hover{  border:2px solid #fff;}/* tables */table.tablesorter {	font-family: 'Droid Sans';	background-color: #fff;	font-size: .9em;	width: 100%;	text-align: center;}table.tablesorter thead tr th, table.tablesorter tfoot tr th {	background-color: #333;	/*border: 1px solid #FFF;*/	font-size: .8em;	padding: 4px;}table.tablesorter thead tr .header {	background-image: url(bg.gif);	background-repeat: no-repeat;	background-position: center right;	cursor: pointer;}table.tablesorter tbody td {	color: #3D3D3D;	padding: 4px;	background-color: #FFF;	vertical-align: center;	border: 1px solid #999;}table.tablesorter tbody tr.odd td {	background-color:#F0F0F6;}table.tablesorter thead tr .headerSortUp {	background-image: url(../img/asc.gif);}table.tablesorter thead tr .headerSortDown {	background-image: url(../img/desc.gif);}table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {background-color: #8dbdd8;}table.tablesorter .best span,table.tablesorter .clasi span,table.tablesorter .noclasi span{	border-radius: 10px 10px 10px 10px;	-moz-border-radius: 10px 10px 10px 10px;	-webkit-border-radius: 10px 10px 10px 10px;	padding:5px 20px;}.best span{  background-color:#e20067!important;	color:#fff!important;	font-weight:bold!important;}.clasi span{  background-color:#d6e2d7!important;	color:#999!important;	font-weight:bold!important;}.noclasi span{  background-color:#efefef!important;	color:#999!important;}.circle span{  width: 1.58571rem;  height: 1.58571rem;	color:#fff;  background-color: #75cb01;  line-height: 1.58571rem;  text-align: center;  display: -moz-inline-stack;  display: inline-block;  vertical-align: middle;  *vertical-align: auto;  zoom: 1;  *display: inline;  -webkit-border-radius: 50%;  -moz-border-radius: 50%;  -ms-border-radius: 50%;  -o-border-radius: 50%;  border-radius: 50%;	font-weight:bold;}section .mesa{    background: url(../img/online_game/mesa.jpg) center center no-repeat;/*    height:470px;*/    margin:auto;    position:relative;/*    width:780px;*/}.gameZoneCont{    border-bottom: dotted 2px #fff;    border-top: dotted 2px #fff;    display: inline-block;    height:100%;    padding:22% 0;    position: relative;    width:100%;}.gameZone{  border-bottom: dotted 2px #fff;  border-top: dotted 2px #fff;  height:100%;  padding:2% 0;  position:relative;}.mainCountdown{    display:block;    color: rgba(255,255,255,.3);    font-family: 'Audiowide',cursive;    font-size: 20em;    position: absolute;    text-align: center;    width:20%;    height:auto;    top:10%;    left: 30%;    z-index:1000;}.countDown{  background:rgba(0,0,0,.7);  border-radius: 18px;  position:absolute;}.countDown ul{  margin:0 auto!important;  padding:0;  display:table;}.countDown li{  float:left;}.countDown span{    color: #E20067;    display: inline-block;    font-family: 'Audiowide',cursive;    font-size: 1.5em;    padding: 10px;    text-align: center;    width: 100%;}    .sensorCont{  height:100%;}.sensor{  background: url(../img/online_game/sensor.png) center center no-repeat;  height:82px;  width:82px;}.sensor.mobile{  background: url(../img/online_game/sensor.png) center center no-repeat;  height:35px;  margin-top:30px;  width:35px;}.sensor.left{  float:left;  margin-left:10%;}.sensor.right{    float:right;    margin-right:10%;}.baston{    position: absolute;    height:320px;    width:300px;    /*top:40%*/}.baston.m1{    background: url(../img/online_game/baston-01.png) center center no-repeat;}/*------------------------HEADER------------------------------*//*.header2 .webWrapper, .header2 .webWrapper .container, .header2 section, .header3 section, .header3 .webWrapper, .header3 .webWrapper .container, section.userDataCont, .userDataBox{    height: 100%;}*/.userDataBox .avatarCont{    background: rgba(0,0,0,.05);    text-align:center;}.avatarCont img{    display: block;    margin:0px auto;    padding-top:25px;}.avatarCont i{    font-size:3em;    color:rgba(0,0,0,.2);    padding:10px;}.userDataBox .data{    color:##404040;    padding:0;    line-height: 1.6em;    font-family: 'Droid Sans', sans-serif;    font-size: 1em;    padding-top:20px;}.userDataBox .data p, .userDataBox .data .name{    margin:0;}.userDataBox .data .name{    font-weight: bold; }section.puntuacion{    background:url(../img/online_game/box1.png) no-repeat center center;    background-size: 100% 100%;    height:100%;    margin-top:5px;    text-align:center;}section.puntuacion .usuPoints{    color: #E20067;    display: inline-block;    font-size: 2.2em;    font-family: 'Audiowide', cursive;    padding-top:20px;    }.gameAdvice{  position:absolute;  top:70px;  left:25%;  width:50%;  background-color:#fff;  padding:20px;  text-align:center;  z-index:999;}/*! *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) *//* FONT PATH * -------------------------- */@font-face {  font-family: 'FontAwesome';  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');  font-weight: normal;  font-style: normal;}.fa {  display: inline-block;  font: normal normal normal 14px/1 FontAwesome;  font-size: inherit;  text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  transform: translate(0, 0);}/* makes the font 33% larger relative to the icon container */.fa-lg {  font-size: 1.33333333em;  line-height: 0.75em;  vertical-align: -15%;}.fa-2x {  font-size: 2em;}.fa-3x {  font-size: 3em;}.fa-4x {  font-size: 4em;}.fa-5x {  font-size: 5em;}.fa-fw {  width: 1.28571429em;  text-align: center;}.fa-ul {  padding-left: 0;  margin-left: 2.14285714em;  list-style-type: none;}.fa-ul > li {  position: relative;}.fa-li {  position: absolute;  left: -2.14285714em;  width: 2.14285714em;  top: 0.14285714em;  text-align: center;}.fa-li.fa-lg {  left: -1.85714286em;}.fa-border {  padding: .2em .25em .15em;  border: solid 0.08em #eeeeee;  border-radius: .1em;}.pull-right {  float: right;}.pull-left {  float: left;}.fa.pull-left {  margin-right: .3em;}.fa.pull-right {  margin-left: .3em;}.fa-spin {  -webkit-animation: fa-spin 2s infinite linear;  animation: fa-spin 2s infinite linear;}.fa-pulse {  -webkit-animation: fa-spin 1s infinite steps(8);  animation: fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(359deg);    transform: rotate(359deg);  }}@keyframes fa-spin {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(359deg);    transform: rotate(359deg);  }}.fa-rotate-90 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  -webkit-transform: rotate(90deg);  -ms-transform: rotate(90deg);  transform: rotate(90deg);}.fa-rotate-180 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg);  transform: rotate(180deg);}.fa-rotate-270 {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  -webkit-transform: rotate(270deg);  -ms-transform: rotate(270deg);  transform: rotate(270deg);}.fa-flip-horizontal {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);  -webkit-transform: scale(-1, 1);  -ms-transform: scale(-1, 1);  transform: scale(-1, 1);}.fa-flip-vertical {  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);  -webkit-transform: scale(1, -1);  -ms-transform: scale(1, -1);  transform: scale(1, -1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {  filter: none;}.fa-stack {  position: relative;  display: inline-block;  width: 2em;  height: 2em;  line-height: 2em;  vertical-align: middle;}.fa-stack-1x,.fa-stack-2x {  position: absolute;  left: 0;  width: 100%;  text-align: center;}.fa-stack-1x {  line-height: inherit;}.fa-stack-2x {  font-size: 2em;}.fa-inverse {  color: #ffffff;}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen   readers do not read off random characters that represent icons */.fa-glass:before {  content: "\f000";}.fa-music:before {  content: "\f001";}.fa-search:before {  content: "\f002";}.fa-envelope-o:before {  content: "\f003";}.fa-heart:before {  content: "\f004";}.fa-star:before {  content: "\f005";}.fa-star-o:before {  content: "\f006";}.fa-user:before {  content: "\f007";}.fa-film:before {  content: "\f008";}.fa-th-large:before {  content: "\f009";}.fa-th:before {  content: "\f00a";}.fa-th-list:before {  content: "\f00b";}.fa-check:before {  content: "\f00c";}.fa-remove:before,.fa-close:before,.fa-times:before {  content: "\f00d";}.fa-search-plus:before {  content: "\f00e";}.fa-search-minus:before {  content: "\f010";}.fa-power-off:before {  content: "\f011";}.fa-signal:before {  content: "\f012";}.fa-gear:before,.fa-cog:before {  content: "\f013";}.fa-trash-o:before {  content: "\f014";}.fa-home:before {  content: "\f015";}.fa-file-o:before {  content: "\f016";}.fa-clock-o:before {  content: "\f017";}.fa-road:before {  content: "\f018";}.fa-download:before {  content: "\f019";}.fa-arrow-circle-o-down:before {  content: "\f01a";}.fa-arrow-circle-o-up:before {  content: "\f01b";}.fa-inbox:before {  content: "\f01c";}.fa-play-circle-o:before {  content: "\f01d";}.fa-rotate-right:before,.fa-repeat:before {  content: "\f01e";}.fa-refresh:before {  content: "\f021";}.fa-list-alt:before {  content: "\f022";}.fa-lock:before {  content: "\f023";}.fa-flag:before {  content: "\f024";}.fa-headphones:before {  content: "\f025";}.fa-volume-off:before {  content: "\f026";}.fa-volume-down:before {  content: "\f027";}.fa-volume-up:before {  content: "\f028";}.fa-qrcode:before {  content: "\f029";}.fa-barcode:before {  content: "\f02a";}.fa-tag:before {  content: "\f02b";}.fa-tags:before {  content: "\f02c";}.fa-book:before {  content: "\f02d";}.fa-bookmark:before {  content: "\f02e";}.fa-print:before {  content: "\f02f";}.fa-camera:before {  content: "\f030";}.fa-font:before {  content: "\f031";}.fa-bold:before {  content: "\f032";}.fa-italic:before {  content: "\f033";}.fa-text-height:before {  content: "\f034";}.fa-text-width:before {  content: "\f035";}.fa-align-left:before {  content: "\f036";}.fa-align-center:before {  content: "\f037";}.fa-align-right:before {  content: "\f038";}.fa-align-justify:before {  content: "\f039";}.fa-list:before {  content: "\f03a";}.fa-dedent:before,.fa-outdent:before {  content: "\f03b";}.fa-indent:before {  content: "\f03c";}.fa-video-camera:before {  content: "\f03d";}.fa-photo:before,.fa-image:before,.fa-picture-o:before {  content: "\f03e";}.fa-pencil:before {  content: "\f040";}.fa-map-marker:before {  content: "\f041";}.fa-adjust:before {  content: "\f042";}.fa-tint:before {  content: "\f043";}.fa-edit:before,.fa-pencil-square-o:before {  content: "\f044";}.fa-share-square-o:before {  content: "\f045";}.fa-check-square-o:before {  content: "\f046";}.fa-arrows:before {  content: "\f047";}.fa-step-backward:before {  content: "\f048";}.fa-fast-backward:before {  content: "\f049";}.fa-backward:before {  content: "\f04a";}.fa-play:before {  content: "\f04b";}.fa-pause:before {  content: "\f04c";}.fa-stop:before {  content: "\f04d";}.fa-forward:before {  content: "\f04e";}.fa-fast-forward:before {  content: "\f050";}.fa-step-forward:before {  content: "\f051";}.fa-eject:before {  content: "\f052";}.fa-chevron-left:before {  content: "\f053";}.fa-chevron-right:before {  content: "\f054";}.fa-plus-circle:before {  content: "\f055";}.fa-minus-circle:before {  content: "\f056";}.fa-times-circle:before {  content: "\f057";}.fa-check-circle:before {  content: "\f058";}.fa-question-circle:before {  content: "\f059";}.fa-info-circle:before {  content: "\f05a";}.fa-crosshairs:before {  content: "\f05b";}.fa-times-circle-o:before {  content: "\f05c";}.fa-check-circle-o:before {  content: "\f05d";}.fa-ban:before {  content: "\f05e";}.fa-arrow-left:before {  content: "\f060";}.fa-arrow-right:before {  content: "\f061";}.fa-arrow-up:before {  content: "\f062";}.fa-arrow-down:before {  content: "\f063";}.fa-mail-forward:before,.fa-share:before {  content: "\f064";}.fa-expand:before {  content: "\f065";}.fa-compress:before {  content: "\f066";}.fa-plus:before {  content: "\f067";}.fa-minus:before {  content: "\f068";}.fa-asterisk:before {  content: "\f069";}.fa-exclamation-circle:before {  content: "\f06a";}.fa-gift:before {  content: "\f06b";}.fa-leaf:before {  content: "\f06c";}.fa-fire:before {  content: "\f06d";}.fa-eye:before {  content: "\f06e";}.fa-eye-slash:before {  content: "\f070";}.fa-warning:before,.fa-exclamation-triangle:before {  content: "\f071";}.fa-plane:before {  content: "\f072";}.fa-calendar:before {  content: "\f073";}.fa-random:before {  content: "\f074";}.fa-comment:before {  content: "\f075";}.fa-magnet:before {  content: "\f076";}.fa-chevron-up:before {  content: "\f077";}.fa-chevron-down:before {  content: "\f078";}.fa-retweet:before {  content: "\f079";}.fa-shopping-cart:before {  content: "\f07a";}.fa-folder:before {  content: "\f07b";}.fa-folder-open:before {  content: "\f07c";}.fa-arrows-v:before {  content: "\f07d";}.fa-arrows-h:before {  content: "\f07e";}.fa-bar-chart-o:before,.fa-bar-chart:before {  content: "\f080";}.fa-twitter-square:before {  content: "\f081";}.fa-facebook-square:before {  content: "\f082";}.fa-camera-retro:before {  content: "\f083";}.fa-key:before {  content: "\f084";}.fa-gears:before,.fa-cogs:before {  content: "\f085";}.fa-comments:before {  content: "\f086";}.fa-thumbs-o-up:before {  content: "\f087";}.fa-thumbs-o-down:before {  content: "\f088";}.fa-star-half:before {  content: "\f089";}.fa-heart-o:before {  content: "\f08a";}.fa-sign-out:before {  content: "\f08b";}.fa-linkedin-square:before {  content: "\f08c";}.fa-thumb-tack:before {  content: "\f08d";}.fa-external-link:before {  content: "\f08e";}.fa-sign-in:before {  content: "\f090";}.fa-trophy:before {  content: "\f091";}.fa-github-square:before {  content: "\f092";}.fa-upload:before {  content: "\f093";}.fa-lemon-o:before {  content: "\f094";}.fa-phone:before {  content: "\f095";}.fa-square-o:before {  content: "\f096";}.fa-bookmark-o:before {  content: "\f097";}.fa-phone-square:before {  content: "\f098";}.fa-twitter:before {  content: "\f099";}.fa-facebook-f:before,.fa-facebook:before {  content: "\f09a";}.fa-github:before {  content: "\f09b";}.fa-unlock:before {  content: "\f09c";}.fa-credit-card:before {  content: "\f09d";}.fa-rss:before {  content: "\f09e";}.fa-hdd-o:before {  content: "\f0a0";}.fa-bullhorn:before {  content: "\f0a1";}.fa-bell:before {  content: "\f0f3";}.fa-certificate:before {  content: "\f0a3";}.fa-hand-o-right:before {  content: "\f0a4";}.fa-hand-o-left:before {  content: "\f0a5";}.fa-hand-o-up:before {  content: "\f0a6";}.fa-hand-o-down:before {  content: "\f0a7";}.fa-arrow-circle-left:before {  content: "\f0a8";}.fa-arrow-circle-right:before {  content: "\f0a9";}.fa-arrow-circle-up:before {  content: "\f0aa";}.fa-arrow-circle-down:before {  content: "\f0ab";}.fa-globe:before {  content: "\f0ac";}.fa-wrench:before {  content: "\f0ad";}.fa-tasks:before {  content: "\f0ae";}.fa-filter:before {  content: "\f0b0";}.fa-briefcase:before {  content: "\f0b1";}.fa-arrows-alt:before {  content: "\f0b2";}.fa-group:before,.fa-users:before {  content: "\f0c0";}.fa-chain:before,.fa-link:before {  content: "\f0c1";}.fa-cloud:before {  content: "\f0c2";}.fa-flask:before {  content: "\f0c3";}.fa-cut:before,.fa-scissors:before {  content: "\f0c4";}.fa-copy:before,.fa-files-o:before {  content: "\f0c5";}.fa-paperclip:before {  content: "\f0c6";}.fa-save:before,.fa-floppy-o:before {  content: "\f0c7";}.fa-square:before {  content: "\f0c8";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before {  content: "\f0c9";}.fa-list-ul:before {  content: "\f0ca";}.fa-list-ol:before {  content: "\f0cb";}.fa-strikethrough:before {  content: "\f0cc";}.fa-underline:before {  content: "\f0cd";}.fa-table:before {  content: "\f0ce";}.fa-magic:before {  content: "\f0d0";}.fa-truck:before {  content: "\f0d1";}.fa-pinterest:before {  content: "\f0d2";}.fa-pinterest-square:before {  content: "\f0d3";}.fa-google-plus-square:before {  content: "\f0d4";}.fa-google-plus:before {  content: "\f0d5";}.fa-money:before {  content: "\f0d6";}.fa-caret-down:before {  content: "\f0d7";}.fa-caret-up:before {  content: "\f0d8";}.fa-caret-left:before {  content: "\f0d9";}.fa-caret-right:before {  content: "\f0da";}.fa-columns:before {  content: "\f0db";}.fa-unsorted:before,.fa-sort:before {  content: "\f0dc";}.fa-sort-down:before,.fa-sort-desc:before {  content: "\f0dd";}.fa-sort-up:before,.fa-sort-asc:before {  content: "\f0de";}.fa-envelope:before {  content: "\f0e0";}.fa-linkedin:before {  content: "\f0e1";}.fa-rotate-left:before,.fa-undo:before {  content: "\f0e2";}.fa-legal:before,.fa-gavel:before {  content: "\f0e3";}.fa-dashboard:before,.fa-tachometer:before {  content: "\f0e4";}.fa-comment-o:before {  content: "\f0e5";}.fa-comments-o:before {  content: "\f0e6";}.fa-flash:before,.fa-bolt:before {  content: "\f0e7";}.fa-sitemap:before {  content: "\f0e8";}.fa-umbrella:before {  content: "\f0e9";}.fa-paste:before,.fa-clipboard:before {  content: "\f0ea";}.fa-lightbulb-o:before {  content: "\f0eb";}.fa-exchange:before {  content: "\f0ec";}.fa-cloud-download:before {  content: "\f0ed";}.fa-cloud-upload:before {  content: "\f0ee";}.fa-user-md:before {  content: "\f0f0";}.fa-stethoscope:before {  content: "\f0f1";}.fa-suitcase:before {  content: "\f0f2";}.fa-bell-o:before {  content: "\f0a2";}.fa-coffee:before {  content: "\f0f4";}.fa-cutlery:before {  content: "\f0f5";}.fa-file-text-o:before {  content: "\f0f6";}.fa-building-o:before {  content: "\f0f7";}.fa-hospital-o:before {  content: "\f0f8";}.fa-ambulance:before {  content: "\f0f9";}.fa-medkit:before {  content: "\f0fa";}.fa-fighter-jet:before {  content: "\f0fb";}.fa-beer:before {  content: "\f0fc";}.fa-h-square:before {  content: "\f0fd";}.fa-plus-square:before {  content: "\f0fe";}.fa-angle-double-left:before {  content: "\f100";}.fa-angle-double-right:before {  content: "\f101";}.fa-angle-double-up:before {  content: "\f102";}.fa-angle-double-down:before {  content: "\f103";}.fa-angle-left:before {  content: "\f104";}.fa-angle-right:before {  content: "\f105";}.fa-angle-up:before {  content: "\f106";}.fa-angle-down:before {  content: "\f107";}.fa-desktop:before {  content: "\f108";}.fa-laptop:before {  content: "\f109";}.fa-tablet:before {  content: "\f10a";}.fa-mobile-phone:before,.fa-mobile:before {  content: "\f10b";}.fa-circle-o:before {  content: "\f10c";}.fa-quote-left:before {  content: "\f10d";}.fa-quote-right:before {  content: "\f10e";}.fa-spinner:before {  content: "\f110";}.fa-circle:before {  content: "\f111";}.fa-mail-reply:before,.fa-reply:before {  content: "\f112";}.fa-github-alt:before {  content: "\f113";}.fa-folder-o:before {  content: "\f114";}.fa-folder-open-o:before {  content: "\f115";}.fa-smile-o:before {  content: "\f118";}.fa-frown-o:before {  content: "\f119";}.fa-meh-o:before {  content: "\f11a";}.fa-gamepad:before {  content: "\f11b";}.fa-keyboard-o:before {  content: "\f11c";}.fa-flag-o:before {  content: "\f11d";}.fa-flag-checkered:before {  content: "\f11e";}.fa-terminal:before {  content: "\f120";}.fa-code:before {  content: "\f121";}.fa-mail-reply-all:before,.fa-reply-all:before {  content: "\f122";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {  content: "\f123";}.fa-location-arrow:before {  content: "\f124";}.fa-crop:before {  content: "\f125";}.fa-code-fork:before {  content: "\f126";}.fa-unlink:before,.fa-chain-broken:before {  content: "\f127";}.fa-question:before {  content: "\f128";}.fa-info:before {  content: "\f129";}.fa-exclamation:before {  content: "\f12a";}.fa-superscript:before {  content: "\f12b";}.fa-subscript:before {  content: "\f12c";}.fa-eraser:before {  content: "\f12d";}.fa-puzzle-piece:before {  content: "\f12e";}.fa-microphone:before {  content: "\f130";}.fa-microphone-slash:before {  content: "\f131";}.fa-shield:before {  content: "\f132";}.fa-calendar-o:before {  content: "\f133";}.fa-fire-extinguisher:before {  content: "\f134";}.fa-rocket:before {  content: "\f135";}.fa-maxcdn:before {  content: "\f136";}.fa-chevron-circle-left:before {  content: "\f137";}.fa-chevron-circle-right:before {  content: "\f138";}.fa-chevron-circle-up:before {  content: "\f139";}.fa-chevron-circle-down:before {  content: "\f13a";}.fa-html5:before {  content: "\f13b";}.fa-css3:before {  content: "\f13c";}.fa-anchor:before {  content: "\f13d";}.fa-unlock-alt:before {  content: "\f13e";}.fa-bullseye:before {  content: "\f140";}.fa-ellipsis-h:before {  content: "\f141";}.fa-ellipsis-v:before {  content: "\f142";}.fa-rss-square:before {  content: "\f143";}.fa-play-circle:before {  content: "\f144";}.fa-ticket:before {  content: "\f145";}.fa-minus-square:before {  content: "\f146";}.fa-minus-square-o:before {  content: "\f147";}.fa-level-up:before {  content: "\f148";}.fa-level-down:before {  content: "\f149";}.fa-check-square:before {  content: "\f14a";}.fa-pencil-square:before {  content: "\f14b";}.fa-external-link-square:before {  content: "\f14c";}.fa-share-square:before {  content: "\f14d";}.fa-compass:before {  content: "\f14e";}.fa-toggle-down:before,.fa-caret-square-o-down:before {  content: "\f150";}.fa-toggle-up:before,.fa-caret-square-o-up:before {  content: "\f151";}.fa-toggle-right:before,.fa-caret-square-o-right:before {  content: "\f152";}.fa-euro:before,.fa-eur:before {  content: "\f153";}.fa-gbp:before {  content: "\f154";}.fa-dollar:before,.fa-usd:before {  content: "\f155";}.fa-rupee:before,.fa-inr:before {  content: "\f156";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {  content: "\f157";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before {  content: "\f158";}.fa-won:before,.fa-krw:before {  content: "\f159";}.fa-bitcoin:before,.fa-btc:before {  content: "\f15a";}.fa-file:before {  content: "\f15b";}.fa-file-text:before {  content: "\f15c";}.fa-sort-alpha-asc:before {  content: "\f15d";}.fa-sort-alpha-desc:before {  content: "\f15e";}.fa-sort-amount-asc:before {  content: "\f160";}.fa-sort-amount-desc:before {  content: "\f161";}.fa-sort-numeric-asc:before {  content: "\f162";}.fa-sort-numeric-desc:before {  content: "\f163";}.fa-thumbs-up:before {  content: "\f164";}.fa-thumbs-down:before {  content: "\f165";}.fa-youtube-square:before {  content: "\f166";}.fa-youtube:before {  content: "\f167";}.fa-xing:before {  content: "\f168";}.fa-xing-square:before {  content: "\f169";}.fa-youtube-play:before {  content: "\f16a";}.fa-dropbox:before {  content: "\f16b";}.fa-stack-overflow:before {  content: "\f16c";}.fa-instagram:before {  content: "\f16d";}.fa-flickr:before {  content: "\f16e";}.fa-adn:before {  content: "\f170";}.fa-bitbucket:before {  content: "\f171";}.fa-bitbucket-square:before {  content: "\f172";}.fa-tumblr:before {  content: "\f173";}.fa-tumblr-square:before {  content: "\f174";}.fa-long-arrow-down:before {  content: "\f175";}.fa-long-arrow-up:before {  content: "\f176";}.fa-long-arrow-left:before {  content: "\f177";}.fa-long-arrow-right:before {  content: "\f178";}.fa-apple:before {  content: "\f179";}.fa-windows:before {  content: "\f17a";}.fa-android:before {  content: "\f17b";}.fa-linux:before {  content: "\f17c";}.fa-dribbble:before {  content: "\f17d";}.fa-skype:before {  content: "\f17e";}.fa-foursquare:before {  content: "\f180";}.fa-trello:before {  content: "\f181";}.fa-female:before {  content: "\f182";}.fa-male:before {  content: "\f183";}.fa-gittip:before,.fa-gratipay:before {  content: "\f184";}.fa-sun-o:before {  content: "\f185";}.fa-moon-o:before {  content: "\f186";}.fa-archive:before {  content: "\f187";}.fa-bug:before {  content: "\f188";}.fa-vk:before {  content: "\f189";}.fa-weibo:before {  content: "\f18a";}.fa-renren:before {  content: "\f18b";}.fa-pagelines:before {  content: "\f18c";}.fa-stack-exchange:before {  content: "\f18d";}.fa-arrow-circle-o-right:before {  content: "\f18e";}.fa-arrow-circle-o-left:before {  content: "\f190";}.fa-toggle-left:before,.fa-caret-square-o-left:before {  content: "\f191";}.fa-dot-circle-o:before {  content: "\f192";}.fa-wheelchair:before {  content: "\f193";}.fa-vimeo-square:before {  content: "\f194";}.fa-turkish-lira:before,.fa-try:before {  content: "\f195";}.fa-plus-square-o:before {  content: "\f196";}.fa-space-shuttle:before {  content: "\f197";}.fa-slack:before {  content: "\f198";}.fa-envelope-square:before {  content: "\f199";}.fa-wordpress:before {  content: "\f19a";}.fa-openid:before {  content: "\f19b";}.fa-institution:before,.fa-bank:before,.fa-university:before {  content: "\f19c";}.fa-mortar-board:before,.fa-graduation-cap:before {  content: "\f19d";}.fa-yahoo:before {  content: "\f19e";}.fa-google:before {  content: "\f1a0";}.fa-reddit:before {  content: "\f1a1";}.fa-reddit-square:before {  content: "\f1a2";}.fa-stumbleupon-circle:before {  content: "\f1a3";}.fa-stumbleupon:before {  content: "\f1a4";}.fa-delicious:before {  content: "\f1a5";}.fa-digg:before {  content: "\f1a6";}.fa-pied-piper:before {  content: "\f1a7";}.fa-pied-piper-alt:before {  content: "\f1a8";}.fa-drupal:before {  content: "\f1a9";}.fa-joomla:before {  content: "\f1aa";}.fa-language:before {  content: "\f1ab";}.fa-fax:before {  content: "\f1ac";}.fa-building:before {  content: "\f1ad";}.fa-child:before {  content: "\f1ae";}.fa-paw:before {  content: "\f1b0";}.fa-spoon:before {  content: "\f1b1";}.fa-cube:before {  content: "\f1b2";}.fa-cubes:before {  content: "\f1b3";}.fa-behance:before {  content: "\f1b4";}.fa-behance-square:before {  content: "\f1b5";}.fa-steam:before {  content: "\f1b6";}.fa-steam-square:before {  content: "\f1b7";}.fa-recycle:before {  content: "\f1b8";}.fa-automobile:before,.fa-car:before {  content: "\f1b9";}.fa-cab:before,.fa-taxi:before {  content: "\f1ba";}.fa-tree:before {  content: "\f1bb";}.fa-spotify:before {  content: "\f1bc";}.fa-deviantart:before {  content: "\f1bd";}.fa-soundcloud:before {  content: "\f1be";}.fa-database:before {  content: "\f1c0";}.fa-file-pdf-o:before {  content: "\f1c1";}.fa-file-word-o:before {  content: "\f1c2";}.fa-file-excel-o:before {  content: "\f1c3";}.fa-file-powerpoint-o:before {  content: "\f1c4";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {  content: "\f1c5";}.fa-file-zip-o:before,.fa-file-archive-o:before {  content: "\f1c6";}.fa-file-sound-o:before,.fa-file-audio-o:before {  content: "\f1c7";}.fa-file-movie-o:before,.fa-file-video-o:before {  content: "\f1c8";}.fa-file-code-o:before {  content: "\f1c9";}.fa-vine:before {  content: "\f1ca";}.fa-codepen:before {  content: "\f1cb";}.fa-jsfiddle:before {  content: "\f1cc";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {  content: "\f1cd";}.fa-circle-o-notch:before {  content: "\f1ce";}.fa-ra:before,.fa-rebel:before {  content: "\f1d0";}.fa-ge:before,.fa-empire:before {  content: "\f1d1";}.fa-git-square:before {  content: "\f1d2";}.fa-git:before {  content: "\f1d3";}.fa-hacker-news:before {  content: "\f1d4";}.fa-tencent-weibo:before {  content: "\f1d5";}.fa-qq:before {  content: "\f1d6";}.fa-wechat:before,.fa-weixin:before {  content: "\f1d7";}.fa-send:before,.fa-paper-plane:before {  content: "\f1d8";}.fa-send-o:before,.fa-paper-plane-o:before {  content: "\f1d9";}.fa-history:before {  content: "\f1da";}.fa-genderless:before,.fa-circle-thin:before {  content: "\f1db";}.fa-header:before {  content: "\f1dc";}.fa-paragraph:before {  content: "\f1dd";}.fa-sliders:before {  content: "\f1de";}.fa-share-alt:before {  content: "\f1e0";}.fa-share-alt-square:before {  content: "\f1e1";}.fa-bomb:before {  content: "\f1e2";}.fa-soccer-ball-o:before,.fa-futbol-o:before {  content: "\f1e3";}.fa-tty:before {  content: "\f1e4";}.fa-binoculars:before {  content: "\f1e5";}.fa-plug:before {  content: "\f1e6";}.fa-slideshare:before {  content: "\f1e7";}.fa-twitch:before {  content: "\f1e8";}.fa-yelp:before {  content: "\f1e9";}.fa-newspaper-o:before {  content: "\f1ea";}.fa-wifi:before {  content: "\f1eb";}.fa-calculator:before {  content: "\f1ec";}.fa-paypal:before {  content: "\f1ed";}.fa-google-wallet:before {  content: "\f1ee";}.fa-cc-visa:before {  content: "\f1f0";}.fa-cc-mastercard:before {  content: "\f1f1";}.fa-cc-discover:before {  content: "\f1f2";}.fa-cc-amex:before {  content: "\f1f3";}.fa-cc-paypal:before {  content: "\f1f4";}.fa-cc-stripe:before {  content: "\f1f5";}.fa-bell-slash:before {  content: "\f1f6";}.fa-bell-slash-o:before {  content: "\f1f7";}.fa-trash:before {  content: "\f1f8";}.fa-copyright:before {  content: "\f1f9";}.fa-at:before {  content: "\f1fa";}.fa-eyedropper:before {  content: "\f1fb";}.fa-paint-brush:before {  content: "\f1fc";}.fa-birthday-cake:before {  content: "\f1fd";}.fa-area-chart:before {  content: "\f1fe";}.fa-pie-chart:before {  content: "\f200";}.fa-line-chart:before {  content: "\f201";}.fa-lastfm:before {  content: "\f202";}.fa-lastfm-square:before {  content: "\f203";}.fa-toggle-off:before {  content: "\f204";}.fa-toggle-on:before {  content: "\f205";}.fa-bicycle:before {  content: "\f206";}.fa-bus:before {  content: "\f207";}.fa-ioxhost:before {  content: "\f208";}.fa-angellist:before {  content: "\f209";}.fa-cc:before {  content: "\f20a";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {  content: "\f20b";}.fa-meanpath:before {  content: "\f20c";}.fa-buysellads:before {  content: "\f20d";}.fa-connectdevelop:before {  content: "\f20e";}.fa-dashcube:before {  content: "\f210";}.fa-forumbee:before {  content: "\f211";}.fa-leanpub:before {  content: "\f212";}.fa-sellsy:before {  content: "\f213";}.fa-shirtsinbulk:before {  content: "\f214";}.fa-simplybuilt:before {  content: "\f215";}.fa-skyatlas:before {  content: "\f216";}.fa-cart-plus:before {  content: "\f217";}.fa-cart-arrow-down:before {  content: "\f218";}.fa-diamond:before {  content: "\f219";}.fa-ship:before {  content: "\f21a";}.fa-user-secret:before {  content: "\f21b";}.fa-motorcycle:before {  content: "\f21c";}.fa-street-view:before {  content: "\f21d";}.fa-heartbeat:before {  content: "\f21e";}.fa-venus:before {  content: "\f221";}.fa-mars:before {  content: "\f222";}.fa-mercury:before {  content: "\f223";}.fa-transgender:before {  content: "\f224";}.fa-transgender-alt:before {  content: "\f225";}.fa-venus-double:before {  content: "\f226";}.fa-mars-double:before {  content: "\f227";}.fa-venus-mars:before {  content: "\f228";}.fa-mars-stroke:before {  content: "\f229";}.fa-mars-stroke-v:before {  content: "\f22a";}.fa-mars-stroke-h:before {  content: "\f22b";}.fa-neuter:before {  content: "\f22c";}.fa-facebook-official:before {  content: "\f230";}.fa-pinterest-p:before {  content: "\f231";}.fa-whatsapp:before {  content: "\f232";}.fa-server:before {  content: "\f233";}.fa-user-plus:before {  content: "\f234";}.fa-user-times:before {  content: "\f235";}.fa-hotel:before,.fa-bed:before {  content: "\f236";}.fa-viacoin:before {  content: "\f237";}.fa-train:before {  content: "\f238";}.fa-subway:before {  content: "\f239";}.fa-medium:before {  content: "\f23a";}/** * BxSlider v4.1.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com *//** RESET AND LAYOUT===================================*/.bx-wrapper {	position: relative;	margin: 0 auto 10px auto;	padding: 0;	*zoom: 1;}.homeSlider .bx-wrapper img {	max-width: 1410px;	min-width:500px;	width:100%;	display: block;	margin:0 auto;}.promoSlider .bx-wrapper img {	width:100%;	display: block;	margin:0 auto;}/** THEME===================================*/.bx-wrapper .bx-viewport {	/*-moz-box-shadow: 0 0 5px #ccc;*/	/*-webkit-box-shadow: 0 0 5px #ccc;*/	/*box-shadow: 0 0 5px #ccc;*/	/*border:  5px solid #fff;*/	/*left: -5px;*/	/*background: #fff;*/		/*fix other elements on the page moving (on Chrome)*/	-webkit-transform: translatez(0);	-moz-transform: translatez(0);	-ms-transform: translatez(0);	-o-transform: translatez(0);	transform: translatez(0);}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	bottom: -30px;	width: 100%;}/* LOADER */.bx-wrapper .bx-loading {	min-height: 50px;	background: url(bxSlider/bx_loader.gif) center center no-repeat #fff;	height: 100%;	width: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 2000;}/* PAGER */.bx-wrapper .bx-pager {	text-align: center;	font-size: .85em;	font-family: Arial;	font-weight: bold;	color: #666;	padding-top: 20px;	bottom:10px;}.promoSlider .bx-wrapper .bx-pager {	bottom:20px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {	display: inline-block;	*zoom: 1;	*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {	background: #666;	text-indent: -9999px;	display: block;	width: 10px;	height: 10px;	margin: 0 5px;	outline: 0;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {	background: #000;}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {	left: 20px;	background: url(bxSlider/controls.png) no-repeat 0 -32px;}.bx-wrapper .bx-next {  right:20px;	background: url(bxSlider/controls.png) no-repeat -43px -32px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;  top:50%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 9999;}.bx-wrapper .bx-controls-direction a.disabled {	display: none;}/* AUTO CONTROLS (START / STOP) */.bx-wrapper .bx-controls-auto {	text-align: center;}.bx-wrapper .bx-controls-auto .bx-start {	display: block;	text-indent: -9999px;	width: 10px;	height: 11px;	outline: 0;	background: url(bxSlider/controls.png) -86px -11px no-repeat;	margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {	background-position: -86px 0;}.bx-wrapper .bx-controls-auto .bx-stop {	display: block;	text-indent: -9999px;	width: 9px;	height: 11px;	outline: 0;	background: url(bxSlider/controls.png) -86px -44px no-repeat;	margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {	background-position: -86px -33px;}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {	text-align: left;	width: 80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {	right: 0;	width: 35px;}/* IMAGE CAPTIONS */.bx-wrapper .bx-caption {	position: absolute;	bottom: 0;	left: 0;	background: #666\9;	background: rgba(80, 80, 80, 0.75);	width: 100%;}.bx-wrapper .cont{	padding:20px 20px 20px 90px;	text-align:left;}.bx-wrapper .bx-caption span {	color: #fff;	font-family: Arial;	display: block;	font-size: .85em;	padding: 10px;}.homeSlider .bx-wrapper .caption h1 {  color: #fff;  font-weight:bold;}.homeSlider .bx-wrapper .caption p {  color: #fff;  font-size:.9em;}.homeSlider .bx-wrapper .caption a{  background:url(../img/list_icon_01.png) center left no-repeat;  display: block;  font-size:.9em;  margin:10px 0;  padding-left:20px;}.homeSlider .bx-wrapper .caption a:link, .homeSlider .bx-wrapper .caption a:active, .homeSlider .bx-wrapper .caption a:visited{  color: #fff;}.homeSlider .bx-wrapper .caption a:hover{  color: #de0251;}.homeSlider .bx-wrapper .caption{  position:absolute;  top:0;  right:0;/*	background: #COLOR1;	background: rgba(60, 139, 219, 0.75);*/  width:42%;  height:100%;  color:#111;  text-align:center;  background: url(../img/slider_index_bg.png) left center;}.promoSlider .bx-wrapper .caption{  position:absolute;  bottom:40px;/*	background: #COLOR1;	background: rgba(60, 139, 219, 0.75);*/  /*width:350px;*/  /*height:100%;*/  /*color:#111;*/}@media screen and (max-width: 479px) {	.homeSlider .resumen{		display:none;	}}@media screen and (max-width: 639px) {		.homeSlider .bx-wrapper .caption h1 {  font-size:1em;	}    .bx-controls-direction{    display:none!important;  }  	.homeSlider .bx-wrapper .caption{    position: absolute;    top: 0;    right: 0;    width: 50%;    height: 100%;    color: #111;    background-image:none!important;    background-color:rgba(0,0,0,.3)!important;  }    .bx-wrapper .cont {    padding: 20px!important;  }}@media screen and (min-width: 640px) {    .bx-pager.bx-default-pager{    display:none!important;  }    .homeSlider .bx-wrapper .caption h1 {  font-size:1.2em;	}}/*! Pushy - v0.9.2 - 2014-9-13* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.* https://github.com/christophery/pushy/* by Christopher Yee *//* Menu Appearance */.pushy{    font-family:'Droid Sans', sans-serif;    position: static;    width: 100%;    height: 100%;    top: 0;    z-index: 9999;    background: #333332;    font-size: 0.9em;    font-weight: bold;    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);    overflow: auto;    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */}.pushy .list a{    display: block;    color: #fff;    font-size: 0.8em;    font-weight: normal;    padding: 5px 15px;    border-bottom: 1px solid rgba(0, 0, 0, .1);    border-top: 1px solid rgba(255, 255, 255, .1);    text-decoration: none;    text-align:center;}.pushy .list a:hover{    background: #7737C0;    color: #fff;    transition: all .5s;}.pushy .list a{    font-size: 1em;}.pushy .socialMenu a{    font-size: 1.5em;}.pushy ul{  margin:10px 0 20px 0;}.pushy ul ul{    margin:10px 0 20px 20px;    font-size:.9em;}/* Menu Movement *//*.pushy-left{    -webkit-transform: translate3d(-220px,0,0);    -moz-transform: translate3d(-220px,0,0);    -ms-transform: translate3d(-220px,0,0);    -o-transform: translate3d(-220px,0,0);    transform: translate3d(-220px,0,0);}*/.pushy-open{    -webkit-transform: translate3d(0,0,0);    -moz-transform: translate3d(0,0,0);    -ms-transform: translate3d(0,0,0);    -o-transform: translate3d(0,0,0);    transform: translate3d(0,0,0);}.container-push, .push-push{    -webkit-transform: translate3d(200px,0,0);    -moz-transform: translate3d(200px,0,0);    -ms-transform: translate3d(200px,0,0);    -o-transform: translate3d(200px,0,0);    transform: translate3d(200px,0,0);}/* Menu Transitions */.pushy, #container, .push{    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);    transition: transform .2s cubic-bezier(.16, .68, .43, .99);}/* Site Overlay */.site-overlay{    display: none;}.pushy-active .site-overlay{    /*    display: block;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    z-index: 9998;    background-color: rgba(0,0,0,0.5);    -webkit-animation: fade 500ms;    -moz-animation: fade 500ms;    -o-animation: fade 500ms;    animation: fade 500ms;    */    display: none;}@keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-moz-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-webkit-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}@-o-keyframes fade{    0%   { opacity: 0; }    100% { opacity: 1; }}/* Example Media Query */@media screen and (max-width: 768px){    .pushy{        font-size: 1.0em;    }}/* Menu Button */header .pushyContent{    background:#7737c0;    color:#fff;    padding:10px 0;}.pushyContent:hover{    background: #3f1075;    color: #fff;    cursor: pointer;}/*.menu-btn{    background: #COLOR1;    font-family:'Quicksand', sans-serif;    color: #fff;    float:left;    text-align: center;    cursor: pointer;    margin:5px;    width: auto!important;}*/.menu-btn .b1{    width: 35px;    height:35px;    margin-right: 10px;    float: left;}.menu-btn .b2 {    padding: 5px 0 0 0;    float: left;    text-transform:uppercase;}.menu-btn i{    background: #NEGRO;    border-radius:3px;        moz-border-radius:3px;    color:#fff;    font-size:1em;    padding-top:7px;    text-align: center;    height:100%;    width:100%;}.pushy .social li{    display:inline-block;    margin:0!important;}.pushy .lang li{    display:inline-block;    margin:0!important;}.pushy .social a,.pushy .lang a{    border:none!important;    padding:4px!important;}.pushy-top{    display:none;}.pushy-active .pushy-top{    display:block;}.jqifade{	position: absolute; 	background-color: #777777; }div.jqi{ 	width: 400px; 	max-width:90%;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	position: absolute; 	background-color: #ffffff; 	font-size: 11px; 	text-align: left; 	border: solid 1px #eeeeee;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	padding: 7px;}div.jqi .jqicontainer{ }div.jqi .jqiclose{ 	position: absolute;	top: 4px; right: -2px; 	width: 18px; 	cursor: default; 	color: #bbbbbb; 	font-weight: bold; }div.jqi .jqistate{	background-color: #fff;}div.jqi .jqititle{	padding: 5px 10px;	font-size: 16px; 	line-height: 20px; 	border-bottom: solid 1px #eeeeee;}div.jqi .jqimessage{ 	padding: 10px; 	line-height: 20px; 	color: #444444; }div.jqi .jqibuttons{ 	text-align: right; 	margin: 0 -7px -7px -7px;	border-top: solid 1px #e4e4e4; 	background-color: #f4f4f4;	border-radius: 0 0 6px 6px;	-moz-border-radius: 0 0 6px 6px;	-webkit-border-radius: 0 0 6px 6px;}div.jqi .jqibuttons button{ 	margin: 0;	padding: 15px 20px;	background-color: transparent;	font-weight: normal; 	border: none;	border-left: solid 1px #e4e4e4; 	color: #777; 	font-weight: bold; 	font-size: 12px; }div.jqi .jqibuttons button.jqidefaultbutton{	color: #489afe;}div.jqi .jqibuttons button:hover,div.jqi .jqibuttons button:focus{	color: #287ade;	outline: none;}.jqiwarning .jqi .jqibuttons{ 	background-color: #b95656;}/* sub states */div.jqi .jqiparentstate::after{ 	background-color: #777;	opacity: 0.6;	filter: alpha(opacity=60);	content: '';	position: absolute;	top:0;left:0;bottom:0;right:0;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;}div.jqi .jqisubstate{	position: absolute;	top:0;	left: 20%;	width: 60%;	padding: 7px;	border: solid 1px #eeeeee;	border-top: none;	border-radius: 0 0 6px 6px;	-moz-border-radius: 0 0 6px 6px;	-webkit-border-radius: 0 0 6px 6px;}div.jqi .jqisubstate .jqibuttons button{	padding: 10px 18px;}/* arrows for tooltips/tours */.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }/*------------------------------	Ext Blue------------------------------*/.extbluewarning .extblue{	border:1px red solid;}.extbluefade{	position: absolute;	background-color: #ffffff;}div.extblue{	border:1px #6289B6 solid;	position: absolute;	background-color: #CAD8EA;	padding: 0;	width: 300px;	text-align: left;}div.extblue .extblueclose{	background-color: #CAD8EA;	margin:2px -2px 0 0;	cursor: pointer;	color: red;	text-align: right;}div.extblue .extbluecontainer{	background-color: #CAD8EA;	padding: 0 5px 5px 5px;	color: #000000;	font:normal 11px Verdana;}div.extblue .extbluemessage{	background-color: #CAD8EA;	padding: 0;	margin:0 15px 15px 15px;}div.extblue .extbluebuttons{	text-align: center;	padding: 0px 0 0 0;}div.extblue button{	padding: 1px 4px;	margin: 0 10px;	background-color:#cccccc;	font-weight:normal;	font-family:Verdana;	font-size:10px;}