/*CSS*/
*{
	padding: 0px;
	margin: 0px;
	border: 0px;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	background-image:url(img/fondo.jpg);
	background-repeat:no-repeat;
	background-color:#121212;
	background-position:top;
	text-align:center;
}
#ama{
	position: relative;
	width: 750px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	width:750px;
	height:50px;
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
}
#menu{
	width:inherit;
	height:36px;
}
ul.menua li{
	list-style-type:none;
	float:left;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
}
a.menuclass:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	display:block;
	width:105px;
	height:20px;
	padding-top:5px;
}
a.menuclass:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass_contacto:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass_contacto:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass_contacto:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	height:20px;
	padding-top:5px;
}
a.menuclass_contacto:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:105px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	height:20px;
	padding-top:5px;
}

/*INTRODUCCION*/

#burua_intro{
	width:auto;
	height:122px;
	background-image:url(img/fondo_introduccion.jpg);
	background-repeat:no-repeat;
}
#edukia_intro{
	width:695px;
	height:auto;
}
#tit_intro{
	width:490px;
	height:30px;
	margin-top:25px;
	background-image:url(img/tit_intro.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#testua1_intro{
	width:215px;
	height:360px;
	margin-left:20px;
	margin-top:20px;
	text-align:justify;
	float:left;
}
#testua2_intro{
	width:215px;
	height:360px;
	margin-left:20px;
	margin-top:20px;
	text-align:justify;
	float:left;
}
#arg_intro{
	width:238px;
	height:580px;
	margin-top:-57px;
	margin-left:510px;
	background-image:url(img/arg_intro.png);
	background-repeat:no-repeat;

}
font.izenburuak{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-left:20px;
	font-style:normal;
	letter-spacing:2px;
}
font.testua{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#D1D1D1;
	line-height:16px;
}

/*EMPRESA*/

#burua_empresa{
	width:auto;
	height:130px;
	background-image:url(img/fondo_empresa.jpg);
	background-repeat:no-repeat;
}
#edukia_empresa{
	width:750px;
	height:auto;
}
#tit_empresa{
	width:750px;
	height:30px;
	margin-top:17px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#col1_empresa{
	width:220px;
	height:528px;
	margin-left:10px;
	margin-top:0px;
	text-align:justify;
	float:left;
	background-image:url(img/col1_empresa.png);
	background-repeat:no-repeat;
}
#col2_empresa{
	width:220px;
	height:528px;
	margin-left:30px;
	margin-top:0px;
	text-align:justify;
	background-image:url(img/col2_empresa.png);
	background-repeat:no-repeat;
	float:left;
}
#col3_empresa{
	width:220px;
	height:528px;
	margin-left:510px;
	margin-top:0px;
	text-align:justify;
	background-image:url(img/col3_empresa.png);
	background-repeat:no-repeat;
	
}
#testua_empresa{
	width:200px;
	height:200px;
	margin-left:10px;
	margin-top:20px;
	text-align:justify;
	float:left;
}

/*INSTALACIONES*/

#burua_instalaciones{
	width:auto;
	height:130px;
	background-image:url(img/fondo_instalaciones.jpg);
	background-repeat:no-repeat;
}
#edukia_instalaciones{
	width:750px;
	height:auto;
}
#tit_instalaciones{
	width:750px;
	height:30px;
	margin-top:17px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#laukia_instalaciones{
	width:500px;
	height:500px;
	background-image:url(img/fondo_instalaciones2.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:10px;
}
#arg_instalaciones{
	width:219px;
	height:500px;
	background-image:url(img/arg_instalaciones.jpg);
	background-repeat:no-repeat;
	margin-left:520px;
	margin-top:17px;
}
#testua_instalaciones{
	width:430px;
	height:150px;
	margin-top:35px;
	margin-left:35px;
	text-align:justify;
}
font.instalaciones{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#191919;
	line-height:16px;
}

/*SERVICIOS*/

#burua_servicios{
	width:auto;
	height:130px;
	background-image:url(img/fondo_servicios.jpg);
	background-repeat:no-repeat;
}
#edukia_servicios{
	width:750px;
	height:auto;
}
#tit_servicios{
	width:750px;
	height:30px;
	margin-top:17px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#testua_servicios{
	width:730px;
	height:145px;
	background-image:url(img/testua_servicios.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;
}
#arg_servicios{
	width:730px;
	height:340px;
	background-image:url(img/arg_servicios.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:10px;

}
#col1_servicios{
	width:160px;
	height:130px;
	padding:10px;
	text-align:left;
	float:left;
}
#col2_servicios{
	width:160px;
	height:130px;
	padding:10px;
	text-align:left;
	margin-left:20px;
	float:left;
	
}
#col3_servicios{
	width:160px;
	height:130px;
	padding:10px;
	text-align:left;
	margin-left:15px;
	float:left;
}
#col4_servicios{
	width:160px;
	height:130px;
	padding:10px;
	text-align:left;
	margin-left:570px;
}
font.servicios{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#CCCCCC;
	line-height:19px;
}
font.servicios_tit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	line-height:19px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
#clientes{
	width:100px;
	height:30px;
	margin-left:625px;
	padding-top:10px;
}
a.clientes:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#191919;
	text-decoration:none;
	border-bottom-color:#191919;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a.clientes:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#191919;
	text-decoration:none;
	border-bottom-color:#191919;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a.clientes:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a.clientes:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#191919;
	text-decoration:none;
	border-bottom-color:#191919;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
/*CLIENTES*/
#arg_clientes{
	width:730px;
	height:495px;
	margin-left:10px;
	margin-top:10px;

}


/*TRABAJOS*/

#burua_trabajos{
	width:auto;
	height:122px;
	background-image:url(img/fondo_trabajos.jpg);
	background-repeat:no-repeat;
}
#edukia_trabajos{
	width:750px;
	height:auto;
}
#tit_trabajos{
	width:750px;
	height:30px;
	margin-top:25px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#trabajo1{
	width:750px;
	height:125px;
	margin-top:25px;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}
#arg_trabajo{
	width:200px;
	height:115px;
	margin-left:10px;
	float:left;
}
#testua_trabajo{
	width:510px;
	height:115px;
	margin-left:230px;
	background-image:url(img/fondo_texto_trabajo.png);
	background-repeat:no-repeat;
}
td{	
	width:130px;
	text-align:left;
	padding:5px;
	height:25px;
	line-height:18px;
	font-style:normal;
}
font.trabajos_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
}

/*LOCALIZACION*/

#burua_localizacion{
	width:auto;
	height:130px;
	background-image:url(img/fondo_localizacion.jpg);
	background-repeat:no-repeat;
}
#edukia_localizacion{
	width:750px;
	height:auto;
}
#tit_localizacion{
	width:750px;
	height:30px;
	margin-top:17px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#mapa{
	width:750px;
	height:518px;
	background-image:url(img/localizacion.png);
	background-repeat:no-repeat;
}



/*CONTACTO*/

#burua_contacto{
	width:auto;
	height:130px;
	background-image:url(img/fondo_contacto.jpg);
	background-repeat:no-repeat;
}
#edukia_contacto{
	width:750px;
	height:auto;
}
#tit_contacto{
	width:750px;
	height:30px;
	margin-top:17px;
	background-image:url(img/tit_empresa.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:10px;
}
#col1_contacto{
	width:220px;
	height:528px;
	margin-left:10px;
	margin-top:0px;
	text-align:justify;
	float:left;
	background-image:url(img/col1_contacto.png);
	background-repeat:no-repeat;
}
#form_contacto{
	width:468px;
	height:528px;
	margin-left:30px;
	margin-top:0px;
	text-align:left;
	background-image:url(img/col2_contacto.png);
	background-repeat:no-repeat;
	float:left;
	padding:10px;
}
label{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	height:25px;
	border-bottom:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
}
input{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	height:20px;
}
textarea{
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#191919;
	border-style: solid;
}
#nombre{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-left: 35px;
}
#nombre2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-left: 100px;
}
#apellidos{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-top: 50px;
	margin-left: 35px;
}
#apellidos2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-left: 100px;
	margin-top: 50px;
}
#direccion{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-top: 100px;
	margin-left: 35px;
}
#direccion2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-left: 100px;
	margin-top: 100px;
}
#poblacion{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-top: 150px;
	margin-left: 35px;
}
#poblacion2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-top: 150px;
	margin-left: 100px;
}
#telefono{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-top: 200px;
	margin-left: 35px;
}
#telefono2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-top: 200px;
	margin-left: 100px;
}
#correo{
	position: absolute;
	width: 100px;
	height: 15px;
	margin-top: 250px;
	margin-left: 35px;
}
#correo2{
	position: absolute;
	width: 200px;
	height: 15px;
	margin-top: 250px;
	margin-left: 100px;
	background-color:#FF00CC;
}
#consultas{
	position: absolute;
	width: 100px;
	height: 40px;
	margin-top: 300px;
	margin-left: 35px;
}
#consultas2{
	position: absolute;
	width: 200px;
	height: 40px;
	margin-top: 300px;
	margin-left: 100px;
}
#botoiak{
	position: absolute;
	width: 305px;
	height: 30px;
	margin-top: 390px;
	margin-left: 95px;
	text-align: center;
}
.botones{
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style: dotted;
	margin-right:10px;
	cursor: auto;
}


/*HELBIDEA*/
#helbidea{
	width:auto;
	height:15px;
	background-color:#1D1D1D;
	margin-top:0px;
	padding-top:5px;
}
font.helbidea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
}

/*LOTURAK*/
a.mail:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
a.mail:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
a.mail:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
	border-bottom:dotted;
	border-bottom-color:#888888;
	border-bottom-width:1px;
	text-decoration:none;
}
a.mail:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
