
// Pagina Principal
.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.nav-tabs { margin-bottom: 15px};
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}

.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }

.tab-pane .list-group .glyphicon { margin-right:5px; }
//.tab-pane .list-group .glyphicon:hover { color:#FFBC00; }

a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 5px;margin-bottom: 10px; }

.nav-pills>li>a {padding: 5px 10px;}
/*
.ad { padding: 5px;background: #F5F5F5;color: #222;font-size: 80%;border: 1px solid #E5E5E5; }
.ad a.title {color: #15C;text-decoration: none;font-weight: bold;font-size: 110%;}
.ad a.url {color: #093;text-decoration: none;}
*/

.marT5 { margin-top: 5px;}
.marT10 { margin-top: 10px;}
.marB5 { margin-bottom: 5px;}
.marB10 { margin-bottom: 10px;}

/* Share  */
ul.share {
margin : 0px 0 0 0;
padding : 0;
width : 100%;
height : 20px;
}
ul.share li {
float : left;
margin : 0 5px 0 0;
list-style : none;
text-align : center;
}
/*
ul.share li.label {
padding-top : 10px;
}
*/
ul.share li.google {
padding-top : 5px;
}
ul.share li.facebook {
padding-top : 5px;
}
ul.share li.tweet {
padding-top : 5px;
}



.social-fb:hover {
    color: #3B5998;
}
.social-tw:hover {
    color: #4099FF;
}
.social-gp:hover {
    color: #d34836;
}
.social-em:hover {
    color: #f39c12;
}

.social-rs:hover {
    color: #ff6600;
}

.linea-ahorcado {
    margin-bottom: 5px;
}

div.linea-ahorcado span{
    margin-left: 1px;
    margin-right: 1px;
}



.sep {
   background-color:#dddddd;
   color:#FFFFFF;
}