/*eduki-plantillen diseinua-------------------*/
h3 {
	color: #9494b8;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px;
}
h4 {
	color: #9494b8;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px;
	
}
h5 {
	color: #9494b8;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px;
}
h6 {
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.editor{
	text-align: left;
}

.img01 {
	float: right;
	margin: 0px 0px 5px 0px;
	text-align: right;
	vertical-align: text-bottom;
	background: #9494b8;
	padding: 2px;
	color: #ffffff;
}
.img01 img {
	border: 1px solid #9494b8;
/*	height: 150px;*/
	width: 200px;
}
.img02 {
	float: right;
	clear: right;
	margin: 10px 0px 15px 5px;
	background: #9494b8;
	padding: 2px;
	color: #ffffff;
	position: relative;
/*	width: 150px;
	height: 300px;*/
}
.img02 img{
	border: 1px solid #9494b8;
	width: 200px;
	position: relative;
}
.img03 {
	float: right;
	clear: right;
	margin: 10px 0px 15px 5px;
	background: #9494b8;
	padding: 2px;
	color: #ffffff;
	position: relative;
}
.img03 img {
	border: 1px solid #9494b8;
	width: 200px;
	position: relative;
}
.img_txiki {
/*	float: left;*/
	border-top: 1px solid #e5e2f3;
	border-right: none;
	border-bottom: none;
	border-left: none;
/*	width: 300px;*/
	margin: 5px 0px;
	padding-bottom: 10px;
	background: #ffffff;
}
.img_txiki img {
	border: 2px solid #9494b8;
	width: 115px;
	margin: 10px 4px 0px 4px;
}
/*editorearen taulak makeatzeko*/

#seccion table{
/*width hauek kendu genitzazke eta erabiltzailearen eskutan utzi*/
	max-width: 55%;
	_width: 55%;
	border: solid 1px #9494b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#seccion table td{
	border: solid 1px #9494b8;
}

/*editorearen linkak makeatzeko */

#seccion a{
	text-decoration: none;
	color: #6666ff;
}	
#seccion a:hover{
	color: #ffcc00;
}


/*honaino----------*/
.erantsiak {
	width: auto;
	background: #e5e2f3;
	list-style-type: square;
	list-style-position: inside;
	padding: 5px;
	color: #9494b8;
	margin: 5px 0 0 1px;

}
#seccion .erantsiak a {
	text-decoration: none;
	color: #000000;
}
.erantsiak li, .estekak li {
	margin-left: 0px;
}
.estekak {
	list-style: none;
	border-bottom: 1px solid #ffcc00;
	border-top: 1px solid #ffcc00;
	padding: 5px 0 5px 0;
	width: auto;
	list-style-position:inside;
	margin: 5px 0 0 0;
}

.erantsiak, .estekak{
	text-align: left;
}

#seccion .estekak a {
	text-decoration: none;
	color: #333366;
}
#seccion .estekak a:hover, #seccion .erantsiak a:hover {
	color: #9494b8;
}

hr{
	border: 0;
	color: #c0d0dd;
	background-color: #c0d0dd;
	height: 1px;
	margin-left: 0;
}
