body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #f6f6f6;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#home {
	background-repeat: no-repeat;
	background-position: center 45px;
}

a, a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #4F82B5;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 34px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 { font-size: 28px; margin: 0 0 25px; padding: 5px 0; }
h3 {
	font-size: 20px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
}
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }


.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }
.float_m_l {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	float: left;
}
.float_m_r {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	float: right;
}
#page {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	width: 1000px;
	height: 125px;
}
.header_title_white {
	float: left;
	position: relative;
	display: block;
	width: 1000px;
	color: #FFF;
	font-size: 26px;
	height: 45px;
}
.title_white {
	float: left;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 26px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.title_line {
	position: relative;
	display: block;
	color: #FFF;
	background-color: #DBDBDB;
	height: 80px;
	width: 1px;
	float: left;
	margin-left: 20px;
	margin-top: -23px;
}
.header_text {
	position: relative;
	display: block;
	color: #666;
	height: 80px;
	width: 650px;
	float: left;
	margin-left: 20px;
	margin-top: -23px;
}
.header_title {
	float: left;
	position: relative;
	display: block;
	height: 90px;
	width: 988px;
	color: #000;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #CCC;
}
.header_title1 {
	float: left;
	position: relative;
	display: block;
	background-image: url(../images/title_line_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
	width: 280px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.header_title2 {
	float: left;
	position: relative;
	display: block;
	width: 280px;
	background-color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	font-style: normal;
	padding-top: 3px;
	padding-left: 5px;
	clear: both;
	background-image: url(../images/title_line_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 3px;
}
/* main */

.header_menu {
	clear: both;
	width: auto;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 26px;
	background-color: #818181;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 0px;
}

#navigation {
	margin-bottom: 17px;
	padding: 0;
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
	height: 35px;
	font-size: 13px;
	display: block;
}

#navigation .region-navbar {
  position: relative; }

#navigation ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 35px;
}

#navigation li {
  list-style: none;
  margin: 0;
  float: left; }

#navigation li.active-trail.expanded {
  margin-bottom: 37px; }

#navigation li ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  padding-left: 21px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16); }
  html.lt-ie8 #navigation li ul {
    behavior: none;
    width: 904px;
  }

#navigation li.active-trail ul {
  display: block; }

#navigation li li {
	padding-top: 10px;
	height: 35px;
}

#navigation li a {
	width: 154px;
	height: 35px;
	padding: 9px 0 0;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #737373;
	border-right: 1px solid #737373;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 1.083em;
	background: #8b8b8b;
	background: -moz-linear-gradient(top, #8b8b8b 0%, gray 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b8b8b), color-stop(100%, gray));
	background: -webkit-linear-gradient(top, #8b8b8b 0%, gray 100%);
	background: -o-linear-gradient(top, #8b8b8b 0%, gray 100%);
	background: -ms-linear-gradient(top, #8b8b8b 0%, gray 100%);
	background: linear-gradient(to bottom, #8b8b8b 0%, gray 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#808080',GradientType=0 );
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#navigation li a .detail {
  margin: 0 2px 2px 0; }

#navigation li a:hover {
  background: #a3a3a3;
  filter: none; }

#navigation li.active-trail a {
  color: #000;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-bottom-color: #d8d8d8;
  border-right-color: #d8d8d8;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f0f0f0',GradientType=0 ); }

#navigation li li a, #navigation li.active-trail li a {
  width: auto;
  height: auto;
  border: none;
  color: #737373;
  padding: 0 8px 0;
  border-left: 1px solid white;
  border-right: 1px solid #d8d8d8;
  background: none;
  filter: none; }

#navigation li li a.active {
  color: #000; }

#navigation li li.first a {
  border-left: none; }

#navigation li li.last a {
  border-right: none; }
.headerimage {
	float: left;
	position: relative;
	display: block;
}

#content {
	width: 600px;
	float: left;
	padding-right: 35px;
	border-right: 1px dashed #ccc
}
#panel_title1 {
	float: left;
	color: #000;
	width: 542px;
	padding-top: 23px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-weight: normal;
	padding-right: 10px;
	margin-bottom: 20px;
	background-image: url(../images/fons_panel_title.gif);
	background-repeat: repeat-x;
}
#panel_title2 {
	float: left;
	color: #000;
	width: 830px;
	padding-top: 23px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-weight: normal;
	padding-right: 10px;
	margin-bottom: 20px;
	background-image: url(../images/fons_panel_title.gif);
	background-repeat: repeat-x;
}
#menu {
	float: left;
	margin-top: 0px;
	padding-left: 40px;
}
#middle {
	clear: both;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#middle2 {
	clear: both;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* main */

#main {
	clear: both;
	width: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	height: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
#main p {
	margin-bottom: 10px;
}

#main-adm {
	clear: both;
	width: auto;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	height: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
#main-adm p {
	margin-bottom: 10px;
}

#panel_main {
	width: 965px;
	display: block;
	position: relative;
	clear: both;
	background-color: #FFF;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
}
#panel_left {
	width: 185px;
	float: left;
	text-align: left;
	display: block;
	padding-left: 2px;
	padding-top: 10px;
	position: relative;
	margin-right: 10px;
	height: auto;
}
#panel_center {
	width: 564px;
	text-align: left;
	display: block;
	position: relative;
	clear: none;
	float: left;
	margin-left: 7px;
}
#panel_right {
	width: 172px;
	float: right;
	text-align: left;
	display: block;
	padding-left: 0px;
	padding-top: 20px;
	position: relative;
	padding-right: 5px;
}
.panel_center {
	width: 564px;
	text-align: left;
	display: block;
	position: relative;
	clear: none;
	margin-left: auto;
	margin-right: auto;
}
.panel_center2 {
	width: 850px;
	text-align: left;
	display: block;
	position: relative;
	clear: none;
	margin-left: auto;
	margin-right: auto;
}
.bgline {
	width: 100px;
	text-align: left;
	display: block;
	position: relative;
	background-color: #FFF;
	height: 1px;
}

.sidebar_box {
	padding-left: 15px;
	margin-bottom: 40px;
}

#contact_form {
	width: 875px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0;
	font-size: 14px;
}

#contact_form_pop {
	float: left;
	font-size: 14px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}
#contact_form_pop form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 400px;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#contact_form_pop form .input_field {
	width: 400px;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}
#contact_form_pop form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}

#contact_form form textarea {
	width: 388px;
	height: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	padding: 5px 14px;
	color: #FFF;
	border: 1px solid #ccc;
	font-size:13px;
	margin: 10px 0px;
	background-color: #818181;
}
#contact_form_pop form .submit_btn {
	padding: 5px 14px;
	color: #FFF;
	border: 1px solid #ccc;
	font-size:13px;
	margin: 10px 0px;
	background-color: #818181;
}


#adm_form {
	width: 875px;
	float: left;
	margin-left: 30px;
	padding: 0;
	font-size: 14px;
}

#adm_form form {
	margin: 0px;
	padding: 0px;
}

#adm_form form .input_field {
	width: 400px;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#adm_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}

#adm_form form textarea {
	width: 388px;
	height: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#adm_form form .submit_btn {
	padding: 5px 14px;
	color: #FFF;
	border: 1px solid #ccc;
	font-size:13px;
	margin: 10px 0px;
	background-color: #818181;
}


#central_form {
	width: 560px;
	float: left;
	padding: 0;
	position: relative;
        margin-bottom: 20px;
}
#central_form form {
	margin: 0px;
	padding: 0px;
}
#central_form form .input_field {
	width: 150px;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	float: left;
	position: relative;
}
#central_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}
#central_form form textarea {
	width: 388px;
	height: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#central_form form .submit_btn {
	color: #FFF;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 6px;
	background-color: #818181;
}
.submit_btn   {
	color: #FFF;
	border: 1px solid #ccc;
	font-size:13px;
	background-color: #818181;
	margin: 0px;
	padding: 5px;
}
.submit1_btn   {
	width: 130px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.submit2_btn   {
	color: #818181;
	border: 1px solid #ccc;
	font-size:13px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.submit3_btn   {
	color: #FFF;
	font-size:13px;
	background-color: #818181;
	margin: 0px;
	padding: 4px;
}
.submit31_btn   {
	color: #FFF;
	font-size:13px;
	background-color: #818181;
	margin: 0px;
	padding-top: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 0px;
}
.submit4_btn   {
	border: 1px solid #ccc;
	padding: 2px;
	width: 20px;
	clear: none;
	float: none;
	position: relative;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.submit5_btn   {
	color: #FFF;
	border: 1px solid #ccc;
	font-size:10px;
	background-color: #818181;
	margin: 0px;
	padding: 5px;
}
#top_wrapper {
	position: relative;
	width: 100%;
	clear: both;
}
#top {
	width: 1000px;
	padding-left: 3px;
	position: relative;
	padding-top: 3px;
	padding-bottom: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
        height: 43px;
}


#footer_wrapper {
	clear: both;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow: auto;
	bottom: 0px;
	background-color: #D7D7D7;
	position: relative;
}
#footer {
	clear: both;
	width: 960px;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footer a {
	color: #000;
	font-weight: normal;
}
#footer a:hover{
	text-decoration: underline;
	color: #4F82B5;
	font-weight: normal;
}


#footfinal_wrapper {
	clear: both;
	width: 100%;
	overflow: auto;
	bottom: 0px;
	background-color: #d7d7d7;
	position: relative;
}
#footfinal {
	clear: both;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footfinal a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#footfinal a:hover{
	text-decoration: underline;
	color: #4F82B5;
	font-weight: normal;
}
.footfinal1{
        width:100%;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	display: block;
	float: left;
}






#footer2 {
	width: auto;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	position: relative;
	text-align: right;
	vertical-align: middle;
}
.footer1{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	float: left;
}
.footercenter{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	display: block;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
.footer2{
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	float: right;
}


#menutop_wrapper {
	width: auto;
	overflow: auto;
	color: #818181;
	position: relative;
	float: right;
	padding-top: 10px;
}
 

#menutop {
	color: #818181;
	text-align: right;
	height: 20px;
	display: block;
	width: auto;
	padding-top: 5px;
}
#menutop a {
	font-weight: bold;
	color: #818181;
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
	clear: both;
	margin: 0px;
}
#menutop a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f6f6f6;
	background-color: #818181;
	
}




#menutop2 {
	clear: both;
	width: 906px;
	color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 95px;
	text-align: left;
	float: left;
	padding-top: 6px;
	height: 25px;
	padding-bottom: 3px;
	background-color: #818181;
	margin-bottom: 10px;
}
#menutop2 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
#menutop2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
#menutop3 {
	clear: right;
	width: auto;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 6px;
	height: 30px;
	padding-bottom: 10px;
	padding-right: 60px;
	text-align: right;
	position: relative;
}
#menutop3 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
#menutop3 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
#menutop4 {
	width: auto;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 6px;
	height: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	position: relative;
}
#menutopcontador {
	width: 200px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 6px;
	height: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	position: relative;
}
.menu3title{
	text-align: right;
	font-weight: bold;
	line-height: normal;
	display: block;
	color: #FFF;
	font-size: 16px;
	float: left;
	width: 60px;
	margin-right: 3px;
	padding-top: 4px;
}
.menucontadortitle{
	text-align: right;
	font-weight: bold;
	line-height: normal;
	display: block;
	color: #FFF;
	font-size: 10px;
	float: left;
	width: 100px;
	margin-right: 3px;
	padding-top: 4px;
}
.menu3cistell{
	text-align: center;
	font-weight: bold;
	line-height: normal;
	display: block;
	color: #333;
	font-size: 14px;
	float: left;
	width: 35px;
	background-image: url(../images/sistell.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	height: 22px;
}
.table{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	height: 22px;
	float: none;
	clear: none;
}

.tabletit_col{
 text-align: left;
 font-weight: normal;
 font-size: 13px;
 line-height: normal;
 display: block;
 width: 40px;
 height: 21px;
 margin: 1px;
 color: #000;
 background-color: #CCC;
 float: left;
 padding: 2px;
 overflow: hidden;
}
.table_col{
 text-align: left;
 font-weight: normal;
 font-size: 13px;
 line-height: normal;
 display: block;
 width: 40px;
 margin: 1px;
 background-color: #F2F2F2;
 float: left;
 padding: 2px;
 overflow: hidden;
 height: 35px;
}

.tabletit_col1{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 40px;
	height: 22px;
	margin: 1px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	padding: 2px;
}
.tabletit_col2{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 340px;
	height: 22px;
	margin: 1px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	padding: 2px;
}
.tabletit_col3{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 140px;
	height: 22px;
	margin: 1px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	padding: 2px;
}
.tabletit_col4{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 75px;
	height: 22px;
	margin: 1px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	padding: 2px;
}
.tabletit_col5{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 135px;
	height: 22px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	margin: 1px;
	padding: 2px;
}
.tabletit_col6{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 70px;
	height: 22px;
	margin: 1px;
	color: #000;
	background-color: #DFDFDF;
	float: left;
	padding: 2px;
}
.table_col1{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 40px;
	height: 22px;
	margin: 1px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	padding: 2px;
}
.table_col2{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 340px;
	height: 22px;
	margin: 1px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	padding: 2px;
}
.table_col3{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 140px;
	height: 22px;
	margin: 1px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	padding: 2px;
}
.table_col4{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 75px;
	height: 22px;
	margin: 1px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	padding: 2px;
}
.table_col5{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 135px;
	height: 22px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	margin: 1px;
	padding: 2px;
}
.table_col6{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	display: block;
	width: 70px;
	height: 22px;
	margin: 1px;
	color: #4F82B5;
	background-color: #FFF;
	float: left;
	padding: 2px;
}
.title1{
	text-align: left;
	font-weight: normal;
	font-size: 19px;
	padding-top: 5px;
	padding-left: 3;
	line-height: normal;
	display: block;
	padding-bottom: 5px;
	margin-left: 5px;
	color: #333;
}
.title2{
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 3;
	line-height: normal;
	display: block;
	padding-bottom: 5px;
	margin-left: 5px;
	color: #4F82B5;
}
.text1{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding-top: 10px;
	line-height: normal;
	display: block;
	padding-bottom: 10px;
	margin-left: 5px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.list1{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 3px;
}
.list1 li{
	margin-bottom:0px;
	position: relative;
	box-shadow: 1px 1px 4px #111;
	-moz-box-shadow: 1px 1px 4px #111;
	-webkit-box-shadow: 1px 1px 4px #111;
	text-align: left;
	padding: 4px;
	color: #4F82B5;
	background-color: #999;
}
.list1 a{
	display:block;
	padding-left:12px;
	color:#4F82B5;
	position:relative;
	text-align: left;
	background-image: url(../images/marker_1.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.list1 span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-image: url(../images/p_blue.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.list1 a:hover{ color:#fff;}
#bt_r {
	width: 100%;
	color: #FFF;
	float: right;
	position: relative;
	text-align: left;
	clear: both;
	background-image: url(../images/fons_bottom_panel_lateral.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
}
#bg_form1 {
	width: 100%;
	color: #FFF;
	position: relative;
	clear: both;
	background-image: url(../images/bg_form.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 325px;
}
#bg_form {
	width: 400px;
	position: relative;
	background-image: url(../images/bg_form.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	float: right;
	display: block;
	padding-top: 50px;
	padding-left: 40px;
	text-align: left;
	padding-right: 55px;
	font-size: 14px;
}
.list {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
}
.list ul {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.list ul li {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
}
.list ul li a {
	float: left;
	display: block;
	text-decoration: none;
	border: 1px solid #000000;
}
.list ul li a:hover {
	color: #fff;
}
#menulateral {
	float: left;
}
.lateralmenu{
	float: left;
	margin-top: 10px;
}
.lateralmenu ul{
	z-index:100;
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*Top level list items*/
.lateralmenu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.lateralmenu ul li a {
 display: block;
 position: relative;
 font-size: 13px;
 color: #333;
 text-align: left;
 text-decoration: none;
 font-weight: normal;
 outline: none;
 border: none;
 padding-top: 4px;
 padding-right: 2px;
 padding-left: 8px;
 float: left;
 width: 166px;
 line-height: normal;
 padding-bottom: 2px;
 margin: 0;
 vertical-align: middle;
 white-space: normal;
 clear: both;
}

* html .lateralmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.lateralmenu ul li a.selected, .lateralmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	position: relative;
	color: #000;
	background-color: #DBDBDB;
}
.lateralmenu ul li a.selected span, .lateralmenu ul li a:hover span {
	position: absolute;
	width: 8px;
	height: 29px;
	top: 0;
	left: -8px;
	background-repeat: no-repeat;
}
#centralline {
	float: none;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 550px;
	margin-top: 15px;
	margin-bottom: 8px;
	height: 1px;
	clear: both;
	padding: 5px;
}
#centralline2 {
	float: none;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 8px;
	height: 5px;
	clear: both;
	padding: 5px;
}
.titlecentraltext{
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	display: block;
	color: #000;
	background-color: #DFDFDF;
	width: 545px;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.titlecentraltext2{
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	display: block;
	color: #000;
	width: 833px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #DFDFDF;
	background-color: #EFEFEF;
}
.textcentral{
	font-size: 13px;
	text-align: left;
	display: block;
	position: relative;
	padding: 5px;
	width: 550px;
	float: left;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
        margin-bottom: 10px;
}
.textcentral2{
 font-size: 13px;
 text-align: left;
 display: block;
 position: relative;
 color: #000;
 background-color: #DFDFDF;
 border: 1px solid #FFF;
 padding: 5px;
 width: auto;
}
.textcentral3{
 font-size: 13px;
 text-align: left;
 display: block;
 position: relative;
 padding: 5px;
 width: 838px;
 float: left;
 background-color: #FFF;
 border: 1px solid #DFDFDF;
}
.textcentral4{
 font-size: 13px;
 text-align: left;
 display: block;
 position: relative;
 padding: 5px;
 width: 838px;
 float: left;
 background-color: #FFF;
 border: 1px solid #DFDFDF;
}
.textcentralvinc{
 font-size: 13px;
 text-align: left;
 display: block;
 position: relative;
 padding: 5px;
 width: 715px;
 float: left;
 background-color: #FFF;
 border: 1px solid #DFDFDF;
 margin-top:10px;
}
.textphoto{
	text-align: left;
	display: block;
	position: relative;
	float: left;
}
.textphoto a{
	text-align: center;
	display: block;
	position: relative;
	width: 170px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height: normal;
	height: 180px;
	border: 1px solid #E2E2E2;
}
.textphoto a:hover{
	display: block;
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-decoration: none;
}


.accord-header {
    color: #FFF;
    background-color: #DFDFDF;
    padding-left: 10px;
    font-weight: bold;
    cursor: pointer;
}

.taula-sessions {
    border: 1pt solid #000000;
    border-Collapse: collapse;
    margin: 5px;
    width: 98%;
    background-color: white;
}


.novetatcentraltext{
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    color: #000;
    background-color: #DFDFDF;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.taula-activitat {
    display: inline;
}
.accord-header {
    color: #000;
}

.error_msg {
    color: red;
    text-align: right;
    font-style: italic;
}
.error_msg_l {
    color: red;
    text-align: left;
    font-style: italic;
}

.content-block {
    padding-left: 20px;
    padding-right: 13px;
}


/* colors de les pestanyes dels tabs */
.ui-widget-header {
    border: 1px solid #818181;
    background: #818181;        
}
.ui-state-default {
    color: #818181;
}
.ui-state-default a {
    color: #818181;
}
.ui-state-default a:link {
    color: #818181;
}
.ui-state-default a:visited {
    color: #818181;
}
.ui-widget-header .ui-state-default {
    color: #818181;
}
.ui-widget-content .ui-state-default {
    color: #818181;
}
.ui-state-active {
    border: 1px solid #000000;
}
.ui-widget-header .ui-state-active {
    border: 1px solid #000000;
}
.ui-widget-content .ui-state-active {
    border: 1px solid #000000;
}
.ui-state-hover {
    border: 1px solid #818181;
    background: #e9e9e9;
}
.ui-widget-header .ui-state-hover {
    border: 1px solid #818181;
    background: #e9e9e9;
}
.ui-widget-content .ui-state-hover {
    border: 1px solid #818181;
    background: #e9e9e9;
}
/* colors de les pestanyes dels tabs */

.error {
    border: 1px solid red;    
}


/* acordions */
.ui-accordion .ui-accordion-header {
    font-size: 14px;
}


.accord-content {
    background: whitesmoke;
    padding: 10px;
}

.accordion {
    margin-bottom: 15px;
    
}
/* acordions */


.title-adm {
    font-size: 28px;
}
.title-adm hr {
    margin-top: 5px;
    height: 2px;
    background-color: #818181;
}
.adm-box {
    border: 1px solid #818181;
    padding: 10px;
    font-size: 20px;
    float: left;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
}
.adm-box1 {
    border: 1px solid #818181;
    padding: 10px;
    font-size: 9px;
    float: none;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
    height: 400px;
    overflow: scroll;
}
.adm-box-tab {
    border: 1px solid #818181;
    padding: 5px;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
    float: left;
}
.adm-box-mini {
    border: 1px solid #818181;
    padding: 5px;
    font-size: 12px;
    float: left;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
}
.adm-box-container div:hover {
    background-color: #818181;
    color : white;    
}

.tab-container {
    width: 874px;
    margin-left: 30px;
    padding: 0;
    font-size: 12px;
}
.tab-container-inner {
    font-size: 12px;
}
.adm-subbox {
  font-size: 13px;
  text-align: left;
  display: block;
  position: relative;
  padding: 5px;
  width: 570px;
  float: left;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  margin-left: 5px;
  border-radius: 3px;
}

.upload-form {
  font-size: 18px;
  float: right;
  padding: 20px;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-left: 5px;
  width:550px;
  margin-bottom: 5px;
}



/* contador */
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid black;
	background-color: #eee;
        color: black;
        float: left;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* contador */



.btn_variables {
    color: #FFF;
    border: 1px solid #ccc;
    background-color: #818181;
    margin-right:3px;
}

.mr5 {
    margin-right: 5px;
}




.dropdowncc {
  position: relative;
  display: inline-block;
}

.dropdowncc-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px;
  z-index: 1;
  margin-top: -5px;
  margin-left: -130px;
  background: rgb(221, 221, 221);
}

.dropdowncc:hover .dropdowncc-content {
  display: block;
}

.licc {
    list-style-type: none;
    text-align: left;
    margin: 5px;
}

.red {
    color: red;
}

.miram-info {
    font-size: 11px;
    font-family: monospace;
    background: azure;
    padding-left: 10px;
}

.td-overflow {
    overflow: hidden;
}
.mini-button-up {
    width: 13px;
    padding: 0px;
    margin-right: 4px;
}
.mini-button-down {
    width: 13px;
    padding: 0px;
    margin-left: 4px;
}

.avis-bad-series {
    background-color: tomato;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}


.bord-tab {
  border: 1px solid white;
  border-collapse: collapse;
}
.back-tab {
  background-color: #96D4D4;
  padding:5px;
}



.tabheadcc {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.tabheadccnobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
        text-transform: uppercase;
}


.tabspeccc {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
        width: 20%;
}

.tabspeccc.alt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

.tabcellcc {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
        text-align: center;
        font-size: 10px;
}
.tabcelltot {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: lightgray;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
        text-align: center;
        font-size: 10px;
}

.tabcellsubtot {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: oldlace;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
        text-align: center;
        font-size: 10px;
}


.tabcellcc.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

#tab_resultats {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.vista-filtre {
    padding: 10px; 
    float:right;
}

.titulo-consulta {
    font-size: large;
    float: left;
}

.btnPorc {
   height: 20px;
   width: 20px;
   cursor: pointer;
   margin-left: 20px;
}

.blink-red {
	background-color: red !important;
	color: white !important;
	animation: blink 1s steps(2, start) infinite;
	font-weight: bold;
	text-decoration: none;
}
.blink-red:hover {
    animation: none; /* atura el parpelleig quan el mouse està a sobre */
}

@keyframes blink {
	to {
		visibility: hidden;
	}
}

