* {
	margin: 0;
	padding: 0;
}

body {
	background: #EDECEC url('/imagenes/fondo-sitio.gif') repeat-x left top;
	font-family: 'Trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	margin: 10px;
	padding-top: 10px;
	clear: left;
}

p {
	margin: 0 10px;
}

hr {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px;
}

ul {
	margin: 10px 25px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: white;
}

#central {
	width: 700px;
	float: left;
}

#lateral {
	width: 240px;
	float: left;
}

#logo {
	background: url('/imagenes/logo.gif');
	width: 256px;
	height: 49px;
	text-indent: -8000px;
}

#precio {
	background: url('/imagenes/interesado.gif');
	width: 166px;
	height: 154px;
	text-indent: -8000px;
}

#windows {
	background: url('/imagenes/windows-logo.jpg');
	width: 101px;
	height: 90px;
	text-indent: -8000px;
}

.footer {
	background: #EDECEC;
	float: left;
	margin: 10px;
	width: 47%;
	font-size: 12px;
}

.headertoshiba {
	text-align:center;
	font-size: 1.8em;
}

#tabnav
{
	height: 22px;
	margin: 20px 0 0 0;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

#tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 15px 2px 15px;
	margin-right: 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover
{
	background: #fff;
}