/* Estilos generales para el cuerpo de todas las páginas */


body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	cursor:default;
        background: #fff url("http://www.e-shell.org/img/wu/wu_elg.png") no-repeat fixed top right ;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: transparent;
}
#header {
	width:100%;
	padding-top:15px;
        background: transparent;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#cc0000;
	background-color:transparent;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:transparent;
}
h3 {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;
	padding:5px;
	margin-top:5px;
}

#left {
	float:left;
	width:250px;
	background-color:transparent;
	color:black;
}

#main {
	margin					: 5px 5px 5px 260px;
	padding					: 15px;
	border-left				: 1px solid silver;
}
p {
	color:black;
	background-color:transparent;
	line-height:20px;
	padding:5px;
}
a {
	color:#cc0000;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	background-color:transparent;
	text-decoration:underline;
}

a img {
        border: 0px;
}

#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.right {
	color:gray;
	background-color:transparent;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:gray;
	background-color:transparent;
	float:left;
	font-size:100%;
	margin-top:5px;
}

pre{
/*
	border:1px dashed black;
	background-color: #F8F8F8;
	padding: 10px 5px 10px 5px;
	font-size:90%;
	font-style: italic;
	color: #000000;
 	overflow: auto;
*/

	width: 95%;
	overflow: auto;
	font-size: 1.0em;
	line-height: 1.5em;
	background: #222;
	padding: 10px;
	-moz-border-radius: .6em;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #ccc;

}

/* Style for sidebox */

#sidebox {
	background: #FFFFFF;
	margin-top: 15px;
	margin-right: 10px;
	text-align: center;
	width: 250px;
}

.sideboxtitle {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;
	padding:5px;
	margin-top:5px;
}

.sidebody {
	background:#FFFFFF;
        border-left: 4px solid #cc0000;
	line-height:140%;
	margin-bottom: 15px;
	padding: 1em 0.1em 1em 1.5em;
}


/* Entry box */
.entry {
	line-height: 150%;
	margin: 0 0.5em 0 3.7em;
}

.entry p {
	margin: 0em;
}

/* date of entry*/
.date {
	background: #cc0000;
	color: #FFF;
	line-height: 110%;
	padding: 3px 0;
	margin-bottom: 10px;
}

.day {
	float: left;
	font-size: xx-large;
	line-height: 100%;
	letter-spacing: 0.02em;
	margin-left: 4pt;
	margin-right: 3pt;
	padding-right: 3pt;
	border-right: 4px solid #FFF;

}


/* title of entry*/
.title {
	font-size: large;
	margin: 0 0.2em 0.1em 0em;
	border-bottom: 1px dotted #000;
}

/* Subtitle of entry*/
.subtitle {
	color: #<dtml-var color3 missing="808080">;
	font-size: x-small;
	line-height: 110%;
	padding-left: 0.2em;
	margin: 0.1em 0.2em 0 0em;
}

/* category of entry */
.category {
	font-size: x-small;
	line-height: 110%;
	text-align:left;
	margin: 0 0 2em 0;
}

/* 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;
}

#breadcrums {
        font-size: x-small;
	font-weight: normal;
        margin-top: -10px;
        margin-left: -10px;
        margin-bottom: 10px;
}

.img_wiki_left {
        float: left;
}
