/* General */
a:link {
	text-decoration:none;
}
a {
	cursor:pointer;
}
#cargaUniversal {
	width:50px;
	height:50px;
}
html, body {
	width:100%;
	height:100%;
}

/* Sections */
.personSection {
	margin:0px auto;
	background-color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #E7E7E7;
	padding:10px 0px;
}

/* Formularios */
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="date"], select, textarea  {
	border-radius:3px;
	border:1px solid #d4d5d6;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
	height:30px;
}
input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=date] {
   -moz-appearance:textfield;
}
select {
	position:relative;
	top:1px;
	height:30px;
}
.requerido {
	color:#b51212;
}
.inp40  { width:40px; }
.inp60  { width:60px; }
.inp100 { width:100px; }
.inp110 { width:110px; }
.inp123  { width:123px; }
.inp130  { width:130px; }

/* Fieldset */
fieldset legend {
	color:#777777;
	padding-left:2%;
}

.precio {
	color: orange;
    font-size: 1.2em;
    font-weight: bold;
}
/* Margin */
.margin {
	margin-left:2%;
}

/* Alertas */
.alert {
	margin-right:2%;
}