/*Fichero de frases estilo*/
/*Creado por Sergio*/ 


body{
	background-color: #BDBDBD;
	font-family: sans-serif;
}

h1{
	font-size: 300%;
	text-transform: capitalize;
}

p{
	font-size: 16px;
}

img {
	float: left;
}

h2 {
	clear: both;
	background-color: #848484; 
}