/* Designed by Makiel Group */

*{ margin: 0; padding: 0;}

body{
	background: #e7e7e7 url(images/bg_body.png) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

div#page{
	width: 800px;
	background: url(images/bg_page.png) repeat-y top left;
	margin: 0 auto;
	}

div#header_top{
	width: 800px;
	height: 11px;
	background: url(images/bg_header_top.jpg) no-repeat top left;
	}

div#header{
	width: 760px;
	height: 149px;
	background: url(images/bg_header.png) repeat-x top left;
	margin: 0 auto;
	}
h1{
	width: 240px;
	height: 131px;
	padding: 10px 0 0 10px;
	float: left;
}
h1 a{
	display: block;
	width: 240px;
	height: 131px;
	background: url(images/logo.png) no-repeat top left;
	}h1 span{ display: none;}
	
div#banner{
	width: 510px;
	height: 149px;
	background: url(images/bg_banner.png) no-repeat top left;
	float: left;
}

div#banner form{
	padding-top: 5px;
}

div#banner input{
	background: none;
	font-size: 11px;
	color: #666;
	border: none;
}

div#banner input#user_login{
	margin-left: 192px;
	width: 100px;
}

div#banner input#user_pass{
	margin-left: 47px;
	width: 98px;
}

div#banner input#wp-submit{
	margin-left: 4px;
	width: 50px;
	cursor: pointer;
}

ul#menu{
	width: 763px;
	height: 55px;
	background: url(images/bg_menu.png) repeat-x top left;
	list-style: none;
	padding: 0 18px 0 19px;
	clear: both;
	}
ul#menu li{
	height: 55px;
	float: left;
	background-image: url(images/botonera_top.jpg);
	}ul#menu li a{ background-image: url(images/botonera_top.jpg); display: block; height: 55px;}

/*ul#menu li#inicio{ background-position: 0 bottom; width: 56px;}*/
ul#menu li#inicio a{ background-position: 0 center; width: 56px;}
ul#menu li#inicio a:hover{ background-position: 0 top; width: 56px;}
/*ul#menu li#about{ background-position: -56px bottom; width: 167px;}*/
ul#menu li#about a{ background-position: -56px center; width: 167px;}
ul#menu li#about a:hover{ background-position: -56px top; width: 167px;}
/*ul#menu li#participa{ background-position: -223px bottom; width: 84px;}*/
ul#menu li#participa a{ background-position: -223px center; width: 84px;}
ul#menu li#participa a:hover{ background-position: -223px top; width: 84px;}
/*ul#menu li#contacto{ background-position: -307px bottom; width: 81px;}*/
ul#menu li#contacto a{ background-position: -307px center; width: 81px;}
ul#menu li#contacto a:hover{ background-position: -307px top; width: 81px;}
ul#menu li#separador{ background-position: 0 0; width: 2px;}
ul#menu li#buscador{ background: url(images/menu_separador.png) no-repeat top left; float: right;}
form#searchform{
	width: 220px;
	height: 47px;
	background: url(images/menu_separador.png) no-repeat top right;
	padding: 8px 0 0 13px;
	}
	
form#searchform label{
	padding-right: 5px;
	}

div#content{
	width: 730px;
	min-height: 400px;
	margin-left: 20px;
	padding: 10px 15px 10px 15px;
	}

div#publicidad{
	width: 200px;
	margin-left: 10px;
	float: right;
	}

div#publicidad div#aviso{
	width: 200px;
	height: 400px;
	border: 1px solid #666;
	background: url(publicidad/200x400.jpg) no-repeat top left;
}

div#content h2{
	margin-bottom: 4px;
	}

div#content p{
	padding: 4px 0;
	line-height: 18px;
	}

div#content ul{
	margin-left: 15px;
	list-style: circle;
	}

div#content ul li{
	margin-bottom: 5px;
	}

textarea#comment{
	width: 500px;
}
	
div#footer{
	width: 740px;
	height: 55px;
	background: url(images/bg_footer.png) no-repeat top left;
	margin: 0 auto;
	padding: 0 30px;
	padding-top: 80px;
	text-align: center;
	font-size: 10px;
	clear: both;
	}

.invis{ display: none;}