/* -------- THEME: MiPeCé style                 */
/* -------- AUTHOR: TempWin (tempwin@gmail.com) */


/* ===== To link pages outside your site ==== */
a.externo {
/*	color:#00FF00;*/
	color: #36c;
	text-decoration: underline;
	}
	
/* ==== To link pages inside your site ==== */
a.current {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: black;
}

body {
	color: #FFCC00;
	background: url(img/bg2.gif) repeat;
	font-family: "Trebuchet MS", Tahoma, verdana, tahoma, arial, sans-serif;
	font-size: 15px;
}

p {
	text-align:justify;
	color: #333;
	font-size: 95%;
	line-height: 1.3em;
}
	
ul {
	list-style-type: square;
	text-align:justify;
	font-size: 11px;
	line-height: 1.2em;
	width: 85%;
}


/* ========= HEADER ========= */
div.logo {
	width: 100%;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/bg1.gif) repeat;
	background-color: #2C3038;
	border-bottom: solid #ccc 1px;
	}

div.logo li {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	text-transform: uppercase;
}

div.logo a:link {
	color: #FFCC00;
	}
	
div.logo a:hover {
	color: #fff;
	background-color: #000;
	}
	


/* ========= CONTAINER ========== */
div.container {
	width: 80%;
	text-align: justify;
	overflow: hidden;
	margin: 35px auto;
}


/* ======== SIDEBAR ======= */
div.sidebar {
	width: 25%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555;
	float: right;
	top: 0;
	font-weight: bold;
	margin:0 6% 0 1%; 
	padding-bottom: 20px;
}

div.sidebar p {
	color: #555;
}

div.sidebar li {
	list-style: square;
}

div.sidebar img {
	border: dashed 1px #000;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin-top: 0.5em;
	margin-right: 0.5em;
}

div.sidebar a {
	color: #000;
}


div.sidebar h3 {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1em;

}



/* ======== MAIN CONTENT ======== */
div.content {
	width: 64%;
	float: left;
	background-color: #f8f8f8;
	padding: 0em 1em 0em 1em;
	margin: 0px auto;
}

div.content h1 {
        text-align: center;
        font-family: arial, verdana, tahoma, helvetica, arial, sans-serif;
        color: #FF9900;
        font-size: 16px;
        font-weight: bold;
	text-transform: uppercase;
        padding-bottom: 0.1em;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #eee;
        margin-bottom: 0em;
        }

div.content h2 {
        color:#996666;
        font-size: 90%;
        font-weight: bold;
        padding-bottom: 0.3em;
	padding-top: 1em;
}

div.content li {
	color: #333;
	line-height: 1.5em;
	font-size: 14px;
        list-style: none;
}

/* === If you want to align a image on the right === */
img.right {
	padding:0px;
	margin-left:5px;
	margin-bottom:0px;
	margin-top:0px;
	border: 0px solid #333333;
	float:right;
}

/* === If you want to align a image on the left === */
img.left {
	padding:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	border: 0px solid #333333;
	float:left;
}

/* === For all images you want to draw a border === */
img.center {
	padding:0px;
	margin-left:2px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right: 2px;
	border: 0px solid #333333;
}


#texbox {
}


/* ========== FOOTER ========== */
div.footer p{
	width: 35%;
	text-align: right;
	font-size: 11px;
	color: #333;
	border-top: dotted 2px #666;
	padding: 0.5em 0em 0em 0em;
	margin: 2em 10em 0.9em auto;
}

div.footer a {
	color: #666;
	text-decoration: underline;
	}
	
div.footer a:hover {
	color: #000;
	}
