
body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
}

img,
a img {
	border: 0px;
}

a,
a:visited,
a:link {
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#pie {
  font-size:11px;

}

#container {
	margin: auto;
	text-align: center;
}

#header {
	width: 1000px;
	margin: auto;
	padding-top: 10px;
}

#logo {
	padding-bottom: 20px;
}

#container_inner {
	margin: auto;
	width: 1000px;
	text-align: left;
}

#container_bg {
	background-color: #8c8c8c;
	margin-left: 13px;
	margin-right: 13px;
}

#content_banner {
    width: 100%;
	height: 150px;
    text-align: center;
}

.clear {
	clear: both;
}

.fila {
	display: block;
	float: none;
	overflow: hidden;
}

/************************ MENU *************************/
#menu {
	width: 100%;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 23px;
	text-align: center;
}

#menu2 {
	height: 35px;
	padding-bottom: 7px;
}

#nav li {
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 12px;
}

#nav2 li {
	float: left;
	display: block;
	margin-left: 7px;
}

#nav2 li.selected{
	background-color: #C59AA1;
    -moz-border-radius: 3px;
	-mwebkit-border-radius: 3px;
}

#nav li.off ul, #nav li.on ul {
	/*hide the subnavs*/
	display: none;
}

#nav li a {
	/*Items menu principal*/
	cursor: pointer;
	display: block;
	margin-left: 10px;
	width: 100px;
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	background: url(img/button.gif) no-repeat center 2px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}

#nav li a.panel {
    background: url(img/button-panel.gif) no-repeat center 2px;
}

#nav2 li a{
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding: 4px 6px 4px 4px;
} 

#nav2 li a:hover{
	text-decoration: none;
	color: white;
	background-color: #5e5e5e;
	-moz-border-radius: 3px;
	-mwebkit-border-radius: 3px;
}

#nav2 li a:visited{
	text-decoration: none;
	color: black;
}

#nav2 li a:link{
	text-decoration: none;
	color: black;
}

#nav2 li a on {
	background-color:red;
	font-weight:bold;
}
#nav li.on a {
  /*Item seleccionado menu principal*/
  background-color: #dedede;
/*
  border: 1px solid #983434;
*/
}

#nav li.off ul, #nav li.on ul {
  /*Ocultamos todos los submenus*/
  display: none;
  position: absolute;
  height: 22px;
  padding-top: 4px;
  padding-left: 0px;
  background-color: #dedede;
}

#nav li.on ul a, #nav li.off ul a {
  /*Cancelamos todo lo que se hereda desde el menu principal*/
  border: 0;
  background: none;
  color: #000000;
  font-weight: normal;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;

}

#nav li.on ul {
  /*Mostramos el submenu que toca*/
  display: block;
}

#nav li.off:active ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: +6000;
}

#nav li.on ul a:hover, #nav li.off ul a:hover {
  color: #983434;
}


/************************ LANG MENU *************************/

#lang_menu {
	/*float: right;*/
}

#lang_menu ul {
	list-style: none;
}

#lang_menu li {
	float: left;
	margin-right: 10px;
}




/************************ LOGIN INFO *************************/

#login_info {
	position: relative;
	width: 330px;
	height: 32px;
	margin-left: auto;
	margin-bottom: -6px;
	margin-right: 36px;
	text-align: center;
	background: url(img/login_b.gif) repeat-x;
}

#login_info_l {
	height: 32px;
	background: url(img/login_l.gif) 0 0 no-repeat;
}

#login_info_r {
	padding-top: 5px;
	height: 27px;
	background: url(img/login_r.gif) 100% 0 no-repeat;
}

#login_info {
	font-size: 14px;
}

#login_info input,
#login_info label {
	font-size: 11px;
}

#login_info form {
	display: inline;
}

#login_info ul {
	list-style: none;
}

#login_info li {
	float: left;
	margin-right: 10px;
}


/************************ CONTENT *************************/

#content_box {
	padding: 10px;
}

#content {
	float: left;
	width: 730px;
	margin-bottom: 50px;
	color: #fff;
	font-size: 13px;
}

#content_text {
	margin: 0px;
	margin-right: 6px;
	padding: 10px;
	background: #777;
}

#content p {
	font-size: 13px;
    line-height: 1.5em;
}

#content h1 {
	color: #6F1D1B;
	font-size: 22px;
}

#content h2 {
	color: #6F1D1B;
	font-size: 14px;
}



/************************ BACKGROUND *************************/
#container .bl {
	background: url(img/hexa_bl.gif) 0 100% no-repeat;
}

#container .br {
	background: url(img/hexa_br.gif) 100% 100% no-repeat;
}

#container .tl {
	background: url(img/hexa_tl.gif) 0 0 no-repeat;
}

#container .tr {
	background: url(img/hexa_tr.gif) 100% 0 no-repeat;
}


/************************ CONTAINER INNER *************************/
#container_inner .b {
	background: url(img/cont_b.gif) 0 100% repeat-x;
}

#container_inner .bl {
	background: url(img/cont_bl.gif) 0 100% no-repeat;
}

#container_inner .br {
	background: url(img/cont_br.gif) 100% 100% no-repeat;
}

#container_inner .t {
	background: url(img/cont_t.gif) 0 0 repeat-x;
}

#container_inner .tl {
	background: url(img/cont_tl.gif) 0 0 no-repeat;
}

#container_inner .l {
	background: url(img/cont_l.gif) 0 0 repeat-y;
}

#container_inner .r {
	background: url(img/cont_r.gif) 100% 100% repeat-y;
}

#container_inner .tr {
	background: url(img/cont_tr.gif) 100% 0 no-repeat;
	padding-top: 13px;
	padding-bottom: 13px;
}


/************************ EVENT *************************/


.event h1 {

}

div.event_info {
	margin-left: 30px;
}

div.event_info span {
	display: block;
}



/************************ NEWS *************************/


.news_date {
/* TODO: tocado por josep */
	font-weight: bold;
	float: right;
	margin-right: 10px;
    margin-top: 8px;
}

.news {
	background-color: #5E5E5E;
	margin-bottom: 20px;
}

.news h2 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 15px;
}

.news_content,
.news_content p {
	margin-left: 10px;
	font-size: 13px;
}

#content .news .bl {
	background: url(img/news_bl.gif) 0 100% no-repeat;
}

#content .news .br {
	background: url(img/news_br.gif) 100% 100% no-repeat;
}

#content .news .tl {
	background: url(img/news_tl.gif) 0 0 no-repeat;
}

#content .news .tr {
	background: url(img/news_tr.gif) 100% 0 no-repeat;
	padding: 5px;
}

.news_header {
	background-color: #B0B0B0;
	margin-bottom: 5px;
    *height: 36px;
}

.news_header h2,
.news_header h2 a {
	display: inline;
	float: left;
	color: #983230;
	font-size: 20px;
	text-decoration: none;
    margin: 2px;
}

.news_header .news_date {
	display: block;
	float: right;
	color: #983230;
}

#content .news_header .bl {
	background: url(img/newsh_bl.gif) 0 100% no-repeat;
}

#content .news_header .br {
	background: url(img/newsh_br.gif) 100% 100% no-repeat;
}

#content .news_header .tl {
	background: url(img/newsh_tl.gif) 0 0 no-repeat;
}

#content .news_header .tr {
	background: url(img/newsh_tr.gif) 100% 0 no-repeat;
	padding: 2px;
}


/************************ ADS *************************/
#ads {
	margin: 0px;
	float: right;
	width: 200px;
	background: #777;
	text-align: center;
	color: #fff;
}

#ads img {
	margin-bottom: 15px;
}

#ads .logos {
	height: 110px;
}

#ads .inlogos {
    width: 100%;
}

#ads .b,
#content_box .b {
	background: url(img/ads_b.jpg) 0 100% repeat-x;
}

#ads .bl,
#content_box .bl {
	background: url(img/ads_bl.jpg) 0 100% no-repeat;
}

#ads .br,
#content_box .br {
	background: url(img/ads_br.jpg) 100% 100% no-repeat;
}

#ads .t,
#content_box .t {
	background: url(img/ads_t.jpg) 0 0 repeat-x;
}

#ads .tl,
#content_box .tl {
	background: url(img/ads_tl.jpg) 0 0 no-repeat;
}

#ads .l,
#content_box .l {
	background: url(img/ads_l.jpg) 0 0 repeat-y;
}

#ads .r,
#content_box .r {
	background: url(img/ads_r.jpg) 100% 100% repeat-y;
}

#ads .tr,
#content_box .tr {
	background: url(img/ads_tr.jpg) 100% 0 no-repeat;
	padding: 10px;
}


.pagination {
	position: relative;
	display: block;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination p.previous {
	display: inline;
	position: absolute;
	left: 4px;
	top: 0px;
}

.pagination p.next {
	display: inline;
	position: absolute;
	right: 4px;
	top: 0px;
}

.pagination ul {
	margin: 0 auto;
	text-align: center;
	top: 0px;
}

.pagination li {
	list-style: none;
	display: inline;
	padding-right: 10px;
}

/************************ BOXES *************************/

.response_ok {
    background-color:#9EDF7D;
    border:1px solid #228B22;
    color:#228B22;
    font-family:Verdana,Arial;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
    padding:5px 0;
    text-align:center;
    width:100%;
}

.response_ko {
    background-color:#FFBFBF;
    border:1px solid #BF0008;
    color:#BF0008;
    font-family:Verdana,Arial;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
    padding:5px 0;
    text-align:center;
    width:100%;
}

/************************ OVERLABEL *************************/

label.overlabel {
	color: #999;
}

label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 7px;
	z-index: 1;
	color: #999;
}

#login_username_div,
#login_password_div
{
	position: relative;
	margin-right: 3px;
	display: inline;
}


/************************ SEAT MAP *************************/

#seat_map {
	margin: 0px;
	width: 100%;
	text-align: center;
}

#seat_map div {
	margin: 20px 0px 0px 0px;
	background: url(img/seat_map.jpg) 100% 0 no-repeat;
	padding: 100px 0px;
}



/*********************** LASTS POSTS ************************/

div.lasts {
  overflow:hidden;
}

.blog_lasts {
  float:left;
  margin-right:10px;
  width:47%;
}

.foro_lasts {
  float:right;
  width:47%;
}
