/* CSS Document */

div.ctrl_iconos{
	width:100%;
	height:20px;
	float:left;
	margin:15px 0 0 0;
}
	div.ctrl_iconos a.home{
		width:24px;
		height:24px;
		float:left;
		margin:0 10px 0 30%;
		padding:0;
		background:url(../img/home.gif) top left no-repeat;
	}
		div.ctrl_iconos a.home:hover{
			background: url(../img/home_hover.gif) top left no-repeat;
		}
	div.ctrl_iconos a.mapaweb{
		width:27px;
		height:27px;
		float:left;
		margin:0 10px 0 0;
		padding:0;
		background: url(../img/mapaweb.gif) top left no-repeat;
	}
		div.ctrl_iconos a.mapaweb:hover{
			background: url(../img/mapaweb_hover.gif) top left no-repeat;
		}
	div.ctrl_iconos a.contacto{
		width:37px;
		height:26px;
		float:left;
		margin:0;
		padding:0;
		background: url(../img/contacto.gif) top left no-repeat;
	}
		div.ctrl_iconos a.contacto:hover{
			background: url(../img/contacto_hover.gif) top left no-repeat;
		}
