@charset "utf-8";
/* CSS Document */

/*** TABLE **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 1200px;
  margin: auto;
  max-width: 1096px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
#tsv th {
  color:#FFFFFF;;
  background:#E10712;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  width: 1000px;
  height: 20px;
  font-size:18px;
  padding:24px;
  padding-left: 20px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

#tsv th:first-child {
  border-top-left-radius:3px;
}
 
#tsv th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
#tsv tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
#tsv tr:hover td {
  background:#0F2A77;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
#tsv tr:first-child {
  border-top:none;
}

#tsv tr:last-child {
  border-bottom:none;
}
 
#tsv tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
#tsv tr:nth-child(odd):hover td {
  background:#0F2A77;
}

#tsv tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
#tsv tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
#tsv td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

#tsv td:last-child {
  border-right: 0px;
}

#tsv th.text-left {
  text-align: left;
  padding-left: 20px;
}

#tsv th.text-center {
  text-align: center;
}

#tsv th.text-right {
  text-align: right;
}

#tsv td.text-left {
  text-align: left;
  padding-left: 20px;
}

#tsv td.text-center {
  text-align: center;
}

#tsv td.text-right {
  text-align: right;
}

.seguro-viajero {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 30px;
	font-size: 24px;
	color: #29323C;
	text-align: left;
	float: left;
	width: 1100px;
	height: 100%;
	padding-top: 50px;
}

.btn-sv {
	font-weight:bold;
	color:#E10712;
	text-decoration: none;
}