body 
{
	padding: 0px;
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
}
.err
{
	font-size : 12px;
	color: red;
}

input {
	color: black;
	border: 1px solid #6498d3;
	border-radius:5px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(255,255,255,0.5);
		marging: 0px 0px 10px 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

label, a, p {
	color: #333;
	text-align: left;
}

.textarea {
	width: 90%;
	color: black;
	border: 1px solid  #6498d3;
	border-radius:10px;
	font-family:Arial, Helvetica, sans-serif, Antipasto;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(255,255,255,0.5);
		marging: 0px 0px 10px 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

input[type=text] {
	margin: 0px auto;
	width: 80%;
}

input[type=textarea] {
	margin: 0px auto;
	width: 85%;
}

.text {
	color: black;
	border: 1px solid  #6498d3;
	border-radius:10px;
	font-family:Arial, Helvetica, sans-serif, Antipasto;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(255,255,255,0.5);
		marging: 0px 0px 10px 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

input[type=submit] {
	color:#FFFFFF;
	width:80px;
	margin-right:10px;
	font-weight: bold;
	border: 1px solid #06C;
	border-radius:10px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.5),
		inset 0px 0px 16pxrgba(0,0,0,0.5);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.5),
		inset 0px 0px 16pxrgba(0,0,0,0.5);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.5),
		inset 0px 0px 16pxrgba(0,0,0,0.5);
		padding: 5px;
	background-image: url(../images/next.png);
	background-position: -30% center;
	background-repeat: no-repeat;
	background-color:#6498d3;
		marging: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:right;	
}


input[type=submit]:hover {
	background-color:#27365C;
	background-position: 95% center;
	color: #b3c1e3;
		
}

.formSection1{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.formSection2{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.formSection3{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.formSection4{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}


.formSection4 td{
	padding: 8px;
}

.formSection5{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.formSection6{
	width: 100%;
	float: left;
	padding: 0px;
	border: 2px solid #6498d3;
}

.formSection7{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.formSection8{
	width: 100%;
	float: left;
	padding: 10px 5px;
	border: 2px solid #6498d3;
}

.ordenContenidor{
	width: 100%;
	float: left;
	padding: 0px 0px;
	background: #fff;
	border: 2px solid #6498d3;
}

.orderLogo {
	padding: 0px;
	margin:0px;
	border: 0px;
	width: 320px;
}

.formSubSection20{
}

.formSubSection25{
	padding: 15px;
	float: left;
	width: 115px;
	margin: 0px auto;
	margin-top: 40px;
	height: 100px;
	}

.formSubSection30{
}

.formSubSection33{
	padding: 10px 5px;
	float: left;
	width: 32%;
	margin: 0px auto;
	height: 140px;
	border: 3px solid #6498d3;
}

.formSubSection34{
	padding: 10px 5px;
	float: left;
	width: 32%;
	margin: 0px auto;
	height: 140px;
	border: 3px solid #6498d3;
}

.formSubSection40{
	padding: 15px;
	float: left;
	width: 200px;
	margin: 0px auto;
	margin-top: 40px;
	height: 100px;
}

.formSubSection50 {	
	padding: 15px;
	float: left;
	width: 250px;
	margin: 0px auto;
	margin-top: 40px;
	height: 100px;
}

.formSubSection60 {
	float: left;
	width: 354px;
}

.formSubSection70 {
}

.formSubSection75 {
}

.formSubSection80 {
}

form{display:block;
margin:0 auto;}


		#wrapper{
			font-family:'Open Sans',sans-serif;
			display:block;
			width:100%;
			margin:0 auto;
			padding:0;
			max-width:1366px;
			box-shadow:0 0 120px rgba(0,0,0,0.5);
			border:0 solid rgba(0,0,0,0.25);	
			background:#FFF;
			overflow: hidden;
		}

input[type="submit"] { 
	width: 160px;
	padding: 10px 0;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}