/* @override http://axt.es/motion/css/screen.css */

/* @override 
	http://www.axt.es/motion/css/screen.css
	http://axt.es/motion/css/screen.css
*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

html body {
	color: #636363;
	background: #000 url(images/trama.gif) repeat center top;
	-webkit-text-stroke:1px transparent;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

a img {
	border-style: none;
}

img {
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #fcea00;
	outline: none;
}

a.current:link, a.current:visited {
	color: #ffec00;
	text-decoration: none;
}

a.current:hover, a.current:active {
}

div.wide {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	padding-left: 220px;
}

div#main {
	width: 910px;
	background-color: #000;
}

p, ul, ol {
	margin-bottom: 24px;
}

div#header {
	position: relative;
	width: 910px;
	height: 122px;
}

div#header h1 {
	display: block;
	width: 151px;
	height: 57px;
	margin-top: 10px;
	margin-left: 6px;
}

div#header h1 a:link, div#header h1 a:visited {
	display: block;
	width: 151px;
	height: 57px;
	text-align: left;
	text-indent: -9999px;
	background: url(images/axt.gif) no-repeat left top;
	position: absolute;
	top: 10px;
}

div#header h1 a:hover, div#header h1 a:active {
	display: block;
	width: 151px;
	height: 57px;
	text-align: left;
	text-indent: -9999px;
	background: url(images/axt.gif) no-repeat left top;
	position: absolute;
	top: 10px;
	border-style: none;
	border-width: 0;
}

#header ul.options {
	margin-top: 16px;
	margin-right: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul.options {
	text-transform: uppercase;
	font-weight: bold;
}

div#header ul.options li {
	margin-bottom: 1px;
}

ul.options li a {
	margin-left: 6px;
}

#header ul.contact {
	position: absolute;
	left: 921px;
	top: 16px;
	width: 70px;
}

#header ul.contact li {
	margin-bottom: 2px;
}

#header ul.contact li a:link, #header ul.contact li a:visited {
	text-transform: uppercase;
	background-color: #000;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
}

div.video {
	height: 395px;
	width: 650px;
}

div.poster a:link, div.poster a:visited {
	display:block;
	width: 650px;
	position:relative;
	height: 395px;
}

div.poster a:hover, div.poster a:active {
	display:block;
	width: 650px;
	position:relative;
	height: 395px;
}

div.poster a .rollover {
	display:block;
	width: 650px;
	position: absolute;
	height: 366px;
	background: url(images/q.png) no-repeat center center;
	top: 0;
	left: 0;
	cursor: pointer;
}

span.qt {
	border-style: none;
	border-width: 0;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(images/mini_q.gif) no-repeat right center;
	padding-right: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main div.content {
}

#main div.content p, h2, ul {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	opacity: 0.99;
}

#main div.content p.featuring {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #383838;
}

div.post p.featuring a:link, div.post p.featuring a:visited {
	color: #383838;
	text-decoration: none;
}

div.post p.featuring a:hover, div.post p.featuring a:active {
	color: #ffec0b;
	text-decoration: none;
}

#main div.content div.post-title {
	background: #0e0e0e url(images/tooth.gif) repeat-y right top;
	width: 914px;
	margin-bottom: 19px;
}

#main div.content div.post-title h2 {
	font: bold 11px Arial;
	text-transform: uppercase;
	margin-left: 6px;
	float: left;
	color: #f3f3f3;
}

#main div.content div.post-title span.date {
	font: 10px Arial;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
}

#main div.content div.post {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 70px;
}

div#footer {
	padding: 6px;
}

div#prepie {
	width: 48%;
	float: left;
}

#prepie p {
	font-size: 11px;
}

/* @group común */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.clear {
	clear: both;
}



/* @end */