@import url(form.css);
@import url(modules.css);
/*******************************************************************************
browser reset
*******************************************************************************/
* { margin:0; padding:0; }

* html body * { overflow:visible; }

body {
  font-size: 100.01%;
  background: #fff;
  color: #B8B8B8;
  text-align: left; /* LTR */
}

div { outline:0 none; }

footer,header,hgroup,menu,nav {
  display:block;
}

img { border:0 solid; }

ul { margin:0 0 1em 1em; } /* LTR */
li {
  line-height: 1.5em;
  margin-left: 0.8em; /* LTR */
}

/* clearing methods ----------------------------------------------------------*/
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
}

/*  essential for Safari browser !! */
.clearfix { display:block; }

/* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display:none; }

/*******************************************************************************
Uniform design of standard content elements 
*******************************************************************************/

/*  reset font size for all elements to standard (16 Pixel) */
html * { font-size:100.01%; }

/* base layout gets standard font size 12px */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75.00%;
  color: #444;
}

/* Headings ------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-family: "AllerDisplay", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  margin: 0 0 0.25em 0;
}
h1 { font-size:250%; }                       /* 30px */
h2 { font-size:200%; }                       /* 24px */
h3 { font-size:150%; }                       /* 18px */
h4 { font-size:133.33%; }                    /* 16px */
h5 { font-size:116.67%; }                    /* 14px */
h6 { font-size:116.67%; }                    /* 14px */

/* Lists ---------------------------------------------------------------------*/
ul { line-height:1.5em; margin:0 0 1em 1em; }
ul { list-style-type:disc; }
ul ul { list-style-type:circle; margin-bottom:0; }

li { margin-left:0.8em; line-height:1.5em; }

/* general text formatting ---------------------------------------------------*/
p { line-height:1.5em; margin:0 0 1em 0; font-size: 1.05em;}

strong,b { font-weight:bold; }
em,i { font-style:italic; }

/* Links ---------------------------------------------------------------------*/
a {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
a:visited  {
  color:#fff;
}

/*  maximum constrast for tab focus - change with great care */
a:focus {
  text-decoration: underline;
  outline: 3px #f93 solid;
}

a:hover,
a:active {
  text-decoration: underline;
  outline: 0 none;
}

/*------------------------------------------------------------------------------
* Generic Content Classes standard classes for positioning 
*/
.floatbox { display:table; width:100%; }
.float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
.float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
.center { display:block; text-align:center; margin:0.5em auto; }

/* Screen layout **************************************************************/
body { 
  background: #282827 url("../images/bg-body.png") repeat top left;
  color: #B8B8B8;
  text-align: center;
/*  overflow-y: scroll;*/
}

.page_wrapper {
  margin: 0 auto;
/*  max-width: 80em;
  min-width: 740px;*/
  text-align: left;
  width: 950px;
}

.page {}

/*  Backup for correct positioning */
#header, #nav, #main, #footer { clear: both; }

/* header --------------------------------------------------------------------*/
#header {
  background: url("../images/bg-header.png") repeat-x top left;
}

#header .page_wrapper {
  background: url("../images/bg-header-pm.png") no-repeat -10px 20px;
  position: relative;
}

#language {
  position: absolute;
  top: 0;
  right: 0;
}

#language ul {
  list-style: none;
  padding-top: 25px;
}

#language ul li {
  display: inline;
}

#language ul li a,
#language ul li a:link,
#language ul li a:visited {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
}

#language ul li.active a, #language ul li a.current,
#language ul li.active a:link,
#language ul li.active a:visited {
  color: #FF2D1D;
}

#f2 {
  background: url("../images/logo-f2.png") no-repeat scroll 0 100% transparent;
  display: block;
  height: 59px;
  text-indent: -99999px;
  width: 145px;
  position: absolute;
  top: 50px;
  right: 0;
}

#logo {
  background: url("../images/logo-car.png") no-repeat 250px top;
}

#logo a {
  background: url("../images/logo-miki.png") no-repeat scroll 0 75% transparent;
  display: block;
  height: 135px;
  text-indent: -99999px;
  width: 433px;
}

/* nav -----------------------------------------------------------------------*/
#nav {
  background: url("../images/bg-nav.png") repeat-x scroll 0 0 transparent;
  height: 45px;
  padding: 10px 0;
}

#nav .hlist {
  background: url("../images/bg-menu.png") no-repeat scroll 0 0 transparent;
  padding: 7px 20px;
}

#nav .hlist {
  /* containing floats in IE */
  width:100%;
  overflow:hidden;
  /* containing floats in all other browsers */
  float:left;
  display:inline;
  /* Bugfix:IE - collapsing horizontal margins */
  position:relative;
  /* Repeat the main color from the image */
/*  background:#c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;*/
  line-height:0;
}

#nav .hlist ul {
  margin:0;
  padding:0;
  /* Bugfix:IE - Doubled Float Margin Bug */
  display:inline;
  float:left; /* LTR */
  /* (Left margin of the first button  */
}

#nav .hlist ul li {
  border-left:1px #1E1E1E solid;
  border-right:1px #343434 solid;
  /* Bugfix:IE - Doubled Float Margin Bug */
  display:inline;
  float:left; /* LTR */
  font-size:1.0em;
  line-height:1em;
  list-style-type:none;
  margin:0;
  padding:0;
}
#nav .hlist ul li.first {
  border-left:1px transparent solid;
}
#nav .hlist ul li.last {
  border-right:1px transparent solid;
}

#nav .hlist ul li a,
#nav .hlist ul li strong {
  background: transparent;
  color: #E5E5E5;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  width: 109px;
  text-align: center;
}

#nav .hlist ul li a:focus,
#nav .hlist ul li a:hover,
#nav .hlist ul li a:active  {
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
  text-decoration:none;
  outline: 0 none;
}

#nav .hlist ul li.active {
  /* (Repeat the main color from the image */
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}

#nav .hlist ul li.active strong,
#nav .hlist ul li.active a,
#nav .hlist ul li.active a:link,
#nav .hlist ul li.active a:focus,
#nav .hlist ul li.active a:hover,
#nav .hlist ul li.active a:active {
  background:transparent;
  color: #FF2514;
  text-decoration:none;
}

/* partners ---------------------------------------------------------------------*/
#partners {
  background: url("../images/bg-partners.png") repeat scroll 0 0 transparent;
  border-bottom: 3px solid black;
  border-top: 3px solid white;
  margin-top: 20px;
  padding: 3px 0;
}

#partners ul {
  list-style: none;
  margin: 0;
}

#partners ul li {
  display: inline;
  margin-right: 35px;
}

/* footer --------------------------------------------------------------------*/
#footer {
  color: #959595;
  font-size: 0.9em;
  padding: 30px 0 50px;
  line-height: 1.5em;
}

#footer p {
  float: left;
}

#footer a.minilogo {
  background: url("../images/logo-midatel.png") no-repeat scroll right center transparent;
  display: block;
  height: 15px;
  margin-left: 5px;
  padding: 0 63px 0 0;
  float: left;
  
  color:#959595;
}

#footer ul {
  list-style: none;
  float: right;
}

#footer ul li {
  background: url("../images/footer-link-bg.png") no-repeat scroll 0 50% transparent;
  display: inline;
  margin: 0 0 0 5px;
}
#footer ul li.first {
  background: none;
}

#footer ul li a {
  text-decoration: none;
  padding-left: 8px;
} 

#footer ul li a:focus,
#footer ul li a:hover,
#footer ul li a:active {
  text-decoration: underline;
}

/*CALENDAR----------------------------------------------------------------------------*/
#main .calendar .next {
  background: url("../images/calendar-bg.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-weight: bold;
  height: 149px;
  padding: 15px 0;
  text-transform: uppercase;
  width: 140px;
}

#main .calendar .next h4 {
  margin: 0 0 20px 5px;
}

#main .calendar .next div {
  text-align: center;
  font-family: "DigitalDreamFatNarrow",Arial;
  font-size: 15px;
}

#main .calendar input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  /*font-size: 0.6em;*/
  font-size:15px;
  font-weight: bold;
  font-family: "DigitalDreamFatNarrow",Arial;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
}

.index #nav .hlist ul li#navItem1{
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.index #nav .hlist ul li#navItem1 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.miki #nav .hlist ul li#navItem2{
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.miki #nav .hlist ul li#navItem2 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.news #nav .hlist ul li#navItem3{
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.news #nav .hlist ul li#navItem3 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.galeria #nav .hlist ul li#navItem4{
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.galeria #nav .hlist ul li#navItem4 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.videos #nav .hlist ul li#navItem5 {
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.videos #nav .hlist ul li#navItem5 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.temporada2011 #nav .hlist ul li#navItem6 {
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.temporada2011 #nav .hlist ul li#navItem6 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
.contact #nav .hlist ul li#navItem7 {
  background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent;
}
.contact #nav .hlist ul li#navItem7 a {
  color: #FF2514;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}
