
/***********************************/
/*    Unify browsers styles        */
/***********************************/

pre, code, h1, h2, h3, h4, h5, h6	{ font-size: 1em; line-height: 1em; font-weight:normal;}
ol, ul { list-style: none; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td {	text-align: left;	font-weight: normal; }
*	{ margin: 0; padding: 0; border:0; } /* White space */
a img, :link img, :visited img { border: 0; } /* remove blue border */


/***************************************/
/*           Global styles             */
/***************************************/

html{ font-size: 62.5%; }

body
{ 
    font : 1.2em/1.5em arial,verdana,geneva,helvetica,sans-serif;
    background: #fff ;
    color: #000;
}

ol	    { list-style-type: decimal-leading-zero; }
p 	    {  }
a	    { color: #000; text-decoration: none; }
a:hover	{ text-decoration: underline; }

td 	{ padding: 0 0; }
th 	{ font-weight:bold; padding: 0 .3em; }

input, select	{
    font: 1.0em/1.4em "Lucida Grande",verdana,geneva,helvetica,arial,sans-serif;
	color: #000;
	background-color: #fff; 
	border: 1px solid #666;
}

hr  { display: block; height: 0; margin: 10px 0; border-top: 1px dotted #444;}

input{ padding:0 2px; }

input:focus, select:focus { }

textarea { background-color: #fff; color: #000; border: 1px solid #666; }


/**************************************/
/*           Clear Floats             */
/**************************************/

/* FF, O... */
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block; }      /* IE7xhtml*/
html[xmlns] .clearfix { display: block; } /* O */
* html .clearfix {height: 1%;}            /* IE5/6 */
.clear {clear:both;}

/**************************************/
/*       Images replacement           */
/**************************************/
.lir {
	background-repeat: no-repeat;
    overflow: hidden;
    height: 0px !important;
}


/**************************************/
/*       Main           */
/**************************************/

/* html,body{height:100%;} */
html,body{
 min-width :996px;

background-color:#000000;
  color:#ffffff;
  width:100%;}

  a	    { color: #fff; }

.footer{
text-align:center;
margin-top: 10px;
/*border: 1px solid #2fbbff;*/
/*border: 4px solid #2fbbff;*/}

.textecredits {
 display: inline;
}

#main {
position: absolute;
  width:100%;
/*border: 4px solid #ff0000;*/
}

#header {
height: 200px;
}

/*
#menu {
float: left;
 width: 200px;

}
*/

#menu {
 width: 200px;
 float:left;
 
 font-family: tahoma; 
 font-size:12px;
 font-weight: normal;
 letter-spacing:3px;
 margin-left: 2px;
 margin-bottom: 2px; 
 background: #000000;
 color: #FFFFFF;
}

#menu a {
 padding: 2px 2px 2px 12px; 
 font-family: tahoma; 
 font-size:12px;
 width: 190px; 
 font-weight: normal;
 letter-spacing:3px;
 margin-bottom: 2px;
 background: #000000;
/* background: url(./img/menupuce.png) no-repeat; */
 color: #FFFFFF;

}

#columnright {
float: right;
width: 200px;
/* border: 4px solid #00FF00; */
/*
 padding:0px;
 font-family: tahoma;
 color:#FFFFFF;
 font-size:12px;
 text-align:justify;
 margin-right:10px;
 */

}

#columnleft {
/*
float: left;
border: 4px solid #00FF00;
width: 200px;
/*

 padding:0px;
 font-family: tahoma;
 color:#FFFFFF;
 font-size:12px;
 text-align:justify;
 margin-right:10px;
 */
}

#content {

 margin-left: 210px;
 margin-right: 210px;
 /* border: 4px solid #ff0000; */
 /*
 min-width :566px;
 background: #3E3E3E;
 padding: 0px;
 font-family: tahoma;
 color: #FFFFFF;
 font-size: 12px;
 text-align: justify;
 */
}


.box
{
position: absolute;
}
#boxheader
{
}
#boxfooter
{
}
#boxleft
{
}
#boxright
{
}
#boxcontent
{
}

