a {
	text-decoration: none;
}
		
		
body {
	background-image: url('../imagenes/fondo.png');
	font-family: avantgarde-demi;
}
	
@font-face {
	font-family: avantgarde-demi;
	src : url(../fuentes/avantgarde-demi.ttf),
	url(../fuentes/avantgarde-demi.otf),
	url(../fuentes/avantgarde-demi.eot);
}
			.tituloPais {				font-size: 40px;				}				.tituloGaleria{				font-size: 30px;				}

.manita{
	cursor: pointer; 
}
		
		
#contenedor{
 
	display:block;

	margin:auto;
	
	border-radius: 15px;
	background:#FFFFFF;
	/*border-color:#FFE95E;
	border-style:solid;
	border-width:2px;*/
	width: 100%;
	height: 100%;
	top: 73px;
	position: absolute;
	margin-bottom: 14px;
	background: #FAE67E;
	margin-left: -8px;
	padding-bottom:80px;
}

#contenido {
	width:70%;
	margin-top: 96px;
}

.seccion {}

#nav {
	vertical-align:middle;
	display:block;
	position: relative;
	text-align:center;
	top: 13px;
}

#lecturaPic, #mundoPic,
#artistaPic, #musicaPic, 
#configPic {
	width:60px;
	height:60px;
}

.myButton { 
	background-color:#ffea5e; 
	-moz-border-radius:37px; 
	-webkit-border-radius:37px; 
	border-radius:37px; 
	display:inline-block;
	cursor:pointer; 
	color:#000000; 
	font-size:16px; 
	padding:2px 7px; 
	text-decoration:none; 
} 

.myButton:hover { 
	background-color:#c4b352; 
} 

.myButton:active { 
	position:relative; 
	top:1px; 
}

#menu_wrapper {
	width:1032px;
	margin:auto;
}

#menu {
	background: #2D83A0;
	border-top-left-radius: 15px;
	width: 588px;
	height: 68px;
	float: right; 
	left: -236px; 
	/* text-align: center; */
	position: relative;
	margin-top: -22px;
	margin: auto;
	top: -23px;
}


.mostrar {
	cursor: pointer;
	cursor: hand;
	display: block;
	border-top-right-radius: 15px;
	background-color: #B4AD03;
	width: 26px;
	height: 64px;
	float: right;
	border-color: #B4AD03;
	border-width: 2px;
	border-style: solid;
	vertical-align: middle;
	margin-right: 41px;
	left:  -235px;
	position: relative;
	margin-top: -23px;
}

#cornisa {
	height: 60px;
	background-image: url('../imagenes/cornisa1.png');

	margin-top: -20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#cornisaPais {
	height: 90px;
	margin-top: -62px;
	background-image: url('../imagenes/textura_k1.png');
	height: 153px;
	background-repeat: repeat-x;
}

		#cornisaConfig{
		
		height: 90px;
		 
	 	margin-top: -62px;
		background-image: url('../imagenes/corniza-acerca.png');
		height: 153px;
		background-repeat: repeat-x;
	 
		}

		#cornisaLectura{
		
		height: 90px;
		 
	 	margin-top: -200px;
		background-image: url('../imagenes/corniza-palabras.png');
		height: 153px;
		background-repeat: repeat-x;
	 
		}
		
	 
		.rotarTexto {
		
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		font-size: 16px;
		position: relative;
		top: 44px;
		width: 88px;
		left: -18px;
		
		}
		
		
		#plecaPais {
		
		height: 101px;
		background: #DF4656;
		position: relative;
		left: -406px;
		width: 50px;
		margin: auto;
		top: -110px;
		color:#FFFFFF;
		}
		
		#cornisaArtista {
		
		height: 90px;
		 
	 	margin-top: -62px;
		background-image: url('../imagenes/textura_k1_arte.png');
		height: 153px;
		background-repeat: repeat-x;
	 
		}
		
		
		#cornisaMusica {
		
		height: 90px;
		 
	 	margin-top: -62px;
		background-image: url('../imagenes/textura_k1_musica.png');
		
		height: 153px;
		background-repeat: repeat-x;
	 
		}
		
		
		
		
		 
		
		.mostrar:hover {
			background-color:#c4b352;
			border-color:#c4b352;
		}	
		
		td {
	 
			white-space:nowrap;
			 

		}
		
		.menuElementos{
			display: table-cell;
			/*padding: 4px;*/
			line-height: 20px;
		}
		
		tr {
			height:35px;
			white-space:nowrap
			
		}
		
		.texto {
			font-size: 180px;
			text-align: center;
		}
		
		.titulo {
		
		
		
		
		color: #FFFFFF;

		vertical-align: middle;
		margin-top: 62px;
		position: relative;
		top: 15px;
		font-size: 38px;

		
		}

		.boton {
			background-color:#44c767;
			-moz-border-radius:34px;
			-webkit-border-radius:34px;
			border-radius:34px;
			border:4px solid #18ab29;
			display:inline-block;
			cursor:pointer;
			color:#ffffff;

			font-size:16px;
			padding:4px 14px;
			text-decoration:none;
			text-shadow:0px 1px 0px #2f6627;
		}
		
		.boton:hover {
			background-color:#5cbf2a;
		}
		
		.boton:active {
			position:relative;
			top:1px;
		}


