
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (max-width: 767px) {
	
	#contenido {
	width:95%;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('http://davior.net/images/bg-tracks.png');
}

#my-sounds {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 50px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#descripcion {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}


.track {

width:95%;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
}


.track-info {
	width:100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
.track-titulo {

	margin-top: 0px;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
}

.estilo {
	display:inline-block;
	font-family:'Cagliostro', sans-serif;
	font-size: 18px;
	color: #bf1e2d;
	text-align: center;
	margin-bottom: 10px;
}	

.social img {
	
	width: 70px;
	padding:3px;
	
}

#boletin {
	width:100%;
	max-width: 767px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;

}
#mensaje { 
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto; 
	color:#5c3a20;
	font-size: 27px;
	font-family: 'Cagliostro';
	}

.entrada {
	display:block;
	border-style: solid;
	border-width: 1px;
	border-color: rgba( 0, 0, 0,0.094);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	max-width: 500px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	font-family: 'Cagliostro';
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	color: #5c3a20;
	background-color:#ffe677;
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
}

.entrada:focus
{
background-color:#fff2ba;

} 

.entrada:hover
{
background-color:#fff2ba;
     -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
} 



.button {
	display:block;
	margin-top:20px;
	border-radius: 5px;
	background-color: #5c3a20;
	border: 0;
	padding: 17px 27px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	font-family: 'Cagliostro';
	font-weight: normal;
	color: #FFF;
	font-weight:300;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
}
.button:hover { 

	background-color:#b00a30;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
	}


	
}


@media (min-width: 768px) and (max-width: 1199px) {
	
	#contenido {
	width:95%;
	max-width:767px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('http://davior.net/images/bg-tracks.png');
}

#my-sounds {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 50px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#descripcion {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}


.track {

width:95%;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
}


.track-info {
	width:100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
.track-titulo {

	margin-top: 0px;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
}

.estilo {
	display:inline-block;
	font-family:'Cagliostro', sans-serif;
	font-size: 18px;
	color: #bf1e2d;
	text-align: center;
	margin-bottom: 10px;
}	

.social img {
	
	width: 70px;
	padding:20px;
	
}

#boletin {
	width:100%;
	max-width: 767px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;

}
#mensaje { 
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto; 
	color:#5c3a20;
	font-size: 24px;
	font-family: 'Cagliostro';
	}

.entrada {
	display:block;
	border-style: solid;
	border-width: 1px;
	border-color: rgba( 0, 0, 0,0.094);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	max-width: 500px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	font-family: 'Cagliostro';
	font-size: 27px;
	font-weight: 300;
	font-style: italic;
	color: #5c3a20;
	background-color:#ffe677;
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
}

.entrada:focus
{
background-color:#fff2ba;

} 

.entrada:hover
{
background-color:#fff2ba;
     -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
} 



.button {
	display:block;
	margin-top:20px;
	border-radius: 5px;
	background-color: #5c3a20;
	border: 0;
	padding: 15px 25px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	font-family: 'Cagliostro';
	font-weight: normal;
	color: #FFF;
	font-weight:300;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
}
.button:hover { 

	background-color:#b00a30;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
	}




}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media (min-width: 1200px) {
	
 #contenido {
	width:100%;
	max-width: 767px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('http://davior.net/images/bg-tracks.png');
}

#my-sounds {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 50px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#descripcion {
	float: none;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}


.track {

width:98%;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
}


.track-info {
	width:100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
.track-titulo {

	margin-top: 0px;
	font-family:'Cagliostro', sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #5c3a20;
	text-align: center;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
}

.estilo {
	display:inline-block;
	font-family:'Cagliostro', sans-serif;
	font-size: 18px;
	color: #bf1e2d;
	text-align: center;
	margin-bottom: 10px;
}

.social img {
	
	width: 60px;
	padding:10px;
	
}

#boletin {
	width:100%;
	max-width: 767px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;

}
#mensaje { 
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto; 
	color:#5c3a20;
	font-size: 17px;
	font-family: 'Cagliostro';
	}

.entrada {
	display:block;
	border-style: solid;
	border-width: 1px;
	border-color: rgba( 0, 0, 0,0.094);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	max-width: 300px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	font-family: 'Cagliostro';
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	color: #5c3a20;
	background-color:#ffe677;
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
}

.entrada:focus
{
background-color:#fff2ba;

} 

.entrada:hover
{
background-color:#fff2ba;
     -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
     -o-transition: background-color 0.3s linear;
     -ms-transition: background-color 0.3s linear;
     transition: background-color 0.3s linear;
} 



.button {
	display:block;
	margin-top:20px;
	border-radius: 5px;
	background-color: #5c3a20;
	border: 0;
	padding: 7px 17px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-family: 'Cagliostro';
	font-weight: normal;
	color: #FFF;
	font-weight:300;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
}
.button:hover { 

	background-color:#b00a30;
	transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
	}



	
}

#cierre {
	float: none;
	margin-top: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;	
}


#message {
	
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto; 
	color:#5c3a20;
	font-size: 27px;
	font-family: 'Cagliostro';
	
}

#chkBox {
	padding:0px;	
	
}