@charset ("utf-8");

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"); /* Open Sans de Google Fonts */

html{
   /*height: 100%;*/
   margin: 0;
   padding: 0;
}

body {
   font-family: Arial, Helvetica;
   font-size: 15px;
   margin: 0 auto;
   padding: 0;
   height: 100%;
   background: #eaeff2;
/*      background-image: url('../img/PortadaPianoWorks_dif.jpg');

 background-repeat: no-repeat;
 background-position: top center;
 background-size: cover;
    width: 100%;
    height: 100%;
	left: 0;
    right: 0;
    z-index: 1;
	
	overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
	*/
}



header {
    display: block;
	width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.bloque-espacio{
    display: block;
	height: 20px;
    width: 100%;	
}

.imagen_fondo {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
	background-position: center;
	display: block;
}

/*.bloque-portada{
	width: 100%;
    max-width: 850px;
    margin: auto;
	display: block;
	background: #d09e19;
	
}*/

/*.portada-album{
	margin: auto;
    height: auto;
	border-color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,.5);
    width: 400px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 15px solid rgba(0,0,0,.5);
    margin-left: 32%;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.imagen-album{
	opacity: 0;
    position: absolute;
    width: 370px;
    height: 370px;
    z-index: 2;
    pointer-events: none;
    transition: opacity .5s;	
}

.img-portada{
	
	    position: absolute;
    left: 120px;
    top: 120px;
    width: auto;
    height: auto;
    width: initial;
    height: initial;
}*/




.cuerpo_fondo{
	/*background: #deddd8;*/
	/*background: #d09e19;*/
	margin-right: auto;
	margin-left: auto;
	
}
.cuerpo_pie{
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.linea_blanca{
	border: 0; 
	border-top: 1.5px solid #a8aeac; 
	height:0;
}

.letra_cuerpo_titulo{
	
	font-family: Didot,sans-serif, Arial, Helvetica;
	font-weight: 100;
	font-size: 40px;
	color: #515151;
	text-align: center;
}

.letra_cuerpo_subtitulo{
	font-family: Didot,sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: 100;
	color: #515151;
	text-align: center;
}

.boton{
    width: 43%;
    margin-right: 5px;
    margin-left: 5px;
	border-radius: 50px;
    border: 1px solid #444;
    padding: 9px 0;
    margin-top: 14px;
    display: inline-block;
    text-align: center;
    width: 92%;
    text-decoration: none;
    color: inherit;	
	
}


.boton:focus, .boton:hover{
    background-color: #222;
    color: #eee;
    fill: #eee;
}


.boton-icono {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0 0px 0 0px;
}



.letra_pie{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #515151;
}

a.enlace_atajo {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
a.enlace_atajo:hover {
	font-size: 12px;
	text-decoration:none;
	color: #515151;
}

a.enlace_boton{
	color: #ffffff; /*color texto*/
	text-decoration: none; /*decoración texto*/
	text-transform: uppercase; /*capitalización texto*/
	text-align: center;
	font-size: 16px;
	font-family: 'Helvetica', sans-serif; /*tipografía texto*/
}

a.enlace_boton:hover{
	color: #000000; /*color texto*/
	text-decoration: none; /*decoración texto*/
	text-transform: uppercase; /*capitalización texto*/
	text-align: center;
	font-size: 16px;
	font-family: 'Helvetica', sans-serif; /*tipografía texto*/
}

a.enlace_boton:even{
	color: #000000; /*color texto*/
	text-decoration: none; /*decoración texto*/
	text-transform: uppercase; /*capitalización texto*/
	text-align: center;
	font-size: 16px;
	font-family: 'Helvetica', sans-serif; /*tipografía texto*/
}




/*estilos visuales de la tabla*/
table {
    margin: 5px;
	border: 0px;
}
table th {
    padding: 21px 25px 22px 25px;
}
table tr {
    text-align: center;
}
table td {
    padding: 0px;
    background: #eaeff2;
}





.td_enlace:even {
    background: #fd44ff;
	color: #eaeff2; /*color texto*/
}
.td_enlace:hover {
    background: #fd44ff;
	color: #eaeff2; /*color texto*/
}

.tabla_enlaces{
	width: 400px;
}

.td_img{
	width:167px;
	height:60px;
	background: #eaeff2;
}

.img_enlace{
	max-width: 100%;
}

/*fin estilos visuales de la tabla*/

.table-container
{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
/* añadimos las barras para dispositivos IOS */

.table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}


/*.img_logo { 
	
	display: block;
	margin: auto;
	border: 0;
	float: left;
}   */


/*.bloque_img_texto{
	
	margin-top: 0px;
	
	position: relative;
}

.bloque_img_texto img{
	display: block;
	float: left;
}*/


/*.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 40px 20px;
    cursor: pointer;
}

.boton2{
	background: #3b877f;
	width: 200px; 
	text-align: center;	
	display: table-cell;
    vertical-align: middle;
}
.boton2:hover{
	background-color: #114e47;
	color: white;			
}


.contenedor
	{
		width:200px;
		height:60px;
		line-height:60px;
		border:1px solid;
		text-align:center;
	}
	.contenedor>a {
		display:inline-block;
		vertical-align:middle;
		line-height:normal;
	}


	
.contenedor2 {
 display: flex;
 justify-content: center;
 align-items: center;
 }	


.boton {
	display: block;
	float: right;
	width: 200px;
	height: 60px;
	background-color: #a58170; 
}

.boton:hover {
	display: block;
	float: right;
	width: 200px;
	height: 60px;
	background-color: #ecdec1; 
	
}*/






/*.logocontenedor {
	
	background-color: #002987;
	padding: 5px;
	
}
 
.logocontenedorcentral {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;

	
}*/
 
/*.logoimagen {
	width:100%;
	max-width:630px;
	display:inline-block;
}
 
.logotexto {
	text-align:right;
	width:100%;
	max-width:100%;
	color:#FFFFFF;
	display:inline-block;
}
 
p.fecha {
font-size:18pt;
line-height: 100%;
}
 
p.lugar {
font-size:12pt;
line-height: 60%;
}
*/





