/* At-Rules */
@charset "iso-8859-1";

body {
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Georgia, Palatino, "Trebuchet MS", serif; 
	font-size: small; 
	}

a, a:link, a:visited {
	color: #000000; 
	/* text-decoration: none; */
	/* border-bottom: 1px dotted #333; */
	margin: 0px;
	padding: 0px;
	}

a:hover { 
	color: #808080; 
	/* text-decoration: underline; */
	border: 0px;
	}

small {
	font-size: x-small
	}
	
.logo { 
	left: 16px; 
	position: absolute; 
	width: 480px; 
	height: 102px;
	}
	
input {
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 11px; 
   	background-color: #FFFFFF; 
   	border: 2px #000000 solid; 
   	color: #000000; 
   	font-weight: bold;
	}

textarea {
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 11px; 
   border: 2px #000000 solid; 
   background-color: #FFFFFF;
	}

form {
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 11px; 
   	border: none;
	}

.contents {
	top: 125px; 
	left: 20px; 
	position: absolute; 
	width: 480px;
	line-height: 140%;	
	}

.menu {
	font-size: x-small; 
   	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	line-height: 20px;
	padding:2px;	   	
	left: 540px; 
	position: absolute; 
	width: 160px;    
	border-bottom: 1px dotted #000000; 
	padding-bottom: 1px;
	}

.menu h2 {
	color: #000000; 
	font-family: Georgia, Palatino, "Trebuchet MS", serif; 	
	font-weight: bold; 
	font-size: x-small;  
	margin: 0px;	
	padding-top: 10px;   
	padding-bottom: 10px;   
	border-top: 1px dotted #000000;
	text-transform:uppercase;	
	}

#pintura {
	font-weight: normal; 
	font-size: x-small;   
	margin: 0px;
	padding-top: 20px;   
	padding-bottom: 20px;   
	}

h1 {
	text-align: center;
	}

h2 {
	font-size: medium;
	}

.contents h2 {
	font-size: small; 
	margin: 0px; 
	margin-bottom: 5px; 
	margin-top: 25px; 
	border-top: 1px dotted #000000;
	}

h3.comment {
	font-size: small; 
	margin-bottom: 10px;
	}
	
h3.comment a, 
h3.comment a:link, 
h3.comment a:visited {
	color: #000000; 
	/* text-decoration: none; */
	/* border-bottom: 1px dotted #333; */
	margin: 0px;
	padding: 0px;
	}
	
.contents h5 {
	color: #000000; 
	font-size: large; 
	margin-bottom: 15px; 
	padding: 5px; 
	margin-top: 15px; 
	border-top: 1px dotted #000000;
	}

h3.item {
	font-size: medium; 
	margin: 0px; 
	margin-bottom: 5px; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 15px; 
	}

.itembody {
 	background-color: #CCCCFF; 
 	margin-bottom: 0px; 
 	margin-top: 0px; 
 	padding-bottom: 10px; 
 	padding-left: 10px; 
 	padding-right: 10px; 
 	padding-top: 10px;
 	}

.iteminfo {
	background-color: #CCCCFF; 
	font-size: x-small; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px;
	}

.commentbody {
	background-color: #CCCCFF; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px;
	}

.commentinfo {
	font-size: x-small; 
	color: #000000; 
	background-color: #CCCCFF; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px;
	} 
	
.leftbox, .rightbox {
	margin: 3px;   
	padding: 3px;   
	font-size: large;   
	width: 20%;
	}

.leftbox {
	float: left;
	}

.rightbox {
	float: right;
	}

img {
   	border: 2px #C0C0C0 solid; 
	}

.skip {
	display: none;
	}

ul.nobullets {
	list-style: none;   
	margin: 0px;   
	padding-left: 0px;
	padding-top: 10px;   
	padding-bottom: 15px; 
	}

.highlight {
	background-color: #00FF00; 
	}

.blogrollmain b {
	font-weight: bold;
	}

