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

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

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

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

body {
	background: #000 url(imagenes/blackfamilyfondo.jpg) center top no-repeat;
	background-size: 100% auto;
	
}

#bajo {
	float: left;
	background: url(imagenes/bajo.jpg) 50% 0;
	width: 100%;
	height: 138px;
}

#bajo p {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
	text-align: center;
	color: #b5b5b5;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #F00;
}

a:visited {
	color: #F96;
}

.blackfamilytexto {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	font-family: 'futuralc-webfont', sans-serif;
}
.blackfamilytitular {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	font-family: 'PassionOne-Blac', sans-serif;
	text-indent: -10px;
}




code {
    display:block;
    font-family:Courier New;
    color:#eee;
    padding:5px;
    background-color:#333;
}
blockquote {
    font-style:italic;
    padding:10px;
    border:solid 1px Gray;
    border-left:none;
    border-right:none;
    margin:10px;
}
s { color:darkred; }
fieldset {
    padding:10px 0px;
    border:solid 1px Gray;
    border-left:none;
    border-right:none;
    margin:10px 0px;
}
li {
    margin-left:5px;
    list-style-type:square;
    
}
hr {
    border:solid 1px gray;
    border-bottom:none;
    height:1px;
}
/* Layout */
.padded {
    margin:0px 10px;
}

#head a, #head a:visited {
    color:White;
}
#body {
	width: 400px; 
    margin: 0px auto;
    padding:10px 0px;
}
/* Demo Styles  */
#DemoField1 {
	width:954px;
	height:1200px;
	overflow:auto;
	margin-left: 20px;
	margin-top: 0px;
}
