/** BASIC **/


/** TEXT **/

.title{
	font-family:Georgia, "Times New Roman", Times, serif; margin:0 0 10px 0; padding:0; font-weight:normal; font-size:150%; 
}
.subtitle{
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 4px;
	font-size: 15px;
	font-weight:bold;
}
.newtext{
	font-size: 12px;
	color: #333;
}
.subtext{
	font-size: 10px;
	color: #333;
	margin-bottom: 6px;
}
.emph{
	font-style:italic;
}
.message{
	font-size: 12px;
	color: #ff0000;
}
.sitemap{
	font-size: 12px;
	color: #454545;
}
.forms{
	font-size: 10px;
	color: #454545;
}

/** LINKS **/

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

a.outlink{
	color: #2a4a55;
	text-decoration:underline;
}
a.outlink:hover{
	color: #2a4a55;
	text-decoration: none;
}

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

a.subtitle{
	color: #000;
	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:#2a4a55;
	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 {
	list-style: url(images/li.png);
	margin-left: 50px;	
	padding-left: 0px;
}

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

/** FORMS **/

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

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

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

.input2{
	width: 500px;
	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 #A4A4A4;
	color: #555;
	padding: 10px;
	font: normal .9em "Lucida Sans Unicode",serif;	
}
table#item {
	padding: 0px;
	border: 0px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;	
}
table#item_blog {
	padding: 20px;
	border: 0px 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;
}




/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{text-align:center; margin:0; padding:0; background:#FFFFFF; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
h1		{font-family:Georgia, "Times New Roman", Times, serif; margin:0 0 10px 0; padding:0; font-weight:normal; font-size:150%; }
a		{color:#333333; text-decoration:underline; }
a:hover	{text-decoration:none; }
p		{margin:0; padding:0 0 15px 0; }

#container		{margin:0 auto; text-align:left; width:850px; padding:0; }
#intro			{color:#FFFFFF; background:url('images/intro-bg.gif') no-repeat center top; padding:42px 45px 40px 240px; font-size:150%; }
#content		{float:left}
#rightColumn	{float:right; width:255px; padding:20px 20px 20px 5px; }
#footer			{clear:both; background:url('images/footer-bg.gif') no-repeat center top; color:#FFFFFF; padding:40px 40px 35px 40px; margin:20px 0 0 0; }
#footer span	{float:right; }
#footer a		{color:#FFFFFF; text-decoration:none; font-size:12px}
#footer a:hover		{color:#FFFFFF; text-decoration:underline}

#header			{text-align:right; padding:10px; padding-top:5px; }
#header h1		{float:left; font-size:200%; margin:0; padding:0px 0;}
#header h1 a	{color:#2a4a55; text-decoration:none; }
#header ul		{margin:0; padding:0px 0; font-size:120%; font-family:Georgia, "Times New Roman", Times, serif; }
#header li		{margin:0; padding:0; display:inline; }
#header ul a		{padding:15px 10px; text-decoration:none; }
#header ul a:hover	{text-decoration:underline }
