/*
Theme Name: Infobenissa 2
Theme URI: http://www.infobenissa.cat
Description: Basat en el tema <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a>, s'ha realitzat una adaptació total per a les necessitats d'Infobenissa
Version: 0.1
Author: Xavi Ivars
Author URI: http://xavi.infobenissa.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
 colors utilitzats:

    blau:       #3c78a7
    taronja:    #fbb03b
*/
@font-face {  
	  font-family: "Qlassik";  
		src: url("qlassik.eot"); /* IE   */
	  src: local("Qlassik"),
		url("Qlassik_TB.otf"); /* non-IE */  
	}  
	
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 12px auto;
	height: 0;
	max-height: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px dotted #CCC;
	font-size: 1px;
	line-height: 0;
}

/* HTML Elements */
* {
    margin:0;
    padding:0;
}

body {
    font: 100% Arial, Helvetica;
    background: #FFF;
    color: #333;
}

p {
    margin: 15px 0;
/*    text-align:justify;*/
}

a:link, a:visited {
    color: #3c78a7;
    text-decoration:none
}

/*a:hover, a:active {
    color: #3c78a7;
    text-decoration:underline;
}*/
a:hover, a:active {
    color: #fbb03b;
    text-decoration:none;
}

a img, a object, a embed {
    border:0;
}

code {
    font: 1.0em 'Courier New', Courier, Fixed;
    background:#ececec;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font:1.0em Arial;
    line-height:1.5em;
    margin:10px 0px;
}

select {
    width: 130px;
}



/* Structure */


#head {
    width:960px;
    margin:0px auto;
    margin-top:15px;
    padding:0px;
    font-size:0.7em;
}


#page {
    width:940px;
    margin:0px auto;
    padding:10px;
    background:#ececec;
    font-size:0.7em;
}

.left, .alignleft {
    float:left;
}

.right, .alignright {
    float:right;
}

#logo {
    margin-left: 20px;
}

.banner {
    width: 471px;
    height: 60px;
    margin: 20px;
}

#mpubli {
    float:right;
    width: 20px;
    height: 60px;
    margin: 20px;
    margin-right: -19px;
    background-image: url(images/banners/mpubli.png);
}

/* Navigation Bar*/
#navbar {
    margin:0 auto;
    margin-top:15px;
    padding:0px 10px;
    text-transform:uppercase;
    /*background:#2c2c2c url(images/navbar.png);*/
    background:#3c78a7 url(images/navbar.png);
}

#page-bar {
    width:722px;
}

#page-bar ul {
    list-style: none;
	z-index: 10000000;
}

#page-bar li {
    float:left;
    list-style:none;
    cursor: pointer;
    display:block;
    border-right:1px solid #333;
}

#page-bar li:hover {
    /*background: #3c78a7;*/
    background: #fbb03b;
}


#page-bar a, #page-bar a:visited {
    margin: 0px;
    padding:10px 16px;
    font-weight:bold;
    /*color: #FBB03B;*/
    color:white;
    display:block;
}

#page-bar a:hover {
    text-decoration:none;
    display:block;
    color:#333;
}

#searchform {
    width:194px;
    float:right;
    text-align:right;
    padding-top:8px;
    margin-right:10px;
}

/* Dropdown Menus */
#page-bar li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#page-bar li li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 122px;
    text-transform:none;
}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
    background: #2B2B2B;
    width: 122px;
    float: none;
    margin: 0px;
    padding: 5px 10px 5px 18px;
    border-top: 1px solid #C0C0C0;
}

#page-bar li li a:hover, #page-bar li li a:active {
    background: #666666;
    padding: 5px 10px 5px 18px;
}

#page-bar li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

#page-bar li:hover ul {
    left: auto;
    display: block;
}

#page-bar li:hover ul, #page-bar li.sfhover ul {
    left: auto;
}


/* Text*/

h1 {
    font:3.5em Arial;
    font-weight:bold;
    letter-spacing:-0.08em;
}

h2 {
    font:2.3em Qlassik, Georgia, "Times New Roman";
}

h3 {
    font:1.3em Arial;
    margin-bottom:3px;
    color:#3c78a7;
    font-weight:bold;
}

h4 {
    font:1.0em Arial;
}

h3.cat_title, h3.cat_title a {
    color:#333;
    letter-spacing:-0.05em;
    font-size:0.85em;
}

h3#respond {
    margin-top:0px;
    padding-top:20px;
}

h3#comments {
    margin-top:32px;
    padding-left:0px;
}

h3.authors {
    margin-top:15px;
}

/* Index Page*/

#tagline {
    margin-top:5px;
    font-size:1em;
    color:#333;
}

#top {
    padding:0;
}

#headline {
    width:590px;
    float:left;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.5em;
    margin:0;
    margin-bottom: 10px;
    min-height: 312px;
}

#headline  div.title {
    font-weight:bold;
    font:2.4em Qlassik, Georgia;
    letter-spacing:-0.05em;
    display:block;
    padding-bottom:5px;
}

#headline div.meta {
    display:block;
    margin-top:-5px;
    padding-bottom:2px;
}

#headline p {
    padding-bottom:15px;
}

.featured {
    width:300px;
    background:#fff;
    float:right;
    padding:10px 10px 9px 10px;
    margin-bottom: 10px;
    position: relative;
}

.featured .clearfloat {
    margin-top:7px;
    margin-bottom:8px;
}

.featured .info {
    margin-top:5px;
    padding-top:5px;
    float:right;
    width:180px;
}

.featured .title, .sidebar-full .title {
    font-weight:bold;
}

#oratge_link, #agenda_link {
	float:left;
	cursor: pointer;
	width: 49%;
}

#oratge_link.inactiu, #agenda_link.inactiu {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: -10px;
	padding-top: 8px;
	margin-left: -10px;
	padding-left: 10px;
	background-color: #F9F9F9;
	padding-bottom: 2px;
}

#carburants_link, #opinio_link, #opinio_a {
	float: right;
	width: 50%;
	text-align: right;
	cursor: pointer;
	color: #aaa;
}

#carburants_link.inactiu, #opinio_link.inactiu {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: -10px;
	padding-top: 8px;
	margin-right: -10px;
	padding-right: 10px;
	background-color: #F9F9F9;
	padding-bottom: 2px;
}

#opinio_a {
	color: #000;
}

#carburants, #opinio, #opinio_a {
	display:none;
}

#headline a img, .featured a img, .sidebar-full a img {
    border:1px solid #ccc;
    margin-top:10px;
    padding:2px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#headline a img {
    margin-top: 0px;
}

#menu_not {
    width: 920px;
    background:#fff;
    float:right;
    padding:10px;
    margin: 0px;
    margin-bottom: 10px;
}

.category {
    /*width:164px;*/
    width:110px;
    float:left;
    border-top:8px solid #333;
    margin:0px;
    padding:5px 10px 10px 10px;
    background:#fff;
}

.menu_hist .category {
	width: 205px;
}

.category p {
    margin:0;
}

.menu_cat1 {border-top:8px solid #333333;}
.menu_cat2 {border-top:8px solid #3c78a7;}

/* .menu_hist .menu_cat2 {border-top:8px solid #C9A70E;} */
.menu_hist .menu_cat2 {border-top:8px solid #888;} 

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
}

#front-list div.title a {
    font-family: Qlassik, Georgia;
}

#front-popular h3 {
    color:#fff;
}

.category a {
    color:#333;
    display:block;
    background:none;
}

.category a:hover {
    background:none;
    color:#fff;
    text-decoration:none;
}

.menu_cat1:hover, .menu_cat1:hover a {background:#333333; color:#fff;}
.menu_cat2:hover, .menu_cat2:hover a {background:#3c78a7; color:#fff;}
.menu_hist .menu_cat2:hover, .menu_hist .menu_cat2:hover a {background:#888; color:#fff;}

#bottom {
    width: 940px;
}

#front-list {
    width:590px;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
}

#archive {
    padding-top:15px;
    font-size:1.05em;
    line-height:1.75em;
}

#front-list blockquote {
    padding: 0px 10px 0 10px;
}

#front-list .title, #archive .title, #preguntes_box .title {
    font-weight:bold;
    font:2.0em Qlassik, Georgia;
    letter-spacing:-0.05em;
}

#front-list .clearfloat, #archive .clearfloat {
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
}

#front-list .spoiler, #archive .spoiler {
    display:block;
    margin-top:3px;
}

#front-list p, #archive p {
    margin:0px;
    padding:0px;
}

.author {
    font-size:0.8em;
    font-weight:bold;
}

.meta {
    font-size:0.8em;
    color:#333;
}

.meta a {
    color:#333;
}

#headline p, .featured p {
    margin:0;
}


/* Content Page*/

#content {
    width:590px;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
    min-height:400px;
}

#content .breadcrumbs, #content .breadcrumbs a {
    font-weight:bold;
    color:#333;
}

#content h2.title {
    font:2em Qlassik, Georgia;
    /* font-weight:bold; */
    letter-spacing:-0.05em;
    border-bottom:1px solid #ddd;
    border-top:3px solid #ddd;
    padding:5px 0px;
}

.excerpt p {
    margin-bottom: 25px !important;
}

.post {
    font-size:1.05em;
    line-height:1.75em;
/*    text-align: justify;*/
}

.post p {
    margin-top:0px;
}

.post .clearfloat {
    border-bottom:1px dotted #ccc;
    margin:10px 0px;
}

.post ul, .post ol, #front-list ul, #front-list ol {
    margin-bottom:15px;
}

.post ul li, #front-list ul li {
    list-style:square;
    margin-left:30px;
}

.post ol li, #front-list ol li {
    list-style:decimal;
    margin-left:30px;
}

.post ol li ul li, #front-list ol li ul li {
    list-style:square;
    margin-left:20px;
}

.post img, .post a img, #front-list img, #archive img {
    border:1px solid #ccc;
    margin:5px 10px;
    padding:2px;
    display: inline;
}

.post ul.llista_blogs li {
    list-style: none;
    margin-left: 10px;
}

.post .ads {
    margin-top:10px;
}

.post .oembed-instagram {
    text-align: center;
}

.post .oembed-instagram .wp-caption {
    margin-left: auto;
    margin-right: auto;
}


#ads_dins {
	margin-left:auto;
	margin-right:auto;
	width:468px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 21px;
	background: url("images/banners/mpubli.png") no-repeat;
}

.entry {
    margin-top:20px;
}

.content_noticia {
    min-height: 220px;
}

.content_noticia a.thickbox {
	position:relative;
}

.content_noticia a.thickbox div.lupa {
    display:none; 
    background-image:url(images/zoom.png); 
    background-repeat:no-repeat; 
    width:32px; 
    height:32px; 
    position:absolute; 
    left:20px; 
    top:15px;
}

.fontnoticia {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    background-color: #ffefd7;
    border: 1px solid #fbb03b;
    padding: 5px;
    padding-left: 10px;
    font-size: 0.85em;
    font-weight:bold;
    text-align: center;
}

#stats {
    margin-top:0px;
    padding:4px 0px;
    text-transform:uppercase;
    font:0.8em Arial;
    display:block;
}

#stats span {
    padding: 0px 20px 0px 0px;
}

#stats span a:hover {
    background:none;
}

#stats span a {
    color:#333;
}

#stats img, #nav img {
    border:0px;
    margin:0px;
    padding:0px;
}

.navigation {
    padding:5px 0px;
    text-align:Center;
}

/* Sidebar*/
.sidebar {
    width:320px;
    float:right;
    margin:0px 0px 0px 0px;
    /*border: 1px solid red;
    background: yellow;*/

}

.sidebar h3 {
    font:1.1em Arial;
    font-weight:bold;
    /*background:#333;*/
    color:#fff;
    /* border: 1px solid #fbb03b; */
    background:#3c78a7;
    margin:0px 0px 5px 0px;
    padding:3px 10px;
}

.sidebar-container h3 {
    margin-top: 10px;
}

.sidebar-full {
    width:300px;
    padding:10px;
    background:#fff;
    margin-bottom: 10px;
    position: relative;
}

.sidebar-top, .sidebar-ads {
    margin-top: 0px;
}

img.ad_square {
   height: 250px;
   width: 300px;
}

.sidebar-half-left, .sidebar-half-right {
    width: 135px;
    float: left;
    background-color: #fff;
    padding: 0px 10px 10px 10px;

}

.sidebar-half-right {
    float:right;
}

.sidebar-full .sidebar-half-left, .sidebar-full .sidebar-half-right {
    padding: 0px;
}

.sidebar-container {
    background-color: inherit;
}

.sidebar ul {
    margin-bottom: 10px;
}

.sidebar li {
    list-style:none;
    border-bottom:1px dotted #ccc;
    display:block;
    padding:2px 0px 2px 13px;
    background:url(images/sub.png) no-repeat 0 0px;
}

.sidebar li ul li:last-child{
    list-style:none;
    border-bottom:0px dotted #ccc;
    display:block;
    padding:2px 0px 0px 13px;
    background:url(images/sub.png) no-repeat 0 0px;
}

.ytc_link {
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
}

/* Form Elements */

select {
    border:1px solid #333;
    width:100%
}

.field {
    padding: 2px;
    border:1px solid #333;
    background:#fff;
    font-size:1.0em;
}

#s {
    padding:1px;
    font-size:1.0em;
    width:150px;
}

#searchsubmit {
    padding-left:5px;
}

#commentform input {
    width: 140px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 99%;
    margin-top:5px;
}



/* Comments*/

.commentlist cite {
    font-style:normal;
    margin-bottom:4px;
    display:block;
}

.commentlist blockquote {
    background:#ededed;
}

.commentlist li {
    padding: 10px 0px 10px 0px;
    list-style:none;
    margin-bottom:3px;
}

.commentlist li li {
    background:none;
    border:none;
    list-style:square;
    margin:3px 0 3px 20px;
    padding:3px 0;
}

.commentlist li ol li {
   list-style: decimal;
}

.commenttext {
    padding: 10px 10px 0px 10px;
    background:#f2f2f2;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:495px;
    float:right
}

.commentlist cite strong {
    font-size:1.1em;
}

li.my_comment {
    background: #FFF;
    border:none;
}

li.my_comment cite strong {
    font-size: 1.3em;
    color:#313228;
}

#commentform small {
    background:#FFF;
    font-weight:bold;
    padding:0;
}

.commentmetadata {
    color:#4d4d4d;
    display: block;
    margin-top:3px;
    text-align:right;
    font-size:0.9em;
}

.commentmetadata a, .commentmetadata a:visited {
    color:#959382;
}

.commentlist small {
    background:#e9e9e9;
}

div.avatar img, img.avatar {
    border:1px solid #bbb !important;
    margin:0px 10px 0px 0px;
    float:left;
    padding:2px;
    width:50px;
    height:50px;
}

#comment {
    width:590px;
    background:#fff;
}

/* Footer*/

#front-popular {
    font-size:0.7em;
    color:#fff;
    width: 940px;
    background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
    margin: 0 auto;
    padding:10px;
}

.footer_sec {
    width:280px;
    float:left;
    padding:10px;
    border:1px solid #fff;
}

#mostcommented {
    margin-left:17px;
}

#recent_comments {
    width:280px;
    float:right;
    padding:10px;
    border:1px solid #fff;
}

.footer_sec a {
    color:#fff;
}

.footer_sec ul {
    margin-top:5px;
}

.footer_sec ul li {
    list-style:none;
    border-top:1px dotted #fff;
    padding:5px;
    display:block;
}

.footer_sec li:hover {
    background:#3c78a7;
    color:#fff;
}

.footer_sec ul li:first-child {
    border-top:0px dotted #fff;
}

.footer_sec .img_container {
    margin-left: -2px;
    margin-right:-2px;
    text-align:center;
    margin-top: 5px;
}

#footer {
    margin: 0 auto;
    width: 960px;
    font-size:0.6em;
    padding-top:10px;
    padding-bottom:10px;
}


/* Float Properties*/

.clearfloat:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfloat {
    display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
    height:1%;
}

*+html .clearfloat {
    height:1%;
}

.clearfloat {
    display:block;
}

/* WP-Natives */

.aligncenter,
div.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


.gallery {
	margin: auto;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 33%;
}
.gallery img {
        border: 2px solid #cfcfcf;
}
.gallery-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
	padding: 2px;
    padding-top: 4px;
    margin: 10px;
	margin-bottom: 2px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div#content .gallery br {
	line-height: 0.5em !important;
}



/* Custom */

div#vots_links a {
    cursor: pointer;
    color: white;
    background-color: #a0a0a0;
    border: 1px solid black;
    padding: 4px;
}

div#vots_links div.link_wrapper {
	margin-top: 10px;
}


.especial_note {
    border: 1px solid #3c78a7;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.especial_note a {
    font-size: 1.2em;
    font-weight:bold;
}

.especial_note a.mini_info {
    font-size: 0.8em;
    color: #999;
}

.a_not_completa {
    margin-top: -10px;
    font-style:italic;
    text-align: center;
}

.center, .youtube-channel h3 {
    text-align: center;
}

.destacada a {
    color: inherit;
}

.featured h3 {
    margin-top: 0px;
}

.cap_lateral div{
    padding: 0px;
}

img.icona {
    vertical-align: middle;
}

.clear {
    clear:both;
}

.font {
    font-style: italic;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

.favicon {
    width: 32px;
    height: 32px;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.blogs_img {
    float: left;
}

.blogs_info {
    vertical-align: middle;
    display: table-cell;
    height: 48px;
/*    padding-top: 5px; */
    padding-bottom: 5px;
}

#blogs_box .clearfloat {
    margin: 0px;
}

div.old_img_not {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.old_img_not img {
    width: 160px;
}

.TODO {
    color: red !important;
    text-decoration:underline !important;
    font-style:italic !important;
}

.ocult {
    display: none;
}

.fieldset {
    border: 1px dotted #333;
    margin-top: 2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fieldset .legend {
    margin-top: -1em;
    background-color: white;
    border: 1px solid #333;
    float:left;
    margin-left: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.fieldset span {
    font-weight: bold;
}

.fieldset br {
    margin-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3c78a7;
	color: #3c78a7;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3c78a7;
	color: #3c78a7;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #303030;
	color: #303030;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3c78a7;
	color: #3c78a7;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #303030;
	border: 1px solid #303030;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #303030;
	color: #303030;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #303030;
	color: #303030;
	background-color: #FFFFFF;
}

.amagat {
    visibility:hidden !important;
}

.logout {
    font-size: 0.8em;
    font-style: italic;
}

/**********************/
/** facebook */

#fb_login_image {
    vertical-align: middle;
    margin-left: 5px;
}

/***********************/
/**** web 2.0 *****/
div.web20 div.destacada {
    color: #fbb03b;
}

div.web20 {
	margin:0;
    margin-bottom: 10px;
	clear: both !important;
    position: relative;
    /**background-image:*/
}

div.web20 ul.socials {
	width:100% !important;
	margin-left:auto;
    margin-right: auto;
	padding:0 !important;
	/*float: left !important;*/
	background:transparent none !important;
	border:0 none !important;
	outline:0 none !important;
}

div.web20 ul.socials li {
	display:inline !important;
	float:left !important;
	list-style-type:none !important;
	margin:0;
	height:29px !important;
	width:60px !important;
	cursor:pointer !important;
	padding:0 !important;
	background-color:transparent !important;
	border:0 none !important;
	outline:0 none !important;
}

div.web20 ul.socials li:before, div.web20 ul.socials li:after, div.web20 ul.socials li a:before, div.web20 ul.socials li a:after {
	content:none !important;
}

div.web20 ul.socials a {
	display:block !important;
	width:60px !important;
	height:29px !important;
	text-indent: -9999px !important;
	background-color:transparent !important;
}

div.web20 ul.socials a:hover, div.web20 ul.socials li:hover {
	background-color:transparent !important;
	border:0 none !important;
	outline:0 none !important;
}

.web20 li {
    background-image: url('images/web20-sprite.png');
    background-repeat: no-repeat !important;
}

.web20-delicious {
	background-position:-1190px bottom !important;
}
.web20-delicious:hover {
	background-position:-1190px top !important;
}
.web20-twitter {
	background-position:-490px bottom !important;
}
.web20-twitter:hover {
	background-position:-490px top !important;
}
.web20-facebook {
	background-position:-1330px bottom !important;
}
.web20-facebook:hover {
	background-position:-1330px top !important;
}
.web20-comfeed {
	background-position:-420px bottom !important;
}
.web20-comfeed:hover {
	background-position:-420px top !important;
}
.web20-friendfeed {
	background-position:-1750px bottom !important;
}
.web20-friendfeed:hover {
	background-position:-1750px top !important;
}

/**** spellchecker ****/
textarea#ib_corrector {
	border: 1px solid #bbb;
	padding: 6px; 
	width: 576px;
	height: 250px;
	margin-bottom: 2em;
	background: transparent url(images/spellcheck.png) no-repeat scroll right top;
}

#spellcheck-suggestbox {
	position: absolute;
	display: none;
	z-index: 9999;
	overflow: none;
	padding: 0px 9px 9px 0px;
	background: transparent url(spellchecker/shadow.png) no-repeat scroll right bottom;
	font: normal 13px arial;
}
#spellcheck-suggestbox em {
	border-top: 1px solid #ccc;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333;
	font-style: italic;
}
#spellcheck-suggestbox a, #spellcheck-suggestbox a:visited {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333;
	outline: none;
}
#spellcheck-suggestbox a.first, #spellcheck-suggestbox a.first:visited {
	border-top: 1px solid #ccc;
}
#spellcheck-suggestbox a:hover {
	color: #000;
	background: #ddd;
}
#spellcheck-suggestbox-words {
	background: #fff;
}
#spellcheck-suggestbox-foot {
	border-top: 1px solid #ddd;
	background: #fff;
}
#spellcheck-suggestbox-foot a, #spellcheck-suggestbox-foot a:visited {
	outline: none;
} 
.spellcheck-word-highlight {
	color: #d70303;
	text-decoration: none;
	background: url(spellchecker/bg.gif) repeat-x 100% 100%;
	cursor: pointer;
}
#spellcheck-badwords {
	margin-bottom: 2em;
	margin-top: -0.5em;
	font-size: 12px;
	border: 1px solid #cc4852;
	padding: 4px 6px;
}
.spellcheck-sep {
	padding-right: 0.5em;
}
.spellcheck-sep-last {
	display: none;
}

.boxtraductor option {
	font-size:13px;
	padding:2px 0;
	margin-bottom:6px;
	padding-left: 5px;
}

.texte {
	margin:15px 0;
	padding:10px;
	width:95%;
}

.boxtraductor select {
	width: auto;
}

.historia {
/*    background-image: url('images/historia.png'); 
    background-repeat: no-repeat;
    background-position: top right; */
    padding: 5px;
    background-color: #fff9de;
}

.historia a {
    color: #C9A70E;
}

.tresdeu {

}

#front-list .tresdeu .title, #headline .tresdeu {
    padding-left: 60px;
    background-image: url('/wp-content/themes/infobenissa/images/tresdeu.png');
    background-repeat: no-repeat;
    height: 38px;
}

#preguntes_box {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}

#preguntes_box .title {
    color: #C9A70E;
    margin-bottom: 10px;
    cursor:pointer;
}

#preguntes {
	display:none;
}

.eme_events_list li {
	background: none !important;
	padding-left: 0px;
	padding-bottom: 5px;
}

.eme_events_list li:last-child{
	border: 0;
}

#em-wrapper{
	list-style-type: none;
	line-height: 16px;
}

#em-wrapper li span{
	font-weight: bold;
}

#em-wrapper li {
background: rgba(0,0,0,0.05);
border-bottom: 1px rgba(0,0,0,0.2) dotted;
padding-bottom: 5px;
padding-top: 5px;
}
#em-wrapper li:nth-child(odd) { background: white; }