/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/



body {
	
	margin-bottom: 50px;
	background: #2c0462;
	font: normal 12.5px Arial;
	color: #OOOOOO;
}

h1, h2, h3 {
	color: #000000;
}

h1 { font-size: 2.3em; } 
h2 { font-size: 1.8em;}
h3 { font-size: 1.4em; }



p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul, ol {
	margin: 5px 5px;
	padding: 0 5px;	
}

a {
	color: #003366;
	}

a:hover {
	text-decoration: underline;
	color: #CC6600; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

img {
	border: #3B3B3B;
}

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

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

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #dbedf0 	;
	text-transform: uppercase;
	font: bold .77em Arial;
	color: #000000;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #B0C9E1;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Arial;
	background: #dbedf0  	;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 956px;
	height: 150px;
	margin: 0 auto;
	background: #330066 url(images/Autoayuda-eft-logo.jpg) ;


}

#header h1, #header h2 {
	text-transform: upercase;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 0px 0 0 0px;
	letter-spacing: -3px;
	font-size: 28px;
	color: #330066;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
	
}

#header a {
	text-decoration: none;
	color: #000066;
}

/* Page */

#page {
	width: 956px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 0px solid #551A8B;
}

#content {
	float: left;
	width: 768px;
	padding-right: 1px;
	background-color: #ffffff;
	
}

#sidebar {
	float: right;
	width: 181px;
	padding-left: 5px;
	background-color: #ffffff;
	border-color: #cccccc;
	
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: underline;
	color: #003366;
	font: bold Arial;
}

#menu a:hover {
	background: #CCCCCC;
	color: #003366;
}

#menu .active a {
	background: #d5d573;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
	
}

/* Footer */


#footer {
display: block;
height: 30px;
	clear: both;
	width: 928px;
	margin: 0 auto;
		padding: 5px 15px;
background: #dbedf0;
		font-size: .77em;
	color: #003366;
	

	
	
}

#legal {
	float: right;
}

#links {
	float: left;
	color: #FFFFFF;
}

