.error {
	color: #ff0000;
	font-size: 0.8rem;
	font-weight: 800;
	padding-left: 5px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #555555;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #555555;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #555555;
}

.tabla_form {
	display: table;
	width: 100%;
	border-spacing: 0px;
	overflow: hidden;
}

.caja_texto {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #000000;
	border-top: #E6E6E6 1px solid;
	border-right: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	border-left: #E6E6E6 1px solid;
	background-color: #F9F9F9;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}

.caja_grande {
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #000000;
	border-top: #E6E6E6 1px solid;
	border-right: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	border-left: #E6E6E6 1px solid;
	background-color: #F9F9F9;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	height: 150px;
	resize: none;
}

.opciones {
	width: 100%;
	padding: 5px;
	color: #000000;
	border-top: #E6E6E6 1px solid;
	border-right: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	border-left: #E6E6E6 1px solid;
	background-color: #F9F9F9;
	height: 45px;
	outline: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.boton-link {
	font-family: 'Poppins Bold', sans-serif;
	color: #f2a900;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}

.boton-link:hover {
	background: transparent !important;
	color: #ffd500;
	border-top: #203b75 0px solid;
	border-right: #203b75 0px solid;
	border-bottom: #203b75 0px solid;
	border-left: #203b75 0px solid;
}

.boton {
	font-family: 'Poppins Bold', sans-serif;
	color: #FFFFFF;
	background: #f2a900;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-decoration: none;
	font-size: 01rem;
	font-weight: bold;
	border-top: #203b75 0px solid;
	border-right: #203b75 0px solid;
	border-bottom: #203b75 0px solid;
	border-left: #203b75 0px solid;
	outline: none !important;
	border-radius: 0.4rem;
}

.boton:hover {
	background: #ffd500;
	color: #FFFFFF;
	border-top: #203b75 0px solid;
	border-right: #203b75 0px solid;
	border-bottom: #203b75 0px solid;
	border-left: #203b75 0px solid;
}

@media only screen and (max-width: 780px) {
	.tabla_form {
		display: table;
		width: 100%;
		border-spacing: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}

	.boton-link {
		font-family: 'Poppins Bold', sans-serif;
		color: #f2a900;
		padding-top: 15px;
		padding-bottom: 15px;
		border: 0px;
		text-decoration: none;
		font-size: 0.8rem;
		font-weight: bold;
	}


	.caja_texto {
		width: 100%;
		padding: 5px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #000000;
		border-top: #E6E6E6 1px solid;
		border-right: #E6E6E6 1px solid;
		border-bottom: #E6E6E6 1px solid;
		border-left: #E6E6E6 1px solid;
		background-color: #F9F9F9;
		height: 45px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		outline: none;
	}
}