@font-face {
    font-family: 'dejavu_sansbook';
    src: url('css/fonts/DejaVuSans-webfont.eot');
    src: url('css/fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/DejaVuSans-webfont.woff') format('woff'),
         url('css/fonts/DejaVuSans-webfont.ttf') format('truetype'),
         url('css/fonts/DejaVuSans-webfont.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jenna_sueregular';
    src: url('css/fonts/JennaSue-webfont.eot');
    src: url('css/fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/JennaSue-webfont.woff') format('woff'),
         url('css/fonts/JennaSue-webfont.ttf') format('truetype'),
         url('css/fonts/JennaSue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #000 url(images/fondojuliweb.jpg) center top no-repeat;
	background-size: auto auto;
	background-size: 800px 830px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bajo {
	float: left;
	background: #000 50% 0;
	width: 100%;
	height: 50px;
}

#bajo p {
	float: left;
	width: 100%;
	margin: 16px 0 0 0;
	text-align: center;
	color: #FFF;
	font-family: 'jenna_sueregular', sans-serif;
	font-size: 30px;
	line-height: 18px;
}

a:link {
	color: #F00;
}

a:visited {
	color: #F96;
}

.julitexto {
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	line-height: 22px;
	font-family: 'dejavu_sansbook', sans-serif;
}



