/** BASIC **/

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

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: .2em;
}

/** TEXT **/

.title{
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #907C63;
}
.subtitle{
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #EF5A0A;
}
.newtext{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	font-weight: bold;	
}
.subtext{
	font-size: 10px;
	font-weight: normal;
	color: #907C63;
}
.emph{
	color:#EF5A0A;
}
.message{
	font-size: 16px;
	color: #ff0000; 
}
.sitemap{
	font-size: 12px;
	color: #454545;
}

/** LINKS **/

a{
	color: #197BBC;

	text-decoration: none;	
}
a:hover{
	text-decoration:underline;
}

a.outlink{
	font-size: 11px;
	font-weight: normal;
	color: #EF5A0A;
	text-decoration:underline;
}
a.outlink:hover{
	font-size: 11px;
	font-weight: normal;
	color: #EF5A0A;
	text-decoration: none;
}

a.title{
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #907C63;
	text-decoration:none;
	
}
a.title:hover{
	text-decoration:none;
}

a.subtitle{
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #907C63;
	text-decoration:underline;
}
a.subtitle:hover{
	text-decoration:underline;
}

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

a.subtext{
	font-size: 10px;
	font-weight: normal;
	color: #EF5A0A;
	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;
}
/** MESSAGE BOX **/

.message-gray{
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.message-alert{
	border:solid 1px #DEDEDE; 
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
.message-ok{
	border:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.message-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.text1 {
	padding-bottom: 2px;
	border-bottom: 1px solid #DCD6CE;
	font-size: 25px;
	font-weight: bold;
	color: #907C63;
}

.text2 {
	padding-bottom: 2px;
	border-bottom: 1px solid #DCD6CE;
	font-size: 18px;
	font-weight: bold;
	color: #907C63;
}

.text3 {
	font-size: 11px;
	font-weight: normal;
}

.text4 {
	font-size: 10px;
	color: #9C958B;
}

a.text4 {
	font-size: 10px;
	color: #9C958B;
	text-decoration: none;
	font-weight: bold;
}

a.text4:hover {
	text-decoration: underline;
}


/** LISTS */

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

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	padding-left: 16px;
	background: url(images/homepage14.gif) no-repeat left center;	
}

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

/** FORMS **/

.input1 {
	width: 200px;
	border-style:solid;
	   border-color:#BBBBBB;
	   border-width:1px;
}
.input1_button {
	font-size:11px;
	   font-family:Verdana,sans-serif;
	   color:#197BBC;
	   width:80px;
	   background-color:#FFFFFF;
	   border-style:solid;
	   border-color:#197BBC;
	   border-width:1px;
}


.input2 {
	width: 570px;
	border-style:solid;
	   border-color:#BBBBBB;
	   border-width:1px;
}
.input0 {
	width: 142px;
	border-style:solid;
	   border-color:#BBBBBB;
	   border-width:1px;
}
.input_small {
	width: 100px;
	border-style:solid;
	   border-color:#BBBBBB;
	   border-width:1px;
}
.input_pseudo {
	background-color:#FFFFFF;
	font-size: 9px;
	color:#197BBC;
	border: 1px solid #197BBC;
}
.input_pseudo:hover {
	font-size: 9px;
	background: #EEEEEE;
}



/** IMAGES **/

.img1{
	margin-left: 15px;
}
img.left{
	float: left;
	margin: 3px 10px 10px 0px;
	border: 10px;
}
img.right{
	float: left;
	margin-right: 15px;
}
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;
	height: 500px;
}

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;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(images/homepage10.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage11.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage13.jpg) no-repeat left top; }
.bgmenu { background: url(images/back_menu.jpg) repeat-y left top; }
.bgmenu_bottom { background: url(images/back_menu_bottom.jpg) no-repeat left top;  }
.bgmenu_top { background: url(images/back_menu_top.jpg) no-repeat left top; }

/*** MENU ***/
.bgmenu h1 {
	color: #907C63;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.bgmenu ul {
	border-top: 0px;
	margin: 0;
	padding: 0;
}
.bgmenu li {
	border-bottom: 1px solid #DDD;
	list-style: none;
	margin: 0;
}
.bgmenu li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 0px;
	text-decoration: none;
}
.bgmenu li a:hover {
	color: #111;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}


img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.border {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

