/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
h1 { color: purple; }
h1 { color: grey; }
#caja .cabecera h1 {
	color: red;
}
#caja header h1 {
	color: blue;
}
header  h1 {
	color: lime;
}   
img 	{border-radius: 10px 10px 200px 33px;
-moz-border-radius: 10px 10px 200px 33px;
-webkit-border-radius: 10px 10px 200px 33px;
border: 20px solid #cc16cc;
}

