
/*----------------------HOME------------------------------------*/
div#content.home {
	padding-top: 5px;
	text-align: center;
}

div#content.home #home_selector {
	float: right;
	width: 100%;
	text-align:right;
	padding-top: 20px;
}

div#content.home #home_selector li {
	display: inline;
	padding-left: 20px;
	text-transform: uppercase;
}

/* Aņadido por Carlos Martinez */
div#content.home #imagenes_home {
	display: inline;
	float: left;
	background: #999;
	width: 901px;
	height: 700px;
}

/* Aņadido por fran */
div#content.home #logos {
	width:600px;
	margin: auto;
}
/* fin de mi aņadido*/

div#content.home #logos ul#logos_home {
	display: inline;
	float: left;
	width: 100%;
	height: 125px;
	padding-top: 20px;
	margin:  0 auto;
}

div#content.home #logos ul#logos_home li {
	display: inline;
	float: left;
	width: 200px;
	height: 125px;
	text-transform: uppercase;
}

div#content.home #logos ul#logos_home li a{
	display: inline;
	float: left;
	width: 200px;
	height: 125px;
}

div#content.home #logos ul#logos_home li a span{
	display: none;
}

div#content.home #logos ul#logos_home li a#logotipo_andresSaez_home {
	width: 200px;
	height: 125px;
	background: url(../img/home/andresSaez_bw_big.jpg) center center no-repeat;
}

div#content.home #logos ul#logos_home li a#logotipo_miSilla_home {
	width: 200px;
	height: 125px;
	background: url(../img/home/miSilla_bw_big.jpg) center center no-repeat;
}
	
div#content.home #logos ul#logos_home li a#logotipo_grupoSaez_home {
	width: 200px;
	height: 125px;
	background: url(../img/home/grupoSaez_bw_big.jpg) center center no-repeat;
}	

