/* ANIMAR FONDO PAGINA INICIAL*/
*{
margin: 0px;
padding: 0px;
background-size: 100%;
border-collapse: separate;
}

.content{
width: 100%;
height:100%;
}

.slider{
width: 100%;
height:100%;
position: fixed;
top:0px;
left:0px;
background-color: #1F3B71; /* Fondo de seguridad */
z-index:-1;
}

.slider li{
width: 100%;
height:100%;
position: absolute;
background-position: center center;
animation: slider 30s linear infinite;
-moz-animation: slider 30s linear infinite;
-ms-animation: slider 30s linear infinite;
-o-animation: slider 30s linear infinite;
-webkit-animation: slider 30s linear infinite;
}

.slider .Fondo1{
background-image:url(Fondos/Fondo1.png);
animation-delay:6s;
}

.slider .Fondo2{
background-image:url(Fondos/Fondo2.png);
animation-delay:12s;
}
.slider .Fondo3{
background-image:url(Fondos/Fondo3.png);
animation-delay:18s;
}

@-moz-keyframes slider{
0%{opacity:0; animation-timing-function:ease-in;}
10%{opacity:1; animation-timing-function:ease-out;}
25%{opacity:1; transform: scale(1);}
50%{opacity:0; transform: scale(2);}
100%{opacity:0;}
}

@-ms-keyframes slider{
0%{opacity:0; animation-timing-function:ease-in;}
10%{opacity:1; animation-timing-function:ease-out;}
25%{opacity:1; transform: scale(1);}
50%{opacity:0; transform: scale(2);}
100%{opacity:0;}
}

@-o-keyframes slider{
0%{opacity:0; animation-timing-function:ease-in;}
10%{opacity:1; animation-timing-function:ease-out;}
25%{opacity:1; transform: scale(1);}
50%{opacity:0; transform: scale(2);}
100%{opacity:0;}
}

@-webkit-keyframes slider{
0%{opacity:0; animation-timing-function:ease-in;}
10%{opacity:1; animation-timing-function:ease-out;}
25%{opacity:1; transform: scale(1);}
50%{opacity:0; transform: scale(2);}
100%{opacity:0;}
}

/* REDONDEAR BORDES*/
.tabla-destacada{border-collapse:collapse; text-align:center;
	font-size:22px}
.tabla-destacada tr th, td{border:0px solid #fff;
	width:9em; height:2.5em;}
.tabla-destacada tr th{border-top-left-radius:10px; 
	border-top-right-radius:10px;}
.tabla-destacada tfoot td{border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-weight:bold;}
.redondeado{
	border-radius: 25px 25px 25px 25px;
	/*background-image: url("Imagenes/Compers.jpg");
 	background-repeat: no-repeat;*/
}

