/*used colors: 'orange=FF9800' 'darkblue=01385D' 

themes: 'blue=08ABCE' 'red=FF3300' 'brown=993300' 'lightblue=66CCFF'
	'green=3B9A00' 'purple=81194D' 'lightgreen=65E218'
	'aquamarine=24D6B8' 'darkorange=FF6600' 'darkaquamarine=34BEC6'
	'grey=669999' */


/* normal site links */

/*
a:link { color: #FFCC00; text-decoration: none }
a:visited { color: #FFCC00; text-decoration: none }
a:hover { color: #8596AA; text-decoration: none }
a:active {  color: #FFCC00;  text-decoration: none}
*/

.body{
background-color:#D6CBBE;
}

.table{
background-color:#FFFFFF;
margin:0px, 0px, 0px, 0px;
}

.celula_texto{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify ;
	font-weight:normal;
	font-size:12px;
	color:#000000;

}

.welcome{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify ;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	padding-right:10px;
	

}


a:link { color: #01385D; text-decoration:underline }
a:visited { color: #01385D; text-decoration:underline }
a:hover { color: #01385D; text-decoration: none }
a:active {  color: #01385D;  text-decoration: none}

.text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify ;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	padding-right:10px;
}

.text_titles {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:bold;
	font-size:large;
	color:#00385E;
	
}

.text_titles_big {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:bold;
	/*background-color: #FF9800;	*/
	font-size:x-large;
	color:#00385E;
	margin-top:0px
}


.current {
	color: #FFCC00;
	text-decoration: none;
}

img{
	border-style: none;
}

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

li{
margin-top:5px;
}

.img_dir{
margin-left:15px;
}

.img_esq{
margin-right:15px;
}