body
{
	background-color: #272727;
	text-align: center;
	letter-spacing: 3px;
}
/*___________________ Chino Index _______________________*/
#indexContenedor
{
	margin-top: 20px; 
	color:#f9f9f9;
	font-family: "Courier New", Courier, monospace;
}

#indexContenedor h3
{ 
	margin-bottom:20px;
	font-weight: normal;
	font-size: 18px ; //
}

#indexContenedor a
{
	color: #f9f9f9;
	text-decoration: none;
}

#indexContenedor a:visited
{ color: #f9f9f9; }

/*-- Instrucciones --*/
#instrucciones
{ 
	margin-top: 10px;
	padding: 0 35px;
}

#instrucciones h4
{ 
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px ; 
	color:f9f9f9;
	font-family: "Courier New", Courier, monospace;
}

#instrucciones p
{ 
	font-size: 10px; 
	padding: 0;
	margin: 0;
	color:f9f9f9;
	font-family: "Courier New", Courier, monospace;
}
/*-- Info --*/
#info 
{ 
	margin-top: 20px;	
}

#info table
{ 
	margin: 0 auto;
	text-align: center;
	color: #f9f9f9;
}

#info table tbody td
{ font-size: 11px !important; }

#info table tbody td h4
{ 
	margin-bottom: 0;
	font-weight: normal;
}

#info table tbody td p
{ 
	margin: 0;
	padding: 0;
}

semibold
{ font-weight: bolder; }
/*___________________ Chino Playlist _______________________*/
#contenedor
{
    text-align: center;
    vertical-align: baseline;
    width: auto;
    margin-bottom: 10px;
}
#chinoHome
{
	font-size: 25px;
	color: #f9f9f9;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	margin-top: 15px;
	margin-bottom: 15px;
}
#chinoHome:visited
{ color: #f9f9f9; }

#p5_loading 
{ 
	width: 100%;
	text-align: center;
	padding-top: 20px;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
}
#almohadaAmarilla
{
	position: absolute;
	width: 52%;
	background-image: url("imgyellowpillow.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	/*margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;*/
}
#tituloCancion
{
	display: inline-block;
    margin: 10px 10px 5px 10px;
    font-family: "Courier New", Courier, monospace;
    color: #ffffff;
    font-weight: normal;
    font-size:18px;
}
#manejadores
{
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.botonesFlotantes 
{
	/*float: left;*/
	background-color: transparent;
	color: #f9f9f9;
	background: none;
    border: none;
    font-family: "Courier New", Courier, monospace;
    font-size: 36px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 10px;
    width: 8%;
}
#defaultCanvas
{
	/*float: left;*/
	background-color: #f4f4e7;
	width: auto !important;
	max-width: 70% !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    height: auto !important;
}

.ClearBoth {clear: both;}

#cargando 
{
	position: absolute;
	z-index: 400;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;	
}
#cargando h1
{
	color: #f9f9f9;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	margin-top: 41px;
}
@media screen and (max-width: 1500px) {
	img { width: 38% !important}
	#tituloCancion	{ font-size: 16px; }
	}
@media screen and (max-width: 767px) {
    #defaultCanvas
	{
		width: 	100% !important;
		height: auto;
	}
	img { width: 70% !important}
	#tituloCancion
	{
		display: inline-block;
	    margin: 10px 10px 5px 10px;
	    font-family: "Courier New", Courier, monospace;
	    font-size: 15px;
	}
	.botonesFlotantes 
	{
	    font-size: 20px;
	    margin-top: 25px;
	    position: absolute;
	}
	#btnsig { right: 0 }
	#btnant { left: 0 }
}