.blog-feeds, .post-feeds{display: none;}

.CSS_LIGHTBOX{z-index: 200!important;}

.post-outer .post-header .post-author a, .post-outer .post-header .vcard a{
	font-weight: bold;
	text-decoration: none;
}

/* MARGIN FIX */
#margin20{
	height: 50px;
	width: 1px;
}
#margin60{height: 60px;width: 1px;}#margin70{height: 70px;width: 1px;}

.post-outer .post-header .post-author a:hover, .post-outer .post-header .vcard a:hover{
    border-bottom: 1px dotted;	
}

.post-footer .post-footer-line-1{
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-footer-line .post-comment-link .comment-link{
    display: block;
    text-align: center;
	font-weight: bold;
    text-decoration: none;
    height: 30px;
}

.post-footer .post-labels{
	margin-left: 5px;
}

.post-footer .post-labels a{
    padding-top: 4px;
    padding-bottom: 9px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
    text-decoration: none;
    font-weight: bold;
}

.blog-pager{margin:15px; text-align: center;}

.home-link, .blog-pager-newer-link, .blog-pager-older-link{
	font: normal normal 17px Calibri, arial;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border-radius: 2px;
	color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	background-color: rgba(0,0,0, 0.5);
	border:solid 1px rgba(0,0,0, 0.5);

}
.home-link:hover, .blog-pager-newer-link:hover, .blog-pager-older-link:hover{
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0,0,0, 0.7);
}

.home-link:active, .blog-pager-newer-link:active, .blog-pager-older-link:active{
	background-color: rgba(0,0,0, 0.9);
}

/* Botones */

.sidebar-wrapper .sidebar .widget .btn, .sidebar-wrapper .sidebar .widget .button, .post-outer .post-body .button, .post-outer .post-body .btn{
    font-family: Calibri, Arial!important;
    color: #303F50;
    padding: 10px;
    margin:4px;
    display:inline-block;
    font-weight: bold!important;
    background-color:rgba(0,0,0,0.04);
    border:1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    text-decoration: none!important;
    white-space: nowrap;
    outline: none;
    cursor: pointer!important;
}
.sidebar-wrapper .sidebar .widget .btn:hover, .sidebar-wrapper .sidebar .widget .button:hover, .post-outer .post-body .button:hover, .post-outer .post-body .btn:hover{background-color:rgba(0,0,0,0.1);}
.sidebar-wrapper .sidebar .widget .btn:active, .sidebar-wrapper .sidebar .widget .button:active, .post-outer .post-body .button:active, .post-outer .post-body .btn:active{background-color:rgba(0,0,0,0.04); -webkit-box-shadow: inset 0 1px 7px rgba(0,0,0,0.2);}

/*  ---------------- Botón Clasico --------------  */
.sidebar-wrapper .sidebar .widget .btn-clasic, .sidebar-wrapper .sidebar .widget .button-clasic, .post-outer .post-body .button-clasic, .post-outer .post-body .btn-clasic{
    background-color: #454545;
    color: #ccc!important;
    padding: 10px;
    font-weight: bold;
    text-decoration: none!important;
    white-space: pre-line;
}
.sidebar-wrapper .sidebar .widget .btn-clasic:hover, .sidebar-wrapper .sidebar .widget .button-clasic:hover, .post-outer .post-body .button-clasic:hover, .post-outer .post-body .btn-clasic:hover{color: #FFFFFF!important; background-color: #666;}
.sidebar-wrapper .sidebar .widget .btn-clasic:active, .sidebar-wrapper .sidebar .widget .button-clasic:active, .post-outer .post-body .button-clasic:active, .post-outer .post-body .btn-clasic:active{background-color: #000;}

.status-msg-wrap{
	font: normal normal 20px Calibri, arial;
	color:rgba(255, 255, 255, 0.7);
}

.status-msg-wrap a{
	color:rgba(255,255,255,0.9);
	text-decoration: none;
}

.status-msg-wrap a:hover{border-bottom: 1px dotted; color: rgba(255,255,255,1);}

.status-msg-body{
}

.status-msg-border{border: 1px solid #000; border-radius:2px; opacity:0.7!important;}

.status-msg-bg, .status-msg-body{
    background-color: rgba(0,0,0,.5); 
    border: 1px solid #000; 
    border-radius:2px; 
    opacity:0.7!important;
    padding: 5px;
    text-align: center;
}
/* Search */

.BlogSearch .title{display: none;}  
.gsc-search-box{}

.gsc-search-box, .gsc-search-box .gsc-input{width:100%;}


.gsc-search-box .gsc-input input[type=text]{
    padding: 6px 10px;
    border: solid 2px #C6C6C6;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font: normal normal 17px Calibri, arial;
    width:100%;

-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}

.gsc-search-box .gsc-input input[type=text]:focus {
    border: solid 2px #2D88D2;

-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}

.gsc-search-button input[type=submit]{
    color: #303F50;
    padding: 10px;
    margin:4px;
    display:inline-block;
    font-weight: bold;
    background-color:rgba(0,0,0,0.04);
    border:1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    text-decoration: none!important;
    white-space: nowrap;
    outline: none;
    font: normal normal 17px Calibri, arial;
    cursor: pointer;
    font-weight: bold;
}

.gsc-search-button input[type=submit]:hover{background-color:rgba(0,0,0,0.1);}
.gsc-search-button input[type=submit]:active{background-color:rgba(0,0,0,0.04); -webkit-box-shadow: inset 0 1px 7px rgba(0,0,0,0.2);}

/* fin Search */

/* BANNER CAMBIANTE
----------------------------------------------- */
#rotator {
overflow: hidden;
margin: 0px ;
padding:2px;
position: relative;
width: 99%;
height: 78px;
opacity: 0.7;


    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#rotator:hover{
    opacity: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


#rotator img {
background-color: #FFFFFF;
border-radius: 5px;
width: 100%;
height: 80px;
border: 1px transparent;
margin: 0;
padding: 0;
}

/* WELCOME */

#bro__1, #bro__2, #bro__3, #bro__4, #bro__5, #bro__6{
    cursor: pointer;

-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

#bro__1:hover{color:#FE2E2E;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}
#bro__2:hover{color:#FE642E;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}
#bro__3:hover{color:#FACC2E;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}
#bro__4:hover{color:#64FE2E;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}
#bro__5:hover{color:#2EFEF7;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}
#bro__6:hover{color:#9A2EFE;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}

#bro_version{
    cursor: pointer;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}

#bro_version:hover{
    color:#2E9AFE;
    margin-right: 5px;
    margin-left: 5px;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}
#bro_error{
    height:300px;
    width:300px;
}

/* --- LISTA --- */
#sidebar .LinkList .widget-content ul{
    overflow: auto;
    height: 130px;

}
/*
#sidebar .LinkList .widget-content ul li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

#sidebar .LinkList .widget-content ul li a{
    color:#FFFFFF;
    font-weight: bold;
    display:inline-block;
    background-color:#2D88D2;
    padding: 2px;
    border-radius: 5px;
    margin: 3px;
}

#sidebar .LinkList .widget-content ul li a:hover{
    text-decoration: none;
    background-color:#1F5E92;
}

#sidebar .LinkList .widget-content ul li a:visited{background-color:#1F5E92;}

/* VENTANAS MODALES BRO FIX */
#modal {
position: fixed;
display: none;
z-index: 99999999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 40px;
overflow: auto;
cursor: pointer;
background:rgba(0, 0, 0, 0.8);
}
/* FIN VENTANAS MODALES BRO FIX */

@media screen and (max-width:700px) {
.home-link, .blog-pager-newer-link, .blog-pager-older-link {
margin-top: 15px;
}

}