@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url('https://fonts.googleapis.com/css?family=Play');
*{
    margin: 0px;
    padding: 0px;
}

body{
    background: #ffffff;
    font-family: 'Cairo', sans-serif;
    font-size: 1em;
}
header{
    margin: 0.3em;
}
.container h3{
    text-align: center;
    margin: 0.5em;
}
table td{
    text-align: center;
    font-size: 0.7em;
    font-family: verdana;
}
table th{
    font-size: 0.8em;
    text-align: center;
}
.carousel-caption h3{
    font-size: 3em;
    color: #424242;
    font-family: 'Play', sans-serif;
}
.carousel-caption p{
    font-size: 2em;
    color: #424242;
    font-family: 'Play', sans-serif;
}
.footer{
    margin-top: 0.8em;
    background: #000000;
    padding: 1em;
    text-align: center;
    color: #ffffff;
}
.footer h3{
    text-align: right;
}
.footer a{
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover{
    text-decoration: none;
}
.footer a:visited{
    color: #ffffff;
    text-decoration: none;
}
.saintgermain{
    background: #AC58FA;
}
.puntoencuentro{
    background: #58FAF4;
}
.recuerdosnostalgicos{
    background: #F7D358;
}
.angelesconnosotros{
    background: #FA5882;
}
.doriselfolkloreyud{
    background: #F7FE2E;
}
.casadeespaña{
    background: #0040FF;
}
.alcones{
    background: #81F7BE;
}
.encabezadoprogramacion{
    background: #2E9AFE;
}
.vacia{
    background: #E6E6E6;
}
.arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}