/* Hoja de estilos para web 3bits.es*/

/* Elements ------------------------------------------------*/

body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 1em;
	font-weight: bold; 
	color: #000000;
  
}

p {
	font-size: 1em;
	font-weight: normal;
}


img {
	border: none;
}

a:link,
a:visited {
	color: #0066CC;
	font-style: normal;
	text-decoration: none;
}


a:hover {
	color: #00BADA;
	text-decoration: underline;
}

li {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	list-style: disc;
	color: #0066CC;
	}
	
li span {color: #000000;}


table {
	table-layout: separate;
	border-collapse: collapse;
	border: thin solid #000000;

}

th {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border: thin solid #000000;
	background-color: #ffffff;
}

td {
	border: thin solid #000000;
	padding: 2px;
/*	border-right: thin solid #000000;*/
}

tr {
	font-size: 1em;
	font-weight: normal;
}


/* Classes & ID's ------------------------------------------*/

#main 
{
	width: 600px;
	margin: auto; 
	display: block;
	padding: 0px;
	border: none;
}

#header
{
	height: 60px;
	display: block;
	width: 600px;
}

#logo
{
	width: 300px;
	float: left;
	position: absolute;
	display: inline;
}

#rightbox
{
   float: right;
   width: 300px;
	height: 70px;
}

#lang
{
	float: right;
   width: 300px;
	font-size: 0.7em;
	display: block;
	text-align: right;
	height: 25px;
}

#blog
{
	float: right;
   width: 300px;
	display: block;
	font-size: 1em;
	text-align: right;
	height: 45px;
	vertical-align: bottom;
}

#subtitle {
	color: #0066CC;
	font-weight: bold;
}

.separator {
   display: block;
	height: 25px;
	width: 100%;
	color: #ffffff;
   padding-left: 5px;
   margin: auto;
   font-size: 1.1em;
   vertical-align: middle;
}

.orange {
	background-color: #FF9900;
}


.blue {
   background-color: #0066CC;
}

.green {
   background-color: #339933;
}

.red {
   background-color: #ff0000;
}


.content {
   font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 0.9em;
}

.more {
	font-weight: bold;
}

a.more:link, a.more:visited {
	color: #0066CC;
	font-weight: bold;
}

a.more:hover {
	color: #00BADA;
	font-weight: bold;
	text-decoration: underline;
}


#back {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.footer
{
	width: 600px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
	margin-top: 3px;
	border-top-color: #585858;
	border-top-style: solid;
	border-top-width: 2px; 
}




.footer a 
{  
   font-size: 0.9em;
}


.cell {
   text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: middle;
	}

.cellseparator {
   text-align: center;
	font-size: 0.9em;
}

.cellheader {
	width: 100px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 0.9em;
}


/* Accordion ------------------------------------------------*/

.togglerblue {
color: #ffffff;
padding-left: 5px;
margin: auto;
cursor: pointer;
font-size: 1.1em;
vertical-align: middle;
background-color: #0066CC;
/*-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;*/
}
 
.togglergreen {
color: #ffffff;
padding-left: 5px;
margin: auto;
cursor: pointer;
font-size: 1.1em;
vertical-align: middle;
background-color: #339933;
/*-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;*/
}

.togglerred {
color: #ffffff;
padding-left: 5px;
margin: auto;
cursor: pointer;
font-size: 1.1em;
vertical-align: middle;
background-color: #ff0000;
/*-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;*/
}

.togglerorange {
color: #ffffff;
padding-left: 5px;
margin: auto;
cursor: pointer;
font-size: 1.1em;
vertical-align: middle;
background-color: #FF9900;
/*-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;*/
}

.elementblue {
background-color: #ffffff;
padding-bottom: 10px;
}

.elementgreen {
background-color: #ffffff;
/*padding: 3px;*/
}

.elementred {
background-color: #ffffff;
padding: 0 0 5px 0;
}

.elementorange {
background-color: #ffffff;
/*padding: 3px;*/
}

.element p {
margin: 0px;
/*padding: 4px;*/
}

.float-right {
/*padding:10px 20px;*/
float:right;
}