/* v1.0 | 20080212 */
/* Reset CSS */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }
div#wrapper {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
	overflow: hidden;
	background: #F3F3ED;
}
div#wrapper.error {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
	color: #172322;
}
div#wrapper div#player {
	position: relative;
	
}
div#wrapper div#img_player_play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(player.png) center center no-repeat;
}

div#wrapper table { width: 100%; }
div#wrapper table td { vertical-align: top; }
div#wrapper table td.izq { width: 140px; }
div#wrapper a { color: #00469B; text-decoration: none; }
div#wrapper a img { border: none; text-decoration: none; }
div#wrapper br.clear { clear: both; }
div#wrapper input.codigo { width: 100%; }