/* ---------------------------------
GENERIC STYLE
--------------------------------- */

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

a:link {
	color: #FFCCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

a:visited {
	color: #FFCCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

input,textarea {
}

ul {
}

li {
}

blockquote {
}

/* ---------------------------------
BLOG STYLE
--------------------------------- */

#box {   
} 

#header {
} 

#menu {
	float: right;
	width: 175px;
} 

#boxblog {
	float: left;
	width: 700px;
}

/* ---------------------------------
HEADER CONTENT STYLE
--------------------------------- */

#blogtitle {
}

#blogtitle a:link, #blogtitle a:visited {
}

#blogtitle a:hover, #blogtitle a:active  {
}

#blogdescription {
}


/* ---------------------------------
MENU STYLE
--------------------------------- */


.boxmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: left;
	background-image: url(http://www.cdronline.es/imagenes/MenuCenter.png);
	padding-right: 10px;
	padding-left: 10px;
}

.voicemenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-color: #FFF;
	border-top-style: solid;
}


/* ---------------------------------
POST STYLE
--------------------------------- */


.divlog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.titlepost {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	background-image: url(http://www.cdronline.es/imagenes/BlogContent1.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}

.datepost {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #D45151;
	text-align: right;
	background-image: url(http://www.cdronline.es/imagenes/BlogFecha.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	margin-right: 20px;
	height: 20px;
	vertical-align: middle;
}

.titolinilog {
	background-image: url(http://www.cdronline.es/imagenes/BlogContent3.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	height: 31px;
}

.boxblog {
	text-align: justify;
	background-image: url(http://www.cdronline.es/imagenes/BlogContent2.png);
	padding: 10px;
}
#MenuUP {
	background-image: url(http://www.cdronline.es/imagenes/MenuUp.png);
}
#MenuDown {
	background-image: url(http://www.cdronline.es/imagenes/MenuDown.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#MenuEspacioArriba {
	height: 20px;
}
<MainOrArchivePage> 
   span.fullpost {display:none;}
</MainOrArchivePage>

<ItemPage> 
   span.fullpost {display:inline;} 
</ItemPage>