/* CSS Document */

.contenedor, .contenedor2 {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

.contenedor:before,
.contenedor:after,
.contenedor2:before,
.contenedor2:after {
    display: table;
    content: " ";
}

.contenedor:after,
.contenedor2:after {
    clear: both;

}

.slogan {
    display: block;
    width: 500px;
    height: 37px;
    padding: 63px 0 0 151px;
    color: #528BA6;
    float: left;

    font-size: 14px;
}

.right-slogan {
    display: block;
    /*height: 100px;*/
    float: right;
    font-size: 14px;
    width: 500px;
    margin-top: 10px;
}

.login {
    width: 500px;
    height: 40px;
    float: left;

}

header {
    height: 135px;
    width: 1000px;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    /*margin: 10px 0 0 0;*/
    margin: 0 auto;
}

.top {
    list-style: none;
    float: right;
    padding-left: 0;
}

.top .social ul {
    border: 1px solid #CCCCCC;
    height: 34px;
    padding-left: 0;
    margin: 0px 3px 3px;
}

.top .social li:nth-child(1) {
    margin: 0;
}

.top .social li {
    margin: 0;
}

.top li {
    float: left;
    margin: 0 0px 5px 0px;
    text-align: center
}

.size1 {
    font-size: 11px;
    text-align: right;
    color: #999;
}

.size1 > a {
    font-size: 11px;
    text-align: right;
    color: #999;
}

.creditos-header {
    text-align: right;
    width: 500px;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    color: #999;
    font-size: 12px;
}

.size2 {
    font-size: 24px;
    color: #538ba4;
}

/*--------------------------------------------------------------------------
  MENU GENERAL
/*------------------------------------------------------------------------*/
/* line 5779, ../sass/bootstrap_masterpiece.scss */
nav {
    float: left;
    height: 35px;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #e3e3e5;
    border-bottom: 1px solid #b7b6bb;
    background: #ececec;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cdcdcd', GradientType=0);
    /* IE6-8 */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 3px solid #5587A0;
}

/* line 5816, ../sass/bootstrap_masterpiece.scss */
ul#navigation {
    margin: 0px -40px;
    float: left;
    height: 24px;
}

/* line 5820, ../sass/bootstrap_masterpiece.scss */
ul#navigation li {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

/* line 5828, ../sass/bootstrap_masterpiece.scss */
ul#navigation li a {
    padding: 7px 20px;
    color: #616161;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

/* line 5837, ../sass/bootstrap_masterpiece.scss */
ul#navigation li a:hover {
    background: #538ba4;
    color: #FFFFFF;
}

/* line 5843, ../sass/bootstrap_masterpiece.scss */
ul#navigation li:hover > a {
    background: #538ba4;
}

/* line 5846, ../sass/bootstrap_masterpiece.scss */
ul#navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
}

/* line 5852, ../sass/bootstrap_masterpiece.scss */
ul#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 250px;
    background: #f7f7f7;
    box-shadow: 1px 1px 5px #333;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
    -moz-transition: opacity 0.5s linear, visibility 0.5s linear;
    -o-transition: opacity 0.5s linear, visibility 0.5s linear;
    transition: opacity 0.5s linear, visibility 0.5s linear;
    top: 33px;
    left: 0px;
}

/* line 5867, ../sass/bootstrap_masterpiece.scss */
ul#navigation ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #c9c9c9;
}

/* line 5868, ../sass/bootstrap_masterpiece.scss */
ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    /*width: 150px;*/
    background: #F2F2F2;
    box-shadow: -1px 1px 5px #333;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
    -moz-transition: opacity 0.5s linear, visibility 0.5s linear;
    -o-transition: opacity 0.5s linear, visibility 0.5s linear;
    transition: opacity 0.5s linear, visibility 0.5s linear;
    top: 0;
    left: 181px;
}

/* line 5890, ../sass/bootstrap_masterpiece.scss */
ul#navigation ul li a {
    background: none;
    padding: 7px 15px;
    color: #616161;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
    width: 250px;
}

/* line 5901, ../sass/bootstrap_masterpiece.scss */
ul#navigation ul li a:hover > ul {
    color: #FFFFFF;
}

/* line 5910, ../sass/bootstrap_masterpiece.scss */
ul#navigation li a.first {
    border-left: 0 none;
    background: #538ba4;
    color: #FFF;
}

/* line 5914, ../sass/bootstrap_masterpiece.scss */
ul#navigation li a.last {
    border-right: 0 none;
}

.bloque1 {
    background-image: url("../img/home5.png");
    background-position: 184px -327px;
    background-repeat: no-repeat;
    background-size: 133% 170%;
    border-bottom: 10px solid #5587a0;
    float: left;
    height: 519px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    /*z-index: 3;*/
}

.banner-text {
    width: 430px;
    height: 187px;
    /*margin:20px 15px 0 422px;
	float:left;*/
    /*float:right;*/
    margin-left: 20px;
    text-align: left;
    /*color:#626162;
	font-size:12px;*/
    font-size: 16px;
    color: #999;
}

h1 {
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    color: #538BA4;
    /*text-transform: uppercase;*/
    font-size: 22px;
    letter-spacing: -1px;
}

h2 {
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0;
}

h3 {
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    color: #518AA3;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0 15px 0;
    line-height: 10px;
    padding: 0;
}

div.empresa-text ul.list-empresa li h3 {
    letter-spacing: -3px;
}

h4 {
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    color: #518AA3;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 15px 0;
    line-height: 16px;
    padding: 0;
}

.link1 {
    color: #F0AD4D;

}

.link1:hover {
    color: #F0AD4D;
}

.contenedor-ficha {
    /*width: 580px;*/
    height: 185px;
    float: right;
    /*margin: 65px 0 0 412px;*/
    margin-top: 117px;
    /*margin-right:65px;*/
}

.ficha {
    width: 275px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    text-justify: distribute;
    text-align: center;
    padding: 0 0 0 0;
    color: #626162;
    font-size: 12px;
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: 6px -6px 16px rgba(49, 50, 50, 0.04);
    -moz-box-shadow: 6px -6px 16px rgba(49, 50, 50, 0.04);
    box-shadow: 6px -6px 16px rgba(49, 50, 50, 0.04);
}

.ficha-sup {
    padding: 1px 15px 0 15px;
    height: 147px;
    float: left;
}

.ficha-sup > h2 {
    margin-top: 7px;
    margin-bottom: 2px;
    color: #558AA2;
    font-family: arial;
}

.ficha-sup > hr {
    margin: 0px;
    margin-bottom: 10px;
}

.ficha-sup > p {
    color: black !important;
    line-height: 13pt;
}

.ficha-inf {
    width: 275px;
    height: 38px;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 2px 3px 0 0;
    letter-spacing: 1px;
}

.bloque2 {
    margin: 20px 0 20px;
    width: 100%;
    /*height:80px;*/
    float: left;

}

.not-home {
    width: 200px;
    background-color: #518AA3;
    color: #FFF;
    text-align: center;
    height: 90px;
    float: left;

}

.not-home p {
    font-size: 20px;
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    padding-top: 37px;

}

.contenedor-not {
    background-color: #F1F0F2;
    float: left;
    width: 800px;
    /*padding: 15px 15px 5px 20px;
	font-size: 14px;
        font-style: italic;*/
    padding: 10px 15px;
    overflow: hidden;
    color: #666;
    min-height: 90px;
}

.bloque3 {
    /*width: 1000px;
	height: 180px;*/
    float: left;
    margin: 15px 0 0 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
}

.fichas {
    /*width:308px;*/
    float: left;
    /*margin-right:38px;*/
    padding: 0;

}

.fichas-final {
    width: 308px;
    float: left;
    height: 100%;
    padding: 0;

}

.img-ficha {
    width: 78px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.text-ficha {
    /*width: 220px;*/
    /*height: 170px;*/
    /*float: left;*/
    /*margin: -29px 0 0 0;*/
    text-align: justify;
}

.divisoria {
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: #CCC 1px solid;
    float: left;
}

.bloque4 {
    width: 100%;
    /*height: 245px;*/
    float: left;
    margin: 0;
    padding: 0;
}

.empresa-img {
    width: 500px;
    height: 245px;
    float: left;

}

.empresa-text {
    margin-left: 15px;
    width: 485px;
    /*height: 245px;*/
    float: left;
    color: #999;
    text-align: justify;
    font-size: 11px;
}

.item .empresa-text .list-empresa p {
    font-size: 11px;
}

.item .empresa-text .list-empresa p, .item .empresa-text .list-empresa p {
    font-size: 11px;
    color: #8C6BA7 !important;
}

.list-empresa {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.list-empresa li {
    float: left;
    border-right: #999 solid 1px;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
    height: 70px;
}

.list-empresa li h4 {
    font-size: 27px;
}

.list-empresa li:last-child {
    border-right: none;
    margin-right: 0;
}

.bloque5 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 337px;
    margin-bottom: 15px;
}

.img-comentario {
    background-image: url(../img/back-comentario2.jpg);
    /*width: 352px;*/
    width: 488px;
    float: left;
    height: 337px;
    background-repeat: no-repeat;
    /*margin-left: 100px;*/
}

.img-comentario2 {
    background-image: url(../img/back-comentario.png);
    /*width: 352px;*/
    width: 488px;
    float: left;
    height: 337px;
    background-repeat: no-repeat;
    /*margin-left: 100px;*/
}

.text-comentario {
    /*width: 548px;*/
    width: 508px;
    float: left;
    text-align: right;
    font-size: 18px;
    color: #999;
    /*margin-top: 50px;*/
}

.img-usuario {
    /*width: 205px;*/
    height: 255px;
    float: left;
    margin: 15px 0 0 125px;
    text-align: center;

}

.img-usuario p {
    margin: 25px 0 0 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;

}

.bloque6 {
    height: 310px;
    width: 100%;
    float: left;
}

.noticias {
    width: 460px;
    float: left;
    height: 280px;
    margin: 0 80px 0 0;

}

.noticias-final {
    width: 460px;
    float: left;
    height: 280px;
    margin: 0 0 0 0;

}

.contenedor-noticias {
    overflow-y: scroll;
    font-size: 12px;
    color: #666;
    height: 214px;
    /*border-bottom: #999 10px solid;*/
    border-bottom: 2px solid #EFEFEF;
    /*border-left: 2px solid #EFEFEF;*/
    padding-bottom: 10px;
    margin-top: 20px;
    padding-right: 10px;
}

/*colores*/

.color-estandar {
    color: #518AA3;
}

.color-crowdlending {
    color: #D6A206;
    font-size: 18px;
}

.color-borrowing {
    color: #7CB25A;
    font-size: 18px;
}

.color-investing {
    color: #8C6BA7;
    font-size: 18px;
}

footer {
    background-color: #4B4B4B;
    border-top: 10px solid #518AA3;
    /*float: left;*/
    margin:0 auto;
    font-size: 12px;
    height: auto;
    /*margin-top: 30px;*/
    width: 1000px;
}

.fo-top {
    background-image: url("../img/back-footer.jpg");
    background-repeat: no-repeat;
    color: #999999;
    height: 80px;
    padding: 20px 0 0 300px;
    width: 700px;
}

.seccion-footer {
    float: left;
    height: 180px;
    padding-left: 20px;
    /*width: 220px;*/
}

.seccion-footer-last {
    color: #CCCCCC;
    float: left;
    height: 180px;
    margin-left: -20px;
    padding-left: 0px;
    /*width: 240px;*/
}

.seccion-footer ul {
    list-style: none outside none;
}

.seccion-footer li {
    margin-bottom: 15px;
}

.seccion-footer a {
    color: #CCCCCC;
}

.footer-social {
    background-color: #252525;
    float: left;
    height: 48px;
    width: 1000px;
}

.social {
    float: right;
}

.img-footer {
    float: left;
    margin-top: 5px;
}

.copyright {
    color: #CCCCCC;
    float: left;
    /*margin: 15px auto 0 95px;*/
    margin-top: 13px;
    text-align: center;
    width: 490px;
}

.color-estandar {
    color: #518AA3;
}

.color-crowdlending {
    color: #D6A206;
}

.color-borrowing {
    color: #7CB25A;
}

.color-investing {
    color: #8C6BA7;
}

/************************/
hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.bloque-menu2 {
    background-color: #F3F3F3;
    float: left;
    height: 100%;
    padding: 0;
    width: 271px;
    text-transform: uppercase;
}

/*
.nav2 {
    float: left;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
    text-transform: uppercase;
    width: 100%;
}
ul.nav2 li {
    line-height: 20px !important;
}
li {
    line-height: 12px;
}
.nav2 {
    list-style: none outside none;
    text-transform: uppercase;
}

.nav2 > li.active > a {
    background-color: #528AA3;
    color: #FFFFFF;
}
.nav2 > li > a {
    padding: 5px 0 5px 20px !important;
}*/
.nav > li > a {
    /*border-top: 1px solid #FFFFFF;*/
    color: #616161;
    display: block;
    font-size: 13px;
 padding: 7 px 0 7 px 20 px;
}

.btn-contenedor {
    float: left;
    margin: 20px 0 0;
    text-align: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

div#hero-unit-foo {
    background-color: #4B4B4B;
    border-top: 2px solid #528AA3;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
}

.footersmalltext {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
}

div#hero-unit-foo a {
    color: #FFFFFF;
}

div#hero-unit-foo a:hover {
    color: #5389A3;
    text-decoration: none;
}

div#footer-sslcertificate {
    margin-top: 10px;
}

a#footer-linkedinlink {
    margin-left: 17px;
}

a#footer-linkedinlink img {
    width: 100px;
}

a#footer-sslcertificatelink {
    margin-left: 17px;
}

div#footer-linkedinsslcopyright p {
    margin-bottom: 0;
}

/*
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    width:220px;
}
*/
.form-horizontal .control-group:before {
    content: "";
    display: table;
    line-height: 0;
}

/*
.form-horizontal .control-group:after {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group {
    margin-bottom: 10px;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 250px;
}
label {
    display: block;
    margin-bottom: 5px;
}

.form-horizontal .controls {
    font-size: 10px;
    margin-left: 270px;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}*/
.nav > li > a:hover {
    background-color: #538BA4;
    color: #fff;
}

.nav > li > a.no-nav {
    padding-right: 0 !important
}

.nav > li > a.no-nav:hover {
    background-color: #fff;
    color: #000;
}

.nav > li > a {
    /*border-top: 1px solid #FFFFFF;*/
    color: #818181;
    display: block;
    font-size: 12px;
    padding: 7px 15px !important;
    text-transform: none;

}

.nav {
    list-style: none outside none;
/ / text-transform: uppercase;
    line-height: 1.4;
}

.container .jumbotron {
    font-size: 13px;
    padding: 20px;
    margin-bottom: 0;
}

.float-left {
    float: left;
}

.contener-ima-perfil {
    height: 50px;
    width: 50px;
}

div.info-user {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 3px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px;
    width: 495px;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    /*width: 130px;*/
}

#subasta > img {
    width: 100px;
}

div.contener-info-perfil {
    font-size: 12px;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 2px;
    text-align: left;
    width: 433px;
}

.nav-pills > li + li {
    margin-left: 0px;
}

#col1 {
    display: none;
}

#col2 {
    padding: 0;
    background-color: #FFFFFF;
}

ul.nav > li.active > a {
    color: white;
}

.lista {
    border-left: 2px solid #518AA3;
    list-style: disc outside none;
    margin: 0 0 30px 10px;
    padding: 0 0 0 30px;
    /*color:#518AA3;*/
}

ul li::-moz-list-bullet {
    color: #518AA3;
    font-size: 18px;
    vertical-align: middle;
}

blockquote {
    border-left: medium none;
    color: #666;
    padding: 0;
}

/******************************************************************/
/************************************************
*												*
*	Item: CSS3 Animated Social Media Buttons	*
*	Author: Cosmin Lupu							*
*	Author Link: www.cosminlupu.com				*
*	Version: 1.1.1								*
*												*
*************************************************/

/* General social media buttons style.
***************************************/

.smb {
    list-style: none;
    display: block;
    font-size: 0;
    clear: both;
}

.smb li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.smb li a {
    width: 100%;
    height: 100%;
    display: block;
}

.smb.circle li {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*******************
**   16x16 Icons   *
********************/

.smb.px16 li {
    background-image: url(http://www.mauriciovidal.com/loanbook/prototipo/img/sprite_16.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.smb.px16.rounded li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Buttons Position 16x16
***********************/

.smb.px16 .facebook {
    background-position: 0 0;
}

.smb.px16 .facebook:hover {
    background-position: 0 -16px;
}

.smb.px16 .twitter {
    background-position: 0 -32px;
}

.smb.px16 .twitter:hover {
    background-position: 0 -48px;
}

.smb.px16 .linkedin {
    background-position: 0 -64px;
}

.smb.px16 .linkedin:hover {
    background-position: 0 -80px;
}

.smb.px16 .rss {
    background-position: 0 -96px;
}

.smb.px16 .rss:hover {
    background-position: 0 -112px;
}

.smb.px16 .googleplus {
    background-position: 0 -128px;
}

.smb.px16 .googleplus:hover {
    background-position: 0 -144px;
}

.smb.px16 .pinterest {
    background-position: 0 -160px;
}

.smb.px16 .pinterest:hover {
    background-position: 0 -176px;
}

.smb.px16 .drible {
    background-position: 0 -192px;
}

.smb.px16 .drible:hover {
    background-position: 0 -208px;
}

.smb.px16 .youtube {
    background-position: 0 -224px;
}

.smb.px16 .youtube:hover {
    background-position: 0 -240px;
}

.smb.px16 .vimeo {
    background-position: 0 -256px;
}

.smb.px16 .vimeo:hover {
    background-position: 0 -272px;
}

.smb.px16 .flickr {
    background-position: 0 -288px;
}

.smb.px16 .flickr:hover {
    background-position: 0 -304px;
}

.smb.px16 .yelp {
    background-position: 0 -320px;
}

.smb.px16 .yelp:hover {
    background-position: 0 -336px;
}

.smb.px16 .stumbleupon {
    background-position: 0 -352px;
}

.smb.px16 .stumbleupon:hover {
    background-position: 0 -368px;
}

.smb.px16 .yahoo {
    background-position: 0 -384px;
}

.smb.px16 .yahoo:hover {
    background-position: 0 -400px;
}

.smb.px16 .tumblr {
    background-position: 0 -416px;
}

.smb.px16 .tumblr:hover {
    background-position: 0 -432px;
}

.smb.px16 .lastfm {
    background-position: 0 -448px;
}

.smb.px16 .lastfm:hover {
    background-position: 0 -464px;
}

.smb.px16 .email {
    background-position: 0 -480px;
}

.smb.px16 .email:hover {
    background-position: 0 -496px;
}

.smb.px16 .digg {
    background-position: 0 -512px;
}

.smb.px16 .digg:hover {
    background-position: 0 -528px;
}

.smb.px16 .deviantart {
    background-position: 0 -544px;
}

.smb.px16 .deviantart:hover {
    background-position: 0 -560px;
}

.smb.px16 .delicious {
    background-position: 0 -576px;
}

.smb.px16 .delicious:hover {
    background-position: 0 -592px;
}

.smb.px16 .behance {
    background-position: 0 -608px;
}

.smb.px16 .behance:hover {
    background-position: 0 -624px;
}

.smb.px16 .reddit {
    background-position: 0 -640px;
}

.smb.px16 .reddit:hover {
    background-position: 0 -656px;
}

.smb.px16 .skype {
    background-position: 0 -672px;
}

.smb.px16 .skype:hover {
    background-position: 0 -688px;
}

.smb.px16 .feedburner {
    background-position: 0 -704px;
}

.smb.px16 .feedburner:hover {
    background-position: 0 -720px;
}

.smb.px16 .myspace {
    background-position: 0 -736px;
}

.smb.px16 .myspace:hover {
    background-position: 0 -752px;
}

.smb.px16 .blogger {
    background-position: 0 -768px;
}

.smb.px16 .blogger:hover {
    background-position: 0 -784px;
}

.smb.px16 .picasa {
    background-position: 0 -800px;
}

.smb.px16 .picasa:hover {
    background-position: 0 -816px;
}

.smb.px16 .technorati {
    background-position: 0 -832px;
}

.smb.px16 .technorati:hover {
    background-position: 0 -848px;
}

.smb.px16 .ebay {
    background-position: 0 -864px;
}

.smb.px16 .ebay:hover {
    background-position: 0 -888px;
}

.smb.px16 .ask {
    background-position: 0 -896px;
}

.smb.px16 .ask:hover {
    background-position: 0 -912px;
}

.smb.px16 .aol {
    background-position: 0 -928px;
}

.smb.px16 .aol:hover {
    background-position: 0 -944px;
}

.smb.px16 .paypal {
    background-position: 0 -960px;
}

.smb.px16 .paypal:hover {
    background-position: 0 -976px;
}

.smb.px16 .diigo {
    background-position: 0 -992px;
}

.smb.px16 .diigo:hover {
    background-position: 0 -1008px;
}

.smb.px16 .bebo {
    background-position: 0 -1024px;
}

.smb.px16 .bebo:hover {
    background-position: 0 -1040px;
}

.smb.px16 .sharethis {
    background-position: 0 -1056px;
}

.smb.px16 .sharethis:hover {
    background-position: 0 -1072px;
}

.smb.px16 .badoo {
    background-position: 0 -1088px;
}

.smb.px16 .badoo:hover {
    background-position: 0 -1104px;
}

.smb.px16 .friendfeed {
    background-position: 0 -1120px;
}

.smb.px16 .friendfeed:hover {
    background-position: 0 -1136px;
}

.smb.px16 .openid {
    background-position: 0 -1152px;
}

.smb.px16 .openid:hover {
    background-position: 0 -1168px;
}

.smb.px16 .orkut {
    background-position: 0 -1184px;
}

.smb.px16 .orkut:hover {
    background-position: 0 -1200px;
}

.smb.px16 .qik {
    background-position: 0 -1216px;
}

.smb.px16 .qik:hover {
    background-position: 0 -1232px;
}

.smb.px16 .viddler {
    background-position: 0 -1248px;
}

.smb.px16 .viddler:hover {
    background-position: 0 -1264px;
}

.smb.px16 .instagram {
    background-position: 0 -1280px;
}

.smb.px16 .instagram:hover {
    background-position: 0 -1296px;
}

/*******************
**   24x24 Icons   *
********************/

.smb.px24 li {
    background-image: url(http://www.mauriciovidal.com/loanbook/prototipo/img/sprite_24.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.smb.px24.rounded li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Buttons Position 24x24
***********************/

.smb.px24 .facebook {
    background-position: 0 0;
}

.smb.px24 .facebook:hover {
    background-position: 0 -24px;
}

.smb.px24 .twitter {
    background-position: 0 -48px;
}

.smb.px24 .twitter:hover {
    background-position: 0 -72px;
}

.smb.px24 .linkedin {
    background-position: 0 -96px;
}

.smb.px24 .linkedin:hover {
    background-position: 0 -120px;
}

.smb.px24 .rss {
    background-position: 0 -144px;
}

.smb.px24 .rss:hover {
    background-position: 0 -168px;
}

.smb.px24 .googleplus {
    background-position: 0 -192px;
}

.smb.px24 .googleplus:hover {
    background-position: 0 -216px;
}

.smb.px24 .pinterest {
    background-position: 0 -240px;
}

.smb.px24 .pinterest:hover {
    background-position: 0 -264px;
}

.smb.px24 .drible {
    background-position: 0 -288px;
}

.smb.px24 .drible:hover {
    background-position: 0 -312px;
}

.smb.px24 .youtube {
    background-position: 0 -336px;
}

.smb.px24 .youtube:hover {
    background-position: 0 -360px;
}

.smb.px24 .vimeo {
    background-position: 0 -384px;
}

.smb.px24 .vimeo:hover {
    background-position: 0 -408px;
}

.smb.px24 .flickr {
    background-position: 0 -432px;
}

.smb.px24 .flickr:hover {
    background-position: 0 -456px;
}

.smb.px24 .yelp {
    background-position: 0 -480px;
}

.smb.px24 .yelp:hover {
    background-position: 0 -504px;
}

.smb.px24 .stumbleupon {
    background-position: 0 -528px;
}

.smb.px24 .stumbleupon:hover {
    background-position: 0 -552px;
}

.smb.px24 .yahoo {
    background-position: 0 -576px;
}

.smb.px24 .yahoo:hover {
    background-position: 0 -600px;
}

.smb.px24 .tumblr {
    background-position: 0 -624px;
}

.smb.px24 .tumblr:hover {
    background-position: 0 -648px;
}

.smb.px24 .lastfm {
    background-position: 0 -672px;
}

.smb.px24 .lastfm:hover {
    background-position: 0 -696px;
}

.smb.px24 .email {
    background-position: 0 -720px;
}

.smb.px24 .email:hover {
    background-position: 0 -744px;
}

.smb.px24 .digg {
    background-position: 0 -768px;
}

.smb.px24 .digg:hover {
    background-position: 0 -792px;
}

.smb.px24 .deviantart {
    background-position: 0 -816px;
}

.smb.px24 .deviantart:hover {
    background-position: 0 -840px;
}

.smb.px24 .delicious {
    background-position: 0 -864px;
}

.smb.px24 .delicious:hover {
    background-position: 0 -888px;
}

.smb.px24 .behance {
    background-position: 0 -912px;
}

.smb.px24 .behance:hover {
    background-position: 0 -936px;
}

.smb.px24 .reddit {
    background-position: 0 -960px;
}

.smb.px24 .reddit:hover {
    background-position: 0 -984px;
}

.smb.px24 .skype {
    background-position: 0 -1008px;
}

.smb.px24 .skype:hover {
    background-position: 0 -1032px;
}

.smb.px24 .feedburner {
    background-position: 0 -1056px;
}

.smb.px24 .feedburner:hover {
    background-position: 0 -1080px;
}

.smb.px24 .myspace {
    background-position: 0 -1104px;
}

.smb.px24 .myspace:hover {
    background-position: 0 -1128px;
}

.smb.px24 .blogger {
    background-position: 0 -1152px;
}

.smb.px24 .blogger:hover {
    background-position: 0 -1176px;
}

.smb.px24 .picasa {
    background-position: 0 -1200px;
}

.smb.px24 .picasa:hover {
    background-position: 0 -1224px;
}

.smb.px24 .technorati {
    background-position: 0 -1248px;
}

.smb.px24 .technorati:hover {
    background-position: 0 -1272px;
}

.smb.px24 .ebay {
    background-position: 0 -1296px;
}

.smb.px24 .ebay:hover {
    background-position: 0 -1320px;
}

.smb.px24 .ask {
    background-position: 0 -1344px;
}

.smb.px24 .ask:hover {
    background-position: 0 -1368px;
}

.smb.px24 .aol {
    background-position: 0 -1392px;
}

.smb.px24 .aol:hover {
    background-position: 0 -1416px;
}

.smb.px24 .paypal {
    background-position: 0 -1440px;
}

.smb.px24 .paypal:hover {
    background-position: 0 -1464px;
}

.smb.px24 .diigo {
    background-position: 0 -1488px;
}

.smb.px24 .diigo:hover {
    background-position: 0 -1512px;
}

.smb.px24 .bebo {
    background-position: 0 -1536px;
}

.smb.px24 .bebo:hover {
    background-position: 0 -1560px;
}

.smb.px24 .sharethis {
    background-position: 0 -1584px;
}

.smb.px24 .sharethis:hover {
    background-position: 0 -1608px;
}

.smb.px24 .badoo {
    background-position: 0 -1632px;
}

.smb.px24 .badoo:hover {
    background-position: 0 -1656px;
}

.smb.px24 .friendfeed {
    background-position: 0 -1680px;
}

.smb.px24 .friendfeed:hover {
    background-position: 0 -1704px;
}

.smb.px24 .openid {
    background-position: 0 -1728px;
}

.smb.px24 .openid:hover {
    background-position: 0 -1752px;
}

.smb.px24 .orkut {
    background-position: 0 -1776px;
}

.smb.px24 .orkut:hover {
    background-position: 0 -1800px;
}

.smb.px24 .qik {
    background-position: 0 -1824px;
}

.smb.px24 .qik:hover {
    background-position: 0 -1848px;
}

.smb.px24 .viddler {
    background-position: 0 -1872px;
}

.smb.px24 .viddler:hover {
    background-position: 0 -1896px;
}

.smb.px24 .instagram {
    background-position: 0 -1920px;
}

.smb.px24 .instagram:hover {
    background-position: 0 -1944px;
}

/*******************
**   32x32 Icons   *
********************/

.smb.px32_header_header li {
    background-image: url(../img/sprite_32.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.smb.px32_header li {
    background-image: url(../img/sprite_32_header.png);
    width: 32px;
    /*height: 32px;*/
    height: 31px;
    background-repeat: no-repeat;
}

.smb.px32.rounded li {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.smb.px32_header.rounded li {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* Buttons Position 32x32
***********************/

.smb.px32 .facebook {
    background-position: 0 0;
}

.smb.px32 .facebook:hover {
    background-position: 0 -32px;
}

.smb.px32 .twitter {
    background-position: 0 -64px;
}

.smb.px32 .twitter:hover {
    background-position: 0 -96px;
}

.smb.px32 .linkedin {
    background-position: 0 -128px;
}

.smb.px32 .linkedin:hover {
    background-position: 0 -160px;
}

.smb.px32 .rss {
    background-position: 0 -192px;
}

.smb.px32 .rss:hover {
    background-position: 0 -224px;
}

.smb.px32 .googleplus {
    background-position: 0 -256px;
}

.smb.px32 .googleplus:hover {
    background-position: 0 -288px;
}

.smb.px32 .pinterest {
    background-position: 0 -320px;
}

.smb.px32 .pinterest:hover {
    background-position: 0 -352px;
}

.smb.px32 .drible {
    background-position: 0 -384px;
}

.smb.px32 .drible:hover {
    background-position: 0 -416px;
}

.smb.px32 .youtube {
    background-position: 0 -448px;
}

.smb.px32 .youtube:hover {
    background-position: 0 -480px;
}

.smb.px32 .vimeo {
    background-position: 0 -512px;
}

.smb.px32 .vimeo:hover {
    background-position: 0 -544px;
}

.smb.px32 .flickr {
    background-position: 0 -576px;
}

.smb.px32 .flickr:hover {
    background-position: 0 -608px;
}

.smb.px32 .yelp {
    background-position: 0 -640px;
}

.smb.px32 .yelp:hover {
    background-position: 0 -672px;
}

.smb.px32 .stumbleupon {
    background-position: 0 -704px;
}

.smb.px32 .stumbleupon:hover {
    background-position: 0 -736px;
}

.smb.px32 .yahoo {
    background-position: 0 -768px;
}

.smb.px32 .yahoo:hover {
    background-position: 0 -800px;
}

.smb.px32 .tumblr {
    background-position: 0 -832px;
}

.smb.px32 .tumblr:hover {
    background-position: 0 -864px;
}

.smb.px32 .lastfm {
    background-position: 0 -896px;
}

.smb.px32 .lastfm:hover {
    background-position: 0 -928px;
}

.smb.px32 .email {
    background-position: 0 -960px;
}

.smb.px32 .email:hover {
    background-position: 0 -992px;
}

.smb.px32 .digg {
    background-position: 0 -1024px;
}

.smb.px32 .digg:hover {
    background-position: 0 -1056px;
}

.smb.px32 .deviantart {
    background-position: 0 -1088px;
}

.smb.px32 .deviantart:hover {
    background-position: 0 -1120px;
}

.smb.px32 .delicious {
    background-position: 0 -1152px;
}

.smb.px32 .delicious:hover {
    background-position: 0 -1184px;
}

.smb.px32 .behance {
    background-position: 0 -1216px;
}

.smb.px32 .behance:hover {
    background-position: 0 -1248px;
}

.smb.px32 .reddit {
    background-position: 0 -1280px;
}

.smb.px32 .reddit:hover {
    background-position: 0 -1312px;
}

.smb.px32 .skype {
    background-position: 0 -1344px;
}

.smb.px32 .skype:hover {
    background-position: 0 -1376px;
}

.smb.px32 .feedburner {
    background-position: 0 -1408px;
}

.smb.px32 .feedburner:hover {
    background-position: 0 -1440px;
}

.smb.px32 .myspace {
    background-position: 0 -1472px;
}

.smb.px32 .myspace:hover {
    background-position: 0 -1504px;
}

.smb.px32 .blogger {
    background-position: 0 -1536px;
}

.smb.px32 .blogger:hover {
    background-position: 0 -1568px;
}

.smb.px32 .picasa {
    background-position: 0 -1600px;
}

.smb.px32 .picasa:hover {
    background-position: 0 -1632px;
}

.smb.px32 .technorati {
    background-position: 0 -1664px;
}

.smb.px32 .technorati:hover {
    background-position: 0 -1696px;
}

.smb.px32 .ebay {
    background-position: 0 -1728px;
}

.smb.px32 .ebay:hover {
    background-position: 0 -1760px;
}

.smb.px32 .ask {
    background-position: 0 -1792px;
}

.smb.px32 .ask:hover {
    background-position: 0 -1824px;
}

.smb.px32 .aol {
    background-position: 0 -1856px;
}

.smb.px32 .aol:hover {
    background-position: 0 -1888px;
}

.smb.px32 .paypal {
    background-position: 0 -1920px;
}

.smb.px32 .paypal:hover {
    background-position: 0 -1952px;
}

.smb.px32 .diigo {
    background-position: 0 -1984px;
}

.smb.px32 .diigo:hover {
    background-position: 0 -2016px;
}

.smb.px32 .bebo {
    background-position: 0 -2048px;
}

.smb.px32 .bebo:hover {
    background-position: 0 -2080px;
}

.smb.px32 .sharethis {
    background-position: 0 -2112px;
}

.smb.px32 .sharethis:hover {
    background-position: 0 -2144px;
}

.smb.px32 .badoo {
    background-position: 0 -2176px;
}

.smb.px32 .badoo:hover {
    background-position: 0 -2208px;
}

.smb.px32 .friendfeed {
    background-position: 0 -2240px;
}

.smb.px32 .friendfeed:hover {
    background-position: 0 -2272px;
}

.smb.px32 .openid {
    background-position: 0 -2304px;
}

.smb.px32 .openid:hover {
    background-position: 0 -2336px;
}

.smb.px32 .orkut {
    background-position: 0 -2368px;
}

.smb.px32 .orkut:hover {
    background-position: 0 -2400px;
}

.smb.px32 .qik {
    background-position: 0 -2432px;
}

.smb.px32 .qik:hover {
    background-position: 0 -2464px;
}

.smb.px32 .viddler {
    background-position: 0 -2496px;
}

.smb.px32 .viddler:hover {
    background-position: 0 -2528px;
}

.smb.px32 .instagram {
    background-position: 0 -2560px;
}

.smb.px32 .instagram:hover {
    background-position: 0 -2592px;
}

/*.smb.px32_header .facebook{background-position:0 -1px;}*/
.smb.px32_header .facebook {
    background-position: 0 0;
}

.smb.px32_header .facebook:hover {
    background-position: 0 -32px;
}

/*.smb.px32_header .twitter{background-position:0 -64px;}*/
.smb.px32_header .twitter {
    background-position: 0 -65px;
}

.smb.px32_header .twitter:hover {
    background-position: 0 -96px;
}

/*.smb.px32_header .linkedin{background-position:0 -128px;}*/
.smb.px32_header .linkedin {
    background-position: 0 -129px;
}

.smb.px32_header .linkedin:hover {
    background-position: 0 -160px;
}

.smb.px32_header .rss {
    background-position: 0 -192px;
}

.smb.px32_header .rss:hover {
    background-position: 0 -224px;
}

/*.smb.px32_header .googleplus{background-position:0 -256px;}*/
.smb.px32_header .googleplus {
    background-position: 0 -257px;
}

.smb.px32_header .googleplus:hover {
    background-position: 0 -288px;
}

.smb.px32_header .pinterest {
    background-position: 0 -320px;
}

.smb.px32_header .pinterest:hover {
    background-position: 0 -352px;
}

.smb.px32_header .drible {
    background-position: 0 -384px;
}

.smb.px32_header .drible:hover {
    background-position: 0 -416px;
}

.smb.px32_header .youtube {
    background-position: 0 -448px;
}

.smb.px32_header .youtube:hover {
    background-position: 0 -480px;
}

.smb.px32_header .vimeo {
    background-position: 0 -512px;
}

.smb.px32_header .vimeo:hover {
    background-position: 0 -544px;
}

.smb.px32_header .flickr {
    background-position: 0 -576px;
}

.smb.px32_header .flickr:hover {
    background-position: 0 -608px;
}

.smb.px32_header .yelp {
    background-position: 0 -640px;
}

.smb.px32_header .yelp:hover {
    background-position: 0 -672px;
}

.smb.px32_header .stumbleupon {
    background-position: 0 -704px;
}

.smb.px32_header .stumbleupon:hover {
    background-position: 0 -736px;
}

.smb.px32_header .yahoo {
    background-position: 0 -768px;
}

.smb.px32_header .yahoo:hover {
    background-position: 0 -800px;
}

.smb.px32_header .tumblr {
    background-position: 0 -832px;
}

.smb.px32_header .tumblr:hover {
    background-position: 0 -864px;
}

.smb.px32_header .lastfm {
    background-position: 0 -896px;
}

.smb.px32_header .lastfm:hover {
    background-position: 0 -928px;
}

.smb.px32_header .email {
    background-position: 0 -960px;
}

.smb.px32_header .email:hover {
    background-position: 0 -992px;
}

.smb.px32_header .digg {
    background-position: 0 -1024px;
}

.smb.px32_header .digg:hover {
    background-position: 0 -1056px;
}

.smb.px32_header .deviantart {
    background-position: 0 -1088px;
}

.smb.px32_header .deviantart:hover {
    background-position: 0 -1120px;
}

.smb.px32_header .delicious {
    background-position: 0 -1152px;
}

.smb.px32_header .delicious:hover {
    background-position: 0 -1184px;
}

.smb.px32_header .behance {
    background-position: 0 -1216px;
}

.smb.px32_header .behance:hover {
    background-position: 0 -1248px;
}

.smb.px32_header .reddit {
    background-position: 0 -1280px;
}

.smb.px32_header .reddit:hover {
    background-position: 0 -1312px;
}

.smb.px32_header .skype {
    background-position: 0 -1344px;
}

.smb.px32_header .skype:hover {
    background-position: 0 -1376px;
}

.smb.px32_header .feedburner {
    background-position: 0 -1408px;
}

.smb.px32_header .feedburner:hover {
    background-position: 0 -1440px;
}

.smb.px32_header .myspace {
    background-position: 0 -1472px;
}

.smb.px32_header .myspace:hover {
    background-position: 0 -1504px;
}

.smb.px32_header .blogger {
    background-position: 0 -1536px;
}

.smb.px32_header .blogger:hover {
    background-position: 0 -1568px;
}

/*.smb.px32_header .picasa{background-position:0 -1600px;}*/
.smb.px32_header .picasa {
    background-position: 0 -1601px;
}

.smb.px32_header .picasa:hover {
    background-position: 0 -1632px;
}

.smb.px32_header .technorati {
    background-position: 0 -1664px;
}

.smb.px32_header .technorati:hover {
    background-position: 0 -1696px;
}

.smb.px32_header .ebay {
    background-position: 0 -1728px;
}

.smb.px32_header .ebay:hover {
    background-position: 0 -1760px;
}

.smb.px32_header .ask {
    background-position: 0 -1792px;
}

.smb.px32_header .ask:hover {
    background-position: 0 -1824px;
}

.smb.px32_header .aol {
    background-position: 0 -1856px;
}

.smb.px32_header .aol:hover {
    background-position: 0 -1888px;
}

.smb.px32_header .paypal {
    background-position: 0 -1920px;
}

.smb.px32_header .paypal:hover {
    background-position: 0 -1952px;
}

.smb.px32_header .diigo {
    background-position: 0 -1984px;
}

.smb.px32_header .diigo:hover {
    background-position: 0 -2016px;
}

.smb.px32_header .bebo {
    background-position: 0 -2048px;
}

.smb.px32_header .bebo:hover {
    background-position: 0 -2080px;
}

.smb.px32_header .sharethis {
    background-position: 0 -2112px;
}

.smb.px32_header .sharethis:hover {
    background-position: 0 -2144px;
}

.smb.px32_header .badoo {
    background-position: 0 -2176px;
}

.smb.px32_header .badoo:hover {
    background-position: 0 -2208px;
}

.smb.px32_header .friendfeed {
    background-position: 0 -2240px;
}

.smb.px32_header .friendfeed:hover {
    background-position: 0 -2272px;
}

.smb.px32_header .openid {
    background-position: 0 -2304px;
}

.smb.px32_header .openid:hover {
    background-position: 0 -2336px;
}

.smb.px32_header .orkut {
    background-position: 0 -2368px;
}

.smb.px32_header .orkut:hover {
    background-position: 0 -2400px;
}

.smb.px32_header .qik {
    background-position: 0 -2432px;
}

.smb.px32_header .qik:hover {
    background-position: 0 -2464px;
}

.smb.px32_header .viddler {
    background-position: 0 -2496px;
}

.smb.px32_header .viddler:hover {
    background-position: 0 -2528px;
}

.smb.px32_header .instagram {
    background-position: 0 -2560px;
}

.smb.px32_header .instagram:hover {
    background-position: 0 -2592px;
}

/*******************
**   48x48 Icons   *
********************/

.smb.px48 li {
    background-image: url(../img/sprite_48.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.smb.px48.rounded li {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

/* Buttons Position 48x48
***********************/

.smb.px48 .facebook {
    background-position: 0 0;
}

.smb.px48 .facebook:hover {
    background-position: 0 -48px;
}

.smb.px48 .twitter {
    background-position: 0 -96px;
}

.smb.px48 .twitter:hover {
    background-position: 0 -144px;
}

.smb.px48 .linkedin {
    background-position: 0 -192px;
}

.smb.px48 .linkedin:hover {
    background-position: 0 -240px;
}

.smb.px48 .rss {
    background-position: 0 -288px;
}

.smb.px48 .rss:hover {
    background-position: 0 -336px;
}

.smb.px48 .googleplus {
    background-position: 0 -384px;
}

.smb.px48 .googleplus:hover {
    background-position: 0 -432px;
}

.smb.px48 .pinterest {
    background-position: 0 -480px;
}

.smb.px48 .pinterest:hover {
    background-position: 0 -528px;
}

.smb.px48 .drible {
    background-position: 0 -576px;
}

.smb.px48 .drible:hover {
    background-position: 0 -624px;
}

.smb.px48 .youtube {
    background-position: 0 -672px;
}

.smb.px48 .youtube:hover {
    background-position: 0 -720px;
}

.smb.px48 .vimeo {
    background-position: 0 -768px;
}

.smb.px48 .vimeo:hover {
    background-position: 0 -816px;
}

.smb.px48 .flickr {
    background-position: 0 -864px;
}

.smb.px48 .flickr:hover {
    background-position: 0 -912px;
}

.smb.px48 .yelp {
    background-position: 0 -960px;
}

.smb.px48 .yelp:hover {
    background-position: 0 -1008px;
}

.smb.px48 .stumbleupon {
    background-position: 0 -1056px;
}

.smb.px48 .stumbleupon:hover {
    background-position: 0 -1104px;
}

.smb.px48 .yahoo {
    background-position: 0 -1152px;
}

.smb.px48 .yahoo:hover {
    background-position: 0 -1200px;
}

.smb.px48 .tumblr {
    background-position: 0 -1248px;
}

.smb.px48 .tumblr:hover {
    background-position: 0 -1296px;
}

.smb.px48 .lastfm {
    background-position: 0 -1344px;
}

.smb.px48 .lastfm:hover {
    background-position: 0 -1392px;
}

.smb.px48 .email {
    background-position: 0 -1440px;
}

.smb.px48 .email:hover {
    background-position: 0 -1488px;
}

.smb.px48 .digg {
    background-position: 0 -1536px;
}

.smb.px48 .digg:hover {
    background-position: 0 -1584px;
}

.smb.px48 .deviantart {
    background-position: 0 -1632px;
}

.smb.px48 .deviantart:hover {
    background-position: 0 -1680px;
}

.smb.px48 .delicious {
    background-position: 0 -1728px;
}

.smb.px48 .delicious:hover {
    background-position: 0 -1776px;
}

.smb.px48 .behance {
    background-position: 0 -1824px;
}

.smb.px48 .behance:hover {
    background-position: 0 -1872px;
}

.smb.px48 .reddit {
    background-position: 0 -1920px;
}

.smb.px48 .reddit:hover {
    background-position: 0 -1968px;
}

.smb.px48 .skype {
    background-position: 0 -2016px;
}

.smb.px48 .skype:hover {
    background-position: 0 -2064px;
}

.smb.px48 .feedburner {
    background-position: 0 -2112px;
}

.smb.px48 .feedburner:hover {
    background-position: 0 -2160px;
}

.smb.px48 .myspace {
    background-position: 0 -2208px;
}

.smb.px48 .myspace:hover {
    background-position: 0 -2256px;
}

.smb.px48 .blogger {
    background-position: 0 -2304px;
}

.smb.px48 .blogger:hover {
    background-position: 0 -2352px;
}

.smb.px48 .picasa {
    background-position: 0 -2400px;
}

.smb.px48 .picasa:hover {
    background-position: 0 -2448px;
}

.smb.px48 .technorati {
    background-position: 0 -2496px;
}

.smb.px48 .technorati:hover {
    background-position: 0 -2544px;
}

.smb.px48 .ebay {
    background-position: 0 -2592px;
}

.smb.px48 .ebay:hover {
    background-position: 0 -2640px;
}

.smb.px48 .ask {
    background-position: 0 -2688px;
}

.smb.px48 .ask:hover {
    background-position: 0 -2736px;
}

.smb.px48 .aol {
    background-position: 0 -2784px;
}

.smb.px48 .aol:hover {
    background-position: 0 -2832px;
}

.smb.px48 .paypal {
    background-position: 0 -2880px;
}

.smb.px48 .paypal:hover {
    background-position: 0 -2928px;
}

.smb.px48 .diigo {
    background-position: 0 -2976px;
}

.smb.px48 .diigo:hover {
    background-position: 0 -3024px;
}

.smb.px48 .bebo {
    background-position: 0 -3072px;
}

.smb.px48 .bebo:hover {
    background-position: 0 -3120px;
}

.smb.px48 .sharethis {
    background-position: 0 -3168px;
}

.smb.px48 .sharethis:hover {
    background-position: 0 -3216px;
}

.smb.px48 .badoo {
    background-position: 0 -3264px;
}

.smb.px48 .badoo:hover {
    background-position: 0 -3312px;
}

.smb.px48 .friendfeed {
    background-position: 0 -3360px;
}

.smb.px48 .friendfeed:hover {
    background-position: 0 -3408px;
}

.smb.px48 .openid {
    background-position: 0 -3456px;
}

.smb.px48 .openid:hover {
    background-position: 0 -3504px;
}

.smb.px48 .orkut {
    background-position: 0 -3552px;
}

.smb.px48 .orkut:hover {
    background-position: 0 -3600px;
}

.smb.px48 .qik {
    background-position: 0 -3648px;
}

.smb.px48 .qik:hover {
    background-position: 0 -3696px;
}

.smb.px48 .viddler {
    background-position: 0 -3744px;
}

.smb.px48 .viddler:hover {
    background-position: 0 -3792px;
}

.smb.px48 .instagram {
    background-position: 0 -3840px;
}

.smb.px48 .instagram:hover {
    background-position: 0 -3888px;
}

/*******************
**   TRANSITIONS   *
********************/

/* Bring Up Transition
********************/

ul.smb.bringUp li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Rotate Transition
*****************************/

ul.smb.rotate li {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

ul.smb.rotate li:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Diagonal Up Transition
*************************/

ul.smb.diagonalUp {
    overflow: hidden;
    position: relative;
}

ul.smb.diagonalUp li {
    background-image: none;
    margin-right: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    height: auto;
    -moz-box-shadow: inset 0 -18px 11px -19px #000;
    -webkit-box-shadow: inset 0 -18px 11px -19px #000;
    box-shadow: inset 0 -18px 11px -19px #000;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
    padding: 0 5px;
}

.smb.rounded.diagonalUp li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.smb.diagonalUp li span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    display: inline-block;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;

    position: relative;
}

.smb.circle.diagonalUp li span {
    border-radius: 100%;
}

/* 16x16 */

.smb.px16.rounded.diagonalUp li span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.smb.px16.diagonalUp li span {
    background-image: url(http://www.mauriciovidal.com/loanbook/prototipo/img/sprite_16.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 9px;
}

.smb.diagonalUp.px16 li span:hover,
.smb.diagonalUp.px16 li:hover span {
    top: 5px;
}

.smb.px16.diagonalUp.square li {
    height: 26px;
    width: 22px;
    padding-top: 0;
}

.smb.px16.diagonalUp.square li span {
    margin-left: 3px;
    top: 12px;
}

.smb.px16.diagonalUp.square li span:hover,
.smb.px16.diagonalUp.square li:hover span {
    top: 6px;
}

.smb.px16.diagonalUp.rounded li {
    height: 26px;
    width: 20px;
    padding-top: 0;
}

.smb.px16.diagonalUp.rounded li span {
    margin-left: 2px;
    top: 12px;
}

.smb.px16.diagonalUp.rounded li span:hover,
.smb.px16.diagonalUp.rounded li:hover span {
    top: 6px;
}

.smb.px16.diagonalUp.circle li {
    width: 16px;
    height: 24px;
}

/* 24x24 */

.smb.px24.rounded.diagonalUp li span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.smb.px24.diagonalUp li span {
    background-image: url(http://www.mauriciovidal.com/loanbook/prototipo/img/sprite_24.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 10px;
}

.smb.diagonalUp.px24 li span:hover,
.smb.diagonalUp.px24 li:hover span {
    top: 4px;
}

.smb.px24.diagonalUp.square li {
    height: 34px;
    width: 33px;
    padding-top: 0;
}

.smb.px24.diagonalUp.square li span {
    margin-left: 5px;
    top: 13px;
}

.smb.px24.diagonalUp.square li span:hover,
.smb.px24.diagonalUp.square li:hover span {
    top: 6px;
}

.smb.px24.diagonalUp.rounded li {
    height: 34px;
    width: 30px;
    padding-top: 0;
}

.smb.px24.diagonalUp.rounded li span {
    margin-left: 3px;
    top: 13px;
}

.smb.px24.diagonalUp.rounded li span:hover,
.smb.px24.diagonalUp.rounded li:hover span {
    top: 6px;
}

.smb.px24.diagonalUp.circle li {
    width: 24px;
    height: 31px;
}

/* 32x32 */

.smb.px32.rounded.diagonalUp li span {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.smb.px32.diagonalUp li span {
    background-image: url(../img/sprite_32.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 12px;
}

.smb.diagonalUp.px32 li span:hover,
.smb.diagonalUp.px32 li:hover span {
    top: 4px;
}

.smb.px32.diagonalUp.square li {
    height: 42px;
    width: 44px;
    padding-top: 3px;
}

.smb.px32.diagonalUp.square li span {
    margin-left: 6px;
    top: 14px;
}

.smb.px32.diagonalUp.square li span:hover,
.smb.px32.diagonalUp.square li:hover span {
    top: 5px;
}

.smb.px32.diagonalUp.rounded li {
    height: 42px;
    width: 40px;
    padding-top: 2px;
}

.smb.px32.diagonalUp.rounded li span {
    margin-left: 4px;
    top: 14px;
}

.smb.px32.diagonalUp.rounded li span:hover,
.smb.px32.diagonalUp.rounded li:hover span {
    top: 5px;
}

.smb.px32.diagonalUp.circle li {
    width: 32px;
    height: 39px;
}

/* 48x48 */

.smb.px48.rounded.diagonalUp li span {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.smb.px48.diagonalUp li span {
    background-image: url(../img/sprite_48.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.smb.diagonalUp.px48 li span:hover,
.smb.diagonalUp.px48 li:hover span {
    top: 3px;
}

.smb.px48.diagonalUp.square li {
    height: 58px;
    width: 67px;
    padding-top: 4px;
}

.smb.px48.diagonalUp.square li span {
    margin-left: 10px;
    top: 16px;
}

.smb.px48.diagonalUp.square li span:hover,
.smb.px48.diagonalUp.square li:hover span {
    top: 6px;
}

.smb.px48.diagonalUp.rounded li {
    height: 58px;
    width: 61px;
    padding-top: 2px;
}

.smb.px48.diagonalUp.rounded li span {
    margin-left: 7px;
    top: 16px;
}

.smb.px48.diagonalUp.rounded li span:hover,
.smb.px48.diagonalUp.rounded li:hover span {
    top: 6px;
}

.smb.px48.diagonalUp.circle li {
    width: 48px;
    height: 55px;
}

/**********************************************************************/
form {
    margin: 0 5px 0 0;
}

.form-horizontal .control-group:before {
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.control-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 250px;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

label, select, button {
/ / cursor: pointer;
}

.form-horizontal .controls {
    font-size: 10px;
    margin-left: 270px;
}

.form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    /*height: 20px;*/
    line-height: 20px;
    /*margin-bottom: 10px;*/
    padding: 4px 4px;
    vertical-align: middle;
}

.input-xlarge {
    width: 332px;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

.input-medium {
    width: 165px;
}

.to-uppercase {
    text-transform: uppercase;
}

small {
    font-size: 85%;
}

select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 220px;
}

select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}

select, textarea {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

input, button, select, textarea {
    font-family: 'Noto Sans', sans-serif;
}

#pop11, #pop1 {
    display: none;
    transition: all 0.2s ease 0s;
}

.contener-click-ico {
    right: 24px;
}

ul.nav-tabs > li.active > a {
    color: red;
}

.toggleBtn {
    float: left;
}

.tabbable > ul.nav > li.active > a {
    color: #538ba4 !important
}

.accordion-heading a {
    color: #FFFFFF !important;
}

.accordion-toggle {
    cursor: pointer;
}

/*
.nav-pills > li > a {
    background: linear-gradient(to bottom, #ECECEC 0%, #CDCDCD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #616161;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-tabs > li > a, .nav-pills > li > a {
    //line-height: 14px;//
    margin-right: 1px;
    padding-left: 12px;
    padding-right: 12px;
}*/
.nav-pills > li.active > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #538ba4;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    /*color: #616161;*/
}

/*.nav-pills > li > a {
    background: linear-gradient(to bottom, #ECECEC 0%, #CDCDCD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #616161;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 0px;
}
*/
div#container11 ul.nav > li.active > a {
    background-color: #538ba4;
}

div#container11 ul.nav > li > a {
    /*text-transform: uppercase;*/
}

.popover-content {
    padding: 9px 14px;
}

.popover {
    max-width: 600px !important;
}

.seccion-footer a:hover { /*text-decoration: none;*/
    color: white
}

.seccion-footer-last a:hover { /*text-decoration: none;*/
    color: orange
}

h5 span {
    font-weight: bold
}

#col2 h3 {
    color: #4F849C;
    font-size: 18px;
    /*font-weight: bold;*/
    margin: 0 0 15px;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 20px;
}

.formulario h3 {
    color: #4F849C;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.lista-2 li, .home-lista-2 li {
    list-style: none outside url("../img/list2.gif");
    margin-bottom: 15px;
}

.bloque-650 p {
    text-align: justify;
}

.lista-3 li {
    list-style: none;
    font-family: Noto Sans;
    font-size: 12px !important;
    color: #999999
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #B94A48;
}

label.error {
    color: #FF0000 !important;
    font-size: 11px;
}

#col2 {
    width: auto;
}

.seccion-footer > ul {
    margin-left: -30px;
    padding-left: 30px;
}

div#home table caption div.float-left div.float-left {
    border-radius: 4px 0 0;
}

.blue {
    color: #538aa4
}

input.loan-load-marketplace-invertir {
    height: 25px !important;
}

.progress {
    border-radius: 4px !important;
    border: 1px solid #fff
}

div#disposiciones_realizadas ul#table, div#disposiciones_realizadas ul#contenido_table_1 {
    padding-left: 0px;
}

.tablesorter-header-inner > a {
    color: #333
}

.contener-ico-rating-border {
    /*width: 45px;*/
}

#btnContactar {
    width: 100%;
    font-weight: bold;
    font-size: 17px !important;
}

.blockquote p {
    font-family: Noto Sans;
    font-weight: bold;
    font-size: 14px !important
}

.btn-contenedor > p:first-child {
    border-top: 2px solid #cdcdcd;
    padding-top: 20px;
}

.color-cargo {
    font-family: Ruda;
    color: #7CB25A !important
}

.color-cargo2 {
    color: #538aa4 !important;
    font-size: 18px !important;
    font-weight: normal;
    margin-bottom: 3px;
}

.contener-li-gestor {
    color: #666666
}

.lista-3 {
    padding-left: 0px;
    margin-bottom: 40px;
}

img.imgEquipoGestor {
    border-radius: 10px;
}

.portfcomposition-infoboxes-innerbox2 {
    border: 2px solid #E7E7E7
}

.sec2 {
    border-radius: 0px !important;
}

.name {
    color: #3399cc; /*margin-top:20px;*/
    font-family: "Ruda"
}

.progress-bar {
    background-color: #3399cc !important;
}

.table thead tr.success-3 td {
    line-height: 26px;
}

.nav-pills > li > a.menutop-nav-grup {
    background: none !important
}

.nav-pills > li > a:hover.menutop-nav-grup {
    background: #538ba4 !important
}

.crowd_title {
    font-size: 27px;
    color: #CCC;
    text-align: center;
    letter-spacing: -1px;
}

.crowd_title span, .well_title span, .crowd_title2 span {
    color: #8C6BA7
}

.well_title {
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
}

.well ul {
    padding-left: 20px;
}

.crowd-check {
    font-size: 24px;
    padding-right: 20px;
    color: #8C6BA7;
    height: 25px;
}

.carousel-indicators .active {
    background-color: #F0AD4D
}

.carousel-indicators li {
    background-color: #ccc;
    border: 1px solid #888
}

.carousel-inner img { /*background-color:#f2f2f2; padding: 10px;   margin-left: 105px; margin-top: 20px;*/
}

.carousel-indicators {
    bottom: -20px;
}

.crowd_title2 {
    font-size: 27px;
    color: #CCC;
    letter-spacing: -1px;
}

.item p {
    min-height: 100px;
    font-size: 18px;
}

.item blockquote {
    padding-right: 0px;
    border-right: none;
}

.text-comentario blockquote {
    padding-right: 0px;
    border-right: none;
}

.float-right2 a {
    text-decoration: none;
}

.text-ficha > a:hover {
    text-decoration: none
}

.investor_title {
    font-size: 24px;
    color: #808080;
    text-align: center;
    letter-spacing: -1px;
}

.investor_title span, .well_investor_title span, .investor_title2 span {
    color: #7CB25A
}

.well_investor_title {
    font-size: 30px;
    text-align: center;
    margin-top: 0px; /*min-height: 75px*/
}

.investor_title2 {
    font-size: 24px;
    color: #808080;
    letter-spacing: -1px;
}

.investor-check {
    font-size: 24px;
    padding-right: 20px;
    color: #7CB25A;
    height: 41px;
}

#investor .well {
    min-height: 455px;
}

#pyme .well {
    min-height: 390px;
}

.detalles > ul {
    list-style-type: none;
}

.ficha-inf span {
    margin-top: 10px;
}

.tablesorter-headerAsc, .tablesorter-headerDesc, .tablesorter-headerAsc span > a, .tablesorter-headerDesc span > a {
    font-weight: bold;
    color: #000 !important
}

.titulo > a, .titulo, .infot2, .title-item > a {
    color: #888;
    font-family: Ruda
}

.tablesorter-header-inner {
    text-align: center;
}

a:hover, a:focus {
    text-decoration: none;
}

#login .btn-default:hover {
    background-color: #5587A0;
    color: white
}

.tooltip-inner {
    max-width: 451px !important;
    background-color: #ccc;
    color: #333;
    margin: 10px 10px 10px 10px;
    text-transform: none;
}

.tooltip .tooltip-arrow {
    margin: 10px 10px 10px 10px;
}

/* line 5221, ../sass/bootstrap.scss */
.tooltip.top .tooltip-arrow {
    border-top-color: #ccc;
}

/* line 5228, ../sass/bootstrap.scss */
.tooltip.right .tooltip-arrow {
    border-right-color: #ccc;
}

/* line 5235, ../sass/bootstrap.scss */
.tooltip.left .tooltip-arrow {
    border-left-color: #ccc;
}

/* line 5242, ../sass/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
}

#accordion2 a:hover, #accordion2 a:focus {
    color: #EFEFEF
}

div#participar_medium select {
    border: 1px solid #F0AD4E;
    box-shadow: 2px 2px 0 #CCCCCC inset;
}

/*.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url("../img/down_arrow_select.jpg") no-repeat right #ddd;
   border: 1px solid #ccc;
   }*/
.ui-spinner {
    width: 65%
}

#maturity {
    width: 80%
}

.ui-widget-content {
    border: none
}

#myModal .jumbotron {
    border: 1px solid #E7E7E7 !important
}

.crowdlending_title span {
    color: #ffbf00
}

.crowdlending_title {
    font-size: 24px;
    color: #808080;
    text-align: center;
    letter-spacing: -1px;
}

#crowd_content {
    background: url("../img/HOW2.png") no-repeat;
    height: 440px;
    padding-top: 40px;
    font-size: 12px;
    color: #666
}

#crowd_content .well {
    height: 120px;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px
}

#crowd_content .well p {
    font-weight: bold;
    color: #808080;
    font-family: 'Noto Sans'
}

#col2 .investor-check {
    height: 30px; /*margin-bottom:20px;*/
}

button.btn.info {
    font-size: 9px !important; /**/
    padding: 0px
}

.rounded-list li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7CB25A;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    content: counter(li, decimal);
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #7CB25A;
}

.rounded-list li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    min-height: 105px;
}

.rounded-list2 li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7CB25A;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    /*content: counter(li, decimal);*/
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #7CB25A;
}

.rounded-list2 li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.rounded-list2 h3 {
    color: #7CB25A !important;
    margin: 0 0 5px !important
}

.rounded-list3 li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8C6BA7;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    content: counter(li, decimal);
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #8C6BA7;
}

.rounded-list3 li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.rounded-list3 h3 {
    color: #8C6BA7 !important;
    margin: 0 0 5px !important
}

ol {
    counter-reset: li;
    list-style: none outside none;
    margin-bottom: 3em;
    padding: 0;
}

.rounded-list h3 {
    color: #7CB25A !important;
    margin: 0 0 5px !important
}

.rounded-list4 li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8C6BA7;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    /*content: counter(li, decimal);*/
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #8C6BA7;
}

.rounded-list4 li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.rounded-list4 h3 {
    color: #8C6BA7 !important;
    margin: 0 0 5px !important
}

#list_prestamos .rounded-list li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7CB25A;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    content: counter(li, decimal);
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 25%;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #7CB25A;
}

#investor2 {
    background: url("../img/getstarted.png") no-repeat;
    height: 406px
}

table.table.scrollTable tbody tr td.darkened {
    background-color: #e4eef4 !important;
    border-top: 3px solid white;
    padding-top: 10px !important;
}

table.table.scrollTable.sortable tbody {
    border-bottom: 2px solid #EFEFEF !important;
    /*border-left: 1px solid #EFEFEF !important;*/
}

#detail_table2 tbody, #detail_table tbody {
    border-bottom: none !important;
}

#detail_table2 tbody, #detail_table th {
    padding: 0;
}

#investor2 .well p {
    min-height: 85px
}

#investor3 .well {
    min-height: 345px
}

#investor2 button.btn.info, #investor3 button.btn.info {
    border: none;
    box-shadow: none;
    background: transparent;
    color: #808080;
    font-size: 13px !important /*color:orange; padding-top: 3px;*/
}

.img-usuario p {
    text-align: center
}

#investor2 .well p {
    min-height: 85px
}

.no-border {
    border: none !important
}

.lista2 {
    /*border-left: 2px solid #D6A206;*/
    padding: 0 0 0 25px;
    margin: 0 0 25px 10px;
    list-style: outside;
}

.lista2 li {
    list-style: none;
    list-style-image: url(../img/list2.gif);
    margin-bottom: 5px;
}

.ask {
    bottom: 50%;
    color: #55879E;
    display: none;
    /*font-size: 45px;*/
    position: fixed;
    /*padding: 10px;
     background-color: rgba(235, 235, 235, 0.8);
    border-radius:0 0px 10px 10px;
    box-shadow: 2px 2px grey;*/
    right: 0;
    text-decoration: none;

}

.bloque-650 {
    color: #808080;
    /*margin-bottom: 30px;*/
}

.rounded-list p { /*min-height: 50px;*/
}

.color_crowd {
    color: #D6A206
}

.letterP4 {
    /*color: #FFFFFF;
    filter: none;
    font-size: 40px;
    left: -160px;
    position: absolute;
    right: -186%;
    top: 100px;
    transform: rotate(270deg);
    width: 400px;*/
    color: #FFFFFF;
    font-size: 53px;
    left: -150px;
    position: absolute;
    top: 105px;
    width: 374px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
    /*bottom: 50%;
    color: #FFFFFF;
    float: left;
    font-size: 50px;
    margin-left: 25px;
    position: absolute;
    top: 10px;
    transform: rotate(-90deg);
    vertical-align: top;
    width: 400px;*/
}

.letterP5 {
    padding: 20px;
    font-size: 17px;
    background-color: rgba(235, 235, 235, 0.8);
    border-radius: 0 0px 10px 10px;
    box-shadow: 2px 2px grey;
    color: #55879E;
    right: -145px;
    position: absolute;
    text-align: center;
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    width: 345px;
    z-index: 2;
}

.letterP6 {
    color: #FFFFFF;
    font-size: 53px;
    left: -150px;
    position: absolute;
    top: 105px;
    width: 374px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

.letterP7 {
    color: #FFFFFF;
    font-size: 53px;
    left: -200px;
    position: absolute;
    top: 200px;
    width: 484px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

.letterP8 {
    color: #FFFFFF;
    font-size: 53px;
    left: -190px;
    position: absolute;
    top: 155px;
    width: 454px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

.letterP9 {
    color: #FFFFFF;
    font-size: 53px;
    left: -190px;
    position: absolute;
    top: 20px;
    width: 454px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

#process_prestamos .rounded-list2 li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7CB25A;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    /*content: counter(li, decimal);*/
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 27px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #7CB25A;
}

#process_prestamos .rounded-list2 li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;

}

#process_prestamos .rounded-list li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7CB25A;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    content: counter(li, decimal);
    counter-increment: li;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 27px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    font-size: 35px;
    color: #7CB25A;
}

#process_prestamos .rounded-list li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;

}

#process_prestamos .rounded-list li .list_detail_prestamos li:before {
    counter-increment: none !important;
}

#process_prestamos .rounded-list li .list_detail_prestamos li:before, #process_prestamos .rounded-list4 li .list_detail_prestamos li:before, #process_prestamos .rounded-list2 li .list_detail_prestamos li:before, #process_prestamos .rounded-list3 li .list_detail_prestamos li:before {
    counter-increment: none;
    content: '\00b7';
    font-size: 65px;
    background: none;
    border: none;
    box-shadow: none;
    top: 22px;
}

.lista_calif {
    text-align: left;
    margin-top: 30px;
}

.lista_calif tr td:first-child {
    text-align: center;
    background-color: #548AA6;
    color: white;
    font-weight: bold;
}

.lista_calif tr {
    border: 2px solid white;
}

.lista_calif li:before {
    color: #7CB25A
}

#loginNavigationSubmenu li ul {
    box-shadow: -2px 6px 4px black;
}

.list_detail_prestamos li:before {
    left: -20px !important
}

.list_detail_prestamos {
    padding-left: 10px;
}

.divider-vertical {
    background-color: #222222;
    border-right: 1px solid #333333;
    height: 40px;
    margin: 0 9px;
    overflow: hidden;
    width: 1px;
}

.lista3 li {
    list-style: none;
    list-style-image: url(../img/list3.gif);
    margin-bottom: 5px;
}

#crumbs {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#crumbs ul {
    list-style: none;
    display: table-row;
}

#crumbs ul li {
    display: inline;
}

#crumbs ul li.active a {
    background-color: #5CB85C;
}

#crumbs ul li.active a:after {
    border-left: 40px solid #5CB85C;
}

#crumbs ul li a {
    display: block;
    float: left;
    height: 80px;
    background: #538BA4;
    text-align: center;
    padding: 30px 0 0 50px;
    position: relative;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #fff;
}

#crumbs ul li a:after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #538BA4;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 1;
}

#crumbs ul li a:before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid white;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before {
    display: none;
}

#crumbs ul li:last-child a {
    padding-right: 80px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#crumbs ul li:last-child a:after {
    display: none;
}

#crumbs ul li a:hover {
    background: grey;
}

#crumbs ul li a:hover:after {
    border-left-color: gray;
}

#myTab2 > li.active > a {
    background-color: white !important;
    color: #538BA4;
}

.lista_calif2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.lista_calif2 > thead > tr > th {
    background-color: #538BA4 !important;
    color: white !important;
    border: 2px solid white;
}

.lista_calif2 > tbody > tr > td:nth-child(2) {
    text-align: left;
}

.lista_calif2 > tbody > tr > td {
    border: 2px solid white;
}

#myTabContent img {

    /*width: 800px;-moz-box-shadow: 0 0 25px 5px #888;
    -webkit-box-shadow: 0 0 25px 5px#888;
    box-shadow: 0 0 25px 5px #888;margin-top:30px;*/

}

.tab-content > .active {
    text-align: center
}

#col2 .col-md-11, #col2 .col-xs-11 {
    padding-left: 40px;
    padding-right: 40px;
}

#col2 .rounded-list {
    padding-left: 60px;
    padding-right: 20px;
}

#investor2 {
    margin-top: 20px;
}

/*.lista-3 strong{color:#7CB25A !important}*/
.list_detail_prestamos li {
    min-height: 40px;
}

/*****************************************************/
/*
 * When we click: the right col has to animate from a fixed width (the default) to a % width (when unfolded)
*/

.right-col {
    -webkit-transition: width .8s ease;
    -moz-transition: width .8s ease;
    -ms-transition: width .8s ease;
    -o-transition: width .8s ease;
    transition: width .8s ease;

    min-width: 50px; /* min-width as the pixel value */
    width: 0%; /* width as the % value */
}

.expanded {
    width: 100% !important; /* !important because min-width is stronger than width */
}

/* boring things */
.main {
    position: relative;
    height: 200px;
}

.main-col {
    margin-right: 50px;
    height: 200px;
    outline: 1px solid lime;
}

.right-col {
    background: pink;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.investor_contact {
    color: #808080;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 30px;
}

.lista4 {
    /*border-left: 2px solid #D6A206;*/
    padding: 0 0 0 25px;
    margin: 0 0 25px 10px;
    list-style: outside;
}

.lista4 li {
    list-style: none;
    list-style-image: url(../img/list.gif);
    margin-bottom: 5px;
}

.sublista li {
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: none;
}

.col-md-4 a.link1, .col-xs-4 a.link1, .col-md-6 a.link1, .col-xs-6 a.link1 {
    font-size: 12px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none
}

#subastas tr:first-child, #existente tr:first-child {
    border-top: 2px solid #EFEFEF !important;
}

#detail_table tr:first-child, #detail_table2 tr:first-child {
    border-top: none !important;
}

.subrow2, .subrow {
    height: 80px;
    border-top: 2px dashed #fff
}

table.table.scrollTable tbody tr:first-child td.darkened {
    border-top: none !important
}

.bloque4 h2 {
    margin: 0 0 10px
}

.bloque4 ul.list-empresa li
    /******************************/
.breadcrumb4, .breadcrumb5 {
    /*centering*/
    display: inline-block;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
    /*overflow: hidden;*/
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
}

.breadcrumb4 a, .breadcrumb5 a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 60px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 10px 0 40px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb4 a:first-child, .breadcrumb5 a:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

.breadcrumb4 a:first-child:before, .breadcrumb5 a:first-child:before {
    left: 14px;
}

.breadcrumb4 a:last-child, .breadcrumb5 a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 15px;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb4 a:after, .breadcrumb5 a:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -30px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 80px;
    height: 80px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    -o-transform: scale(0.707) rotate(45deg); /* Para Opera */
    -ms-transform: scale(0.707) rotate(45deg); /* Para IE */
    -moz-transform: scale(0.707) rotate(45deg); /* Para Firefox */
    -webkit-transform: scale(0.707) rotate(45deg); /* Para Safari y Chrome */
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    /*background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
    /*box-shadow:
		2px -2px 0 2px rgba(0, 0, 0, 0.4),
		3px -3px 0 2px rgba(255, 255, 255, 0.1);*/
    box-shadow: 3px -3px 0 2px white;
    /*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.breadcrumb4 a:last-child:after, .breadcrumb5 a:last-child:after {
    content: none;
}

/*we will use the :before element to show numbers*/
.breadcrumb4 a:before {
    content: counter(flag);
    counter-increment: flag;
    /*some styles now*/
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin: -10px 0;
    position: absolute;
    top: 0;
    color: #7CB25A;
    border: 2px solid #7CB25A;
    left: 30px;
    text-align: center;
    background: white;
    /*background: linear-gradient(#444, #222);*/
    font-weight: bold;
}

.breadcrumb5 a:before {
    content: counter(flag);
    counter-increment: flag;
    /*some styles now*/
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin: -10px 0;
    position: absolute;
    top: 0;
    color: #8C6BA7;
    border: 2px solid #8C6BA7;
    left: 30px;
    text-align: center;
    background: white;
    /*background: linear-gradient(#444, #222);*/
    font-weight: bold;
}

#investor3 .link1:hover {
    color: #7CB25A !important
}

#investor3 .link1 {
    color: #808080;
    border: none;
}

#container2 {
    background-color: white;
    color: #808080
}

/***********************************************/

.breadcrumb1 {
    /*centering*/
    display: inline-block;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
    /*overflow: hidden;*/
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
}

.breadcrumb1 a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 60px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 10px 0 40px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb1 a:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

.breadcrumb1 a:first-child:before {
    left: 14px;
}

.breadcrumb1 a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb1 a:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -30px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 80px;
    height: 80px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    -o-transform: scale(0.707) rotate(45deg); /* Para Opera */
    -ms-transform: scale(0.707) rotate(45deg); /* Para IE */
    -moz-transform: scale(0.707) rotate(45deg); /* Para Firefox */
    -webkit-transform: scale(0.707) rotate(45deg); /* Para Safari y Chrome */
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    /*background: #666;
	background: linear-gradient(135deg, #666, #333);*/
    /*stylish arrow design using box shadow*/
    box-shadow: 3px -3px 0 2px white;
    /*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.breadcrumb1 a:last-child:after {
    content: none;
}

/*we will use the :before element to show numbers*/
.breadcrumb1 a:before {
    content: counter(flag);
    counter-increment: flag;
    /*some styles now*/
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin: -10px 0;
    position: absolute;
    top: 0;
    left: 30px;
    color: #7CB25A;
    border: 2px solid #7CB25A;
    left: 30px;
    text-align: center;
    background: white;
    /*background: linear-gradient(#444, #222);*/
    font-weight: bold;
}

ul#navigation li.dropdown:hover > ul.dropdown-menu, #navigation li.dropdown-submenu > a:hover > ul.dropdown-menu { /*display:block;background-color: red;*/
}

.dropdown-menu {
    border-radius: 0px;
}

/*
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
//.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;//content:" ";//float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
*/

form#editInvestor .col-md-7 label {
    text-align: left
}

#lower_right {
    background-color: #FF0000;
    background-image: url("https://www.loanbook.es/stylesheets/images/lower-right.jpg");
    background-repeat: no-repeat;
    bottom: 0;
    height: 125px;
    position: absolute;
    right: 0;
    width: 125px;
}

.wrapper {
    /*margin: 50px auto;
  width: 280px;
  height: 370px;
  padding: 10px;*/
    background: white;
    /*border-radius: 10px;
 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);*/
    /*box-shadow:         0px 0px 8px rgba(0,0,0,0.3);*/
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-green {
    width: 40px;
    height: 30px;
    font-size: 25px;
    overflow: hidden;
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

.control-label {
    text-align: right;
}

div#mi_actividad table tbody {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.carousel-control { /*color:black !important; */
    width: auto !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0) !important;
    top: 75px !important
}

.empresa-text > .btn-default {
    bottom: -237px;
    margin-top: 15px;
    position: absolute;
}

ul.list_tributa {
    list-style-type: none;

}

.bullet-trick ul.list_tributa li:before {
    content: "\2022";
    position: absolute;
    font-size: 28px;
    left: 35px;
    color: #7CB25A;

}

.bloque-650, .bloque-650 p {
    text-align: justify
}

.table-bordered span {
    margin-left: 40px;
}

#modal-error {
    font-size: 15px;
    font-style: italic;
    text-align: right
}

a.link_blog {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
}

#wordpress .smb li {
    margin-right: 5px;
}

#wordpress .smb.px32_header li {
    background-image: url("../img/sprite_32_header.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
}

#wordpress .smb {
    padding: 0 !important;
}

#changePicture {
    left: 145px;
    position: fixed;
    top: 200px;
    z-index: 9
}

/****************************/
#fileSelect {
    margin-left: 200px;
}

#upload {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-shadow: 0 1px #fff;
}

.logo-header2 {
    margin: 0 auto 0 auto;
    background: url("../img/logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 90px;
    margin-top: 10px;
    width: 289px;
}

.starter-template {
    text-align: center
}

#responsive .rounded-list li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #538BA4;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #CCCCCC;
    color: #538BA4;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 35px;
    height: 55px;
    left: -40px;
    line-height: 50px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 27px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
}

#responsive .rounded-list h3 {
    color: #538BA4 !important;
    font-size: 20px !important
}

#responsive .rounded-list li .list_detail_prestamos li:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    content: "·";
    counter-increment: none;
    font-size: 65px;
    top: 22px;
}

.base-deco {
    font-family: 'Ruda', Arial, serif;
    font-weight: 400;
    color: #4F849C;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 15px;
    padding-top: 5px;
    text-transform: none;
}

#changePicture .progress {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    width: 50%;
    margin-left: 190px;
    margin-top: 10px;
    height: 25px;
    /*display:none;*/
}

.bar {
    background-color: #B4F5B4;
    border-radius: 3px;
    height: 20px;
    width: 0;
}

.percent {
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
}

p.base-deco {
    font-family: 'Ruda', Arial, serif;
    color: #7CB25A;
    list-style: square inside none;
    display: list-item;
    text-decoration: none;
}

.content-terms h1 {
    color: #7CB25A;
    font-family: 'Ruda', Arial, serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
}

.fileSelect2 { /*font-size: 18px;*/
    margin-left: 200px !important;
    cursor: pointer;
    padding: 2px 5px;
}

.fileSelect2 span {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
}

.fileSelect2:hover { /*color:#555;*/
}

#imageprofile {
    cursor: pointer;
}

td.darkened .mktplace-table-bigtxt {
    font-size: 16px;
}

.scrollTable > tbody, .scrollTable > thead {
    border: 2px solid #EFEFEF
}

table.scrollTable tbody {
    overflow-x: hidden
}

.close-info > .popover {
    width: 500px;
    overflow: visible
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

#myModalLabel {
    display: inline
}

.thead-tabla-pequena {
    height: 27px;
}

#paymentTabContent p, #paymentTabContent b {
    text-align: left;
    font-size: 12px
}

#paymentTabContent h4 {
    text-align: left;
}

#paymentTab a {
    color: #518AA3
}

#paymentTab li a:hover {
    background-color: #EFEFEF
}

#paymentTab li.active a:hover {
    background-color: transparent
}

.rounded-listP li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FCA904;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    content: counter(li, decimal);
    counter-increment: li;
    height: 35px;
    left: 20px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    width: 35px;
    font-size: 25px;
    color: #FCA904;
}

.rounded-listP li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 2px 0 0 60px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    /*min-height: 105px;*/
    text-align: left;
}

#agentes option:first-child {
    font-weight: bold;
}

.jumbotron {
    padding-top: 0px
}

.arrow_box {
    position: relative;
    background: #ffffff; /*border: 3px solid #c2e1f5;*/
}

.arrow_box:after, .arrow_box:before {
    left: 90%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 50px;
    margin-top: -50px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ECECEC;
    border-width: 52px;
    margin-top: -52px;
}

.arrow_box2, .arrow_box3 {
    position: relative;
    background: transparent; /*border: 3px solid #c2e1f5;*/
}

.arrow_box2:after, .arrow_box2:before {
    left: 85%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box3:after, .arrow_box3:before {
    left: 80%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box2:after, .arrow_box3:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #EFEFEF;
    border-width: 47px;
    margin-top: -47px;
}

.arrow_box2:before, .arrow_box3:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #CCCCCC;
    border-width: 50px;
    margin-top: -50px;
}

p.newscontent {
    height: 60px;
    line-height: 20px; /* Height / no. of lines to display */
    overflow: hidden;
}

#paymentButton img, #extractsButton img, #profileButton img {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -3px
}

#paymentButton span, #extractsButton span, #profileButton span { /*font-size: 11px;*/
}

.divider-vertical-second-menu {
    height: 20px;
    width: 1px;
    /*margin: 0 5px;*/
    margin-top: 5px;
    /*margin-left: 10px !important;
   margin-right: 10px;*/
    overflow: hidden;
    background-color: #DDD;
    border-right: 2px solid #CDCDCD;
}

.pagin {
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

.pagin strong {
    font-size: 19px;
}

.pagin a {
    color: white
}

#docUpload {
    display: none
}

.mensaje_archivo {
    text-align: right;
    margin-top: -10px;
}

/*.toggleBtn > i {display:none}*/
#accordion > .panel-group .panel {
    overflow: visible
}

.tablesorter-header-inner > a {
    color: #888
}

div.circle {
    height: 16px;
    width: 8px;
    float: left;
}

div.rightHalf {
    border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
}

div.leftHalf {
    border-radius: 90px 0 0 90px;
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
}

.destacados_news {
    display: block
}

.destacados_news_img {
    display: inline-block;
    padding: 20px;
    margin-left: 15px;
}

.highyield {
    color: white;
/ / width: 70 px;
/ / border: 2 px solid black;
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer
}

.highyield2 {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 3px;
    top: -12px;
}

.highyield2 i.fa {
    margin-top: 6px;
}

.popover {
    z-index: 2060 !important;
}

input.input_modal_half_small {
    height: 25px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    margin: 0 !important;
    vertical-align: top !important;
    width: 60px;
}

.idioma-toggle {
    border: none;
    background: none;
}

a.idioma-toggle:hover {
    background: none;
}

#drop3 {
    padding: 0 !important;
}

#drop3:hover {
    background-color: transparent !important;
}

.emails_cols_txt {
    color: #888;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu > li.language > a {
    width: 95px;
}

#fat-menu .dropdown-menu {
    min-width: 95px
}

#login .nav > li > a, #login .nav > li > a:hover {
    background-color: transparent;
    color: #666;
    cursor: pointer
}

#aproval_doc {
    padding: 0;
    list-style: none
}

.green {
    color: #4CC583 !important;
}

.breadcrumb1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumb1 a.active {
    background: linear-gradient(#7CB25A, #333333) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#divtermsconditions label.error {
    width: 250px;
    float: left;
    padding-top: 15px;
}

label.error {
    float: right
}

input.half-wide, select.half-wide, label.half-wide, div.half-wide.btn {
    height: 35px;
}

#extractos_dropdown ul.nav li:hover ul {
    display: block;
}

#extractos_dropdown ul.nav li:hover ul a:hover {
    background-color: #5587A0;
}

#extractos_dropdown ul.nav li a:hover {
    background: transparent url("https://www.loanbook.es/images/main_hover.png") top center no-repeat;
    color: #fff;
    text-decoration: none;
}

#extractos_dropdown ul.nav li:hover {
    background: #5587A0;
    color: #fff;
}

#extractos_dropdown ul.nav ul li a {
    color: #616161 !important;
    font-size: 12px
}

/**************************************/

#extractos_dropdown ul.nav li {
    float: left;
}

#extractos_dropdown ul.nav li:hover {
    background: #5786A2;
    background: linear-gradient(top, #5786A2 0%, #5786A2 40%);
    background: -moz-linear-gradient(top, #5786A2 0%, #5786A2 40%);
    background: -webkit-linear-gradient(top, #5786A2 0%, #5786A2 40%);
}

#extractos_dropdown ul.nav li:hover a {
    color: #fff;
}

#extractos_dropdown ul.nav li a {
    display: block;
    color: #5786A2;
    text-decoration: none;
}

#extractos_dropdown ul.nav ul {
    background: #5786A2;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
}

#extractos_dropdown ul.nav ul li {
    float: none;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

#extractos_dropdown ul.nav ul li a {
    color: #888;
}

#extractos_dropdown ul.nav ul li a:hover {
    background: #5786A2;
    color: white !important;
    font-size: 12px;
}

.banner-text2 {
    /*width:561px;
        height:187px;*/
    /*margin:20px 15px 0 422px;
        float:left;*/
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    /*color:#626162;
        font-size:12px;*/
    font-size: 16px;
    color: #999;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 5px;
}

.row.vertical-divider {
    overflow: hidden;
}

.row.vertical-divider > div[class^="col-"] {
    text-align: center;
    /*padding-bottom: 10px;
        margin-bottom: -10px;*/
    /*border-left: 3px solid #ECECEC;*/
    /*border-right: 3px solid hsla(0, 0%, 0%, 0.2);*/
    /* border-right: 3px solid #ECECEC; */
}

.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}

.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

#extractos_dropdown ul.nav ul li {
    float: none;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

#extractos_dropdown ul.nav ul li a {
    color: #888;
}

#extractos_dropdown ul.nav ul li a:hover {
    background: #5786A2;
    color: white !important;
    font-size: 12px;
}

#aproval_doc {
    padding: 0;
    list-style: none
}

.green {
    color: #4CC583 !important;
}

#aproval_doc {
    padding: 0;
    list-style: none
}

.green {
    color: #4CC583 !important;
}

.orange {
    color: #EDA035;
}

div.break-word {
    word-wrap: break-word;
    /*background: none repeat scroll 0 0 #EDEDED;*/
    border: 1px solid #CCCCCC;
    margin: 8px;
    padding: 0 11px;
    width: 123px;
    float: left;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
}

div.break-word h4 {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    margin: 15px 0 5px !important;
}

div.break-word hr {
    margin: 0 10px 5px !important;
}

div.break-word p {
    color: #666
}

div.break-word:hover, div.break-word.active, div#cerrar-sesion:hover {
    background: linear-gradient(#487287, #5786A2) !important;
    color: white;
}

div.break-word:hover h4, div.break-word.active h4, div#cerrar-sesion:hover a {
    color: white !important;
}

div.break-word:hover p, div.break-word.active p {
    color: white
}

div.break-word:hover hr, div.break-word.active hr {
    border-color: white !important;
}

ul.ui-autocomplete {
    max-height: 500px;
    overflow-y: scroll;
}

div.footer-social div.tooltip {
    width: 380px !important;
}

div.footer-social div.tooltip-inner {
    background-color: #fff
}

div.footer-social div.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

div.footer-social div.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

div.footer-social div.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

div.footer-social div.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

a.element > img:hover, a.element > img:focus {
    cursor: pointer !important;
}

a.element {
    height: auto;
}

.tooltip-inner {
    color: #333
}

.media-body .link1 {
    font-size: 15px
}

.modal-body > p {
    text-align: justify !important;
}

/*************************/
#cookie-law-info-bar{
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #000;
    bottom: 0;
    color: #000000;
    display: block;
    font-family: inherit;
    position: fixed;
    width: 100%;
    z-index: 3;
}
#cookie-law-info-bar span.panelTitleTxt 
{
   display:block;
   width:90%;
   height: 100%;
   margin: 0 auto;
   text-align: center;
   padding: 5px
}
#cookie_action_close_header{padding: 10px;}
ul.credt_cards{ list-style: none outside none; margin:0; padding: 0; text-align: center; }
ul.credt_cards li { margin: 0 5px; display: inline; }
ul.credt_cards li img{width:35px;}

.rounded-list12 li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FCA904;
    border-radius: 30px;
    box-shadow: -2px 6px 4px #ccc;
    height: 35px;
    left: 20px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    width: 35px;
    font-size: 25px;
    color: #FCA904;
}

.rounded-list12 li {
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 2px 0 0 60px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    /*min-height: 105px;*/
    text-align: left;
    margin-bottom:10px;
}
.cards > label img{width: 35px}
.cards > label {float:left;  margin-right: 5px;}
.cards {text-align:left; margin-bottom:10px}
#card-error{margin-left: 175px !important}
#importe_due-error{/*margin-left:130px !important;*/}
/*#formRetirarFondos label.error{margin-left:130px !important;}*/
#col2 a.link1{font-weight: bold}
#header {
    position: relative;
    min-height: 50px;
    color:#538ba4; text-align: left; font-size: 11px;overflow-y: hidden;
}
#header-content {
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 50px;
    height: auto;
    text-align: right;
}
.lb_menu1 li a {
    color: #5688A1;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
}


/* Show the dropdown menu on hover */
/*.dropdown:hover > ul.dropdown-menu, .dropdown:hover > div.lb_header3 {
    display: block;
}*/

/*
@media (min-width: 767px) {

    #navigation .dropdown:hover > ul.dropdown-menu, #navigation li.dropdown-submenu > a:hover > ul.dropdown-menu {
        display: block;
    }

}

.dropdown:hover > div.lb_header3 {
    display: block;
}
*/
.dropdown-menu{margin:0;}
/*
#micuentaSubmenu { width: 1000px;display:block;text-align: center; margin-left: -100px;background-color: #5688A1; border: none;padding-top: 10px}
#micuentaSubmenu li {float:left;height: 35px;}
#micuentaSubmenu li a{padding: 10px; height: 40px;text-transform: uppercase; color: white !important;font-size:14px; text-align:center; font-family: "Noto Sans"; width: 125px;font-weight: bold; border-bottom: none}
#micuentaSubmenu li.separador {
    background-color: #71A1B8;
    margin: 5px 10px 5px 0;
    width: 1px;
    height: 30px;
}
#micuentaSubmenu li.active a, #micuentaSubmenu li:hover a {
    background-color: #FFAB0A;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none;
}
*/
#nav {display:none;
	width: 100%;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;  }
#nav ul {
	list-style: none;
	width: 1000px;
	margin: 0 auto;}
#nav li {text-transform: uppercase; font-size:14px; text-align:center; font-family: "Noto Sans";
	float: left;padding: 5px }
#nav li a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	color: white;}
#nav li a:hover {
	color: #c00;
	background-color: #fff; }
#nav li.active a, #nav li:hover a {
    background-color: #FFAB0A;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none;
}
#nav ul{    line-height: normal;}
/*********************************/
#accordionWork li{padding: 10px}
#accordionWork p.ulTitle{margin: 0}
#trabajarForm{padding-top:20px;}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

#content{width:100% !important}
#visorPDF{max-height: 300px}
    /*.modal-dialog {
        width: auto !important;
    }*/
    .titularCB{
        margin-top: 0px !important;
    }
    .modal-content .arrow_box2:after, .modal-content .arrow_box2:before, .modal-content .arrow_box3:after, .modal-content .arrow_box3:before{display: none}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

#content{width:100% !important}
#visorPDF{max-height: 300px}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

#content{width:100% !important}
#visorPDF{max-height: 300px}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

#content{width:1000px !important}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

#content{width:1000px !important}

}


#thumbs { padding-top: 10px; overflow: hidden;
    text-align: center;
    padding-bottom: 20px;}
#thumbs img, #largeImage {
 padding: 4px;
 background-color: white;
 cursor: pointer;
}
#thumbs img {box-shadow: 5px 5px 5px gray;border: 1px solid gray;
}
#largeImage, #description{
    display:none
}
#visorPDF{padding-bottom: 10px;max-height: 600px}
#description {
 background: black;
 color: white;
 /*position: absolute;*/
 bottom: 0;
 padding: 10px 20px;
}

.thumb-strip {
 /*background-color: rgba(34,34,34,0.75);
 color: white;*/
 bottom: 0;
 padding: 0;
 width: 100%;
 margin: 0;
 text-align: center;
    padding-top: 10px;
}
#panel { position: relative; height:610px}
.thumb-wrap { position: relative; float: left;}
#txtPerformance p{text-align: justify}


table.sortable tbody, table.sortable thead, table.sortable{ width: 100%; }



table.sortable thead tr th, table.sortable tfoot tr th {
    background: url("ico_order/f_2.png") no-repeat scroll right center #EFEFEF;
    cursor: pointer !important;
    padding-right: 20px;
}
table.sortable thead tr th.tablesorter-headerAsc, table.sortable thead tr th.customAsc {
    background-color: #8DBDD8;
    background-image: url("ico_order/desc.gif");
}
table.sortable thead tr th.tablesorter-headerDesc, table.sortable thead tr th.customDesc {
    background-image: url("ico_order/asc.gif");
}
table.sortable thead tr th > div.tablesorter-header-inner{
	text-align: center;
}
.tablesorter-headerAsc, .tablesorter-headerDesc, .tablesorter-headerAsc span > a, .tablesorter-headerDesc span > a {
    color: #000000 !important;
    font-weight: bold;
}
table.sortable{
	font-family: 'Noto sans',"Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-size: 11px;
	color: #333333;
}
table.sortable > tbody > tr > td, table.sortable > thead > tr > th, table.sortable > tfoot > tr > td {
	padding: 5px 8px !important;
	vertical-align: middle !important;
}
table.sortable td.cell-center {
	text-align: center !important;
}
table.sortable td.cell-left {
	text-align: left !important;
}
table.sortable td.cell-right {
	text-align: right !important;
}
table.sortable .titulo > a, .titulo, .infot2, .title-item > a {
	color: #888;
	font-family: Ruda;
}
table.sortable tr.success-2, tr.success, tr.detail {
	height: 42px !important;
}
table.sortable { margin:0 auto; border-collapse:collapse;table-layout: fixed;-moz-box-sizing: border-box;box-sizing: border-box; }
table.sortable > thead { background:#CCCCCC;display:block; }
table.sortable > tbody { height:10em; overflow-y:scroll; display:block;width: 100% !important; }
table.sortable > tfoot { background-color: #eee;display:block; }
table.sortable > tbody > tr:first-child > td { border-top: 0; }
table.sortable > tbody > tr > td, table.sortable > thead > tr > th {
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

#paymentsTable thead tr th.cell-left > div.tablesorter-header-inner {
     text-align: left !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    /*.modal-dialog {
        width: auto !important;
    }*/
    .titularCB{
        margin-top: 0px !important;
    }
    .modal-content .arrow_box2:after, .modal-content .arrow_box2:before, .modal-content .arrow_box3:after, .modal-content .arrow_box3:before{display: none}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}