@charset "utf-8";
/* CSS Document */
.contenedorTabla{
	width:100%;
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: 'Lato', sans-serif;
}
table.blueTable td, table.blueTable th {
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 16px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #001689;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

/*---------------------------*/
.contenedorCondiciones{
	width:100%;
	display: flex;
    flex-flow: column;
	overflow-y: scroll
}
.generatedList {
	font-family: 'Lato', sans-serif;
    list-style-type:1;
    /*background-color:#ffffff;*/
    padding: 0px 40px 20px;
}
.generatedList li{
    font-size:13px;
    color:#000000;
    padding:4px;
}