@import url('reset.css');


/* GENERAL */

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background:  #f1f1ea;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 13px;
}

a {
    color: #fff;
    text-decoration: none;
}

.container{
  position: relative;
  width: 1024px;
  margin: 0 auto;
  color: #333;
}
.clr{
    clear: both;
}





/* CABECERA 
color VEA     #00a5dd    rgb (0,142,216)

granate		  #b82b35 rgb (184,43,53)   
*/

.vea-header {
	position: relative;
	float: left;
	display: block;
	width:inherit;
	width: 1024px;
	height: 100px;
	margin: 0 auto;
	background:#b82b35;
	padding-top:10px;
	text-transform: uppercase;
	z-index:999;
	box-shadow: 0px 1px 1px #953c45;
		-moz-box-shadow: 0px 1px 1px #953c45;
		-webkit-box-shadow: 0px 1px 1px #953c45;
		-o-box-shadow: 0px 1px 1px #953c45;
	/* Internet Explorer */
	zoom: 1;
    filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#953c45,direction=180,strength=2);
}

.vea-header span.right{
    float: right; 
}

.vea-branding{
	padding: 10px 20px 13px 10px;
	float:left;
}
.vea-branding a.vea-logo {
  	width:157px;
   	height:62px;
   	margin: 0px 0px 0px 30px;
   	background: url(../images/thumbnail/VEA100.gif) no-repeat 0% 0px;
	float: left;
	outline: none;
	text-indent: -9000px;
}


/* IDIOMAS */

#languages{
	text-align:left;
	color:#000;
	width:1024px; margin:0 auto;
	height: 31px;
}

#languages .dKultura{
	margin:0 0 0 40px;
}

#languages .dKultura img{
	border: none;
}

#languages ul{
	width:150px; float:right; margin:7px 30px 0 0; text-align:right;
}

#languages li{
	display:inline;
}

#languages ul li a{
	padding: 3px 6px;
	background: #bbb;
    color: #fff;
		-webkit-font-smoothing:antialiased;
    transition: all 0.1s linear;
    	-webkit-transition: all 0.1s linear;
    	-moz-transition: all 0.1s linear;
    	-o-transition: all 0.1s linear;
    	-ms-transition: all 0.1s linear;
    border-radius: 2px;
    	-webkit-border-radius: 2px; /* Safari, Chrome */
  		-moz-border-radius: 2px; /* Firefox */
  		-o-border-radius:2px; /* Opera */
		-ms-border-radius:2px; /* IE 8 */
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
   		-webkit-box-shadow: 1px 1px 4px rgba(100,100,100,0.5); /* Safari, Chrome */
  		-moz-box-shadow: 1px 1px 4px rgba(100,100,100,0.5); /* Firefox */
		-o-box-shadow: 1px 1px 4px rgba(100,100,100,0.5); /* Opera */
	/* Internet Explorer */
	zoom: 1;
      filter:        
      	 progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=2),
         progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4),
         progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=5);       
}

#languages ul li a:hover{
	color: #000;
    background: #fff;
}

#languages ul li a.current,
#languages ul li a.current:hover{
	font-weight:700;
    background: #000;
    color: #fff;
	cursor: default;
}


/* LINKS */

.vea-links-wrapper{
	padding:60px 120px;
	float:left;
	line-height:18px;
	min-width: 400px;
}

.vea-links{
	float:left;
	clear:both;
}
.vea-links ul{
	float:left;
	display:block;
	font-size:20px;
}
.vea-links ul li{
	display:inline;
	color:#953c45;
}
.vea-links ul li a{
	color:#fff;
	margin:0 10px;
	font-size: 16px;
	-webkit-font-smoothing:antialiased;
	text-shadow: 0px 1px 1px rgba(149,60,69, 0.5);
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.vea-links ul li a:hover{
	color:#000;
}

.vea-links ul li:after{
	content: "/";
}

.vea-links ul li:last-child:after{
	content: "";
}

.vea-links ul li a {
	white-space: nowrap;
}





/* REDES SOCIALES */

.vea-connect{
	float: right;
	margin: 10px 27px 0px 0px;
	padding: 0px;
	height: 34px;
}
.vea-connect li{
	float: left;
}
.vea-connect li a{
	display: block;
	width: 25px;
	height: 25px;
	outline:none;
	margin: 0 2px;
	background:transparent url(../images/thumbnail/VEA_redes-sociales.png) no-repeat 0 -268px;
	text-indent:-9000px;
	position: relative;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
   		-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3); /* Safari, Chrome */
  		-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3); /* Firefox */
		-o-box-shadow: 1px 2px 5px rgba(0,0,0,0.3); /* Opera */
	/* Internet Explorer */
	zoom: 1;
      filter:progid:DXImageTransform.Microsoft.Shadow(color=#903f45,direction=90,strength=1),
         	 progid:DXImageTransform.Microsoft.Shadow(color=#903f45,direction=135,strength=2),
          	 progid:DXImageTransform.Microsoft.Shadow(color=#903f45,direction=180,strength=3); 
}

.vea-connect li a:hover{
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.vea-connect li .vea-connect-email{
	background-position:0px 0px;
}
.vea-connect li .vea-connect-twitter{
	background-position:-25px 0px;
}
.vea-connect li .vea-connect-facebook{
	background-position:-50px 0px;
}
.vea-connect li .vea-connect-gplus{
	background-position:-75px 0px;
}
.vea-connect li .vea-connect-flickr{
	background-position:-100px 0px;
}
.vea-connect li .vea-connect-youtube{
	background-position:-125px 0px;
}
.vea-connect li .vea-connect-vimeo{
	background-position:-150px 0px;
}





/* PIE DE PAGINA */

.footer {
    width: 1024px;
    height: 60px;
    display: block;
    clear: both;
    background:#b82b35;
    margin: 0 auto;
    position: relative;
    padding: 0px 0;
	box-shadow: 0px -1px 4px #953c45;
		-moz-box-shadow: 0px -1px 4px #953c45;
		-webkit-box-shadow: 0px -1px 4px #953c45;
		-o-box-shadow: 0px -1px 4px #953c45;
	/* Internet Explorer */
	zoom: 1;
      filter:     	 progid:DXImageTransform.Microsoft.Shadow(color=#953c45,direction=0,strength=2); 
}

.footer ul {
position:relative;
list-style:none;
display:inline-block;
float: left;
border: 0px solid blue;
}

.footer span.right{
	float:right;
}

.footer ul li{
display:inline-block;
}

.footer ul li a { 
display: block; 
}

#legal{
position: absolute;
margin-left: 480px;
margin-top: 40px;
}

#legal a{
text-align: center;
}

#legal a:hover{
text-decoration: underline;
}



.morgan  {
   width:150px;
   height:21px;
   margin: 20px 0 10px 30px;
   background: url(../images/thumbnail/morganlogo_2012A.png) no-repeat 0% 0px;
}

.kutxa  {
   width:154px;
   height:21px;
   margin: 0px 0 13px 10px;
   background: url(../images/thumbnail/Logo_Kutxa-nuevo.png) no-repeat 0% 0px;
}

.kutxa_eu  {
   width:180px;
   height:21px;
   margin: 0px 0 13px 10px;
   background: url(../images/thumbnail/Logo_Kutxa-nuevo_eu.png) no-repeat 0% 0px;
}

.dkoudala  {
   width:60px;
   height:44px;
   margin: 0px 20px 0 0px;
   background: url(../images/thumbnail/Logo_DkoUdala.png) no-repeat 0% 0px;
}
.dss2016  {
   width:40px;
   height:44px;
   margin: 7px 30px 0 20px;
   background: url(../images/thumbnail/2016_logo.png) no-repeat 0% 0px;
}
.veantzokia  {
   width:100px;
   height:41px;
   margin: 5px 30px 0px 0px;
   background: url(../images/thumbnail/logo_VEA2.png) no-repeat 0% 0px;
}

/* 
.dkultura  {
   width:175px;
   height:27px;
   margin: 0px 10px;
   background: url(../images/thumbnail/logo_Donostiakultura.png) no-repeat 0% 0px;
}


.stm  {
   width:50px;
   height:32px;
   margin: 0px 40px 5px 40px;
   background: url(../images/thumbnail/MST_logo-negativo.png) no-repeat 0% 0px;
}
 */








