/*
	Version: 1.0 08/2008
	Author: Formado Comprido
	Author URI: http://www.fcsites.com

*/
#header {
	background:#EFEFEF url(../images/web/header-bg1_1.png) repeat-x;
	margin:0;
	padding:0;
	width:100%;
}

#art_estrela{
	position:absolute;
	width:548px;
	height:175px;
	left:0px;
	top:0px;
	z-index:1;
}

#wrapper {
	width:100%;
	font-family: "Lucida Sans", Verdana;
}

#announce {
	height:176px;
	padding:0;
	margin:0 auto;
	width:80%;
	vertical-align:middle;
	text-align:right;
	clear:both;
	z-index:2;
}

#texto_1 p {
	padding-top:50px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	font-size:2em;
	color:#999;
	text-decoration:none;
}

#texto_1{
	position:absolute;
	width:420px;
	left:30%;
	vertical-align:middle;
	z-index:2;
}

#rightside {
	width:22%;
	height:175px;
	right:347px;
	float:right;
	/*margin:0;
	display:inline;*/
}
/* IMAGS ALIGNMENT */
img.derecha {
	position:relative;
	float:right;
	margin-left:20px;
	border:0;
}
img.izquierda {
	float: left;
	margin-right:12px;
}
img.bottom {
	padding-top:30px;
}

/* toolbar */



#toolbar {
	width:100%;
	margin: 0px auto;
	padding: 0;
	height: 42px;
	background:#003300;
	border-bottom:1px #000000 solid;
	border-top:1px #efefef solid;
}

/* menu */
#nav-bg {
	margin: 0;
	padding:0;
	height:	32px;
	background: url(../images/web/nav-bg.png) repeat-x top center;

}

#fader {
	width: 100%;
	overflow: hidden;
	position:relative;
	margin: 0px auto;	
	padding: 12px 0;
	height: 45px;

	font-family: Georgia, Arial;
	font-size:1.6em;
	text-align:right;
	color: #efefef;
	text-transform: none;
}

#fader a:hover {
	color: #fff;
	cursor:pointer;
	text-decoration:none;
}

#fader a {
	color: #000;
	font-weight:bold;
	cursor:pointer;
 	text-decoration:none;
}

/* COMMON STYLE
---------------------------------------------------------------------------*/
body {
	margin:0;
	background:#FFFFFF;
	line-height:1.2em;
	color: #1d1d1d;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

a {
	color: #802A2A;
	text-decoration: none;
	list-style-type:none;
}

a:hover {
	color: #802A2A;
	text-decoration: underline;
}
li {
	list-style-type:none;
}
h1, h1 a, h2, h3, h2 a, h3 a {
font:16px Arial, Helvetica, sans-serif;
color:#009933;
line-height:17px;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
#content {
	margin: 0 auto;
	width:80%;
}

#stories {
	width:60%;
	float: right;
	margin:0;
	padding:0;
	position:relative;
	display:inline;
	padding:0 0 0 15px;
}
#stories a.moretext {
	font-size:1.2em;
	font-weight:bold;
	font-family: "Lucida Sans", Arial, Georgia;
	color: #B28080;
	text-decoration:none;
	padding-top:15px;
}
#stories h2 {
	font-family: Georgia, Arial;
	font-size:1.5em;
	line-height:14px;

	color: #802A2A;
	text-align: left;
}
#stories p {
	padding-top:5px;
	text-align: justify;
	color:#000;
	font-size:1em;
}


#sidebar {
	border-right:4px #efefef solid;
	width:30%;
	position:relative;
	float:left;
	font-size:1em;
	display:inline;
	margin:0;
	padding:0 5px;
}
#sidebar li {
	text-align:left;
	list-style-type:none;
	padding:3px;
	margin-bottom:4px;
	margin-left:0;
}
#sidebar h2 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
	color: #000;
	text-align:right;
	padding-right:15px;
	text-decoration:none;
}

#sidebar img.izquierda {
	float: left;
	padding:2px;
	border:0px;
}

p.google{
	width:100%;
	margin:0 auto;
	padding:3px;
	float:right;
	text-align: right;
	background: #eee;
	border:1px solid #b0becf;
	font-size:1em;
	color:#888;
}

blockquote{
	font-style: italic;
	color: #999999;
}
table.languages {
border:0;
width:100px;
}
table td.languages img{
border:0;
}
/* Form Styling */
input, select, option, textarea {
	background:#ccffcc;
	margin:1px;
	border:1px #669966 solid;
	color:#006600;
	font-weight:bold;
	text-align:right;
	padding-right:2px;
}
input:hover, select:hover, option:hover, textarea:hover {
	background: #ccffcc;
}
form {
	text-align:right;
	padding-right:10px;
}
form td {
	color: #666666;
	text-align:right;
	vertical-align:middle;
}
form table {
	border:0;
}
/* Footer */

#footer {
	margin:0;
	background:#efefef;
	border-top:1px #CCCCCC solid;
	color: #666666;
	font-weight:bold;
	width: 100%;
	height: 60px;
	clear:both;
}
#copyright {
   	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	padding-top:15px;
	margin: auto;
	width:80%;
	text-align: center;
}

#copyright a {
color: #1d1d1d;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}