.img-medium {
    width: 75%
}
.bottom-space {
    margin-bottom: 40px
}


/*Styles for administra*/

.color-administra {
	color: #33b9eb
}

.btn-base-administra {
	color: #FFF;
	background-color: #33b9eb;
	border: 1px solid #33b9eb
}
.btn-base-administra:active, .btn-base-administra.active, .btn-base-administra:focus, .btn-base-administra:hover {
	color: #FFF;
    background-color: #666666;
	border: 1px solid #666666
}
.btn-base-administra.btn-outline {
	background-color: transparent !important;
	border-color: #666666 !important;
	color: #666666 !important
}
.btn-base-administra.btn-outline:active, .btn-base-administra.btn-outline:focus, .btn-base-administra.btn-outline:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
	color: #FFF !important
}
.bg-base-administra .btn-base-administra {
	background-color: #666666;
	border-color: #666666
}
.bg-base-administra .btn-base-administra:active, .bg-base-administra .btn-base-administra:focus, .bg-base-administra .btn-base-administra:hover {
	background-color: #666666;
	border-color: #666666
}
.bg-base-administra  {
	color: #33b9eb
}
.link--style-administra{color:#33b9eb}.link--style-administra:hover{color:#666666}

.feature--boxed-border.active-administra:after{content:'';position:absolute;bottom:0;width:100%;height:4px;background:#33b9eb;left:0}


/*Styles for reforma*/

.color-reforma {
	color: #FF0000
}

.bg-base-reforma  {
	color: #FF0000
}
.btn-base-reforma {
    color: rgba(255,255,255,0.9);
    background-color: #FF0000;
    border: 1px solid #FF0000
}
.btn-base-reforma:active, .btn-base-reforma.active, .btn-base-reforma:focus, .btn-base-reforma:hover {
    background-color: #666666;
    color: rgba(255,255,255,0.9);
    border: 1px solid #666666

}
.btn-base-reforma.btn-outline {
    background-color: transparent !important;
    border-color: #FF0000 !important;
    color: #FF0000 !important
}
.btn-base-reforma.btn-outline:active, .btn-base-reforma.btn-outline:focus, .btn-base-reforma.btn-outline:hover {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color: rgba(255,255,255,0.9) !important
}

.link--style-reforma{color:#FF0000}.link--style-reforma:hover{color:#666666}

.feature--boxed-border.active-reforma:after{content:'';position:absolute;bottom:0;width:100%;height:4px;background:#FF0000;left:0}



/*Styles for Grupo*/
.btn-base-grupo {
    color: rgba(255,255,255,0.9);
    background-color: #81816f;
    border: 1px solid #81816f
}
.btn-base-grupo:active, .btn-base-grupo.active, .btn-base-grupo:focus, .btn-base-grupo:hover {
    background-color: #54544B;
    color: rgba(255,255,255,0.9)
}
.btn-base-grupo.btn-outline {
    background-color: transparent !important;
    border-color: #81816f !important;
    color: #81816f !important
}
.btn-base-grupo.btn-outline:active, .btn-base-grupo.btn-outline:focus, .btn-base-grupo.btn-outline:hover {
    background-color: #81816f !important;
    border-color: #81816f !important;
    color: rgba(255,255,255,0.9) !important
}

.copyright a {color: #81816f!important}
.top-navbar a:hover {color: #81816f!important}


 .iguales { height: 120px!important;}

 .this-thumb {
            height: 240px!important;
            background-color: ghostwhite; 
            padding:10px
        }
        
        .this-img {
            max-height: 100px!important;
            margin-top: 10px
        }
       
/**css for zoom in uploads list**/
        
        .zoom {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
            cursor: zoom-in;
        }
        
        .zoom:hover,
        .zoom:active,
        .zoom:focus {
            /**adjust scale to desired size, 
add browser prefixes**/
            -ms-transform: scale(2);
            -moz-transform: scale(2);
            -webkit-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            position: relative;
            z-index: 100;
        }
        
        .wordwrap {
            white-space: pre-wrap;
            /* CSS3 */
            white-space: -moz-pre-wrap;
            /* Firefox */
            white-space: -pre-wrap;
            /* Opera <7 */
            white-space: -o-pre-wrap;
            /* Opera 7 */
            word-wrap: break-word;
            /* IE */
        }