body,margin {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	size: 11px;
}
.nov {display: none;}

#cabecera {
	position: relative;
	margin: 0;
	background: white url(images/cabecera.png);
	padding: 0;
	margin: 0;
	width: 739px;
	height: 97px;
}
#cabecera .enlace {
	position: relative;
	width: 200px;
	height: 20px;
	top: 10px;
	left: 100px;
	display: block;
}

/* PIE */
#pie {
	position: relative;
	top: 0px; left: 0px;
	width: 100%;
	background: white;
	text-align: center;
}


#pie #copyright {
	position: absolute;
	top: 0px; left: 0px;
	background: white;
	width: 100%;
	color: white;
	
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-size: 11px;
	padding: 0;
}
#pie #copyright a { color: black; text-decoration: none; }



/* PRINCIPAL */
A {	color: #333333; text-decoration: underline; }
A:link {color: #333333; text-decoration: underline; }
A:visited {color: #333333; text-decoration: underline; }
A:active {color: #333333; }
A:hover {color: #333333; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* Style for Blog content */

#principal {
	position: relative;
	padding: 14px 0 0 14px;
/*	border: 1px solid black;*/
	width: 100%;
}
#sidebox {
	top: 0px;
	left: 0px;
	width: 220px;
	float: left;

	background: white;
	margin: 0;
	padding: 0;

	text-align: center;
/*	border: 1px solid red;*/
}

#content {
	left: 0px;
	top: 0px;

	margin: 0px 10px 10px 15px;
	padding: 0;
/*	border: 1px solid blue;*/
	
}


/* Content box 
---------------------
**********************
*/

/* Content box */
.blog {
	padding: 0px;
}

/* Entry box */
.entry {
	font-size: small;
	font-weight: normal;
	white-space: normal;
	line-height: 150%;
	margin: 0 5px 0 30px;
}

.entry p {
	margin: 8px 0 8px 0;
}

.entry textarea {
	font-family: verdana, arial, sans-serif;
}

.entry blockquote {
	color: #014;
	line-height: 110%;
	margin: 0.5em 1.5em 0.5em 1.5em;
	padding: 0.2em 0.5em;
	border-left: 1px solid #014;
}

.entry pre {
	color: #014;
	font-family: courier new,courier, sans-serif;
	font-size: 12px;
	line-height: 110%;
	margin: 1em 0 1em 2em;
	padding: 0 0.5em;
	border-left: 1px solid #014;
}

.entry ul,ol {
	color: #000;
	font-size: small;
	line-height: 120%;
	margin: 1em 0 1em 3em;
}


.entry img {
	position: relative;
	float: left;
	margin: 12px;
}
.entry .right {
	position: relative;
	float: right;
	margin: 12px;
}

.entry-body {
}

/* date of entry*/
.date {
	position: relative;
	background: #F0F0F0;
	color: #0;
	padding: 0;
	margin-bottom: 10px;
	height: 38px;
}

.day {
	position: absolute;
	left:0; top:0;
	font-family: arial,verdana,georgia, sans-serif;
	font-size: 30px;
	margin: 0px 0px 0 5px;
}
.mes {
	position: absolute;
	top:2px; left: 50px;
	font-family: arial,verdana,georgia, sans-serif;
	font-size: 15px;
	font-weight: bold;
}	

/* title of entry*/
.title {
	color: #000F48;
	font-size: large;
	margin: 0 0.2em 0.1em 0em;
	border-bottom: 1px dotted #000;
}
.title a {
	color: #000F48;
	text-decoration: none;
}
/* Subtitle of entry*/
.subtitle {
	color: #444444;
	font-size: x-small;
	line-height: 110%;
	padding-left: 0.2em;
	margin: 0.1em 0.2em 0 0em;
	border-left: 1em solid #808080;
}

/* category of entry */
.category {
	font-size: 9px;
	line-height: 110%;
	text-align: right;
	margin: 0 0 10px 0;
}

.category .img_cat {
	float: right;
	margin: 10px 0 10px 10px;
}

/* postedtime,comment,trackback information for entry */
.posted {
	font-size: x-small;
	text-align: right;
	margin: 1em 10px 2em 0;
}

/* comment for entry */
.comments-head	{
	font-size: small;
	font-weight: bold;
	line-height: 100%;
	margin: 2em 0.5em 0 0;
	padding-left: 0.2em;
	border-left: 1em solid #000;
	border-bottom: 1px solid #000;
}

/* comment body */
.comments-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.2em;
	border-bottom: 1px dotted #000;
}

/* comment body */
.comments-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.5em;
	border-bottom: 1px solid #000;
}

/* postedtime for comment */
.comments-post {
	font-size: x-small;
	text-align:right;
	margin: 0 0.2em 1em 0;
}

.trackback-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-left: 0em;
	border-bottom: 1px solid #000;
}

.trackback-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.2em;
	border-bottom: 1px dotted #000;
}

.trackback-url {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	padding: 0.5em;
	border: 1px dotted #000;
}

.trackback-post {
	font-size: x-small;
	font-weight: normal;
}

.worning {
    color: #A02;
	font-size: small;
	font-weight: normal;
}


#banner-commentspop {
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

/* footer */
.footer {
	background: #808080;
	color: #fff;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	padding: 0.2em 1em 0.5em 0;
	border-top: 2px solid #000;
}

/* Style for sidebox 
--------------------- */
.sideboxtitle {
	color: black;
	background: white;
	font-size: 10px;
	text-transform: uppercase;
	
	text-align: left;
	padding: 1px 0 1px 4px;
	border-left: 12px solid white;
}

.sidebody {
	background: #F5F5F4;
	font-size:10px;
	font-weight:normal;
	line-height:140%;
	text-align:left;
	margin-bottom: 15px;
	padding: 8px 4px 4px 14px;
}
.sidebody A { color: #333333; text-decoration: underline; }
.sidebody A:visited { color: #555555; text-decoration: underline; }
.sidebody A:hover { color: #555555; }

.calendar {
	background: #F5F5F4;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 15px;
}

.calendar A {
	font-weight:bold;
}
.calendar A:hover {
	font-weight:bold;
	color:red;
}

/* -------------------- */

/* style for category name in category list*/
.category-banner {
	font-family: sans-serif;
	color: black;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 3pt;
	margin-bottom: 10px;
}

.category-banner dt {
	font-size: 22px;
}

.category-banner dd {
	font-size: 25px;
	font-size: medium;
	margin: 0.5em 0 0 0;
	padding-left: 1em;
	border-top: 1px dotted black;
}
.category-banner .catipo {
	color: #555555;
	text-transform: uppercase;
}
