@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: #a5a4a3;
/*      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;
	*/
}

.cuerpo_fondo{
	/*background: #deddd8;*/
	background: #ffffff;
	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 #FFFFFF; 
	height:0;
}

.letra_pie{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #ffde99;
}

a.enlace_atajo {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
a.enlace_atajo:hover {
	font-size: 12px;
	text-decoration:none;
	color: #ffde99;
}

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*/
}



/*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: #413323;
}





.td_enlace:even {
    background: #574d44;
}
.td_enlace:hover {
    background: #574d44;
}

.tabla_enlaces{
	width: 400px;
}

.td_img{
	width:167px;
	height:60px;
	background: #000000;
}

.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%;
}
*/





