/*@font-face{
     font-family: 'ArialBlack';
     src: url('ARIBLK.TTF');
}
@font-face{
     font-family: 'Brush';
     src: url('BRUSHS.OTF');
}*/
html{
	padding:0px;
	width: 99.8%;
	height:100%;
	margin:0 auto;
	/*background-color: #1b1b1b;*/
}
body{
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;

	background-attachment: fixed; 
	background-image: url(../IMGS/maizsiembra.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom left;	
}
.divmarco{
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
	position: relative;	
	border: 0px solid red;
	margin-left: -2px;
	display: table;
}
.divmarcoCentrado{
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
	
}
ul{
	margin:0px;
	padding:0px;
}
h1{
	font-family: "Brush";
	padding:50px;
	font-family: "Brush";
    margin: 0px;
    padding: 35px 0px 5px 20px;
    font-size: 5em;
    color: #fff;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}
p{
	background-color: rgba(255, 255, 255, 0.71);
    padding: 10px 80px;
    font-size: 1.4em;
}
