@font-face {
    font-family: 'NE';
    src: url('ne.eot');
    src: url('ne.eot?#iefix') format('embedded-opentype'),
         url('ne.woff') format('woff'),
         url('ne.ttf') format('truetype'),
         url('ne.svg#sharnayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'NE';
	margin:0;
	padding:0;
	
	
}

A {
	text-decoration:none;
}

.fondoo {
    background:url(fuegoartificial.jpg) no-repeat center center;
    height: 100%;
    background-size:cover;
}

.sentencia {
	color:#FFF;
	display:block;
	
	text-align:right;
	width:840px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top:20px;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	
}

.cedida {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	position:fixed;
	bottom:70px;
	left:20px;
	color:#FFF;
	display:block;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#cont{
	width:100%;	
	bottom:120px;
	position:fixed;
}
#yuna {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:50px;
	font-weight:600;
	
	color:#d5c12f;
	text-align:right;
	line-height:33px;
	
	width:400px;
	margin-left:auto;
	margin-right:auto;
	
	text-shadow: -2px -1px 0 rgba(0, 0, 0, 0.9); 
}



#cont2{
	width:100%;	
	bottom:0px;
	position:fixed;
	background:#2d2c2c;
}
#dedicacion {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
	
	color:#fff;
	text-align:center;

	
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); 
}