.footer_plantilla {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: table;
    font-size: 0.9em;
    left: 0;
    padding: 0.5em;
    right: 0;
    width: 100%;
    position:absolute;
	bottom:0;
	left:0;
}

.logo_nirestream {
    color: #aaaaaa;
    margin: 0 15px 0 0;
    text-align: right;
    vertical-align: middle;
    font-size: .9em;
}

.logo_nirestream img {
    height: 13px;
}

.pull-right{
	text-align: right;
	width: 100%;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper{
	margin: 0;
	min-height:100%;
	position:relative;
}
.call2act{
	background-color: #222;
	color:#f1f1f1;
	text-decoration: none;
	font-size: .85em;
	padding: 2px 8px;
	margin: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.call2act:hover{
	background-color: #FFB800;
	color:#222;
}

