/*--------------------------------------------------
   Styling Calendario
---------------------------------------------------*/
table.calendar {
                text-align: center;
                margin: auto;
				width: 150px;
}


table.calendar caption {
    text-align: center;
    margin: auto;
}

/*table.calendar td {text-align:center;}
td.days {color:gray;}
*/
a.linkdays:link {text-decoration: underline;}
a.linkdays:visited {text-decoration: underline;}
td.today{color:blue;}

		body {
			background: url(images/bg.gif);
			font-family: Verdana,Times,Times New Roman,sans-serif; 
			font-size: small; 
			text-align: center; 
			color: #333; 
			line-height: 1.3; 
			padding: 0;
			margin: 0;
		}

		#container {
			width: 640px;
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px 5px 5px 5px;
			background-color: white;
			text-align: left;
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner {
			/*padding: 5px;*/
			/*margin-bottom: 0;
			margin-top:0;
                        text-align: left;*/
			position: relative;
			top:5px;
			background-color: #000;
			background: url(images/blog_darsvol.jpg) no-repeat;
			height: 167px;
			width: 640px;
			margin: auto;
		}

		a#imagen { 
		display:block; 
		position:relative; 
		height: 167px;
        width: 640px;
		border-bottom: none;
}


		#content {
			padding: 5px;
			margin-right: 210px;
		}

		#sidebar-a {
			float: right;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			margin: 0;
			margin-left: 0;
			padding: 5px;
			font: x-small verdana, 'Lucida Grande','Lucida Sans Unicode',arial,sans-serif;
			line-height: 1.2;
		}

		#footer {
			clear: both;
			background: url(images/bg_header.gif);
		}

		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {

			/*font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;*/
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{
			text-align: center;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;

		}


		#content h2 {
			font-weight: bold;
			font-variant: small-caps;
			font-size: 165%;
			color: black;
			line-height: 1.25;
		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 50%;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px Verdana, times new roman, serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        padding: 0;
			border-bottom: 1px solid #333;
		}
		

		a:visited, a:link {
			color: #333;
			text-decoration: none;
			border-bottom: 1px dotted #333;
		}

		a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
              
        h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		
				/* begin nucleus stuff */
		
		.highlight {
			background-color: yellow;
		}
		
		img {
			border: none;
		}

		.skip {
			display: none;
		}

		ul.nobullets {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		/* end nucleus stuff */
		
		/* begin forms */
		
		.formbutton {
			margin: 5px;
			color: black;
			font-family: Verdana,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.formfield {
			padding: 2px;
			color: black;
			font-size: small;
			font-family: Verdana,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.searchform {
			text-align: center;
		}
		
		.commentform {
			padding: 10px;
		}
		
		/* end forms */
		
		/* begin comments */
		
		.commentheader {
			font-weight: bold;
		}
		
		.comment {
			padding: 10px;
		}
			
		.commentbody {
			font-size: normal;
		}
			
		.commentinfo {
			font-size: 85%; /* doesn't seem to work */
		}
		
		/* end comments */

.leftbox {
        float: left;
        border-right: 0px solid #ccc;
	padding-right: 15px;
}
.rightbox {
        float: right;
        border-left: 0px solid #ccc;
	padding-left: 15px;
}
.pageswitch{
        text-align:right;
        font-weight:bold;
}
#pie{
	width: 640px;
	/*margin: auto;*/
	/*margin-top:1cm;
	margin-bottom:1cm;*/
	padding-top:10px;
	padding-bottom:10px;
    margin: 0px;
	/*padding: 20px 0 0 0;*/
	background: url(images/bg_header.gif);
}
.pie-i
{
        padding:10px;
        margin: 0px;
}
.pie-i p
{
        padding: 0;
        margin: 0;
}
/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #F7F7F7;
	/*background: url(images/logo_blog_s.gif) no-repeat;*/
	background-position: center left;
}
#credits a:link, #credits a:visited{
	color: #CFE6FD;
}
#credits a:hover, #credits a:active{
	color: white;
}



#footer {
        font-size: 10px;
        text-align: center;
        color: #F7F7F7;
        margin: 0 auto;
        width: 640px;
        padding-top:10px;
        padding-bottom:10px;
        clear: both;
        background: url(images/bg_footer.gif);
        }

.footer-i p {
        padding: 0;
        margin: 0;
        }

.footer-i
{
        padding:0px;
        margin: 0px;
        margin-left: 40px;
        font-size:0.9em;
        font-color:white;
}

#footer a:link, #footer a:visited{
        color: #CFE6FD;
}
#footer a:hover, #footer a:active{
        color: white;
}


