@charset "utf-8";
/* CSS Document */
p{ font-style : italic;
display:block;
margin-before:1em;
margin-after:1em;
margin-start:0.5em;
margin-end:0.5em}
strong { font-style : bold}
subtit { background-color: grey} 
#fecha { 
	color : green;
	margin-bottom: 30px;
	}
cabecera {color: white; background-color: red;}
h1{color: blue}
.vertical{
	width : 30%;
	height: 300px;
	float: left
}
.horizontal{

	width : 90%;
	height: 200px;
}