/*PLANTILLA CSS DE EUSKALGRAFFITI.NET*/

body{
	background-color:#dadada;
	background-image:url(imagenes/fondo_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	/*IE hack*/
	text-align: center;
}

h2{
display:none;
}


#contenedor{
	margin: 0 auto;
	width: 617px;
	position: relative;
}









#cabecera{
	height:172px;
	margin-top:-9px;
	background-position:right;
	background-image:url(imagenes/cabecera.png);
}

#cabecera h1{
	display:none;
}
	
#cabecera h2{
	display:none;
}





#enlaces{
	position:absolute;
	top:220px;
	float:left;
	width:170px;
	height:154px;
	margin-left:-5px;

	border-width:2px;
	border-style:solid;
	border-color:#b58d38;
}

#enlaces ul{
	margin-top:0px;
	margin-left:-40px;
}

#enlaces li{
	margin: 0;
	padding: 0;
	list-style-type: none;

	width:170px;
	height:38px;
	
	display: block;
	text-decoration: none;
	border-width: 0;
	border-style:none;
}
#enlaces a{
	display:block;
}
#enlaces li a{
	/*height:50px;*/
}
#enlaces li img{
	margin: 0;
	padding: 0;
	border-style:none;
	padding-top:2px;
}
#enlaces ul a{
	background-color: #ffae00;
}
#enlaces ul a:hover{
	background-color: #ffd172;
}











#contenido{
	float:right;
	width:426px;
	margin-right:2px;
	background-color:#5f5f5f;
	padding: 10px;
	padding-left:35px;
	
	color:#ffffff;
	font: normal 12px/18px verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
	text-align: left;
}
#contenido .bienvenidos{
	width:374px;
	height:26px;
	position:absolute;
	top:150px;
	margin-left:15px;
	background-image:url(imagenes/inicio_fondo_bienvenidos.png);
}
#contenido .video{
	width:374px;
	height:26px;
	margin-left:9px;
	background-image:url(imagenes/inicio_fondo_video.png);
}

#video{
	margin-left:-10px;
	border-style:solid;
	width:420px;
	border-width:1px;
	border-color:#f18800;
}

#contenido .funcionamiento{
	width:374px;
	height:26px;
	position:absolute;
	top:150px;
	margin-left:15px;
	background-image:url(imagenes/sistema_fondo_funcionamiento.png);
}
#contenido .esquema{
	width:374px;
	height:26px;
	margin-left:9px;
	background-image:url(imagenes/sistema_fondo_esquema.png);
}

#esquema{
	margin-left:57px;
	border-style:solid;
	width:284px;
	border-width:1px;
	border-color:#f18800;
}
#contenido .superficies{
	width:374px;
	height:26px;
	position:absolute;
	top:150px;
	margin-left:15px;
	background-image:url(imagenes/superficies_fondo_superficies.png);
}
#contenido .contactar{
	width:374px;
	height:26px;
	position:absolute;
	top:150px;
	margin-left:15px;
	background-image:url(imagenes/contactar_fondo_contactar.png);
}


#pie{
	clear:both;
	float:right;
	width:474px;
	height:20px;
	margin-top:-10px;
	margin-right:2px;
	
	padding-bottom:10px;
	padding-right:10px;
	font: normal 10px/18px verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
	color:#ededed;
	text-align:right;

	
	background-image:url(imagenes/fondo_pie.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
