@font-face {
  font-family: "Trajan";
  src: url("../f/TrajanPro-Regular.eot");
  src: local("☺"),
  url("../f/TrajanPro-Regular.woff") format("woff"),
  url("../f/TrajanPro-Regular.eot?") format("opentype"),
  url("../f/TrajanPro-Regular.eot?") format("eot"),	
  url("../f/TrajanPro-Regular.ttf") format("truetype"),
  url("../f/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
}

@font-face {
  font-family: "Efflo";
  src: url("../f/efflo.eot");
  src: local("☺"),
  url("../f/efflo.woff") format("woff"),
  url("../f/efflo.eot?") format("opentype"),
  url("../f/efflo.eot?") format("eot"),
  url("../f/efflo.ttf") format("truetype"),
  url("../f/efflo.svg#Efflo") format("svg");
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trajan", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	background-image: url(../i/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
img {
	border: 0;	
}
a {
	color: #FF0;	
}
a:hover {
	color: #F93;	
}
.wrap {
	margin-left: auto;
	margin-right: auto;	
	width: 1024px;
}
.col {
	float: left;
	margin-left: 26px;
	width: 471px;
	margin-right: 6px;
}
.izq {
	margin-top: 450px;
}
#sinopsis {
	width: 441px;
	min-height: 288px;
	padding: 15px;
	background-image: url(../i/bg2.png);
	font-size: 0.92em;
	line-height: 1.75em;
}

.der {
	margin-top: 165px;
}
#fecha {
	position: relative;
	top: -28px;
	left: -85px;
	text-align: center;
	width: 150px;
	font-size: 1.25em;
}
#bienv {
	width: 441px;
	height: 110px;
	margin-bottom: 15px;
	font-family: "Trajan", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: center;
}
#trivia {
	width: 441px;
	aheight: 240px;
	amax-height: 240px;
	padding: 15px;
	margin-bottom: 28px;
	background-image: url(../i/bg2.png);
}
#formu {
	width: 441px;
	height: 140px;	
	min-height: 140px;	
	padding: 15px;
	background-image: url(../i/bg2.png);
}
td {
	vertical-align: top;	
}
.tc {
	text-align: center;	
}
.tr {
	text-align: right;	
}
h1 {
	font-family: "Trajan", Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-family: "Efflo", "Trajan", Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 8px;
}
#pregs li {
	margin-top: 8px;
}

/*only iPhone*/

@media only screen and (max-device-width: 960px) {

	/*fixes too big font in mobile Safari*/
	
	html {
		-webkit-text-size-adjust:none;
	}
}