
/* Definición de tipografías */

@import url(http://fonts.googleapis.com/css?family=Lato:bi);

/* Estilos generales */

* {
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #000000;
}

b, b *,
strong,
strong * {
	color: #000000;
}

a, a * {
	color: #289dcc;
}

.container {
	max-width: 995px;
}


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

.sidebar {
	width: 350px;
}

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

body {
	background-color: #ffffff;
}

.main_container {
	background-color: #ffffff;
}

.columna {
	display: inline-block;
	float: left;
	margin-left: 30px;
}

.entero {
	width: 100.0000%;
}

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

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

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

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

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

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

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

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

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

/* Cabecera */

.header-top {
	background-color: #000000;
}

.header-top, .header-top * {
	font-size: 10px;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	}

.header-mid {
	background-color: #ffffff;
}

.header-mid > div {
	height: 0px;
}

.header-mid .logo {
	height: 70px;
}

.header-mid .extra .top_rrss li * {
	font-size: 18px;
	color: #ffffff;
}

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

.header-bot a.image-link {
	height: 70px;
}

.header-bot {
	background-color: #ffffff;
	min-height: 92px;
}

.header-bot .extra {
	margin-top: calc((92px - 28px) / 2);
}

.header-bot .logo-inside #main_menu {
	padding-top: calc((70px - 92px) + 10px);
}

.header-bot .logo-inside .extra {
	padding-top: calc((70px - 92px) + 7px);
}

.header-bot li * {
	color: #000000;
}

.header-bot li a {
	line-height: 92px;
		text-transform: uppercase
	}

.header-bot #main_menu li:hover:after {
	background-color: rgb(0,160,223);
}

.header-bot .logo {
	-webkit-transform: translateY(calc((92px / 2) - 50%));
	   -moz-transform: translateY(calc((92px / 2) - 50%));
	    -ms-transform: translateY(calc((92px / 2) - 50%));
	     -o-transform: translateY(calc((92px / 2) - 50%));
	        transform: translateY(calc((92px / 2) - 50%));
}

.header-bot nav,
.header-bot nav * {
	font-size: 18px;
	font-family: "Lato", sans-serif;
		font-weight: bold;
	}

.mobile-button {
	background-color: rgb(0,160,223);
}

#mobile-header {
	display: none;
}

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

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

/* Pie de página */

#footer {
	background-color: #289dcc;
}

#footer * {
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	}

#footer .footer-title {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #ffffff;
		text-transform: uppercase;
	}

#socket {
	background-color: #4d4d4d;
}

#socket > div {
	color: #ffffff;
}

#socket * {
	font-size: 12px;
	font-family: "Lato", sans-serif;
	}

/* Barra lateral */

.sidebar-right {
	padding-right: medida('ancho_sdb') ?>;
}

.sidebar-right {
	padding-left: medida('ancho_sdb') ?>;
}

aside#sidebar {
	width: 350px;
}

@media all and (max-width: 995px) {
	.container {
		padding-left: 8px !important;
		padding-right: 8px !important;
		width: auto !important;
	}
}

/* Encabezados */

h1, h1 * {
	font-size: 28px;
	font-family: "Lato", sans-serif;
	color: #000000;
	}