﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
section#seleccion{
	display: inline-block;
	vertical-align: top;
	width:46%;
	height:3em;
	margin-bottom:3em;
	font-size: 1em;
	color:#555555;
	padding:15px;
	text-align: center;
	-ms-transition: all 0.5s ease-in;    /*atributo CSS transision*/
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;

}
