/*=======================================
 File Name: demo.css
 Author: Richard Scarrott
 Copyright: Richard Scarrott
 Created (updated): 08/08/10 (08/10/10)
=======================================*/

/*=======================================
=============== contents ================
1..................................=reset
2............................=base styles
=======================================*/

/*=======================================
 1. =reset
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0;padding:0;border:none;outline:0;}

/*=======================================
 2. =base styles
=======================================*/
body {
	
	background:url(../animaciones/gif/imag_ruleta/marco.png) no-repeat;	
	margin: 17px 0 0 49px;
	
}

/** block level **/
p, pre, blockquote, dl, ul, ol, address {margin:0;}

ul, ol {padding:36px 0 0 0px;}

li {margin:0;}

h1, h2, h3, h4 {

	font-weight:normal;
	margin:0;
	font-family:trebuchet ms, lucida sans unicode, arial, sans-serif;
	
}

table {border-collapse:collapse;}

th {text-align:left;}

iframe {
	border-width:0;
	background:#DDD;
}

/** inline **/
a {
text-decoration: none; background:url(../animaciones/gif/imag_ruleta/btn1.png) no-repeat; margin: -0px 0 0 0px; display: block; width: 20px; height: 20px; text-align:center; color:#000; vertical-align: top; float: left;
}

a:hover {text-decoration: none; background:url(../animaciones/gif/imag_ruleta/btn3.png) no-repeat; margin: -0px 0 0 0px; display: block; width: 20px; height: 20px; text-align:center; color:#C30; vertical-align: top; float: left;}
a:active{ color:#999}

img {vertical-align:bottom;}

strong, dt {font-weight:bold;}

em {font-style:italic;}

cite {font-style:normal;}

acronym, abbr {
	border-bottom:1px dotted #333;
	cursor:help;
}

pre, kbd, code, samp, tt, var {font-family:monospace;}

pre {white-space:pre-wrap;}

.module {
	margin:0;
}

#container {
	width:421px;
	margin:0;

	padding:0;
}
.prev{
	margin:16px 0px  0px -34px ;}
	.prev:hover{
	margin:16px 0px  0px -34px ;}
.next{
	margin:16px 0px  0px 436px ;}
	.next:hover{
	margin:16px 0px  0px 436px ;}
