/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
a img, iframe {
border: none;
}
ol, ul {
list-style: none;
}
input, textarea, select, button {
font-size: 100%;
font-family: inherit;
}
select {
margin: inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* ========================================= clearfix == */
.clearing:after { content: ""; display: block; height: 0; clear: both;visibility: hidden;}
.clearing {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearing {height: 1%;}
.clearing {display: block;}
/* End hide from IE-mac */

/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/


body{ 
background-color:#fff;
/*font-size:16px; */
margin:0; 
padding: 0px 10px 0px 10px;

/* Lletra general */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
/* Fi lletra general */
}

a:hover {
color: #666666;
}

#header{ 
background-color:#fff;
/*height:150px;*/
font-size:16px;
color:#A1B93E;
margin-bottom: 5px;
padding:0pt;
height: 160px;
}

/** HEADERS **/
/*
#titleportal h1{
background:url('../img/estructura/titles/titleportal.gif') no-repeat;
height:60px;
width:425px;
padding: 0pt;
margin: 55px 0 0 200px;
}*/
#titleportal a{
text-decoration: none;
margin-left: 200px;
}
#titleportal h1 span{
display:none
}
#titleportal img{
font-size: 50px;
color:#A1B93E;
margin: 0pt;
padding: 0pt;
margin-top: 30px;
}

h3{
font-size:20px;
color:#999999;
text-transform: uppercase;
position: relative;
}


a img {
	border:medium none;
}


#topmenu {
background-color:#666666;
font-size: 12px;
padding: 2px;
height: 20px;
}

#menuportals {
width: 300px;
float: left
}
#buscadorbox {
text-align: right;
font-weight: bold;
color: #fff;
float:right
}

#buscadorbox input {
width: 150px
}

#header #menu {
background-color:#E0E0E0;
color: #000000;
font-size: 12px;
text-align: center;
margin-top: 2px;
}

#menu a{
font-size: 90%;
color: #000;
}

#menu a:hover{
text-decoration:none;
}

#container{
min-width: 970px;
}

#left {
	margin-right: -150px;	/* IE 4 fix */
}

#left {
	float: left;
	width:150px;
	background-color:#fff; 
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
	padding: 0px 1% 0px 1%;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#right {
	/*border-left: 1px solid #ccc;
	padding-left: 5px;*/
	float: right;
	width: 165px;
	/*background-color:#dc8; */
	background-color:#fff;
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
	
	/*padding: 0px 0px 0px 25px;*/
}

#principal {
	width: auto;
	margin-left: 20%;
}

#footer {
clear: both;
/*background-color:#333;*/
/*height:100px;*/
margin-top: 10em;
padding: 30px 0px;
font-size: 9px;
text-align: left;
}

#preview_revistes,
#grupovilbo {
border-top: 1px solid #ccc;
padding: 10px 10px 0px 10px;
}

#preview_revistes {
padding-bottom: 10px;
}

#preview_revistes .gruprevista{
margin-left: 55px;
float:left;
}

#preview_revistes .gruprevista.start{
margin-left: 0px;
}

#preview_revistes .preview_revista{
margin-right: 10px;
float: left
}

#preview_revistes p{
clear: both;
margin: 0.5em 0em;
width: 90px;
}

#footer strong,
#drets{
color: #000;
}
#drets{
margin: 5px 0px;
padding: 0px 10px;
}
#extrafooter a{
color: #000;
text-decoration:none
}
#extrafooter a:hover{
text-decoration:underline
}
#extrafooter {
text-align: center;
}
#extrafooter img {
vertical-align: bottom;
margin: 0px 6px;
}

#content {
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	/*margin-right: 250px;*/
	/*margin-right: 24%;*/
	margin-right: 200px;
	min-height:650px;
	height:650px;
	/*padding-right: 4%;*/
	/*background-color:#fff; 
	height:auto !important; 
	clear: none;
	width: 600px;
	color: #666666;
	position: relative;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#principal>#content{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}

#content {
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

.holder { display:block; }
/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */

* html #holder {
	border-left: 970px solid #fff; position: relative; float: left;
}
* html #container {
	margin-left:-970px; position:relative; float:left;
}

/* MENU OTROS PORTALES */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;
  text-align: left;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border-right-color: #ccc;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: bold 10px/22px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #eee;
  color: #000;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li.iehover ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul {
  display: block;
}

/* LEFT COLUM */

#infoRevista {
	margin-top: 12px;
}

#inforevista {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#infoLlibres {
	margin: 34px 0px 0px 0px;
}

/*
#infoLlibres h3{
background:url(../img/libros_tit) no-repeat;
position:relative;
height:23px;
width:150px;
padding: 0px 0px 15px 0px;
}

#infoLlibres h3 span{
display:none;
}
*/

#infoLlibres img {
margin: 7px 0px;
}

.infoLlibre {
background-color: #E3E3E3;
margin-bottom: 8px;
border-bottom-style: solid; 
border-bottom-color: #000;
border-bottom-width: 1px;
padding: 2px;
}
.infoLlibre a{
text-decoration:none;
}
.infoLlibre a:hover{
color:#000;
}

.infoLlibre:hover{
	border-bottom-style: double;
	border-bottom-width: 2px;
}


.infoLlibre h4 {
	color: #000;
	font-weight: bold;
}

#subscripcio_rss{
margin-top: 10px;
text-align:center
}

#subscripcio_rss a{
font-size: 9px;
text-decoration:none;
}

/* RIGHT COLUMN */

#publicitat {
background-color: #DBDBDB;
background-image: url(../img/estructura/publi.gif);
background-repeat: no-repeat;
/*height:600px;*/
margin:0pt;
padding:0px;
text-align:right;
width:165px;
padding-bottom: 5px;
margin-bottom: 20px;
/*border: 1px solid black;*/
}

#publicitat div {
margin:0pt;
padding:0pt;
}

#publicitat div.bannerflash {
margin-top: 10px;
/*display:inline;*/
}
#ownpubli{
text-align:right
}

/* PAGINACIO */
#pagination {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
text-align: left;
padding-top: 5px;
}
#pagination div.disabled {
float: none;
clear: none;
display: inline
}
#pagination div.disabled img {
opacity:0.2;
filter:alpha(opacity=20);
}
#pagination span.current {
font-weight: bold;
font-style: italic
}
#pagination a {
font-weight: bold;
text-decoration: none;
}

#pagination a:hover {
text-decoration: underline;
}

#pagination img {
position: relative;
top: 3px;
padding: 0px 5px 0px 5px;
}

#resultspagination {
padding: 0.5em 0;
font-size: 11px;
font-style: italic;
}

#loading {
	
	width: 80%;
	text-align: center;
	position: relative;
	margin: 35% 0% 35% 0%;
}

/* tables cakesqlLog*/

.cakeSqlLog table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
.cakeSqlLog th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
.cakeSqlLog table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
.cakeSqlLog table tr.altRow td {
background: #f4f4f4;
}
.cakeSqlLog table td.actions {
	white-space: nowrap;
}
.cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* COMU */
p {
margin: 1em 1em 1em 0em;
}
strong {
font-weight:bold
}
em {
font-style:italic
}
.title{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #000;
margin-bottom: 1em
}

h4.title{
margin-top: 1em;
}

.informatiu {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
margin-bottom: 1em
}

.negreta {
font-weight: bold;
}

#errorpage {
margin: 30px; 
padding-bottom: 40px;
border-bottom: 1px solid #CCCCCC;
}

#errorpage h2{
background:url("../../img/estructura/titles/paginaNO") no-repeat;
position:relative;
top: 45px;
height:30px;
width:357px;
margin-bottom: 80px
}
#errorpage h2 span{
display:none;
}


/* AUTOCOMPLETE */
li.selected {
background-color:#cf9;
list-style-type: none;
color:#000;
}

/* FORMS */
/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.estilform div {
margin-bottom:3px;
margin-top:3px;
padding:3px;
text-align:left;
}
.estilform input,
.estilform select,
.estilform textarea {
border: 1px solid #eee;
background: #eee;
font-family: tahoma, helvetica, sans-serif;
font-style: normal;
font-size: 14px;
color: #454743;
}
/** You can use this style for your LABEL elements **/
.estilform label {
/*font-family: tahoma, helvetica, sans-serif;*/
/*font-weight: bold;*/
font-size: 13px;
color: #000;
float:left;
width:200px;
clear: left;
}
.estilform .radio label {
float: none;
clear: none;
}
.estilform label .description{
font-size: 10px;
}
.estilform fieldset {
padding: 10px;
border: 1px solid #ccc;
margin: 8px 0px;
}
.estilform legend {
color: #000;
background: #eee;
border: 1px solid #ccc;
padding: 2px 6px
}
.estilform div.submit{
text-align: center;
}
.estilform div.submit input {
padding: 3px;
font-weight: bold;
color: #000;
}
.estilform .standard{
width: 385px;
}

.avisform {
font-size: 9px;
margin: 20px;
}

/* notices and errors */

#flashMessage {
color:#900;
font-size: 16px;
margin: 8px 0px;
font-weight: bold;
}
.error, .error_message {
color:#900;
font-weight: bold;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.estilform input:hover,
.estilform input:focus {
border: 1px solid #000;
background: #fff;
color: #454743;
}

/** 
* interstitials
*/
div#interstitial {
position:absolute;
width:100%;
height:100%;
background-color:#fff;
z-index:2147483640;
left:0;
top:0;
}
div.linksInterstitial {
float:right;
margin-right:20px;
}
div.holdInterstitialLogo {
float:left;
margin-left:20px;
}
div.holdInterstitialFlash {
text-align:center;
display:block;
margin-left:auto;
margin-right:auto;
width:100%;
height:100%;
}

div#siete {
height: 54px;
}
div#siete a {
display: block;
width: 100%;
height: 54px;
}
div#siete a span  {
display: none; 
}
div#sietehead {
position: absolute;
top: 28px;
left: 75%;
}
div#sietehead img {
border: 1px solid #fff;
}

