/* CSS Document */


/*** Menu principal ***/

	a#b_home {
	display:block;
	width:103px;
	height:148px;
	text-indent:-9999px;
	background:url(../../images/b_home.gif) top left no-repeat;
	float:left;
	margin-right:10px;
    }
	a#b_home:hover {
    background-position:-103px 0;
    }
	
	a#b_nosotros {
	display:block;
	width:103px;
	height:148px;
	text-indent:-9999px;
	background:url(../../images/b_nosotros.gif) top left no-repeat;
	float:left;
	margin-right:10px;
    }
	a#b_nosotros:hover {
    background-position:-103px 0;
    }

	a#b_servicios {
	display:block;
	width:103px;
	height:148px;
	text-indent:-9999px;
	background:url(../../images/b_servicios.gif) top left no-repeat;
	float:left;
	margin-right:10px;
    }
	a#b_servicios:hover {
    background-position:-103px 0;
    }
	
	a#b_contacto {
	display:block;
	width:103px;
	height:148px;
	text-indent:-9999px;
	background:url(../../images/b_contacto.gif) top left no-repeat;
	float:left;
	margin-right:10px;
    }
	a#b_contacto:hover {
    background-position:-103px 0;
    }

	a#b_aprobados {
	display:block;
	width:103px;
	height:148px;
	text-indent:-9999px;
	background:url(../../images/b_aprobados.gif) top left no-repeat;
	float:left;
	margin-right:10px;
    }
	a#b_aprobados:hover {
    background-position:-103px 0;
    }
	
/*** Botón menu servicios ***/

	a.boton_servicios {
	display:block;
	width:138px;
	height:19px;
	background:url(../../images/boton_servicios.gif) top left no-repeat;
	border-top:1px solid white;
	padding-left:35px;
    }
	a.boton_servicios:hover {
    background-position:0 -19px;
    }	
	
/*** Botones CONTACTO ***/

	a#b_enviar {
	display:block;
	width:74px;
	height:16px;
	text-indent:-9999px;
	background:url(../../images/b_enviar.gif) top left no-repeat;
	margin: 10px 0 0 131px
    }
	a#b_enviar:hover {
    background-position:0 -16px;
    }		

