/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 13.6

All css files are placed in /css/ folder
*/

h2.title-content {
    width: 40%;
    border: 2px solid #000;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    top: -25px;
    background: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
img.logo-footer {
    width: 50%;
}
.widget h4 {
    font-weight: bold;
    text-transform: uppercase;
}
.n-abogados {
    display: block;
    float: none;
    margin: 0 auto;
}
#miguel {
    display: block;
    float: left;
}
.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.imagen {
    width: 40%;
    display: block;
    float: left;
}
.imagen img {
    margin: 0 20px;
    display: block;
    float: right;
}
.contenido {
    display: block;
    float: left;
    width: 50%;
    text-align: justify;
}
button.mfp-close {
    margin: 10px 20px;
    color: #fff !important;
    background: #23293b !important;
    border-color: #23293b !important;
    border-radius: 0px;
}
.img-principal{margin-bottom:15px;}
.textwidget p {
    text-align: justify;
}
@media (max-width: 767px){
	h2.title-content{width: 50%}
	.areas{text-align: center;display:block;margin-bottom: 50px;}
	.areas h3{text-align: center !important;}
	.areas li{list-style: none !important;}
	.img-principal{margin-bottom: 20px;}
	img.logo-footer{width: 30%;}
	.imagen{width: 100%;margin-bottom: 20px;}
	.imagen img {margin: 0 auto;float: none;}
	.contenido {float: none;width: 80%;margin: 0px auto;}
}