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

#seccion p{
/*	float: right;
	width: 285px;
	text-align: left;*/
}
#seccion{
/*	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: both;
	margin: 10px 0px 15px 0px;
	background: #9494b8;
	padding: 2px;
	color: #ffffff;
	position: relative;
/*	width: 150px;
	height: 300px;*/
}
.img02 img{
	border: 1px solid #9494b8;
	width: 200px;
	position: relative;
}
.img03 {
	float: left;
	clear: left;
	margin: 0px 15px 15px 0px;
	display: none;
}
.img03 img {
	border: 1px solid #c0d0dd;
	width: 200px;
}
.img_txiki {
	float: left;
	border-top: 2px solid #c0d0dd;
	border-right: none;
	border-bottom: 2px solid #c0d0dd;
	border-left: none;
	width: 200px;
	margin-right: 15px;
	padding-bottom: 10px;

	
}
.img_txiki img {
	border: 1px solid #ffcc00;
	width: 90px;
	margin: 10px 8px 0px 0px;
	float: left;
	
}
/*editorearen taulak makeatzeko*/

#seccion table{
	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: #9494b8;
}	
#seccion a:hover{
	color: #ffcc00;
}
/*honaino----------*/
.erantsiak {
	float: left;
	width: 190px;
	background: #c0d0dd;
	list-style-type: square;
	list-style-position: inside;
	padding: 5px;
	color: #80a1bc;
	margin: 10px 0 0 0;

}
#seccion .erantsiak a {
	text-decoration: none;
	color: #000000;
}
/*.erantsiak li, .estekak li {
	*margin-left: -30px;
	hack IE 6+7 egiten dutelako UL sartuago
}*/
.estekak {
	list-style: none;
	border-bottom: 2px solid #c0d0dd;
	border-top: 2px solid #c0d0dd;
	padding: 5px 0 5px 0;
	float: left;
	width: 285px;
	list-style-position:inside;
	margin: 10px 0 0 0;
}

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

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

hr{
	border: 0;
  	width: 70%;
	color: #c0d0dd;
	background-color: #c0d0dd;
	height: 50px;
}