/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Modules Style Sheet - Defines general module defaults, headings, badges and icons
 */


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module { position: relative; margin-bottom:15px; }

.module .badge {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}



/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
	display: block; 
	position: relative;
	top: -6px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}


/* Module Defaults
----------------------------------------------------------------------------------------------------*/

.deepest > *:first-child { margin-top: 0; }
.deepest > *:last-child { margin-bottom: 0; }

#frontpagel2 .deepest > *:first-child.newsFormat1 {
	padding-top:15px;	
}

.deepest > *:first-child.newsFormat1 {
	padding-top:0;	
}

/* Module Headings
----------------------------------------------------------------------------------------------------*/

.module .module-title { margin: 0 0 15px 0; }

/* Subtitles */
.module .module-title span.title { display: block; }

.module .module-title span.subtitle {
	display: block;
	margin-top: 2px;
	line-height: 14px;
	font-size: 12px;
	text-indent: 1px;
}


.grid-h .mod-line:before {
	border-color:#eee;
	border-style:solid;
	border-width:0 0 0 1px;
	bottom:0;
	bottom:-30px;
	content:"";
	display:block;
	left:-10px;
	position:absolute;
	top:0;
	top:-10px
}

.grid-h:first-child > .mod-line:before {
	display:none
}

.grid-v .blue {
	background-color:#4286B9
}

.grid-v .blue h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .darkgreen {
	background-color:#1D9364
}

.grid-v .darkgreen h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .gray {
	background-color:#373737
}

.grid-v .gray h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .green {
	background-color:#B1CD87
}

.grid-v .green h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .mod-line:before {
	content:"";
	display:block;
	left:0;
	position:absolute;
	right:0;
	top:0
}

.grid-v .netural h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .neutral {
	background-color:#8FA1A9
}

.grid-v .red {
	background-color:#EC534D
}

.grid-v .red h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v .violet {
	background-color:#8E92B1
}

.grid-v .violet h3 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3)
}

.grid-v > .search {
	background:url(../../../images/icons/searchwhite.png) right top no-repeat
}

.grid-v > .send {
	background:url(../../../images/icons/send.png) right top no-repeat
}

.grid-v:first-child > .mod-line:before {
	display:none;
	display:none
}

.module .badge {
	background:url(../images/module_badges.png) 0 0 no-repeat;
	height:22px;
	right:0;
	top:-2px;
	width:32px
}

.module .badge-free {
	background-position:0 -50px;
}

.module .badge-hot {
	background-position:0 0;
}

.module .badge-new {
	background-position:0 -75px;
}

.module .badge-top {
	background-position:0 -25px;
}

.module .module-title .icon {
	background:url(../images/module_icons.png) 0 0 no-repeat;
}

.module .module-title .icon-bubble {
	background-position:0 -90px;
}

.module .module-title .icon-cart {
	background-position:0 -150px
}

.module .module-title .icon-download {
	background-position:0 0
}

.module .module-title .icon-login {
	background-position:0 -120px
}

.module .module-title .icon-mail {
	background-position:0 -60px
}

.module p {
	margin:0;	
}

/*Estils personalitzats */

.module h3.module-title {
	margin-bottom:5px;
	background-color:#F4E700;
	padding: 5px 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.module.esports h3.module-title {
	background-color: #EF8725;
	color:white;
}

.module.lined {
	padding:5px;
	background-image: url("../images/magazine.png");
}

.module.linedBlack {
	padding:5px;
	background-image: url("../images/linedBlack.png");
}
.module.linedBlack .inset {
	background-color:rgba(0, 0, 0, 0.3);
	color:#DDD;
}

.module.linedBlack.net .inset {
	background-color:rgba(0, 0, 0, 0);
	padding: 0 0 0 15px;
}

.module.linedBlack .inset a {
	color:#DDD;
	
}

#frontpager6 .newsFormat1 h2 a{ line-height:22px;}


.module.magazine img {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.module.wide100 {
	margin: 15px;
	
}


/* Poll module */

div.module h4 {
	margin: 0 0 5px 0;
}

div.poll.lined .center {
	text-align: center;
	
}

div.poll.lined label {
	display:block;
}

div.poll.lined input[type="radio"] {
	margin:5px; 
	padding:0;
}

div.poll.lined span {
	vertical-align: middle;
}

div.poll.lined input[type="submit"] {
	padding:5px 10px;
	font-size:1em;	
}

div.poll.lined .relatedArticle {
	text-align: right;
	font-size: 10px;
	border-top: 1px dotted #eee;
	margin-top: 10px;
	font-weight: bold;
}

div.lined > div.lined, div.linedBlack > div.linedBlack {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.2em;
    padding: 10px;
    vertical-align: middle;
}

div.lined div.inset ol {
	margin: 0;
}

.padded {
	padding: 10px;
}


ul.line li.numbered {
    overflow: hidden;
    padding: 10px 10px 10px 0;
    margin:0;    
}

ul.line {
	margin: -10px 0;
}

li.numbered a {
    float: left;
    padding: 0 5px;
    width: 190px;
}

ul.line li.numbered span.number {
	background: none repeat scroll 0 0 #E9ECF0;
    color: #A2A9AE;
    float: left;
    width: 15px;
    text-align: center;
    padding: 5px;
    margin-right:5px;
    font-size: .9em;
}

div.lined .inset,
div.linedBlack .inset {
	font-size: 0.9em;
    line-height: 1.2em;
}

#header .module.no-margin {
	margin:0;
	vertical-align: bottom;
}

#header .logo-l {
	position:absolute;left:0;bottom:30px;
}

#header .logo-r {
	position:absolute;right:0;bottom:30px;
}

#header .no-margin a {
	display: inline-block;
	
}

.responsive-footer {
	display:none;
	color:white;
	background-color:;	
	padding:15px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size:12px;
	line-height: 18px;
	background-image: url("../images/linedBlack.png");
	border-top: 1px solid #F5E900;
	border-bottom: 5px solid #F5E900;
}

.responsive-footer a {
	color:white;	
}

.responsive_banner_zone {
	text-align: center;
	padding:15px 0px 7px 0px;
	margin-bottom: 15px;
	background-color:#F8F8F8;
}

#leftouter > div{
	position: fixed;
	margin-left: -135px;
	margin-top: 15px;
}

#leftouter2 > div {
	position: fixed;
	margin-left: -135px;
	margin-top: 645px;
}

#rightouter > div {
	position: fixed;
	margin-left: 975px;
	margin-top: 15px;
}

#rightouter2 > div {
	position: fixed;
	margin-left: 975px;
	margin-top: 645px;
}

#leftouter > div.no_fijo ,
#leftouter2 > div.no_fijo ,
#rightouter > div.no_fijo ,
#rightouter2 > div.no_fijo  { position:absolute !important;  }


.interessar_news .numbered.even {display: flex;justify-content: center;align-items: center;}
.interessar_news li.numbered a {float: none;padding: 0 5px;	width: 100%;}
