header {background-color:grey;border-radius:15px;text-align:center;padding:15px;margin:5px;}
section {background-color:grey;border-radius:15px;padding:5px;margin:5px;}
header {
background: -webkit-linear-gradient(left top, #2E2E2E , #D8D8D8); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #2E2E2E, #D8D8D8); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right, #2E2E2E, #D8D8D8); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #2E2E2E, #D8D8D8); /* Standard syntax */
}
section {
background: -webkit-linear-gradient(left top, #2E2E2E , #D8D8D8); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #2E2E2E, #D8D8D8); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right, #2E2E2E, #D8D8D8); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #2E2E2E, #D8D8D8); /* Standard syntax */
}
body {color:saddlebrown;
	;background-color:#F7F8E0;font-family: 'Kavivanar', cursive;}
div.abajo {background-color:black;text-align:center;border-radius:15px;margin:auto;width:30%;}
div.arriba {background-color:black;text-align:center;border-radius:15px;width:60%;margin:auto;}
div.images {margin:auto;text-align:center;}
div.abajo {background: -webkit-linear-gradient(black, #424242); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(black, #424242); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(black, #424242); /* For Firefox 3.6 to 15 */
background: linear-gradient(black, #424242); /* Standard syntax */}
div.arriba {background: -webkit-linear-gradient(black, #424242); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(black, #424242); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(black, #424242); /* For Firefox 3.6 to 15 */
background: linear-gradient(black, #424242); /* Standard syntax */}
footer {text-align:center;padding:5px;margin:5px;}
div.arriba:hover {background-color:white;width:90%;padding: 2%;}
div.abajo:hover {background-color:white;width:70%;}
img:hover {opacity: 1;width:50%;}
img {opacity:0.4;}
p {text-align:center}