.etabs {
	margin: 0;
	padding: 0;
	margin-left: 1%;
}
/*.etabs a::after{content:'';position:absolute;z-index: 1;top: 0;right: -.5em;bottom: 0;
                    width: 1em;background: #ddd;background-image: url(l_azul_menu.png);
                    box-shadow: 2px 2px 2px rgba(0,0,0,.4);transform: skew(10deg);
                    border-radius: 0 5px 0 0;}*/
.tab {
	display: inline-block;
	zoom: 1;
	*display: inline; /*background-color:#7498c8*/;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border: 0;
}

.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	outline: none;
	text-decoration: none;
}

.tab a:hover {
	
}

.paso1 {
	background-image: url("../../resources/images/paso1.png");
	width: 200px;
	height: 50px;
	background-repeat: no-repeat;
}

.paso2 {
	background-image: url("../../resources/images/paso2.png");
	width: 200px;
	height: 50px;
	margin-left: -20px;
	background-repeat: no-repeat;
}

.paso3 {
	background-image: url("../../resources/images/paso3.png");
	width: 200px;
	height: 50px;
	margin-left: -20px;
	background-repeat: no-repeat;
}

.paso4 {
	background-image: url("../../resources/images/paso4.png");
	width: 200px;
	height: 50px;
	margin-left: -20px;
	background-repeat: no-repeat;
}

.tab.active {
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #0080ff;
}

.tab a.active {
	font-weight: bold;
}

.tab-container .panel-container {
	background: #fff;
	border: solid #0080ff 1px;
	padding: 25px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	width: 100%;
	margin-left: 1%;
	padding: 0px;
}
/*    .panel-container {margin-bottom: 10px;}*/
/*estilos cont_tab_general*/
.label_name_align {
	width: 13%; /*140px*/
}

.size_box {
	width: 110px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.size_box_spry {
	width: 115px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/*botones save and cancel*/
.btn1_save {
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	float: right;
	background-color: #0080ff;
	color: white;
	border: 0;
}

.btn1_save:hover {
	background-color: #122969;
}

.btn2_cancel {
	float: right;
	height: 20px;
	background-color: #0080ff;
	color: white;
	border: 0;
}

.btn2_cancel:hover {
	background-color: #122969;
}

.btn2_siguiente {
	float: right;
	height: 20px;
	background-color: #0080ff;
	color: white;
	border: 0;
}

.btn2_siguiente:hover {
	background-color: #122969;
}

.btn1_anterior {
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	height: 20px;
	background-color: #0080ff;
	color: white;
	border: 0;
}

.btn1_anterior:hover {
	background-color: #122969;
}

.btnModal, .btnBusqueda, .btnModalAnterior{
	height: 20px;
	background-color: #0080ff;
	color: white;
	border: 0;
	cursor: pointer;
	padding: 3px;
}

#fieldForm {
/* 	border-radius: 10px 10px 10px 10px; */
/* 	-moz-border-radius: 10px 10px 10px 10px; */
/* 	-webkit-border-radius: 10px 10px 10px 10px; */
	border: 2px solid #779bcc;
	padding: 5px;
	text-align: left;
}

.fieldForm {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #779bcc;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 50px;
	text-align: left;
}

#formError {
	border: thin solid #0080ff;
	background-color: #d3e8f4;
	color: #0080ff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px;
	max-width: 70%;
}

#fdlDomFis{ border:2px solid black }

#lgnDomFis{
  padding: 0.2em 0.5em;
  border:1px solid black;
  color:black;
  font-size:90%;
  text-align:left;
  }
/*termina estilo con_tab_general*/