
/* Pop-Up's */

/* --------------------------- Reset CSS ---------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin:0px; padding:0px; border:0px; outline:0px; }

a { color:#111; text-decoration:none; outline:none; }
a:hover { color:#C30119; }

a img, :link img, :visited img { border:0px; }

table { border-collapse:collapse; border-spacing:0px; }

ol, ul { list-style:none; }

:focus { outline:none; }

img { margin:0px; vertical-align:top; }

html { overflow-y:scroll; }

/* --------------------------- Estructura General ---------------------------- */

html, body {
  margin:0px;
  border:0px;
  padding:0px;
  font-family:Verdana, Arial, sans-serif;
  color:#111;
  font-size:12px;
  line-height:18px;
  background:url('../image/bg_popup.jpg') left top repeat-x;
  background-attachment:fixed;
}

#main {
  position:relative;
  margin:50px auto 30px;
  width:520px;
}

#burman {
  position:absolute;
  top:-30px;
  right:-10px;
  width:200px;
  height:80px;
  background:url('../image/logo_petit.png');
}

#main h1 {
  margin:20px 0px 20px;
  color:#CD0000;
  font-size:24px;
  line-height:22px;
}

#main h2 {
  display:block;
  margin:20px 0px 15px;
  color:#CD0000;
  font-size:18px;
  line-height:18px;
  width:320px;
}
#main h2 a { color:#CD0000; }
#main h2 a:hover { color:#CD0000; }

#main .info {
  margin:0px;
  color:#333;
  font-size:13px;
  line-height:13px;
  font-weight:bold;
}

#main .titol {
  color:#666;
  font-size:11px;
  text-transform:uppercase;
}

#main .margin-top-15 { margin:15px 0px 0px; }

#main #video { width:485px; height:385px; margin:0px auto; background:#eee; }

#main .desc p { margin-bottom:10px; }

