/* Borrado de estilos de navegador */

html * {
	margin: 0;
	padding: 0;
}

ul, ol, dt, blockquote {
	margin-left: 15px;
}

ul, ol, dt {
	padding-left: 15px;
}

dd {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, p, li, td, th {
	font-size: 1em;
}

a img {
	border: 0;
}

/* Fin Borrado de estilos de navegador */

body {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 0.8em;
background: #2C2C2C none;
}

* {
color: #fff;
}

#wrap {
background: transparent url(img/wrap.gif) repeat-x;
}

#header {
height: 140px;
background: transparent url(img/header.gif) no-repeat top center;
text-indent: -1000em;
overflow: hidden;
}

#content-wrap {
width: 700px;
margin: 0 auto;
}

#content {
width: 360px;
float: left;
}

#content .main {
font-size: 1.3em;
text-align: center;
margin-bottom: 110px;
}

#content h2 {
font-size: 1.3em;
line-height: 2em;
text-align: center;
cursor: pointer;
}

#content p, #content li {
margin-bottom: 5px;
}

#sidebar {
width: 300px;
float: right;
}

#download {
width: 300px;
height: 120px;
background: transparent url(img/download.gif);
font-size: 0.8em;
}

#download * {
color: #2c2c2c;
}

#download a{
display: block;
width: 280px;
height: 110px;
padding: 10px 0 0 20px;
text-decoration: none;
line-height: 1.5em;
}

#download strong {
font-size: 1.6em;
line-height: 2em;
border-bottom: 1px solid #000;
}


#footer {
clear: both;
}

