/*
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: #796C5C;
	font: normal 14px 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: #796C5C; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

img {
	border: 1px solid #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: 800px;
	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: 90px 0 0 40px;
	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: 800px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 20px solid #551A8B;
}

#content {
	
	width: 800px;
	padding-right: 1px;
	background-color: #ffffff;
}




/* 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 {
	width: 774px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #461B7E ;
	font-size: .77em;
	color: #ffffff;
}

#legal {
	float: right;
}

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

