body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: center;
}

img {
   border: 0;
}

a, a:link, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.clear { clear: both; height: 1px; }

h1 {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
}

#container {
    width: 750px;
    background-color: #fff;
    margin: auto;
    text-align: left;
}

#header {
    height: 95px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
	margin-top: 20px;
	position: relative;
}

#headerright {
	position: absolute;
	right: 5px;
	top: 3px;
}

#footer {
	margin: 40px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	color: #777777;
	clear: both;
	background-color: #fff;
	line-height: 150%;
	border-top: 1px solid #cccccc;

}


label {
	display: block;
	width: 150px;
	font-weight: bold;
	clear: none;
	margin-top: 5px;
}

.config {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 5px 10px 5px;
	background-color: #f6f6f6;
	margin: 25px 0px;
}

.edit {
	float: left;
	width: 380px;
}

.preview {
	margin: 0px 0px;
	width: 350px;
	text-align: center;
	float: right;
    border-left: 1px solid #c6c6c6;
}

.edit h3 {
	margin: 10px 0px 10px 0px;
	font-size: 1.2em;
}

.edit textarea {
	width: 350px;
}

.preview h3 {
	margin: 10px 0px 30px 0px;
	font-size: 1.2em;
}

.tags {
	margin: 0 auto;
	text-align: center;
	font-size: 1.02em;
	background:#F5F5F5 none repeat scroll 0%;
	border:1px solid #EEEEEE;
	padding:15px;
	color: #c6c6c6;
	line-height: 145%;
}

.tags a {
	color: #0063DC;
}

.cfgwidget {
	margin: 20px auto;
	text-align: center;
	font-size: 1.2em;
}

.content {
}

.item {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #d6d6d6;
}

.item p {
	margin: 0px;
	padding: 0px;
	line-height: 125%;
}

.item.odd {
	background-color: #f6f6f6;
}

.paginacion {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.cfgtable {
	width: 380px;
}

.content .left {
	width: 500px;
	float: left;
}

.left h1 {
	text-align: left;
}

.content .right {
	width: 250px;
	float: right;
	text-align: center;
}

p.copypaste {
	color: #f00;
	font-weight: bold;
	margin: 10px 0px;
	}
