

fieldset.fs{
	margin-bottom: 20px !important;
	border-radius:  .375rem;
	border: 1px solid #dee2e6;
	padding: 20px;
}

fieldset legend{
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.form-text{
	font-style: italic;
}

i.required{
	font-weight: bold;
	color: red;
}

/*Estilos para el pop up alert.*/
#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(tp.png);
	/* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 300px;
	min-height: 100px;
	margin-top: 250px;
	border: 2px solid #000;
	background-color: #F2F5F6;
	background-image: url(alert.png);
	background-repeat: no-repeat;
}

#modalContainer>#alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 0.9em arial;
	background-color: #045FB4;
	color: #FFF;
	border-bottom: 1px solid #000;
	padding: 2px 0 2px 5px;
}

#alertBox p {
	font: 0.9em arial;
	height: 50px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: 13px;
	margin-right: 13px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #000;
	width: 70px;
	font: 0.7em arial;
	text-align: center;
	color: #FFF;
	background-color: #045FB4;
	text-decoration: none;
}