/* BACKGROUNDS PARA LOS BOTONES - EFFECTO BLENDING */

/* BOTONES INTRO */

.button-quie {
	background-image: url('../img/pic_intro_quien_on.jpg');		
	}
	
.button-quie a {
	background-image: url('../img/pic_intro_quien_off.jpg');		
	}

.button-serv {
	background-image: url('../img/pic_intro_serv_on.jpg');		
	}

.button-serv a {
	background-image: url('../img/pic_intro_serv_off.jpg');		
	}

.button-port {
	background-image: url('../img/pic_intro_port_on.jpg');		
	}

.button-port a {
	background-image: url('../img/pic_intro_port_off.jpg');		
	}

/* BOTONES PORTFOLIO */

.button-01 {
	background-image:url(../img/repsolb.jpg);
	width:190px;
	height:90px;
	}
	
.button-01 a {
	background-image:url(../img/repsol.jpg);
	width:190px;
	height:90px;
	}

.button-02 {
	background-image: url(../img/mellowb.jpg) ;
	width:190px;
	height:90px;	
	}
	
.button-02 a {
	background-image: url(../img/mellow.jpg);	
	width:190px;
	height:90px;

	}

.button-03 {
	background-image:url(../img/canalsib.jpg) ;
	width:190px;
	height:90px;		
	}
	
.button-03 a {
	background-image:url(../img/canalsi.jpg);
	width:190px;
	height:90px;		
	}

.button-04 {
	background-image:url(../img/costasolb.jpg) ;
	width:190px;
	height:90px;		
	}
	
.button-04 a {
	background-image:url(../img/costasol.jpg);
	width:190px;
	height:90px;		
	}
	
.button-05 {
	background-image:url(../img/mecb.jpg) ;	
	width:190px;
	height:90px;	
	}
	
.button-05 a {
	background-image:url(../img/mec.jpg);
	width:190px;
	height:90px;		
	}

.button-06 {
	background-image:url(../img/aytobilbaob.jpg);
	width:190px;
	height:90px;		
	}
	
.button-06 a {
	background-image:url(../img/aytobilbao.jpg);
	width:190px;
	height:90px;		
	}	

.button-07 {
	background-image: url(../img/patronatocadizb.jpg);	
	width:190px;
	height:90px;	
	}
	
.button-07 a {
	background-image:url(../img/patronatocadiz.jpg);
	width:190px;
	height:90px;		
	}	

.button-08 {
	background-image:url(../img/dipubizb.jpg);	
	width:190px;
	height:90px;
	cursor:pointer;	
	}
	
.button-08 a {
	background-image:url(../img/dipubiz.jpg);
	width:190px;
	height:90px;		
	}	

