﻿.it_E01{background-image: url("/src/img/preparatoria-escuela-instalacion.jpg");background-position: center -5px; }

.form-section {
	display: block;
	float: left;
	margin: 15px 2%;
	width: 96%;
}
form {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-top: 18px;
}

input, textarea, select{
	padding: 2px;
	background-color: #fff;
	border:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color: #000;
	border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	margin:10px;
	text-align: left;
}
select {
	width: 82%;
	border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	margin:10px;
	width: 82%;
	height: 48px!important;
	line-height: 48px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
option{color: #000;}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc !important;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	color: #ccc !important;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc !important;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #ccc !important;
}

select:-ms-input-placeholder {
	color: #ccc !important;
}

input[type="text"], select {
	height: 40px;
	margin-bottom: 0;
	width: 82%;
}


textarea {
	width: 82%;
	height: 130px;
	width: 82%;
	padding-top:10px;
	margin-bottom: 0
}

.btn {
	cursor: pointer;
	background: #000;
	color: #fff;
	height: 50px;
	width:150px;
	margin-bottom: 0;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 9px!important;
	font-size: 24px;
	border: 0;
	text-shadow: none;
	margin-top: 20px
}

.btn:hover {
	background:#666;
}
