
/** BASIC **/

body{
	background: #EEE url(images/bg.gif);
	color: #444;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

input, textarea, select,table {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
p,cite{
	font-size: 12px;
	padding-bottom: 1.2em;
}

/** TEXT **/

.title{
	color: #367EA6;
	font-size: 16px;
	margin-bottom: 4px;
}
.subtitle{
	color: #367EA6;
	margin-bottom: 4px;
	font-size: 14px;
}
.newtext{
	font-size: 12px;
	color: #333;
}
.subtext{
	font-size: 10px;
	color: #333;
	margin-bottom: 6px;
}
.emph{
	font-size: 11px;
	color:#878787;
}
.message{
	font-size: 12px;
	color: #ff0000;
}
.sitemap{
	font-size: 12px;
	color: #454545;
}
.forms{
	font-size: 10px;
	color: #454545;
}

/** LINKS **/

a{
	color: #36C;
	text-decoration: none;
}
a:hover{
	color: #36C;
	text-decoration:underline;
}

a.outlink{
	color: #012E6D;
	text-decoration:underline;
}
a.outlink:hover{
	color: #012E6D;
	text-decoration: none;
}

a.title{
	color: #367EA6;
	font-size: 16px;
	margin-bottom: 4px;
	text-decoration:none;
	
}
a.title:hover{
	text-decoration:underline;
}

a.subtitle{
	color: #367EA6;
	margin-bottom: 4px;
	text-decoration:none;
}
a.subtitle:hover{
	text-decoration:underline;
}

a.newtext{
	color: #333;
	text-decoration:none;
}
a.newtext:hover{
	text-decoration:underline;
}

a.subtext{
	font-size: 10px;
	color: #333;
	margin-bottom: 6px;
	text-decoration:none;
}
a.subtext:hover{
	text-decoration:underline;
}

a.emph{
	color:#878787;
	text-decoration:none;
}
a.emph:hover{
	text-decoration:underline;
}

a.sitemap{
	color: #454545;
	text-decoration: none;	
}
a.sitemap:hover{
	color: #454545;
	text-decoration:underline;
}

/** LISTS **/

ul.indent{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	list-style:none;	
}

li.foro{
	padding:5px 5px 5px 5px; 
	margin:0px 0px 0px 0px;
	list-style:none;
	background:url(images/cats3.gif) left bottom repeat-x;	
}

.list0 {
	padding: 0px;
	padding-left: 0px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	list-style: url(images/li.png);
	margin-left: 50px;
	
	padding-left: 0px;
}
/** FORMS **/

.input0{
	width: 120px;
	border: 1px solid #DDD;
}

.input_pseudo{
	font-size: 10px;
	border: 1px solid #DDD;	
	color:#367EA6;	
	background: #f1f1ff;
}
.input_pseudo:hover{
	font-size: 10px;
	background: #bdc7ff;
	color: #367EA6;
}

.input1{
	width: 200px;
	border: 1px solid #DDDDDD;
}
.input1_button{
	font-size:11px;
	font-family:Verdana,sans-serif;
	color:#367EA6;
	width:100px;
	background-color:#ffffff;
	border-style:solid;
	border-color:#367EA6;
	border-width:1px;
}
.input1_button:hover{
	background: #EEEEEE;
	color:#000033;
}

.input2{
	width: 420px;
	border: 1px solid #DDDDDD;
}

.search {
	border: 1px solid #DDD;
	padding: 4px;
}
.search_button {
	background: url(images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/** IMAGES **/

.img1{
	float: left;
	margin-right: 15px;
}
img.left{
	float: left;
	margin: 3px 10px 10px 0px;
	border: 0px;
}
img.right{
	float: right;
	margin: 0px 10px 10px 3px;
}
img.border{
	float: left;
	margin-right: 15px;
}

/** TABLES **/

table#foro{
	background-color:#fcfcf6;
	padding: 0.2em;
}

table#recursos{
	background-color:#fcfcf6;
	padding: 10;
}

table#docs{
	background-color:#fcfcf6;
	padding: 10;
}
table#blog{
	background-color:#fcfcf6;
	padding: 10;
}
table#code{
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #02739b;
	color: #555;
	padding: 10px;
	font: normal .9em "Lucida Sans Unicode",serif;	
}
table#item {
	padding: 20px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#item_blog {
	padding: 20px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;			
	padding: 8px 18px;	
}	

/** MISC **/
.hr {
	height: 1px;
}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}


/***************************************************/
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}
.clearer {
	clear: both;
}

.header {
	background: url(images/back.jpg) repeat-x;
}

.title_header {
	color: #FFF;
	font: normal 1.3em Verdana,sans-serif;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	text-align: center;
}
.title_header a {
	color: #FFF;
	text-decoration:none;
}
.title_header a:hover {
	text-decoration:underline;
}
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 0.5em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #FFF;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;	
}
.sidenav h1 {
	color: #666;
	height: 15px;
	margin-top: 0.6em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #DDD;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */

.descr {
	color: #333;
	margin-bottom: 6px;
}


/* search form */
form {
	padding: 0 0 6px 8px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.release {
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 11px 11px 16px;
	margin: 32px 0;
	overflow: auto;
	width: 200px;
	float: right;
}