@charset "utf-8";
/* HOJA CSS PARA MARIANOCABRERA.COM.AR */
body {
	background-color: #23262B;
	background-image:url(images/fondo_retro.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0px;
		color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	background-attachment: fixed;

}
body,td,th {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#cabeza {
	width:647px;
	height:60px; 
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	/*display: none;*/
}

#cabezabg  {
height:640px;
background-color: #000000; 
/*background-image:url(bg1.gif); */
background-position: top center; 
position: fixed;
z-index:3;
}
#contenido { 
width:647px;  
margin-left: auto; 
margin-right: auto; 
text-align:center; 
background-color:#000000;
/* height:500px; height:0px;*/ 
margin-top:5px; 
margin-top:165px; 
margin-top:70px; /* Contenido en relacion al tope */
}
#footer { width:647px;  margin-left: auto; margin-right: auto; text-align:center; background-color:#000000; /* height:500px;*/ height:120px; margin-top:5px; display:block;}
/* BOTONERA */
#btn_01 { width:58px; height:28px; background-image:url(images/botonesretro_01.gif); float:left; }
#btn_02 { width:74px; height:28px; background-image:url(images/botonesretro_02.gif); float:left; margin-left:10px;}
#btn_03 { width:87px; height:28px; background-image:url(images/botonesretro_03.gif); float:left;margin-left:10px;}
#btn_04 { width:57px; height:28px; background-image:url(images/botonesretro_04.gif); float:left;margin-left:10px;}
#btn_05 { width:57px; height:28px; background-image:url(images/botonesretro_04.gif); float:left;margin-left:10px;}
#btn_06 { width:67px; height:28px; background-image:url(images/botonesretro_05.gif); float:left;margin-left:10px;}
#btn_07 { width:68px; height:28px; background-image:url(images/botonesretro_06.gif); float:left;margin-left:10px;}
#btn_08 { width:80px; height:28px; background-image:url(images/botonesretro_07.gif); float:left;margin-left:10px;}
#btn_09 { width:79px; height:28px; background-image:url(images/botonesretro_08.gif); float:left;margin-left:10px;}
#menu   { height:28px; margin-top:20px; display: none;}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 158px;
	height: 100px;

	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	
	/*do not change these */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;  /*if you need padding, do so with an inner div */
}

/* background images are entirely optional */
#kwick_meet { 
	background-color: #000;
	background-image: url('images/barra_01.gif');
	height:124px;
}
#kwick_kwicks {
	background-color: #000;
	background-image: url('images/barra_02.gif');
		height:124px;
}
#kwick_for {
	background-color: #000;
	background-image: url('images/barra_03.gif');
		height:124px;
}
#kwick_jquery { 
	background-color: #000;
	background-image: url('images/barra_04.gif');
		height:124px;
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.pcont{
position:relative;
padding-left:5px;
padding-right:5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;}
.navv{
position:relative;}

#iraactor {
background: url(images/iraactor.gif) no-repeat scroll -41px;
height:60px;
position: fixed;
right:0px;
text-indent:-9000px;
top:0pt;
width:85px;
z-index: 81763;
}
#logotipor {
background: url(images/logoretro.png) no-repeat scroll ;

height:155px;
position: fixed;
left:0px;
text-indent:-9000px;
top:0pt;
width:150px;
z-index: 81763;
}
div#logotipor{
  position: absolute;
  top: 0px;
  top: expression( 0 + (ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px' );
}
div#iraactor{
  position: absolute;
  top: 0px;
  top: expression( 0 + (ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px' );
}
div#cabezabg{
  position: absolute;
  top: 0px;
  top: expression( 0 + (ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px' );
}

