/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/06/2020, 02:10:50 PM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/

	.galeria img {
				height: 200px;
			}

			.galeria div {
				display: inline-block;
			}
			ul.menu li {
				display: inline-block;
				background: #8BC34A;
				padding: 5px;
			}
			ul.menu a {
				color: #fff;
				text-decoration:none;
			}
			img {
    width: 500px;
    border: 10px solid green;
}

p.textoabajo {
    background: red;
    color: #FFF;
    font-size: 34px;
}
body {
	background:grey;
	
}	



