body {
	margin: 0;
	padding: 0;
	font: 1em Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

a:link { 
	text-decoration: none;
	font-weight: bold;
	color: ; 
}
a:visited { 
	text-decoration: none; 
	color: #265090; 
}
a:hover { 
	text-decoration: underline; 
	color: #000;
}
a:active { 
	text-decoration: underline; 
}

input, textarea, select, checkbox { 
	border: 1px solid rgb(170, 170, 170); 
	padding: 0.1em 0.2em; 
	background-color: white; 
	font-size: 1em; 
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif; 
}

#searching input, #searchsubmit {
	padding: 0;
	margin: 0 0 0 2px;  
	font-size: 0.8em; 
}

#wrap {
	padding: 5px 15px;
}

#logo {
	float: left;
	width: 453px;
	height: 62px;
}
#logo h1 {
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}
#description {
	float: right;
}
#logo p {
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
}
#navbar {
	clear: both;
	padding: 5px;
	background-color: #000;
	color: #fff;
}

#navbar a {
	font-weight: bold;
	color: #fff;
}
#navbar form {
	display: inline;
}
#subnavbar {
	margin: 0;
	padding: 2px;
	font-size: 0.9em;
}
.user-triagle {
	background: #fff url(images/user-triagle.png) no-repeat 30px 0px;
}

#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #000;
}
#left {
	float: left;
	width: 50%;
}
#page-wrapper, #admin-wrapper {
	float: left;
	padding: 10px 40px;
	width: 65%;
}
#div700left {
	padding: 5px;
	float: left;
	width: 700px;
}

#left h3 {
	padding: 5px;
/*	background-color: #d2e3e6;*/
}

#right {
	float: right;
	width: 45%;
}

#divitemright {
	float: right;
	width: 25%;
}
#first-news {
	background-color: #F3F3F3;
	font-size: 1.2em;
	padding: 10px;
	margin: 20px 0px;
}

#header-news {
	width: 300px;
	float: left;
	font-size: 0.8em;
	padding: 5px;
}

#linkjoin {
	text-align: right;
	font-weight: bold;
}
#navcontainer {
text-align: right;
}



div.point-item {
	background-color: #F6F6F6;
	margin: 13px;
	padding: 0 5px;
/*	border-left: 3px solid #3f4078;*/
}
p.point-item-text {
	font: 0.8em Verdana, Arial, sans-serif;
}

div.point-item h5 img {
	padding-right: 4px;
	float: right;
}

div.point-item h5 {
	font-weight: normal;
	font-size: 100%;
}
div.point-item h5, div.point-item p {
	margin: 6px 2px;

}
div.point-item p {
	font-size: 0.8em;
}
#search {
	margin: 0 20%;
	padding: 0;
	float: right;
}

.tooltip {
	background-color:#ffffff;
	font-size: 0.8em;
        border:1px #006699 solid;
}
#available {
    padding-left: 10px;		
    color: #285;
    font-weight: bold;
}
#isavailable {

}
#notavailable {
    color: #F00;
}
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}


.h1form {
	margin: 0;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.5em;
} 

/* tabs */
.tabmain {
height: 28px !important;
padding: 0 0 0 25px; /* distance from tabs boxes: bottom: underline; left: indent  */
margin: 0;
overflow: hidden;
white-space: nowrap;
}

.tabmain li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.tabmain a:link, .tabmain a:visited {
float: left;
font-size: 125%;
font-weight: bold;
line-height: 22px !important;
padding: 2px 8px 2px 8px;
margin-right: 4px;
text-decoration: none;
}



.tabmain a:link, .tabmain a:visited {
background-color: #EEE;
color: #000;
}

.tooltip {
	background-color:#ffffff;
	font-size: 0.8em;
        border:1px #006699 solid;
}
#logmessage {
	float: right;
}
#exclama, #prohibido, #correcto {
	font-size: 1.2em;
	padding: 10px 90px;
}
#exclama {
	background: url(images/important.png) no-repeat 20px 10px;
	border-left: 10px solid #cc0000;
}
#prohibido {
	background: url(images/error.png) no-repeat 20px 10px;
	border-left: 10px solid #cc0000;
}
#correcto {
	background: url(images/ok.png) no-repeat 20px 10px;
	border-left: 10px solid #000;
}

h3.thumb img { float: left; margin: 0 10px 0 0; border: 1px solid #999; }
.clear { clear: both; }
#item {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}
#standardform label, #seettingsform label, #formcoord label, #divformsub label { 
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
#standardform p label,#seettingsform p label, #formcoord p label, #divformsub p label {
	width: 150px;
	text-align: top;
}
.textform, p.submitbotton {
	padding-left: 160px;
}

div.caixafoto {
	float: left;
	margin-right: 5px;
	border: 3px solid #ccc;
	padding: 5px;
}
.buttonsub { 
	padding:3px 7px; 
	border: none; 
	background: #aaa; 
	color: #fff; 
	font-size: 1em; 
	font-weight: bold;
} 

.buttonsub:hover { 
	background: #222; 
	color: #fff; 
	text-decoration: none;
}



/* news */

.news-summary {
margin: 0;
padding: 10px 0 5px 0;
position: relative;
}

.news-body {

padding-left: 90px;
padding-right: 5px;
}

.news-details {
display: block;
margin: 4px 0 0 0;
padding: 0;
font-size: 80%;
/*overflow: hidden;
white-space: nowrap;*/
}

.news-details img {
margin: 0;
vertical-align: text-bottom;
}

/* Counter box */
.news-shakeit {
position: absolute;
top: 10px;
left: 12px;
width: 75px;
text-align: center;
font-size: 8.2pt;
margin: 2px 0 0 0;
padding: 0;
overflow: hidden;
}

.news-body h1 {
margin: 0;
padding: 0 5px 0 0;
font-size: 110%;
font-weight: normal;
background: none;
border: none;
}

.news-body p {
margin: 2px 0 1px 0;
padding: 0 5px 0 0;
text-align: left;
overflow: hidden;
}

.news-submitted {

font-size: 65%;
margin: 0;
white-space: nowrap;
min-height: 25px;
}

.news-submitted a:link, .news-submitted a:visited {
font-weight: bold;
}
.news-submitted img {
border: 0;
float: left;
margin-right: 4px;
vertical-align: bottom;
}
.news-submitted .buttons-item img {
float: right;
margin-left: 4px;
vertical-align: bottom;
}
#navega_pag {
	clear: both;
	padding: 20px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#navega_pag strong {
	padding: 8px;
	background-color: #000;
	border: 1px solid #000;
}
#navega_pag span {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #8B8B8B;
	font-weight: bold;
	color: #8B8B8B;
}
#navega_pag a {
	color: #000;
	text-decoration: none;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #000;
	margin: 5px;	
}
#navega_pag a:hover {
	border: 1px solid #000;
	color: #000;
	background: #000;
}
p.tags {
	
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
font-size: 80%;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}
h5.textform {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.button-delete {
  padding: 10px;
  font-size: 1.2em;
  background-color: #CC0000;
}
.button-delete a {
  color: #fff;
}

.button-admin {
  padding: 10px;
  font-size: 1.2em;
  background-color: #000;
  border-left: 5px solid #000;
}
.button-admin a {
  color: #fff;
}

.button-active {
  border-left: 0px solid #000;
  border-right: 25px solid #000;
}

span.button a {
	font-weight: bold;
	text-decoration: none;
	background-color: #eeedef;
	margin-right: 5px;
	padding: 1px 3px;
	border: 1px solid #ccc;
}
span.button img {
	border: 0;
}
span.button a:hover {
	background-color: #000;
	color: #000;
}

#tabadmin {
  border: 0px;
  margin: 0;
  font-weight: bold;
  padding: 0;
  text-align: left;
  width: 580px;
}
#tabadmin th{
  border: 0px;
  background-color: #000;
  color: #000;
  font-size: 0.7em;
  padding: 10px 0;
}
#tabadmin td{
  background-color: #eee;
  font-size: 0.7em;
  padding: 10px 5px;
}

// CODA SLIDER

		
		p.cross-links { text-align: center }
		
		p.cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		

		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 200px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 200px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height:300px;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;

		}
		
		.stripNav ul li {
			display: none;
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		.stripNav li.tab1 a { background: #ff6699; color: #000; }
		.stripNav li.tab2 a { background: #ff6699; color: #000; }
		.stripNav li.tab3 a { background: #10c400; color: #000; }
		.stripNav li.tab4 a { background: #ccff33; color: #000; }
		.stripNav li.tab5 a { background: #ff6600; color: #000; }
		.stripNav li.tab6 a { background: #ccff33; color: #000; }
		
		.stripNav li a:hover {
			background: #fff;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 48px;
			width: 48px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.png") no-repeat center;
		}
