@charset "utf-8";
/* CSS Document */
.style1 {
	color: #FFFFCC
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px auto;
	background-color: #666699;
}

a{ 
font-size:15px;
color: #663333; 
} 
a:hover{ 
font-size:15px;
text-shadow:#999999;
color: #660000; 
}

.menu {
	width: 160px;
	height: 100%;
	float:left;
	text-align:left;
	vertical-align:top;
	background-image:url(image/konohafondmenu.jpg);
	background-color:#CCCCCC;
    border-color: #999999;
	border: 1px dashed;
	}

.adsense {
	width: 121px;
	height: 600px;
	border-style:dotted;
	border:#999966;
	padding:0px;
	}

.contenido {
    width: 565px;
	height: auto;
	margin-top:0px;
	float:left;
	color:#FFFFCC;
	}
.contenido 	p {
	padding-left: 10px;
    }

.publicidad {
    width: 125px;
	height: auto;
	float: right;
	background-color: #CCCCCC;
	}	

	
#contenedor {
    width: 570px;
	height: 100%;
	float: right;
	text-align:center;
	margin: 0px;
	vertical-align:top;
} 	
