@charset "utf-8";
/* CSS Document */

#mybyte-top{
	position:absolute;
	left:1000px;
	top:0px;
	width:300px;
	height:19px;

}
#mybyte-top2{
	position:absolute;
	left:290px;
	top:6px;
	width:630px;
	height:20px;
	padding-top:5px;
}

#mybyte-primetime {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:150px;
}

#mybyte-menu {
	position:absolute;
	left:0px;
	top:150px;
	width:960px;
	height:70px;
}

#mybyte-minidestacados {
	position:absolute;
	left:0px;
	top:250px;
	width:960px;
	height:300px;
	background-color:#FFF;
}

#mybyte-marcas {
	position:absolute;
	left:0px;
	top:630px;
	width:960px;
	height:70px;
}

#mybyte-footer {
	position:absolute;
	left:0px;
	top:710px;
	width:960px;
	height:150px;
	color:#999;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
}


/* Textos */

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

h1
{
	font-size: 12px;
}

h2
{
	font-size: 11px;
}

h3
{
	font-size: 13px;
	}

h4
{
	font-size: 11px;
}


/* articulo
----------------------------------------------- */
.articulo {
  padding:0;
}
.articulo h2 {
  margin:0;
}
#articulo {
  padding-top:0;
}
.article {
	border-top:solid;
	border-top-width:1px;
	padding-top:0.5em;
	border-color: #CCC;
	padding:0px 5px 0 0;
}
.box .article {
  border-top:3px solid #cccccc;
  padding:5px 5px 0 5px;
}
.article h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.5em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:0.8m;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background-color:#F0F0F0;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #333;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

