@charset "utf-8";
/* CSS Document */
#mybyte-top{
	position:absolute;
	left:1000px;
	top:0px;
	width:300px;
	height:19px;

}
#mybyte-top2{
	position:absolute;
	left:370px;
	top:0px;
	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:227px;
	width:940px;
	height:450px;
	padding:0px;
}

#mybyte-marcas {
	position:absolute;
	left:0px;
	top:650px;
	width:960px;
	height:70px;
}

#mybyte-footer {
	position:absolute;
	left:0px;
	top:760px;
	width:960px;
	height:150px;
	color:#999;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
}

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 900px;	 
	height:300px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:relative;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:300px;
	height:300px;
	color:#333;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#F0F0F0;
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#FF6;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	color:#333;
	text-align: left;

}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	position:relative;
	float:left;	
	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(img/right.png);
	clear:right;	
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:0px;
	width:50px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	
/* 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;
	text-align: left;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	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;
	text-align: left;
}

