 body {
            background-color: #0c0c0c;
background-repeat: no-repeat;
background-position: top left;
background-attachment: scroll;        
}

h1, h2, h3, h4, h5, h6 {
color: #ffffff;
font-family: 'Roboto Slab','Arial', 'sans-serif';
font-weight: 400;
font-style: normal;
margin-bottom:14px;
        }
		h1 {font-size: 28px;} h2 {font-size: 24px;} h3 {font-size: 20px;}

 p, li, a {
color: #fff;
font-size: 14px;
font-family: 'Arial';
font-weight: 400;
font-style: normal;
        }
		
.fila {
	width: 100%;
	float:right;
	display:flex;
	flex-direction: row-reverse;
	}	
	
.columna {
padding:4%;
width:50%;color:#fff;
}
.columna2 {
width:40%;
}
.columna2 img{
max-width:100%;
}
  

@media (max-width: 767px) {
	
	.fila {
	flex-direction: column;
	}
.columna {
width:100%;
}
.columna2 {
width:100%;
}
.columna2 img{
max-width:100%;
}
}  

