
	table {
	width: 100%
	border-collapse:separate;
	}
	
	Table, th, td{
	padding: 15 px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
	}
	th {
	background-color:rgba(20,180,30,0.7);
	}
	td{
	background-color: rgba(120,180,30,0.3);
	}
	tr:nth-child(even){
	background-color:rgba(140,160,0,0.2);
	}

	table1 {
	width:500px;
	height:350px;	
	background-color:Lightblue;
	padding:25px;
	font-size:18px;
	margin:30px;
	text-align:left;
	margin-left:70px;
	border:4px solid black;
	border-radius:15px;
	box-shadow: 8px 3px 2px orange;	
	color:black
	}

	table2 {
	width:500px;
	height:300px;
	background-color:lightpink;
	padding:25px;
	font-size:24px;
	margin:30px;
	text-align:left;
	margin-left:70px;border:4px dashed;
	border-radius:15px;
	box-shadow: 8px 3px darkblue;
	color:black
	}

	.sin_boton {
	border: 0px; 
	background-color: rgba(1,1,1,0);
	}

	.sin_boton .btn_expand {
	border: 0px solid red;
	background-color: rgba(1,1,1, 0);
	opacity: 0.1;
	}

/* Incorporación de imagen flotando a la izquierda o derecha, se diseñó para ocupar un ancho del 50%, con ancho de imagen del 100% (para valores menores, hay que poner un estilo que modifique las márgenes */
.flota_i {
	float: left;
    margin: 0px 10px -15px -5px;
	padding: 5px;
	border: 1px solid rgba(1,1,1,0);
	width: 50%;
	margin-top:-10px;
}

.flota_i .figcaption {
	text-align: center;
	margin-bottom:0px;
	color: var(--text-color);
}

.flota_d {
	float: right;
    margin: 0px -10px 0px 15px;
	padding: 5px;
	border: 1px solid rgba(1,1,1,0);
	width: 50%;
	margin-top:10px;
	
}

.flota_d .figcaption {
	text-align: center;
	color: var(--text-color);
}

