@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:12px;
	color: #000000;
}

a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #8f1d1d;
	font-size:11px;
	font-weight:bold;
}
a:hover {
	color: #560909;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.lnkmenunegre a:link, .lnkmenunegre  a:visited {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.lnkmenunegre a:hover {
	color: #CCCCCC;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}


h2 {
	font-size:16px;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
ul{
	padding:0px;
	margin:0px;
	list-style: none;
}
li{
	padding:0px;
	margin:0px;
	list-style: none;
}

select {
	font-size:11px;
	width:160px;
}

.cursiva {
	font-style:italic;
}

#container { 
	width: 959px;
	background: #FFFFFF;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
}

#artistes {
	float:right;
	width:380px;
}

#idiomes {
	padding:6px 0 0px 34px;
	height:210px;
}

#menu{
	padding: 10px 0 0 34px;
	height:220px; 
	font-weight:bold;
}

#noticies{
	padding: 0 0 0 34px; 
	height:69px;
}
#contacta{
	padding: 30px 0 0 34px; 
}

#notdestacada{
	float: right;
	width: 296px;
	overflow:hidden;
	padding:5px 0 0 0;
	height:150px;
	display:block;
}
#cabdestacada{
	padding:3px 0 0 0;
	font-weight:bold;
	font-style:italic;
	color:#fbfbfc;
}

#descdestacada{
	padding: 1px 4px 0 0; 
	font-weight:bold;
	color:#fbfbfc;
	line-height:17px;
	font-style:italic;
}
#descdestacadadesc{
	padding: 3px 5px 0 0; 
	width:440px;
	font-weight:normal;
	color:#ffffff;
	line-height:15px;
}

#descdestacadaboto{
	float:right;
	width:71px;
	padding: 42px 0 0 0; 
}



input, select, textarea{
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border:1px solid silver;
	padding:1px;;
	margin:0;
}
input:focus, select:focus, textarea:focus { border: 1px solid black; background-color:#EEFFFF;}
input:blur, select:focus, textarea:blur { border:1px solid silver; background-color:#ffffff; }

select{
	height:18px;
}

#content { 
    min-height:578px;
	height:auto;
	margin: 0px;
	padding: 0px;
} 

#interior { 
	background:url(../images/home_bcn_cat.jpg) no-repeat right top;
	height: 578px;
	margin: 0;
	padding:0;
} 

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin:0;
	padding:0;
}
#footer { 
	border-top:1px solid #666666;
	height:55px;
	font-size: 9px;
	padding:10px 0pt;
	text-align: center;
}
#lblError {
	color:#FF0000;
}
#lblOk{
}


.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

#loading {
	display:none;
}
