/* Reset
/**********************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}
ol, ul {
     list-style: none;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}
blockquote, q {
     quotes: "" "";
}
input, textarea {
     margin: 0;
     padding: 0;
}
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}
img {
	border: 0;
}
a {
	color: #FF3291;
	text-decoration: none;
}
a:hover {
	color: #FF3291;
	text-decoration: underline;
}
h1, .title {
	font-family: Georgia;
	font-size: 32px;
	color: #FF3291;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana;
	font-size: 26px;
	color: #CB0161;
	margin-bottom: 10px;
}
li {
	font-family: Verdana;
	font-size: 14px;
	color: #FF3291;
	margin-left: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}
a.link-item {
	color: #CB0161;
	text-decoration: none;
}
a.link-item:hover {
	color: #CB0161;
	text-decoration: underline;
}
p {
	margin: 15px 0 15px 0;
}
.bold, .Bold {
	font-weight: bold;
}
/**********************************************************************/



/* Layout
/**********************************************************************/
body {
	background-color: #FF71B5;
}
#header {
	height: 173px;
	background-image: url(../images/headerback2.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
#container {
	overflow: hidden;
	background: #FAB5D4;
}
#content {
	overflow: hidden;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	height: 151px;
	background-image: url(../images/footerback.gif);
	background-color: #FF71B5;
	background-repeat: repeat-x;
	background-position: top center;
}
#col-left {
	overflow: hidden;
	float: left;
	width: 480px;
}
#col-right {
	overflow: hidden;
	float: right;
	width: 330px;
	margin-top: 20px;
}
.post {
	overflow: hidden;
	width: 480px;
}
.entry {
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	text-align: justify;
}
#content-footer {
	overflow: hidden;
	width: 900px;
}
#logo {
	float: left;
}
#text-footer {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding-top: 49px;
}
/**********************************************************************/



/* Nifty
/**********************************************************************/
.ctop, .cbottom {
	display:block;
}
.ctop *, .cbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFF;
}
.cmiddle {
	overflow: hidden;
	padding: 10px 25px;
	background: #FFF;
	text-align: left;
	width: 848px;
}
.c1{
	margin: 0 5px;
}
.c2{
	margin: 0 3px;
}
.c3{
	margin: 0 2px;
}
.c4{
	margin: 0 1px;
	height: 2px;
}

/* nifty: categoria */
.ttop, .tbottom {
	display:block;
}
.ttop *, .tbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F999C5;
}
.tmiddle {
	overflow: hidden;
	padding: 5px 10px;
	background: #F999C5;
	text-align: left;
}
.t1{
	margin: 0 5px;
}
.t2{
	margin: 0 3px;
}
.t3{
	margin: 0 2px;
}
.t4{
	margin: 0 1px;
	height: 2px;
}
/**********************************************************************/