body{
	background:#ffde00 url(./images/background.png) no-repeat;
	background-position:top right;
	text-align:center;
	margin:0;
	height:100%;
	padding:0;
	font-family:sans-serif;
	color:#FFFFFF;
}

a img{
	border:0;
}

/* CONTENEDOR */

#contenedor{
	margin:0 auto;
	width:800px;
	text-align:center;
}

#cabecera{
	margin:0 auto;
	background:url(./images/cabecera.png) no-repeat;
	background-position:center top;
	width:800px;
	height:200px;
}

/* Menu */

#menu{
	height:36px;
	width:775px;
	background:url(./images/menu.jpg) repeat-x;
	margin-left:10px;
	margin-right:10px;
	border:3px solid #ffcc00;
	text-align:center;
}

#menu ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:650px;
}

#menu ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:120px;
}

#menu ul li a:link, #menu ul li a:visited{
	display:block;
	background:#000000 url(./images/menu-btn.jpg);
	height:36px;
	margin:0;
	font-size:10pt;
	font-family:"Trebuchet MS", sans-serif;
	color:#ffffff;
	text-decoration:none;
	line-height:36px;
	margin-bottom:5px;
	margin-left:10px;
	border-left:1px solid #101010;
	border-right:1px solid #101010;
}

#menu ul li a:hover{
	display:block;
	background:#000000 url(./images/menu-hover.jpg);
	height:36px;
	margin:0;
	font-size:10pt;
	font-family:"Trebuchet MS", sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	line-height:36px;
	margin-bottom:5px;
	margin-left:10px;
	border-left:1px solid #0099cc;
	border-right:1px solid #0099cc;
}

#menu ul li a:active{
	display:block;
	background:#000000 url(./images/menu-active.jpg);
	height:36px;
	margin:0;
	font-size:10pt;
	font-family:"Trebuchet MS", sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	line-height:36px;
	margin-bottom:5px;
	margin-left:10px;
	border-left:1px solid #101010;
	border-right:1px solid #101010;
}

#menu ul li a:active, #menu ul li a:focus {
	outline:0;
}

/* BLOQUE */

#bloque{
	margin:0 auto;
	width:800px;
	padding-bottom:20px;
}

/* Posts */

.central{
	margin:0 auto;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:775px;
	border:3px solid #ffcb01;
	background:#FFFFFF;
	text-align:justify;
	color:#000000;
	font-family:sans-serif;
	font-size:10pt;
}

.central h4, .central h4 a:link, .central h4 a:visited{
	font-family:"Trebuchet MS", sans-serif;
	font-size:14pt;
	background:#101010 url(./images/h4.gif) repeat-x;
	color:#FFFFFF;
	border-top:#2a2a2a 1px solid;
	border-bottom:#000000 1px solid;
	text-decoration:none;
	margin:0;
	padding-left:10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.central h4 a:hover{
	text-decoration:underline;
}

.central p{
	margin-left:20px;
	margin-right:20px;
}

.pie-post{
	width:100%;
	background:#ebeaea url(./images/pie-post.gif) repeat-x;
	border-top:1px solid #888888;
	border-bottom:1px solid #FFFFFF;
	color:#464646;
	margin:0;
	padding:0;
}

.pie-post a:link, .pie-post a:visited{
	color:#101010;
	background:transparent;
}

.pie-post a:hover{
	color:#FFFFFF;
	background:#101010;
}

/* Footer */

#footer{
	background: url(./images/footer.jpg);
	margin:0 auto;
	height:20px;
	width:100%;
	line-height:20px;
	color:#fafafa;
	font-family:"Trebuchet MS", sans-serif;
	font-size:9pt;
	text-align:center;
}

#footer a:link, #footer a:visited{
	color:#fafafa;
}

#footer a:hover{
	text-decoration:none;
}