/* @override http://libronaranja.nildmexico.org/estilos.css */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Condensed:700');

body {
	background-color: #f27b30;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#instrucciones {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	width: 50%;
	padding: 50px 10px;
}

.nofloat {
	width: 100% !important;
	float: none !important;
	text-align: center;
}

#instrucciones h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	margin: 0px;
	padding: 0px 10px;
	letter-spacing: -2px;
	line-height: 55px;
}

#instrucciones h2 {
	font-weight: 500;
	margin: 0px 10px 50px;
	padding: 0px;
	font-size: 20px;
}

#instrucciones h3 {
	border-top: 30px solid #99234b;
	padding: 50px 10px 0px;
	font-size: 20px;
}

#instrucciones span {
	font-size: 12px;
	padding: 0px 10px 0px;	
}

#player {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	display: inline-block;
	width: 50%;
	padding: 10px;
}

#footer {
	display: inline-block;
	clear: both;
	text-align: center;
	width: 100%;
	padding: 20px 0px;
	font-size: 10px;
}


#float_instrucciones a {
	display: inline-block;
	font-size: 20px;
	color: white;
	text-decoration: none;
	border: 3px solid #fff;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

#float_instrucciones a span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 25px;
}

#float_instrucciones a:hover {
	background-color: #99234b;
}

@media screen and (max-width: 600px) {
  #instrucciones, #player {
    width: 100%;
  }
  
  #player {
  	padding: 0px;
  }
  
  #instrucciones h3 {
  	border-width: 10px;
  }
}

@media screen and (min-width: 1000px) {
  html {
  	width: 100%;
  	padding: 0px auto;
  	text-align: center;
  }
  
  #holder {
  	width: 1000px;
	display: inline-block;
  	margin: 50px auto;
  }
}