body
{ 
  margin:       0px;
  padding:      0px;
  font-family:  Verdana,Helvetica;   
  font-size:    14px;
  color: #565656;
}

a
{
  color: #6CBD38;
  text-decoration:none;
  font-weight: bold;
}

#centradorContenido
{
  height:      550px;
  position:    absolute;
  width:       100%;
  top:         50%;
  margin-top:  -260px;

}

#cabecera
{ 
  height:       100px;
  width:        900px;
  left:         50%;
  margin-left:  -450px;  
  position:     absolute;
}

#logo
{ 
  width:            320px;
  height:           98px;
  background-image: url(../images/logo.png);
}

#cuerpo
{ 
  width:        900px;
  position:     absolute;
  top:          100px;
  left:         50%;
  margin-left:  -450px;
}

#cuerpo h1
{ 
  font-size:    21px;
  font-family:  Verdana,Helvetica;   
  color:        #595959;
  margin-top:   20px;
  font-weight:  normal;

}

#cuerpo p
{ 
  font-size:    14px;
  width:        230px;
  text-align:   right;
  margin-left:  90px;
}

#video
{ 
  width:   520px;
  height:  307px;
  background: url(../images/video.png);
  position: absolute;
  right: 50%;
  margin-right:  -450px;
  margin-top: -10px;
  
}

#footer
{ 
  height:       240px;
  background:   url(../images/f.png) repeat-x bottom; 
  position:     absolute;
  top:       300px;
  width:        100%;
}


#botones
{ 

  height:        190px;
  width:         585px;
  margin-left:   50%;

}

#botones .boton1 
{ 
  background-image: url(../images/boton_verde.png);
  width:            190px;
  height:           193px;
  float:            left;
  margin-left:      -290px;
  cursor:           pointer;
}

#botones .boton2
{ 
  background-image: url(../images/boton_naranja.png);
  width:            190px;
  height:           193px;
  margin-left:      -97px;
  float:            left;
  text-align:       center;
  cursor:           pointer;
}


#botones .boton3
{ 
  text-align:       right;
  background-image: url(../images/boton_verde.png);
  width:            190px;
  height:           193px;
  float:            left;
  margin-left:      3px;
  cursor:           pointer;
}

#botones .botonForo
{ 
  text-align:       center;
  background: url(../images/foro.png) bottom no-repeat;
  width:            100px;
  height:           120px;
  cursor:           pointer;
  float:            left;
  margin-top:       60px;
  margin-left:      -450px;
}

#botones .botonBlog
{ 
  text-align:       center;
  background: url(../images/blog.png) bottom no-repeat;
  width:            100px;
  height:           120px;
  cursor:           pointer;
  float:            left;
  margin-top:       60px;
  margin-left:      40px;
}

#botones h2
{ 
  margin:           0px;
  font-size:        22px;
  vertical-align:   bottom;
  color:            white;
}

#botones .botonForo h2 a, #botones .botonBlog h2 a 
{

    font-size: 20px;
    color: #ff6600;
}

#botones h2 a
{ 

  font-size:        22px;
  color:            white;
  text-decoration:  none;
}


#botones .boton1 h2
{ 
  text-align:       right;
  margin-right:     25px;
}

#botones .boton2 h2
{ 
  margin-top:  -10px;
  text-align:       center;
}

#botones .boton3 h2
{ 
  margin-top:  -10px;
  margin-left: 25px;
  text-align:       left;
}



#botones img
{ 
  margin: 0px;
  padding: 0px;
  width:128px;
  height:128px;
}

#botones .boton2 img
{
  margin:   5px;
}

#botones .boton3 img
{
  margin:   5px;
}

#cuerpo h1.quedan
{
  font-size:   25px;  
  text-decoration: blink;
}