/* General */
a {
	cursor:pointer;
}
a:link {
	text-decoration:none;
}
body {
	background-color:white;
}
#cargaUniversal {
	width:50px;
	height:50px;
}
h1 {
	color:#5f5f5f;
}

/* Main and sections */
.personSection {
	background-color:white;
	padding:10px 0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #E7E7E7;
}

/* Inputs */
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;
}
select {
	position:relative;
	top:1px;
	height:30px;
}
.requerido {
	color:#b51212;
}

/* Fieldset */
fieldset legend {
	color:#5f5f5f;
	padding-left:2%;
}

/* Alertas */
.alert {
	margin-right:2%;
}
/* Margin */
.margin {
	margin-left:2%;
}

/* Colores */
.color-blue { background-color: #bddeff; }
.color-red { background-color: #ffbdb8; }
.color-green { background-color: #97cb8b; }
.color-yellow { background-color: #f0f480; }
.color-orange { background-color: #ffe1b8; }