/* Generic Selectors */

/* {
padding: 0;
margin: 0;
} */

body {
font: .8em, "verdana", "arial", "helv"; color: #000077;

//font-family: Arial, "Verdana", Sans-serif;

//font-size:12pt;
//color: #111111;
//background-color: #F9F9F9;
//font:8px "verdana", "arial", "helvetica", Sans-serif; 

//font-family:"Sans-serif","verdana","helv";
//color:#0000FF;
//font-size:100%;
//font: 2em sans-serif;

}



.btn_gen{
   width:125px;
   height:55px;
   border:none;
   background:none;
   font-weight:bold;
   color:white;
   transition-duration:0.4s;
   
   
}  
.btn_gen:hover{
    background:black;
    text-decoration: underline;
    color: white;
}

.btn_gen2{
   width:125;
   background:red;
   font-weight:bold;
   
}   

.btn_gen3{
   width:120px;
   background:lavender;
   font-weight:bold;
   
}   

p
{
  width: 80%;
}

li {
    list-style-type:none;
    line-height: 150%;
    
}


li.link{
    list-style-image: url(imagenes/ball.gif);
}
li.test{
    list-style-image: url(imagenes/escudo_dorado.png);
}

li.ball{
  list-style-image: url(imagenes/ball.gif);
}

li.flagUsa{
  list-style-image: url(imagenes/flagUsa.jpg);
}

li.flagEur{
  list-style-image: url(imagenes/flagEur.jpg);
}



h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

blockquote{
  width:90%;
  background:lightblue;
  margin-top:15px;
  margin-left:15px;
  padding:20px;
  border-left: solid 2px;
}

ul.demo {
  
  list-style: square inside url("imagenes/arrowlink.gif");
}



/**************** Pseudo classes ****************/

a:link {

color: #008b8b;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #008b8b;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #008b8b;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #008b8b;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

width: 210px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}
#pErr
{
  
  color:red;
}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}