@charset "utf-8";
/* PUNTO105.COM
* 2012 Pensertrust S.A. de C.V.
* This CSS File was developed by Pensertrust -> http://pensertrust.com
* 
* Developer: Samuel Bran -> http://samuelbran.com
* Date: 01/06/2012
* Project: Six Sense
*/

/* BASIC STYLES
-----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'MyriadPro';
  src: url('font/MYRIADPRO-CONDIT.OTF?v=4.2.0') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadProSB';
  src: url('font/MYRIADPRO-SEMIBOLD.OTF?v=4.2.0') format('opentype');
  font-weight: normal;
  font-style: normal;
}
* {
	margin:0; 
	padding: 0; 
	outline:0; 
	border:none; 
	text-decoration:none; 
	list-style-type:none;
	
}
a{
	color: #515252;
}
a:hover{
	color: #ED1F24;
}
html {
	height:100%;
	width:100%;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat;
}
body > .wrapper{
	min-height: 580px;
	width:100%;
	color: #515252;
}
h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
}

p {
	color: #515252;
}
.text-center{
	text-align: center;
}
.tunein-icon{
	margin-top: 5px;
}
.clearfloat:after {
	display:block; 
	content:""; 
	clear:both; 
	visibility:hidden; 
	height:0;
}
.wrapper {
	font-family: 'MyriadPro';
	letter-spacing: 1px;
	margin: 0 auto;
	position: relative;
}

.content-l{
	width: 315px;
	margin: 0 auto;
}
.content-l h2 {
	text-align: center;
	margin: 0px 0 19px 0;
	float: left;
	width: 100%;
	color: #fff;
}
.content-r{
	padding-top: 20px;
	width: 312px;
	margin: 0 auto;
}
.text-center a {
	color: #fff;
}
.tunein .fa-square-o {
	background-image: url(images/tunein.png);
	background-repeat: no-repeat;
	background-position: center 9px;
}
.text-center a:hover{
	color:#515252;
}
.tunein .fa-square-o:hover {
	background-image: url(images/tuneinH.png);
}
footer {
	text-align: center;
}
footer .wrapper {
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
}
footer p {
	color: #fff;
}
.footer_pto105{
	color: #fff;
}
.logo {
	float: left;
	margin-top: 80px;
	margin-bottom: 25px;
}


/* =Error 404 Page
-----------------------------------------------------------------------------------------*/
#error404 {
	background: #f9f9f9 url(css/images/alert_bg.png) bottom right no-repeat;
	height:100%;
}
#error404 h1 {
	font-size:7.8125em;
	color:#c3c3c3;
}
#error404 p {
	color:#a4a4a4;
	padding-left: 20px;
}
#error404 .go-home {
	color: #333;
	margin-left: 10px;
}
#error404 .go-home:hover {
	border-bottom: 1px solid #333;
}
#error404 .go-home span {
	font-size: 1.1666666666666666666666666666667em;
}
#error404 footer {
	text-align: left;
}
#error404 footer .wrapper {
	border-top: none;
}
.reservacion {
	padding: 10px !important;
	position: absolute;
	top: 380px;
	left: 70px;
}