/* BASIC */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0pt auto;
  padding: 0pt;
  font-size: 10px;
  font-family: Arial, sans-serif;
  line-height: 1.5em;
  background-color: #FFFFFF;
  color: #666666;
}
/* LINKS */
a, a:active, a:visited {
  color: #36A0DA;
  text-decoration:none;
  border-bottom: 1px dotted #36A0DA;
}
  a:hover {
    color: #226599;
    border-bottom: 1px solid #226599;
  }

.titleBig {
  clear:none;
  color:#305681;
  display:block;
  font-size:21px;
  line-height:25px;
  padding: 0pt;
}

.titleBig2 {
  clear:none;
  color: #305681;
  display:block;
  font-size:24px;
  font-weight:bold;
  line-height:28px;
  padding: 0 0 0 4px;
  text-align:left;
}

.titleBig3 {
  clear:none;
  color:#305681;
  display:block;
  font-size:15px;
  font-weight:bold;
  line-height:20px;
  padding:5px 0 0 0;
}
.titleBig4 {
  clear:none;
  color:#305681;
  display:block;
  font-size:15px;
  font-weight:bold;
  line-height:18px;
  padding:5px 0 0 0;
}
.grayline {
  border-top:1px solid #DDDDFF;
  clear:both;
  display:block;
  margin:5px 1px 0 1px;
  padding:0;
  text-align:center;
}

.darkgrayline {
  border-top:1px solid #999999;
  clear:both;
  display:block;
  margin:5px 0 0 0;
  padding:0;
  text-align:center;
}

.titleBigTop {
  clear:none;
  color:#336699;
  display:block;
  font-size:17px;
  line-height:24px;
  padding:85px 14px 0 400px;
  text-align:right;
}
.loading2{
	width:128px;
	height:450px;
	display:block;
	margin: 0 auto;
  background: transparent url(/images/loadingAnimation2.gif) no-repeat scroll 0% 220px;
}
.langSelect {
  margin: 35px 20px 0 0; font-size: 10px;
  float:right;
}
.langMenuLabel {
  font-size:12px;
  font-weight:bold;
  border-bottom:0px none;
}
.langMenu{
  visibility: hidden;
  position:absolute;
  float:right;
  background-color: #E9FECB;
  border-top:1px solid #3399CC;
  border-left:1px solid #3399CC;
  border-right:1px solid #3399CC;
  border-bottom:0px none;
  font-size:11px;
  line-height: 15px;
  margin:0 0 0 -24px;
  z-index: 100;
}
  .langMenu img{
    vertical-align:bottom;
  }
  .langMenu a{
    display: block;
    padding: 2px 0 0 5px;
    border-bottom:1px solid #3399CC;
    text-decoration: none;
    font-weight: bold;
    height:20px;
  }
    .langMenu a:hover{
      background-color:#3399CC;
      color: #FFFFFF;
      border-bottom:1px solid #3399CC;
      text-decoration: none;
    }

/* CONTENT */
.content .header .logocontainer a, .content .header .logocontainer a:hover,
.content .header .menucontainer a, .content .header .menucontainer a:hover,
.content .header .squarebutton a, .content .header .squarebutton a:hover,
.tabs a, .tabs a:hover {
  border: 0px none;
}

.content {
  margin: 0pt auto;
  padding: 0pt;
  width: 940px;
}
  /* CONTENT - header */
  .content .header {
    width: 940px;
    height: 69px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/maincontenthead.png) no-repeat scroll 0% 58px;
  }
    .content .header .logocontainer {
      display: block;
      float: left;
      height: 58px;
      margin: 0;
      padding: 0;
      width: 300px;
    }
      .content .header .logocontainer .logo {
        background: transparent url(/images/logo.png?v3) no-repeat scroll 0% 0%;
        display: block;
        height: 58px;
        margin: 0;
        padding: 0;
        text-indent: -3000em;
        width: 300px;
      }
    .content .header .menucontainer {
      width: 475px;
      height: 58px;
      margin: 0px;
      padding: 0px;
      float: left;
      background: transparent url(/images/headerright.gif) repeat-x scroll 0%  -116px;
    }
      .content .header .menucontainer .bar {
        height: 33px;
        font-size: 15px;
        font-weight:bold;
        margin: 26px 0px 0px 0px;
        padding: 0;
      }
        .content .header .menucontainer .bar li a:visited {
        }
        .content .header .menucontainer .bar ul {
          list-style:none;
        }
        .content .header .menucontainer .bar li {
          float: left;
          height: 33px;
          width: 100px;
        }
          .content .header .menucontainer .bar li.hidden {
            width: 30px;
          }
          .content .header .menucontainer .bar li a {
            background: transparent url(/images/menu.png) no-repeat center -66px;
            text-decoration: none;
            height: 29px;
            display: block;
            line-height:29px;
            text-align: center;
            color: #565656;
            padding:4px 0 0 0;
          }
          .content .header .bar li.inactive a:hover {
            background: transparent url(/images/menu.png) no-repeat center -33px;
            color: #ffffff;
          }
          .content .header .bar li.active a, .bar li.active a:visited, .bar li.active a:active {
            background: transparent url(/images/menu.png) no-repeat center 0px;
            color: #ffffff;
          }

    .content .header .headerend {
      height: 58px;
      width: 150px;
      margin: 0px;
      padding: 0px;
      float: right;
      display: block;
    }

  /* CONTENT - main */
  .content .main {
    background: transparent url(/images/maincontentmid.png) repeat-y scroll 0% 0%;
    margin: 0;
    padding: 0;
    width:940px;
  }
    .content .main .mainbg {
      background: transparent url(/images/maincontenttop.png) no-repeat scroll 0% 0%;
      padding: 0 20px;
      margin: 0;
    }
    .content .main .mainbot {
      background: transparent url(/images/maincontentbot.png) repeat-y scroll 0% 0%;
      height:14px;
      margin: 0;
      padding: 0;
    }

    /* UNIQUE COLUMN */
    .content .main .mainbg .maincolumn {
      clear: none;
      display: block;
      padding: 7px 0 5px 0;
      width: 900px;
    }
      .content .main .mainbg .maincolumn .topbox-afiliados-panel {        
        clear: none;
        display: block;
        margin: 0;
        padding: 0;
        height: 70px;
      }
      .content .main .mainbg .maincolumn .topbox-admin-panel {
        background: transparent url(/images/topbox-admin-panel.png) no-repeat scroll 0% 0%;
        clear: none;
        display: block;
        margin: 0;
        padding: 0;
        height: 70px;
      }
      .content .main .mainbg .maincolumn .text {
        background-color: #FFFFFF;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        clear: none;
        display: block;
        font-size:13px;
        line-height:1.5em;
        margin:0;
        padding:5px 15px;
        text-align:justify;
      }
        .content .main .mainbg .maincolumn .text .tabContainer {
          clear: none;
          display: block;
          margin:0;
          padding:0;
        }


    /* LEFT COLUMN */
    .content .main .mainbg .leftcolumn {
      clear: none;
      display: block;
      float: left;
      padding: 7px 0 0 0;
      width: 620px;
    }
      .content .main .mainbg .leftcolumn .topbox-home,
      .content .main .mainbg .leftcolumn .topbox-afiliados,
      .content .main .mainbg .leftcolumn .topbox-anunciantes,
      .content .main .mainbg .leftcolumn .topbox-contacto {
        clear: none;
        display: block;
        margin: 0;
        padding: 0;
      }
      .content .main .mainbg .leftcolumn .topbox-home {
        background: transparent url(/images/topbox-620.gif) no-repeat scroll 0% 0%;
        height: 4px;
        font-size:0;
      }
      .content .main .mainbg .leftcolumn .topbox-afiliados {
        height: 70px;
      }
      .content .main .mainbg .leftcolumn .topbox-anunciantes {
        height: 70px;
      }
      .content .main .mainbg .leftcolumn .topbox-contacto {
        height: 70px;
      }
      .content .main .mainbg .leftcolumn .homebanner {
        background: transparent url(/images/home-banner.png?v3) no-repeat scroll 0% 0%;
        clear: none;
        display: block;
        font-size:13px;
        height:220px;
        line-height:1.5em;
        margin:0 0 10px 0;
        padding:0;
        width:620px;
      }
      .content .main .mainbg .leftcolumn .text {
        background-color: #FFFFFF;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        clear: none;
        display: block;
        font-size:14px;
        line-height:1.5em;
        margin:0;
        padding:5px 15px;
        text-align:left;
      }
        .content .main .mainbg .leftcolumn .text .logos {
          background: transparent url(/images/lefttablelogos.gif) no-repeat scroll 0% 0%;
          clear: none;
          display: block;
          height: 50px;
        }
      .content .main .mainbg .leftcolumn .botbox{
        background: transparent url(/images/topbox-620.gif) no-repeat scroll 0% -4px;
        height: 4px;
        font-size:0;
      }
      .content .main .mainbg .maincolumn .botbox{
        background: transparent url(/images/topbox-900.gif) no-repeat scroll 0% -4px;
        height: 4px;
        font-size:0;
      }
      .content .main .mainbg .leftcolumn .homeboxes {
        display:block;
        clear:both;
        margin:0;
        padding:10px 0 0 0;
      }
        .content .main .mainbg .leftcolumn .homeboxes .leftbox,
        .content .main .mainbg .leftcolumn .homeboxes .rightbox {
          background: transparent url(/images/box-260-shade.gif) no-repeat scroll bottom left;
          clear:none;
          display:block;
          height:180px;
          margin:0;
          padding:0;
          width:260px;
        }
        .content .main .mainbg .leftcolumn .homeboxes .leftbox {
          float:left;
        }
        .content .main .mainbg .leftcolumn .homeboxes .rightbox {
          float:right;
        }
        .content .main .mainbg .leftcolumn .homeboxes .boxtop {
          background: transparent url(/images/box-260-shade.gif) no-repeat scroll top left;
          clear:both;
          display:block;
          height:25px;
          margin:0;
          padding:10px 15px;
          text-align:center;
        }

    /* RIGHT COLUMN */
    .content .main .mainbg .rightcolumn {
      clear: none;
      display:block;
      float: right;
      margin: 6px 0 0 0;
      width: 280px;
    }
      .content .main .mainbg .rightcolumn .novedades-boxtop {
        background:transparent url(/images/box-260.gif) no-repeat scroll left top;
        margin:0 0 0 18px;
        padding:0 0 5px;
        width:260px;
        font-size:0px;
      }
      .content .main .mainbg .rightcolumn .novedades {
        background:transparent url(/images/box-260.gif) no-repeat scroll left bottom;
        margin:0 0 0 18px;
        padding:0 0 10px;
        width:260px;
      }
        .content .main .mainbg .rightcolumn .novedades .formnovedades {
          margin:0 15px;
          padding:0;
          width:230px;
        }

      .content .main .mainbg .rightcolumn .afiliados-login-boxtop {
        background:transparent url(/images/box-260.gif) no-repeat scroll left top;
        margin:0 0 0 18px;
        padding:0 0 5px;
        width:260px;
        font-size:0px;
      }
      .content .main .mainbg .rightcolumn .afiliados-login {
        background:transparent url(/images/box-260.gif) no-repeat scroll left bottom;
        margin:0 0 0 18px;
        padding:0 0 10px;
        width:260px;
      }



/* BUTTON BIG */
a.squarebutton, a.squarebutton-graybg {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  line-height: 19px;
  padding-left: 9px;
  text-decoration: none;
}
a.squarebutton {
  background: transparent url(/images/btn.png) no-repeat top left;
}
a.squarebutton-graybg {
  background: transparent url(/images/btn-graybg.png) no-repeat top left;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton, 
a:link.squarebutton-graybg, a:visited.squarebutton-graybg, a:active.squarebutton-graybg {
  color: #FFFFFF;
  border:0 none;
}
  a.squarebutton span {
    background: transparent url(/images/btn.png) no-repeat top right;
    display: block;
    padding: 9px 15px 9px 6px;
  }
  a.squarebutton-graybg span {
    background: transparent url(/images/btn-graybg.png) no-repeat top right;
    display: block;
    padding: 9px 15px 9px 6px;
  }
  a.squarebutton:hover,
  a.squarebutton-graybg:hover {
    background-position: bottom left;
  }
    a.squarebutton:hover span,
    a.squarebutton-graybg:hover span {
      background-position: bottom right;
      color: #FFFFFF;
    }
/* BUTTON SMALL */
a.squarebutton2, a.squarebutton2-graybg {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 15px;
  padding-left: 9px;
  text-decoration: none;
}
a.squarebutton2 {
  background: transparent url(/images/btn2.png) no-repeat top left;
}
a.squarebutton2-graybg {
  background: transparent url(/images/btn2-graybg.png) no-repeat top left;
}
a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2, 
a:link.squarebutton2-graybg, a:visited.squarebutton2-graybg, a:active.squarebutton2-graybg {
  color: #FFFFFF;
  border:0 none;
}
  a.squarebutton2 span {
    background: transparent url(/images/btn2.png) no-repeat top right;
    display: block;
    padding: 4px 15px 6px 6px;
  }
  a.squarebutton2-graybg span {
    background: transparent url(/images/btn2-graybg.png) no-repeat top right;
    display: block;
    padding: 4px 15px 6px 6px;
  }
  a.squarebutton2:hover,
  a.squarebutton2-graybg:hover {
    background-position: bottom left;
  }
    a.squarebutton2:hover span,
    a.squarebutton2-graybg:hover span {
      background-position: bottom right;
      color: #FFFFFF;
    }
.buttonwrapper{
  display: block;
  overflow: hidden;
  width: 100%;
}


/* ULs */
.ulTitle {
  color: #336699;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  list-style-image: url(/images/bullet.gif);
  list-style-position:outside;
  margin: 0px 0px 5px 15px;
  padding: 0pt;
}

.ulSmallText {
  list-style-image:url(/images/bulletarrow.gif);
  list-style-position:outside;
  margin:0 0 0 15px;
  padding:0;
  text-align:left;
}
  .ulSmallText li {
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    margin:4px 0 0;
    padding:0;
  }

.ulSmallTextDisc {
  list-style-image:url(/images/bulletarrow.gif);
  list-style-position:outside;
  margin:0 0 0 15px;
  padding:0;
  text-align:left;
  color: #305681;
}
  .ulSmallTextDisc li {
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    margin:6px 0 0;
    padding:0;
  }

.ulAnunciantes {
  list-style-type:disc;
  list-style-position:outside;
  margin:0 0 0 25px;
  padding:0;
  text-align:left;
}
  .ulAnunciantes li {
    font-size:13px;
    font-weight:normal;
    line-height:16px;
    margin:6px 0 0;
    padding:0;
  }

.ulSmallTextMyInfo {
  list-style-image:url(/images/bulletarrow.gif);
  list-style-position:outside;
  margin:5px 0 0 20px;
  padding:0;
  text-align:left;
}
  .ulSmallTextMyInfo li {
    float:left;
    font-size:13px;
    font-weight:normal;
    line-height:20px;
    margin:5px 50px 10px 0;
    padding:0;
  }

.ulSmallTextNovedades {
  lIst-style-image:url(/images/bulletinfo.gif);
  margin:5px 0 0 15px;
  padding:0;
  text-align:left;
}
  .ulSmallTextNovedades li {
    font-size:12px;
    font-weight:normal;
    line-height:17px;
    margin:7px 0px 0px 0px;
    padding:0;
  }
  .ulSmallTextNovedades .fecha {
    font-size:11px;
    font-weight:bold;
    color: #336699;
  }

.ulSmallTextClientes {
  list-style-type:none;
  margin:5px 0 0 10px;
  padding:0;
  text-align:left;
}
  .ulSmallTextClientes li {
    font-size:12px;
    font-weight:normal;
    line-height:17px;
    margin:7px 0px 10px 0px;
    padding:0;
  }

.ulSmallTextInfo {
  list-style-image:url(/images/bulletinfo.gif);
  list-style-position:outside;
  margin:5px 0 0 16px;
  padding:0;
  text-align:left;
  color: #8A8A8A;
}
  .ulSmallTextInfo li {
    font-size:11px;
    font-weight:normal;
    line-height:13px;
    margin:10px 0px 0px 0px;
    padding:0;
  }

.ulTextInfo {
  list-style-image:url(/images/bulletinfo.gif);
  list-style-position:outside;
  margin:0 0 0 16px;
  padding:0;
  text-align:left;
  color: #8A8A8A;
}
  .ulTextInfo li {
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    margin:0;
    padding:0;
  }

.ulSmallTextCreate {
  list-style-image:url(/images/bulletarrow.gif);
  list-style-position:outside;
  margin:0 0 0 15px;
  padding:0;
  text-align:left;
}
  .ulSmallTextCreate li {
    font-size:13px;
    font-weight:normal;
    line-height:18px;
    margin:6px 0 0;
    padding:0;
  }

/* AFILIADOS */
.tabs {
  float:left;
  font-size:12px;
  font-weight:bold;
  font-family:Tahoma;
  height:25px;
  margin:5px 0 0;
  padding:0;
  float:left;
}
  .tabs li a:visited {
  }
  .tabs ul {
    list-style:none;
  }
  .tabs li {
    float: left;
    height: 24px;
    width: 130px;
  }
    .tabs li.hiddenL {
      background: transparent url(/images/tabmenu.gif) no-repeat left -90px;
      text-decoration: none;
      height: 26px;
      display: block;
      line-height:25px;
      text-align: center;
      padding:4px 0 0 0;
      width: 20px;
    }
    .tabs li a {
      background: transparent url(/images/tabmenu.gif) no-repeat center -30px;
      text-decoration: none;
      height: 26px;
      display: block;
      line-height:25px;
      text-align: center;
      color: #888888;
      padding:4px 0 0 0;
    }
    .tabs li.inactive a:hover {
      background: transparent url(/images/tabmenu.gif) no-repeat center -60px;
      color: #333333;
    }
    .tabs li.active a, .tabs li.active a:visited, .tabs li.active a:active {
      background: transparent url(/images/tabmenu.gif) no-repeat center 0px;
      color: #305681;
    }
.tabsEnd {
  background:transparent url(/images/tabmenu.gif) repeat-x scroll right -90px;
  clear:none;
  display:block;
  float:right;
  font-family:Trebuchet MS;
  font-size:13px;
  font-weight:bold;
  height:25px;
  margin:5px 0 0 0;
  padding:5px 0 0 0;
  text-align:right;
  width:360px;
}
 
.mytabsMainDiv {
  background: #FFFFFF;
  width:868px;
  margin-bottom:10px;
  padding: 10px 0 10px 0;
}

.formMyTabs {
  clear:none;
  display:block;
  margin:0px;
  padding:0px;
}

.formfilters {
  padding:0;
  margin:0;
}
  .dashboard-smallbox {
    float:left;
    width:278px;
    border:1px solid #99BBEE;
    padding:0;
    margin:0 14px 0 0;
  }
  .dashboard-midbox {
    float:left;
    width:425px;
    border:1px solid #99BBEE;
    padding:0;
    margin:0 14px 0 0;
  }
  .dashboard-largebox {
    float:left;
    width:866px;
    border:1px solid #99BBEE;
    padding:0;
    margin:0;
  }
  .dashboard-title {
    display:block;
    height:20px;
    background:#E9F6F9;
    border-bottom:1px solid #99BBEE;
    font-weight:bold;
    color:#6A6A6A;
    margin:0;
    padding:3px 5px;
    font-size:14px;
  }
  .dashboard-content {
    margin:0;
    padding:5px 5px;
  }

.myinfonotags  {
  display:block;
  clear:none;
  margin:3px 0;
  background:#FAFAFF;
  border:1px solid #C5C5F0;
  padding:5px 15px 10px;
}

/* myInfo */
.formMyInfo {
  clear:none;
  display:block;
  margin:0px;
  padding:0px;
}
.formMyInfo .paragraph {
  clear: left;
  margin: 0;
  padding: 8px 0 6px 160px;
  border-bottom: 1px dashed #CFCFEE;
  display:block;
}
.formMyInfo label {
  color:#636363;
  float:left;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
  margin-left:-155px;
}
.formMyInfo .inputtext {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:12px;
  line-height: 16px;
  width:280px;
  height: 16px;
  padding:0 2px;
  color:#333333;
}
.formMyInfo .inputlabel {
  background:#F6F6F6 none repeat scroll 0 0;
  border:1px solid;
  border-top-color:#7777AA;
  border-bottom-color:#bbbbff;
  border-left-color:#7777AA;
  border-right-color:#bbbbff;
  font-family: verdana;
  font-size:13px;
  width:280px;
  height: 20px;
  padding:0 2px;
  display:block;
}
.formMyInfo .inputtextshort {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:14px;
  font-weight:bold;
  line-height: 17px;
  width:40px;
  height: 20px;
  padding:0 2px;
  color:#333333;
  margin:0 0 4px 0;
  text-transform:uppercase;
}
.formMyInfo .checktext {
  border:1px solid #CFCFEE;
  height:15px;
  vertical-align:middle;
  width:20px;
}

/* LOGIN */
.formlogin {
  margin:0;
  padding:0 12px;
  clear:none;
}
.formlogin p {
  clear: left;
  margin: 1px 0 0 0;
  padding: 2px 0;
}
.formlogin label {
  display:block;
  float:left;
  font-size:12px;
  font-weight:bold;
  line-height:20px;
  width:70px;
}
.formlogin .inputtext {
  background:#FAFAFF none repeat scroll 0% 0%;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:11px;
  line-height: 13px;
  width:160px;
  text-transform: lowercase;
  height: 13px;
  padding:1px;
  color:#333333;
  float:left;
}
.formlogin .checktext {
  height:15px;
  vertical-align:middle;
  width:20px;
}
.loginerror {
  clear:both;
  margin:5px 0;
  padding:0 0 2px 0;
  border:1px solid #CC3333;
  line-height:12px;
  font-size:10px;
  color:#CC3333;
  font-weight:bold;
  text-align:center;
  background-color:#FFF9F9;
}

.logout {
  clear:none;
  display:block;
  float:right;
  font-family:Trebuchet MS;
  font-size:13px;
  font-weight:bold;
  margin:27px 0 0 0;
  padding:0 5px 0 0;
}
.logout label {
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
}
.logout a, .logout a:active, .logout a:visited {
  color: #336699;
  text-decoration:none;
  border-bottom: 1px dotted #36A0DA;
  margin-bottom: 5px;
}
  .logout a:hover {
    color: #226599;
    border-bottom: 1px solid #226599;
  }

.emailhome {
  clear:both;
  display:block;
  font-family:Trebuchet MS;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  text-align:center;
  width:235px;
  color:#666677;
}

.linkrecover {
  border-top:1px solid #DDDDFF;
  clear:both;
  display:block;
  margin:4px 0 0;
  padding:2px 0 0 0;
  text-align:center;
}
.linkrecover a {
  font-size:11px;
  font-weight:bold;
  line-height:15px;
  text-decoration:none;
}

/* REGISTRACION */
.formregister {
  margin:0;
  padding:0 12px;
  clear:none;
}
.formregister .paragraph {
  clear: left;
  margin: 0;
  padding: 8px 0 6px 160px;
  border-bottom: 1px dashed #CFCFEE;
  display:block;
}
.formregister label {
  color:#636363;
  float:left;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
  margin-left:-155px;
}
.formregister .inputtext {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:12px;
  line-height: 16px;
  width:280px;
  height: 16px;
  padding:0 2px;
  color:#333333;
}
.formregister .inputtextshort {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:14px;
  font-weight:bold;
  line-height: 17px;
  width:40px;
  height: 20px;
  padding:0 2px;
  color:#333333;
  margin:0 0 4px 0;
  text-transform:uppercase;
}
.formregister .checktext {
  border:1px solid #CFCFEE;
  height:15px;
  vertical-align:middle;
  width:20px;
}
.terminosDiv {
  display:block;
  height:250px;
  width:440px;
  overflow:auto;
  text-align:justify;
  margin: 0 auto;
  padding:5px;
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: Times New Roman, serif;
  font-size:12px;
  line-height: 15px;
  color:#333333;
}

/* CONTACTO */
.formcontact {
  padding:2px 8px 2px 8px; 
  margin:0px;
}
.formcontact .paragraph {
  clear: left;
  margin: 0;
  padding: 8px 0 6px 110px;
  border-bottom: 1px dashed #CFCFEE;
  display:block;
}
.formcontact label {
  color:#636363;
  float:left;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
  margin-left:-105px;
}
.formcontact .inputtext {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:12px;
  line-height: 16px;
  width:280px;
  height: 16px;
  padding:0 2px;
  color:#333333;
}
.formcontact .inputtextshort {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:14px;
  font-weight:bold;
  line-height: 17px;
  height: 20px;
  padding:0 2px;
  color:#333333;
  margin:0 0 4px 0;
  width:40px;
  text-transform:uppercase;
}
.formcontact textarea{
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: trebuchet MS;
  font-size:12px;
  line-height: 16px;
  width:280px;
  height: 120px;
  padding:0 2px;
  color:#333333;
}

/* CONTACTO SMALL */
.formcontactSmall {
  margin:0 12px;
  padding:0;
  width:230px;
}
.formcontactSmall p {
  clear: left;
  margin: 0;
  padding: 5px 0;
}
.formcontactSmall label {
  clear:both;
  display:block;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
}
.formcontactSmall .inputtext {
  background:#FAFAFF none repeat scroll 0% 0%;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:11px;
  line-height: 16px;
  width:225px;
  text-transform: lowercase;
  height: 16px;
  padding:1px;
  color:#333333;
}
.formcontactSmall .inputtextshort {
  background:#FAFAFF none repeat scroll 0% 0%;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:14px;
  height: 20px;
  font-weight:bold;
  line-height: 17px;
  width:225px;
  text-transform: lowercase;
  height: 16px;
  padding:1px;
  color:#333333;
  width:40px;
  text-transform:uppercase;
}
.formcontactSmall textarea {
  background:#FAFAFF none repeat scroll 0% 0%;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:12px;
  line-height: 16px;
  width:225px;
  text-transform: lowercase;
  height: 100px;
  padding:1px;
  color:#333333;
}

/* MI OSADSPRO */
.myTags {
  display:block;
  clear:none;
  border:1px dotted #CFCFEE;
  background-color:#FBFBFB;
  padding:2px 2px 2px 5px;
  margin:5px 0 10px 0;
  font-size:11px;
  line-height:14px;
  width:400px;
}
  .myTags .tagArrow {
    vertical-align:baseline;
    float:left;
    clear:none;
    margin:4px 3px 0 0;
  }
  .myTags .tagLabel {
    float:left;
    clear:none;
    padding: 2px 0px 0px 0px;
    font-size:12px;
    font-weight:bold;
  }
.colorPreviewSmall {
  margin: 0px 2px;
  padding: 1px 2px;
  font-weight:bold;
  text-decoration:none;
}


/* TAGS */
.formInput p{
  clear: left;
  margin: 0;
  padding: 6px 0px 12px 220px;
  border-top: 1px dashed #CFCFEE;
}
.formInput .subDiv {
  clear: left;
  margin: 0;
  padding: 6px 0px 6px 220px;
  border-top: 1px dashed #CFCFEE;
  display:block;
}

.formInput label {
  color:#636363;
  float:left;
  font-size:14px;
  line-height:20px;
  float: left;
  margin-left: -215px;
  width: 200px;
}

.formInput select{
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:13px;
  width:200px;
  height: 21px;
  padding:0px;
}
.formInput .inputtext {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:13px;
  width:80px;
  text-transform: uppercase;
  height: 17px;
  padding:0 2px;
}
.formInput .inputtextlong {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:13px;
  width:80px;
  height: 17px;
  padding:0 2px;
  width:300px;
}
.formInput .inputlabel {
  background:#F6F6F6 none repeat scroll 0 0;
  border:1px solid;
  border-top-color:#7777AA;
  border-bottom-color:#bbbbff;
  border-left-color:#7777AA;
  border-right-color:#bbbbff;
  font-family: verdana;
  font-size:13px;
  width:80px;
  height: 17px;
  padding:0 3px;
}
.formInput .inputtextshort {
  background:#FAFAFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:13px;
  width:55px;
  text-transform: uppercase;
  float: left;
  display: block;
  margin: 0px 5px 6px 0px;
  height: 17px;
  padding:0 2px;
}
.formInput .inputradio {
  vertical-align: -2px;
}
.formInput .colorpreview {
  clear:right;
  float:left;
  display:block;
  width:20px;
  height:17px;
  border:1px solid #222222;
  padding:0px;
  margin:0px;
  cursor: hand;
  cursor: pointer;
}


/* ESTADISTICAS */
.selectfiltrosdiv {
  display:block;
  float:left;
  clear:none;
  margin:0 15px 0 0;
}
.selectfiltroslabel{
  display:block;
  line-height:23px;
  float:left;
  clear:none;
  margin:0 5px 0 0;
  font-size:12px;
  font-weight:bold;
  text-align:right;
}
.selectfiltros{
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid;
  border-color:#A6A6AF #E6E6EF #E6E6EF #A6A6AF;
  font-family: verdana;
  font-size:11px;
  margin:2px 0;
  padding:1px;
  display:block;
  float:left;
  clear:none;
}


/* FOOTER */
.footer {
  background:transparent url(/images/footer.gif) repeat-x scroll 0 0;
  clear:both;
  display:block;
  font-size:10px;
  height:40px;
  margin:5px 0 0;
  padding:0;
  text-align:center;
  width:940px;
}
  .footer a, .footer a:hover {
  }
  .footer .topline a {
  }
  .footer .botline, .footer .botline a {
  }



#gallery {height:150px;}
#images {}
#image {
  height:140px;
  width:200px;
  margin:5px 0 0 10px;
  position:relative
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {display:none;}
