*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana;
  /* overflow-x: hidden; */

  font-family: sans-serif;
  list-style: none;
  text-decoration: none;
}

.container {
  position: relative;
  width: 90%;
  text-align: left;
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-top: 5%;
  overflow: hidden;
}

.container2 {
  position: relative;
  width: 90%;
  text-align: left;
  height: auto;
  margin: auto;
  border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-top: 5%;
  overflow: hidden;
}

.slider-form {
  float: none;
	width: 100%;
  text-align: center;
  border-radius: 12px 12px 12px 12px;
  border-radius: 12px;
  color: #4c4b4e;
  font-family: Arial, Verdana;
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

.slider-form p {
  width: 100%;
  text-align: justify;
  font-size: 12px;
}

.slider-form h1 {
  width: 100%;
  text-align: center;
  font-size: 9px;
}

.slider-form p {
  padding: 1%;
  font-family: sans-serif;
}

.slider-form p strong {
  text-align: center;
}

.footer {
  background-color: #00639C;
  color: white;
  text-align: center;
  padding: 10px;
}

.footer h1 {
  color: white;
  font-size: 15px;
  margin: 0.5%;
}

.footer a {
  color: white;
  text-decoration: none;
}

.slider-form input[type=submit]{
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  color: #000;
  border: 1px solid #cdcdcd;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0px 1px 0px #fff;
  box-sizing: border-box;
  -webkit-appearance: button;
}

.slider-form button{
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  color: #000;
  border: 1px solid #cdcdcd;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0px 1px 0px #fff;
  box-sizing: border-box;
  -webkit-appearance: button;
}

.slider-form button:hover{
  opacity: 0.8;
  zoom: 1;
}

.slider-form input[type=submit]:hover{
  opacity: 0.8;
  zoom: 1;
}

.slider-form input[type=button]{
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  opacity: 0.8;
  zoom: 1;
}

.slider-form input[type=text]{
  float: none;
	width: 80px;
	height: 18px;
  font-size: 8px;
  text-align: left;
  margin-top: 2%;
  background-color: #fff;

}

.piepagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #00639C;
	vertical-align: middle;
}

.texto_centrado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	border: thin solid #000000;
	color: #FFFFFF;
	/*background-image: url(../../images/fondos/item.gif);*/
	background-color: #00639C
}

#prueba {
  width: 100%;
}

#prueba input[type=text]{
  float: none;
	width: 100% !important;
	height: 18px;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
}

#fecha {
  float: none;
	width: 120px;
	height: 18px;
  font-size: 9px;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 1%;
}

.slider-form label {
  padding: 0.3%;
  float: none;
	width: 30%;
	height: 5%;
  border: none;
  font-size: 9px;
  font-weight: bold;
  text-align: justify;
  margin-right: 1%;
  margin-top: 2%;
}

.formulario {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
}

.slider-form img{
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

table#tabla-edictos {
  border-collapse: collapse;
  border: 2px solid #CCC;
  width: 99%;
  padding: 2%;
  border-radius: 15px;

  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-top: 1%
}

table#tabla-edictos th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5px;
}

table#tabla-edictos td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 9px;
}

table#tabla-edictos tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  width: auto;
}

table#tabla-edictos2 {
  border-collapse: collapse;
  border: 2px solid #CCC;
  width: 80%;
  border-radius: 15px;
  
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
}

table#tabla-edictos2 th {
  font-weight: bold;
  background-color: #E1E1E1;
}

table#tabla-edictos2 td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 3px 3px;
  font-size: 12px;
  width: 80px !important;
}

table#tabla-edictos2 tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  widows: 100px !important;
}

table#tabla-edictos2 input[type=button]{
  width: 97%;
  height: auto;
  font-size: 11px;
  margin: 1% 0 0 1%;
  white-space: normal;
}

table#tabla-edictos2 input[type=text]{
  width: 55px;
  height: 17px;
  font-size: 10px;
  float: left;
}

table#tabla-edictos2 input[type="date"] {
  background:#fff url(../redirect/img/calendar_2.png)  98% 30% no-repeat;
}

table#tabla-edictos2 input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

table#tabla-edictos2 input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  padding: 8px;
}

table#tabla-liquidacion2 {
  width: 80%;
  border-collapse: collapse;
  border: 2px solid #CCC;
  padding: 2%;
  border-radius: 15%;

  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-left: 10%;
}

table#tabla-liquidacion2 th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}


table#tabla-liquidacion2 td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 1% 1%;
  font-size: 12px;
  text-align: left;
  height: auto;
}

table#tabla-liquidacion2 tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  height: auto;
}

table#tabla-liquidacion3 {
  width: 109%;
  height: 45px;
  margin-right: 40%;
  margin-left: -4%
}

table#tabla-liquidacion3 th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}

table#tabla-liquidacion3 td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 1% 1%;
  font-size: 9px;
  text-align: left;
  height: auto;
}

table#tabla-liquidacion3 tr {
  border-collapse: unset;
  border: 1px solid #CCC;
  height: auto;
  padding: 10px;
}

table#tabla-liquidacion {
  border-collapse: unset;
  border: 2px solid #CCC;
  width: 120%;
  padding: 2%;
  
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  margin-left: -10%;
}

table#tabla-liquidacion th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}

table#tabla-liquidacion td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 1% 1%;
  font-size: 9px;
  text-align: left;
  height: auto;
}

table#tabla-liquidacion tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  height: auto;
}

.block {
  display: block;
}

#departamento, #departamentoc, #ciudad, #soat, #fecha_so, #poliza, #mail, #nombre, #contribuyente2, #dir, #telefono, #feretiro, #moretiro {
  float: none;
	width: 90%;
	height: 22px;
  font-size: 9px;
  text-align: left;
  
  font-family: Arial, Verdana !important;
  margin-top: unset;
  padding: unset;
  border-color: unset;
  border-radius: unset;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
}

#feretiro, #moretiro {
  display: disabled;
  float: none;
	width: 90%;
	height: 20px;
  font-size: 9px;
  text-align: left;
  
  margin-top: unset;
  padding: unset;
  border-color: unset;
  border-radius: unset;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;

}

.slider-form input[type="date"] {
  background:#fff url(../redirect/img/calendar_2.png)  97% 30% no-repeat;
}

.slider-form input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.slider-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  padding: 5px;
}


/* css Formularios Novedades */

table#tabla-edictos3 {
  border-collapse: collapse;
  border: 2px solid #CCC;
  width: 75%;
  padding: 2%;
  border-radius: 15px;

  height: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-left: 20%;
  margin-top: 2%;
}

table#tabla-edictos3 th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5px;
}

table#tabla-edictos3 td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 10px;
  width: 100px !important;
}

table#tabla-edictos3 tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  widows: 100px !important;
}

table#tabla-liquidacion4 {
  width: 70%;
  border-collapse: collapse;
  border: 2px solid #CCC;
  padding: 2%;
  border-radius: 15%;
  font-size: 50%;

  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-left: 20%;
}

table#tabla-liquidacion4 input[type=text]{
  margin-top: unset;
  width: 40%;
  font-size: 10px;   
}

table#tabla-liquidacion4 input[type=button] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

table#tabla-liquidacion4 input[type=submit] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

table#tabla-liquidacion4 select {
  margin-top: unset;
  width: 40%;
  font-size: 10px;
}

table#tabla-liquidacion4 input[type=date] {
  margin-top: unset;
  width: 100px;
  font-size: 10px;
}

table#tabla-liquidacion4 th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}

table#tabla-liquidacion4 td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 1% 1%;
  font-size: 9.5px;
  text-align: left;
  height: auto;
}

table#tabla-liquidacion4 tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  height: auto;
}

.botones-submit {
  width: auto;
  height: 20px;
  padding: 2px !important;
  margin-bottom: 3px;
}

.container_tabla {
  position: relative;
  width: 90%;
  padding: 2px;
  text-align: left;
}

#tabla1 {
float: left;
width: 350px;
margin: 10px;
padding: 0px;
}

#tabla1 table {
text-align: center;
}

#tabla1 table tr td {
width: 100px
}

#tabla2 {
float: right;
width: 400px;
margin: 10px;
padding: 0px;
}

#tabla2 table {
text-align: center;
}

#tabla2 table tr td {
width: 100px
}

table#tabla-declaracion {
  border-collapse: collapse;
  border: 2px solid #CCC;
  width: 70%;
  min-width: 400px;
  padding: 2%;
  
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  margin-top: 1%;
  overflow: hidden;
}

table#tabla-declaracion th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5px;
}

table#tabla-declaracion td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-align: right;
  width: auto;
  font-size: 9px;
}

table#tabla-declaracion tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  width: auto;
}

table#tabla-declaracion input[type=text]{
  width: 60%;
  min-width: 140px;
  height: 20px;
  font-size: 11px;
  float: left;
}

table#tabla-declaracion input[type=submit]{
  width: 20%;
  height: 20px;
  font-size: 11px;
  margin: 2% 0 0 2%;
}

table#tabla-declaracion select{
  width: 60%;
  min-width: 140px;
  height: 20px;
  font-size: 11px;
  float: left;
}

table#tabla-declaracion input[type=date]{
  width: 60%;
  min-width: 110px;
  height: 20px;
  font-size: 11px;
  float: left;
}


table#tabla-novedades {
  width: 75%;
  border-collapse: collapse;
  border: 2px solid #CCC;
  padding: 2%;
  border-radius: 15%;
  font-size: 10px;
  
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-left: 20%;
  margin-bottom: 2%;
}

#tabla-novedades input[type=text]{
  margin-top: unset;
  width: 45%;
  height: 18px;
  min-width: 140px;
  font-size: 10px;   
}

#tabla-novedades input[type=date] {
  margin-top: unset;
  width: 130px;
  height: 22px;
  min-width: 130px;
  font-size: 10px;
}

#tabla-novedades input[type=submit] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-novedades input[type=file] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-novedades #prueba {
  width: 310px;
  min-width: 40px;
  padding: unset;
}

#tabla-novedades select {
  margin-top: unset;
  width: 45% !important;
  height: 18px;
  min-width: 140px;
  font-size: 10px;
  left:unset;
}

#tabla-novedades textarea {
  margin-top: unset;
  width: 250px !important;
  height: auto;
  min-width: 140px;
  font-size: 10px;
}

table#tabla-novedades th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}

table#tabla-novedades td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 1% 1%;
  font-size: 10px;
  text-align: left;
}

table#tabla-novedades td:nth-child(1) {
  width: 40%;
}

table#tabla-novedades td:nth-child(2) {
  width: 60%;
}

table#tabla-novedades tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
  height: auto;
}


table#tabla-caracteristicas {
  width: 75%;
  max-width: 800px;
  border-collapse: collapse;
  border: 2px solid #CCC;
  padding: 2%;
  border-radius: 15%;
  font-size: 10px;
  
  height: auto;
  margin: auto;
  -moz-box-shadow: 0px 0px 30px #cbcbcb;
  -webkit-box-shadow: 0px 0px 30px #cbcbcb;
  box-shadow: 0px 0px 30px #cbcbcb;
  -ms-box-shadow: 0px 0px 30px #cbcbcb;
  -ms-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-right: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-radius: 12px;
  margin-left: 15%;
  margin-bottom: 2%;
}

#tabla-caracteristicas input[type=text]{
  margin-top: unset;
  width: 45%;
  height: 18px;
  min-width: 140px;
  font-size: 10px;   
}

#tabla-caracteristicas input[type=date] {
  margin-top: unset;
  width: 100px;
  height: 22px;
  min-width: 100px;
  font-size: 10px;
}

#tabla-caracteristicas input[type=submit] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-caracteristicas button {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-caracteristicas input[type=button] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-caracteristicas input[type=file] {
  margin-top: unset;
  width: auto;
  height: 17px;
  padding: 2px;
  min-width: 40px;
  font-size: 10px;
}

#tabla-caracteristicas #prueba {
  width: 310px;
  min-width: 40px;
  padding: unset;
}

#tabla-caracteristicas select {
  margin-top: unset;
  width: 45% !important;
  height: 18px;
  min-width: 140px;
  font-size: 10px;
  left:unset;
}

#tabla-caracteristicas textarea {
  margin-top: unset;
  width: 250px !important;
  height: auto;
  min-width: 140px;
  font-size: 10px;
}

table#tabla-caracteristicas th {
  font-weight: bold;
  background-color: #E1E1E1;
  padding:5%;
}

table#tabla-caracteristicas td {
  border-collapse: collapse;
  border: 1px solid #CCC;
  padding: 3px 3px;
  font-size: 12px;
  text-align: left;
}

table#tabla-caracteristicas td:nth-child(1) {
  width: 20%;
}

table#tabla-caracteristicas td:nth-child(2) {
  width: 30%;
}

table#tabla-caracteristicas td:nth-child(3) {
  width: 20%;
}

table#tabla-caracteristicas td:nth-child(4) {
  width: 30%;
}

table#tabla-caracteristicas tr {
  border-collapse: collapse;
  border: 1px solid #CCC;
}

.boton_ver {
  width:60%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.alert-content{
  width: fit-content;
  margin: 0 auto;
}