body {
	font-size:12px;
	font-family:"Times New Roman",serif;
	color: #ccc;
	font-style:italic;
}
section {
	width: 500px;
	margin: 0px 0px;
	text-align: center;
}

.form-input, .error {
	display: block;
	height: 12px;
	padding: 6px 10px;
	margin-bottom: 15px;
	font-family:"Times New Roman",serif;
	font-style:italic;
	border-radius:   5px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
	width: 180px;
background-color:#FFF;
	border: 1px solid #dbdbdb;
	color:#000;
	position: relative;
}
.error{
	background-color:#FFE2D5;
	border: 2px solid #b82b24;
}
textarea.form-input {
	height: 100px;
	overflow: auto;
	width: 298px; 
	position: relative;
}
.form-btn {
	padding: 0 15px;
	height: 30px;
	font-style:italic;
	font-family:"Times New Roman",serif;
	font: bold 12px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	background-color: #2F57B7;
	clear: both;
	float: right;
}
.form-btn:hover {
	color: #8598C6;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.contact-form {
	width: 550px;
	padding: 5px;
	margin: 20 auto;
	position: relative;
	background-color:#CCC;
	behavior: url(PIE.htc);
	text-align: left;

}

		p.cuerpo_infomisionvision_tit{
			padding:21px 30px 10px 20px;
			font-family:"Times New Roman",serif;
			font-style:italic;
			font-weight:bold;
			font-size:21px;
			color:#1b3059;
			text-align:left;
		}
		p.cuerpo_infomisionvision_tex{
			padding:0px 20px 24px 20px;
			font-family:"Times New Roman",serif;
			font-style:italic;
			font-size:16px;
			color:#1b3059;
			text-align:justify;
		}
		
.formulario {
	overflow: hidden;
	font-size:12px;
	padding: 30px 10px;
	background-color:#DEE9F3;
	font-family:"Times New Roman",serif;
	font-style:italic;
}
.column:first-of-type {
	float: left;
	position: relative;
}

.column:last-of-type {
	float: right;
	margin: 0 0 5px 5px;
}
label {
	color: #444;
	font-size: 16px;
}
label span {
	color: #ff4141;
	font-size: 11px;
}
