   	input {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 14pt;
		text-align: center
	}
	
	/*
	textarea{
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 10pt;
		text-align: left;
		}
	*/	
		
 a {
	text-decoration:none;
     color: #CD8500; 
   }
   
	#caja1 {
		border: solid 1px #000;
		background-color: #ccc;
	}
	#caja2 {
	  display: flex;
	  justify-content: center;
	  align-items: center;		
	}
	div.avatar {
		/* cambia estos dos valores para definir el tamaño de tu círculo */
		height: 70px;
		width: 70px;
		/* los siguientes valores son independientes del tamaño del círculo */
		background-repeat: no-repeat;
		background-position: 50%;
		border-radius: 50%;
		background-size: 100% auto;
	
        float: right;

	}
/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 0.375em;
		border: 0;
		box-shadow: inset 0 0 0 2px #FF8C00;
		color: #FFA500 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Tahoma", serif;
		font-size: 1.2em;
		font-weight: 700;
		height: 3.5em;
		letter-spacing: 0.075em;
		line-height: 3.5em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		/*text-transform: uppercase;*/
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #FFE4B5;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #FFD500;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin: 0 0 1em 0;
			width: 40 %;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 80 %;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 1em;
			width: 30 %;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1em;
			height: 3.65em;
			line-height: 3.65em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #FFA500;
			box-shadow: none;
			color: #5C4905 !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #FF8C00;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #FFD500;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}


			
/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

  #caja1 {
  width: 450px;
  
  } 

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

   #caja1 {
    width: 700px;
	float:center;
/*
	padding: 1px;
		margin-right: 5px;
		
		*/
  } 

}


			
			