input { outline:none; }
.Cabin {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:13px;
	color:#fff;
}
.Cabin2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:13px;
	color:#000;
	display: block;
	height:40px;
	font-weight:bold;
}
.cabeceraf {
	background-color:#A72A76;
}
.ttlf {
	background-color:#CE48B4;
}
.ttl2f {
	background-color:#D86DC2;
}
.er {
	margin-top: 5px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #990000;
	padding: 5px auto 5px auto;
	font-weight:bold;
	text-align:center
}
.normalita {
	margin-top: 5px;
	font-size:12px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #3B3B3B;
	padding: 5px auto 5px auto;
	font-weight:bold;
}
.normalita2 {
	color:#FFF;
}
.cajatexto {
	width: 90%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #3B3B3B;
	font-weight:bold;
	display:block;
	margin:0 auto;
	margin-bottom:6px;
	border-radius: 3px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  border: 1px solid #555555;
}
.cajatexto:focus {
	background-color:#FBF6A4;
	color:#760110;
	font-weight:bold;
	box-shadow:
		3px 3px 3px rgba(000,000,000,0.5);
	-moz-box-shadow:
		3px 3px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		3px 3px 3px rgba(000,000,000,0.5);
}

.cajaconsulta {
	width: 360px;
	height:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	border:1px solid #C8D1DA;
	padding:4px;
}
.cajaconsulta_act {
	width: 360px;
	height:80px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #3B3B3B;	
	border:2px solid #EC4506;
	padding:4px;
}
.boton_naranja {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px;
	background-color:#FF9933;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
.boton_rojo {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	padding: 6px 12px;
	background-color:#760110;
	background: -moz-linear-gradient(
		top,
		#760110 0%,
		#C1021B 25%,
		#F20220);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#760110),
		color-stop(0.25, #C1021B),
		to(#F20220));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
.boton_lila {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	padding: 6px 12px;
	background-color:#A72A76;
	background: -moz-linear-gradient(
		top,
		#A72A76 0%,
		#BF33A4 25%,
		#CE48B4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#A72A76),
		color-stop(0.25, #BF33A4),
		to(#CE48B4));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

@media screen and (max-width: 640px) {

	.Cabin2 {
		font-size:12px;
	}
	.Cabin {
		font-size:12pz;
	}
}