#main {
   height: 550px;	
}

#header_home { /*Mofidicar*/
	height: 100px;
	background-image: url(../img/home/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
}

#content_home {
	width: 100%;
	clear: right;
	height: 50%;
	background-color: White;
}

#foot_home {
	background-repeat: no-repeat;
	text-align: center;
}

#content_home ul {
	list-style: none;
	padding-top: 80px;
}

#content_home li {
	float: left;
}

#content_home a {
	display: list-item;
	text-decoration: none;
	padding-top:120px;
	padding-left: 50px;
	padding-right: 50px;
}

#content_home a span {
	font-family: Verdana;
	color: white;
	font-size: small;	
	padding-top: 100px;
}

/*Institucional */
#content_home a.content_institucional:hover {
	background-image: url(../img/home/institucional_seleccionado.jpg); 
}

/* Servicios*/
#content_home a.content_servicio:hover {
	background-image: url(../img/home/servicios_seleccionado.jpg); 
}

/* Repuestos */
#content_home a.content_repuestos:hover {
	background-image: url(../img/home/respuestos_seleccionado.jpg); 
}

/* Contacto */
#content_home a.content_contacto:hover {
	background-image: url(../img/home/contacto_seleccionado.jpg); 
}

#content_home a:hover span{
	color: silver;
}

.content_institucional {
	background-image: url(../img/home/institucional.jpg); 
	background-position: center;
	background-repeat: no-repeat;
}

.content_servicio {
	background-image: url(../img/home/servicios.jpg); 
	background-position: center;
	background-repeat: no-repeat;
}

.content_contacto {
	background-image:url(../img/home/contacto.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.content_repuestos {
	background-image:url(../img/home/repuestos.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
