article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size:1em;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  background: #f4f4f4;
}

.register-title {
  width: 270px;
  line-height: 43px;
  margin: 50px auto 20px;
  font-size: 19px;
  font-weight: 500;
  color: red;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: red;
  border-radius: 3px;
}

.register {
  margin: 0 auto;
  width: 80%;
  max-width:700px;
  padding: 20px;
  background: #F4F4F4;
  border-radius: 3px;
}

input {
  font-size:1em;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  color: black;
}

.register-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 2px;
  font-weight: 500;
  border: 0;
  border-radius:10px;
  border-bottom: 1px solid #f4f4f4; /*Linea baja de ingreso del valor*/
  text-align: center;  
  font-size: 1.1em;  
}
.register-input:focus {
  outline: 0;
}

.register-button {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
  background-color: #bb8c42;
  color: white;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer;	
  padding: 14px 20px;
}
.register-button:active {
  background: #AB7F39;
}
.register-button:hover {
  background: #c39854;	
}
.register-button:focus {
  outline: 0;
}

.register-switch {
  height: 20px;
  padding: 20px;
  background: #f4f4f4; /*Fondo de las opciones de radio*/
}

.register-switch-input {
  display: none;
  padding: 30px;
}

.register-switch-label {
  float: left;
  width: 100%;
  line-height: 32px;
  padding: 10px 0px 10px 0px;
  color: #767676; /*Color de las letras de las opciones radio*/
  text-align: center;
  cursor: pointer;	
  vertical-align: middle;
}

.register-switch-input:checked + .register-switch-label {
  font-weight: 500;
  color: White; /*Color de la letra seleccionada radio*/
  background: #bb8c42; /*Color del fondo seleccionado radio*/
  border-radius: 10px;
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.register-switch h2{
text-align: center;
color:#767676; 
margin-bottom:-5px;
padding: 20px;
}

#contenidocotizar02
{
	background-color: #f4f4f4;
	width: 85%; 
    max-width: 700px;
	margin: 0 auto; 
	display: block; 
    text-align: center;
	color:#767676;
	font-size:1em;
	Margin-top:110px;
    Font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
}

#contenidocotizar03
{
	background-color: #f4f4f4;
	width: 85%; 
    max-width: 700px;
	margin: 0 auto; 
	display: block; 
    text-align: center;
	color:#767676;
	font-size:1em;
    Font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
}

#contenidocotizar03 input[type=datetime], select {
  width: 5%;
  max-width: 500px;
  padding: 1px 1px 1px 1px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1%;
  align-content: center;	
  text-align: center;
  color:#F4F4F4;
  background-color:#F4F4F4;
}

