/* Add here all your CSS customizations */
		#alertaGran {
			position: fixed;
			left: 50%;
			margin-left: -500px;
			background-color: white;
			width: 1000px;
			margin-top: 6%;
			color: gray;
			opacity: 1;
			border: 1px solid gray;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 10px;
			box-shadow: 5px 5px 10px #999;
			z-index:99;
			display: none;
			max-height: 500px;
			overflow : auto;
			}
		#alerta {
			background-color: white;
			position: fixed;
			left: 50%;
			width: 640px;
/* 			height: 260px; */
			margin-left: -320px;
			margin-top: 5%;
			font-size: 18px;
			color: gray;
			opacity: 1;
			border: 1px solid gray;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 10px;
			box-shadow: 5px 5px 10px #999;
			z-index:1;
			display: none;
			max-height: 500px;
			overflow : auto;

			}
.mayuscula {
	text-transform: uppercase;
}
.minuscula {
	text-transform: lowercase;
}