@charset "UTF-8";

/* 
 * Theme Name: FBN DOC
 * Theme URI: http://de.pixelhome.es/DocV1
 * Description: Plantilla para la documentación de FBN 
 * Version: 1
 * Author: PixelHome 
 * Author URI: http://www.pixelhome.es
 */


body {
	background: #666 url(images/fondo.gif);
	color: #666;
	font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: justify;
}

h1 {
    font: bold 22px "Verdana", Arial, Sans-Serif;
    color: #999;
}

a:active,
a:hover,
a:link,
a:visited {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}


#page {
    margin: 0 auto;
    position: relative; 
    width: 588px;
}

    #top {
      background: #4CB8E6;
      height: 70px;
      margin-top: -20px;
      position: absolute;
      width: 588px;
      z-index: 3;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -webkit-border-radius: 15px;
}

    #header {
      background: #74CAFC;
      height: 160px;
      margin-top: 20px;
      position: absolute; 
      width: 588px;
      z-index: 2;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -webkit-border-radius: 15px;
}


    #wrapper {
      background: white;
      padding-top: 180px;
      /*position: absolute;*/
      width: 588px;
      z-index: 1;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -webkit-border-radius: 15px;
}

    #sidebars {
	margin: 26px 0 0 0;
	overflow: hidden;
	width: 588px;
}

    #footer {
	background: white;
	margin: 26px 0 0 0;
/*	padding: 15px;*/
	width: 588px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
}

    #phan {  
      height: 25px;
      width: 588px;
}


/**** Top ****/


a.logo,
a:active.logo,
a:hover.logo,
a:link.logo,
a:visited.logo {
      background: url(images/doc.png) no-repeat;
      float: left;
      height:32px;
      margin: 27 0 0 15px;
      width:63px;
}


/***** Header *******/

.number {
  float: left;
  padding: 50px 0 0 15px;
}	

.number h1 {
      background: url(images/12.png) no-repeat top left;
      height: 89px;
      width: 140px;
}

.number h1 span {
      display: none;
}


.ad {
    overflow: hidden;
}

.version {
    margin: 0 0 2px 25px;
    padding: 50px 0 0 0;
}

.version h1 {
    background: url(images/constantine.png) no-repeat top left;
    height: 26px;
    width: 180px;
}

.version h1 span {
    display: none;
}

.sub {
    color: white;
    font: bold 16px Arial;
    margin: -12px 0 0 25px;
}

.download {
    float: left;
    margin: 0 0 0 25px;
}

.download h1 {
    background: url(images/descargar.png) no-repeat top left;
    height: 24px;
    width: 125px;
}

.download h1 span {
    display: none;
}

.order {
  float: right;
}

.order h1 {
    background: url(images/comprar.png) no-repeat top left;
    height: 24px;
    margin: 0 0 0 -270px;
    opacity:0.4;
    /*filter:alpha(opacity=40)*/
    width: 125px;
}

.order h1 span { display: none; }

.price {
  float:right;
  margin: 0 106px 0 0;
}

.price h1 {
  background: url(images/precio.png) no-repeat top left;
  height: 24px;
  opacity:0.4;
  width: 39px;
}

.price h1 span { display: none }


/**** wrapper *****/

.content {
    padding: 15px;
}



/**** sidebars ******/


.sidebar1 {
   background: white;
   float: left;
   height: 142px;
   padding: 20px 15px 5px 15px;
   width: 260px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.sidebar2 {
   background: white;
   float: right;
   height: 142px;
   padding: 20px 15px 5px 15px;
   width: 260px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}


/******* NAV ****/

.nav ul {
  display: inline;
}

.nav li {
  display: inline;
}
