/*
Design by F-X
http://www.fx.com.es
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/body-bg.gif) repeat-x 0 0 #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 778px;/*width: 960px;*/
	height: 29px;
	margin: 0 auto;
	padding: 5px 10px 0;
}

#menu ul {
	height: 29px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 29px;
}

#menu a {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	height: 23px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	height: 23px;
	background-color: #7fb300;
}

#menu a.active {
	height: 23px;
	background-color: #7fb300;
}

#menu .current_page_item a {
	height: 23px;
	background-color:#7fb300;
}

/* Admin Menu */

#adminmenu {
	height: 29px;
	margin: 0 auto;
	padding: 5px 10px 0;
	border-bottom: 2px solid #3F3F3F;
}

#adminmenu a {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	height: 23px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #52656C;	
	text-decoration: none;
}

#adminmenu a:hover {
	height: 23px;
	color: #000000;
	background-color: #B0EBFE;
}

#adminmenu a.active {
	height: 23px;
	color: #000000;
	background-color: #B0EBFE;
}

/* Logo */

#logo {
	width: 778px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 2px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	font-size: 3em;
	display: none;
}

#logo img {
	float: left;
	padding-top: 30px;
	border: 0px;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	color: #7fb300;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: right;
	width: 550px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.error {
	color: red;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Formulario sidebar */

.formulario {
	padding: 20px;
}

.texto {
	width: 150px;
	height: 20px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.area {
	width: 250px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.boton {
	color: #FFFFFF;
	height: 24px;
	font-size: 92%;
	font-weight: bold;
	border: 0px;
	padding: 2px 3px 2px 3px;
	text-transform: uppercase;
	background: #000000 url(images/black-bg.gif);
}

/* Footer */

#footer {
	background: url(images/footer-bg.gif) repeat-x 0 0;
	height: 107px;
	padding: 0 17px;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	clear: both;
}

#footercontent {
	width: 778px;
	height: 107px;
	margin: 0 auto;
}

#footercontent img {
	margin: 30px 0 28px;
	float: left;
}

#footercontent a {	
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footercontent a:hover {
	text-decoration: none;
}

#footercontent p.copy {
	margin: 30px 0 28px;
	float: right;
	text-align: right;
}