@charset "utf-8";
/* HOJA CSS PARA MARIANOCABRERA.COM.AR */
body {
	background-color: #440a0a;
	background-image:url(bg4.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;}
#btn_01 {
width:42px;
height:28px;
background-image:url(images/botones_01.gif);
/*background-position:bottom;*/
float:left; }
#btn_02	{ 
width:66px;
height:28px;
background-image:url(images/botones_02.gif);
/*background-position:bottom;*/
float:left;
margin-left:20px;}
#btn_03	   { width:120px; height:28px; background-image:url(images/botones_03.gif); float:left;margin-left:20px;}
#btn_04	   { width:52px; height:28px; background-image:url(images/botones_04.gif); float:left;margin-left:20px;}
#btn_05	   { width:52px; height:28px; background-image:url(images/botones_04.gif); float:left;margin-left:20px;}
#btn_06	   { width:66px; height:28px; background-image:url(images/botones_05.gif); float:left;margin-left:20px;}
#btn_07	   { width:40px; height:28px; background-image:url(images/botones_06.gif); float:left;margin-left:20px;}
#btn_08	   { width:45px; height:28px; background-image:url(images/botones_07.gif); float:left;margin-left:20px;}
#btn_09	   { width:72px; height:28px; background-image:url(images/botones_08.gif); float:left;margin-left:20px;}
#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;}

#iraretro {
background: url(images/iraretro.gif) no-repeat scroll -41px;
height:60px;
position: fixed;
right:0px;
text-indent:-9000px;
top:0pt;
width:105px;
z-index: 81763;
}
#logotipo {
background: url(images/logo3estrella.gif) no-repeat scroll ;

height:155px;
position: fixed;
left:0px;
text-indent:-9000px;
top:0pt;
width:150px;
z-index: 81763;
}
div#logotipo{
  position: absolute;
  top: 0px;
  top: expression( 0 + (ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px' );
}
div#iraretro{
  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' );
}
