#diapositivas 
{
	position:fixed;
	top:0;
	right:0;
	bottom:50px;
	/*left:330px;*/
	background:#000 url(../../assets/ajax-loader.gif) no-repeat center center;
	width: 75%;
	}
#diapositivas *
{
	width:100%;
	height:100%;
	}
#darreresnoticies
{
	    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    /* left: 330px; */
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    background: white;
    padding:.15em;
    border-top: 5px solid black;
	}
#darreresnoticies .titulo
{
	display:inline-block;
	font-weight:bold;
	padding:0px 10px;
	margin:0px 10px;
	border-left:1px solid #A03750;
	}
#darreresnoticies .titulo:first-child
{
	border-left:0px;
	}

#myDiv
{
	width:100%;
	height:100%;
	}
