* {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	border:0;
}
body {
	margin:0px;
	background-image:url('image/bkg-pattern.png');
	font-size: 11px;
}
#background {
	background-image:url('image/bkg-shadow.png');
	background-position:top;
	background-repeat: no-repeat;
}
#border {
	background: #F7F7F7;
	width:792px;
	margin: 0px auto;
	height:100%
}
#header {
	height:180px;
	background-color:#343939;
}
#logo {
	float:left;
	clear:both;
}

#menu {
	float:right;
	color:#535353;
	font-size:12px;
}
#menu ul {
	margin: 10px;
}

#menu ul li {
	list-style: none inside;
	text-transform:lowercase;
	text-align:right;
	font-weight:bold;
}
/*
#menu ul li {
	float:left;
	list-style: url('image/menu/spacer.png') inside;
	padding-right: 10px;
	text-transform:uppercase;
	font-weight:bold;
}
*/
#menu ul li a {
	text-decoration:none;
	color:#FF9436;
}
#menu ul li a:hover {
	color:#FFAF6A;
}
#footer {
	font-size: 11px;
	color: #7B869A;
	text-align:center;
	vertical-align:top;
	height:40px;
	padding-bottom: 10px;
	margin: 0px 10px;
}

#footer hr {
	width:80%;
	color:#CCCCCC;
	border-bottom:#FFFFFF solid 1px;

}

#footer a {
	color: #5C6678;
	text-decoration: none;
}

#footer a:hover {
	color: #1C5679;
}

#footer #right {
	text-align:center;
	vertical-align:text-top;
	float: right;
	width:20%;
}
#content {
	background-color:#F7F7F7;
	margin:10px;
}

#content-border {
	background-color:#FFFFFF;
	padding:0px 5px;
	border:#CCCCCC solid 1px;
}

.text {
	background-color:#F7F7F7;
	padding:10px;
	border:#CCCCCC solid 1px;
	margin: 5px 0px;
}
.text h3,h4 {
	margin:0px;
	padding:0px;
}
.text h3 {
	padding: 5px 20px 5px 20px;
	font-size:14px;
	color:#6C3300;
}
.text h4 {
	font-size:10px;
	color:#000033;
	padding-bottom:5px;
}
.text a {
	color:#6C3300;
	text-decoration:none;
}
.text a:hover {
	color:#FF922F;
}
.text .post {
	vertical-align: top;
	text-align:justify;
	min-height:300px;
}
.text .avatar {
	clear:both;
	padding: 0px 5px 5px 0px;
	float:left;
	display:block;
}
.text .edit {
	background: #E7EAEF;
	padding: 5px;
	color: #333;
	font-size: 10px;
	border: 1px solid #C5C7CD;
	margin: 10px;
	text-align:left;
}
.text .footer {
	color:#666666;
	text-align:center;
	padding: 5px 10px;
}

#loading-layer {
	width:220px;
	height:28px;
	padding:18px 10px 10px 10px;
	text-align:center;
	color: #000;
	border: 1px solid;
	border-color:#CCC #666 #666 #CCC;
	background-color: #FFFFFF;
}
#loading-layer-text {
	font-weight: bold;
}
.error {
	background: #F2DDDD;
	border: 1px solid #992A2A;
	margin: 10px;
	padding: 0;
	text-align:left;

}

.error h4 {
	background: #E3C0C0;
	border-bottom: 	1px solid #992A2A;
	color: #992A2A;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

.error p {
	background: transparent;
	border: 0;
	margin: 0;
	color: #992A2A;
	padding: 8px;
}

.error div {
	background: transparent;
	border: 0;
	color: #992A2A;
	margin: 0;
	padding-right: 16px;
	padding-left: 16px;
	color:#5C6678;
}



#multipagina {
	vertical-align: top;
	text-align: center;
	color: #5C6678;
	margin: 10px;
}

#multipagina a {
	color: #3B5D5F;
	text-decoration: none;
}

#multipagina a:hover {
	font-weight: bold;
}

.google-search {
	font-size:10px;
	text-align:center;
	background:#ffffff;
}
.google-search input {
	border: #999999 1px solid;
}
.google-search input .noborder {
	border: #ffffff 0px solid;
}
.google-adsense {
	text-align:center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

