
@charset "UTF-8";


	/* Definición de tipografías */
	
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Montserrat:400);

	
/* Estilos generales */

.main_container  * {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container  b, .main_container  b *,
.main_container  strong,
.main_container  strong * {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: black;
}

.main_container a, .main_container a * {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: black;
}

/* Encabezados */

.main_container h1, .main_container h1 * {
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container h2, .main_container h2 * {
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container h3, .main_container h3 * {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container h4, .main_container h4 * {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container h5, .main_container h5 * {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.main_container h6, .main_container h6 * {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: black;
}

.container {
	max-width: 995px;
}


.main_container.container,
.header-top .container,
.header .container,
.header-bot .container {
	max-width: 1200px;
}

.sidebar {
	width: 310px;
}

.has-sidebar {
	width: calc((100% - 310px) - 40px);
}

.content {
	width: calc(100% - 310px);
}

body {
	background-color: #fafafa;
}

.main_container {
	background-color: white;
}

.row > * {
	display: inline-block;
	float: left;
	margin-left: 10px;
	width: 100%;
}

html[lang="ar"] .row > * {
	float: right;
	margin-left: 0;
	margin-right: 10px;
}

.x11 {
	width: 100.0000%;
}

.x12 {
	width: 50.00000%;
	width: calc((100% - (10px * 1)) / 2);
}

.x13 {
	width: 33.33333%;
	width: calc((100% - (10px * 2)) / 3);
}

.x14 {
	width: 25.00000%;
	width: calc((100% - (10px * 3)) / 4);
}

.x15 {
	width: 20.00000%;
	width: calc((100% - (10px * 4)) / 5);
}

.x16 {
	width: 16.66666%;
	width: calc((100% - (10px * 5)) / 6);
}

.x17 {
	width: 14.28571%;
	width: calc((100% - (10px * 6)) / 7);
}

.x18 {
	width: 12.50000%;
	width: calc((100% - (10px * 7)) / 8);
}

.x19 {
	width: 11.11111%;
	width: calc((100% - (10px * 8)) / 9);
}

.x10 {
	width: 10%;
	width: calc((100% - (10px * 9)) / 10);
}

.x23 {
	width: 66.66666%;
	width: calc((((100% - (10px * 2)) / 3) * 2) + 1 * 10px);
}

.x25 {
	width: 40.00000%;
	width: calc((((100% - (10px * 4)) / 5) * 2) + 1 * 10px);
}

.x34 {
	width: 75.00000%;
	width: calc((((100% - (10px * 3)) / 4) * 3) + 2 * 10px);
}

.x35 {
	width: 60.00000%;
	width: calc((((100% - (10px * 4)) / 5) * 3) + 2 * 10px);
}

.x38 {
	width: 37.50000%;
	width: calc((((100% - (10px * 7)) / 8) * 3) + 2 * 10px);
}

.x45 {
	width: 80.00000%;
	width: calc((((100% - (10px * 4)) / 5) * 4) + 3 * 10px);
}

.x56 {
	width: 83.33333%;
	width: calc((((100% - (10px * 5)) / 6) * 5) + 4 * 10px);
}

.x58 {
	width: 62.50000%;
	width: calc((((100% - (10px * 7)) / 8) * 5) + 4 * 10px);
}

/* Cabecera */

.header-top {
	background-color: transparent;
}

.main_container .header-top,
.main_container .header-top * {
	font-size: 10px;
	font-family: inherit;
	color: white;
}

header#header {
	background-color: transparent;
}

header#header .header > .container {
	height: 100px;
}

#main-header #searchsubmit {
	color: transparent;
}

header a.logo {
	height: 78px;
	display: inline-block;
}

#main_menu {
	line-height: 78px;
}

#main_menu > li > a {
	height. 78px;
	display: inline-block;
}

#main_menu li:hover:after,
#main_menu li[class*="current"]::after {
	background-color: white;
}

#main_menu li,
#main_menu li * {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: rgb(255,255,255);
}

#mobile-menu #main_menu > ul > li > a {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: rgb(255,255,255);
	color: transparent;
}

#mobile-header {
	display: none;
}

#mobile-side-menu {
	background-color: rgb(255,255,255);
}

.mobile-button span,
.mobile-button span::before,
.mobile-button span::after {
	background-color: rgb(255,255,255);
}

.selector-idioma-superior img {
	height: 10px;
}

.selector-idioma-superior.desplegable .selector-abajo {
	border-top: 3px solid white;
}

.sub-menu {
	display: none;
}

/* Pie de página */

#footer {
	background-color: #454a16;
}

#footer * {
	font-size: 28px;
	font-family: inherit;
	color: white;
	text-transform: uppercase;
}

#footer .footer-title {
	font-size: ;
	font-family: inherit;
	color: ;
}

#footer a {
	font-size: 30px;
	font-family: inherit;
	color: white;
}

#footer a:hover {
	font-size: 30px;
	font-family: inherit;
	color: rgba(255,255,255,0.8);
}

#socket {
	background-color: #342d27;
}

#socket * {
	font-size: 11px;
	font-family: inherit;
	color: white;
}


#socket a {
	font-size: 11px;
	font-family: inherit;
	color: white;
}

#socket a:hover {
	font-size: 11px;
	font-family: inherit;
	color: white;
	text-decoration: underline;
}

/* Barra lateral */

.sidebar-right {
	padding-right: b_f_size('b_opt_sidebar-width') ?>;
}

.sidebar-right {
	padding-left: b_f_size('b_opt_sidebar-width') ?>;
}

aside#sidebar {
	width: 310px;
}

@media all and (max-width: 767px) {
	.container {
		padding-left: 8px !important;
		padding-right: 8px !important;
		width: auto !important;
	}
	* {
				font-size: 0px;
	}
	header#header {
		display: none
	}
	header#mobile-header {
		display: block;
	}
	b, b *,
	strong,
	strong * {
				font-size: 0px;
	}
	a, a * {
				font-size: 0px;
	}
	h1 {
				font-size: 0px;
	}
	h2 {
				font-size: 0px;
	}
	h3 {
				font-size: 0px;
	}
	h4 {
				font-size: 0px;
	}
	h5 {
				font-size: 0px;
	}
	h6 {
				font-size: 0px;
	}
	}

