﻿body
{
    background-color: #909086;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:smaller;
  	color:white;
margin:0 auto;

}

img 
{
    border: none;
    
   }
h1
{
    font-size:larger;
}

a
{ color:White;
  text-decoration:none;
}


#main
{
    text-align:left;
    width:956px;
    padding:0px;
    margin:0 auto;
}

#top-image
{
    background: #909086 url(top-image.jpg);
    width:955px;
    height:149px;
    background-repeat: no-repeat;
}
    
.mainmenu
{
    background: #909086 url(barra_botonera_oscura.jpg);
    width: 955px;
    padding-left:12px;
    padding-right:6px;
    background-repeat: no-repeat;
    margin:0px;
    height:30px;
    color:White;
    font-size:16px;
    font-weight:bold;
     
}

.mainmenu a
{ color:White;
}

#content
{
    margin:0px;
    width: 955px;
    background-color:#3B3B3B;
}

#footer
{
    height: 102px;
    background-repeat: no-repeat;
    background-image: url(footer-bg.jpg) ;
    background-color:#909086;
    clear:both;
    width: 955px;
    padding: 0px 0px 0px 0px;
    text-align:center; 
    vertical-align:middle;
    margin: 0 auto 0 auto;
}

.TituloCircuito
{
    font-size:medium;
    color:White;
    font-weight:bold;
    }
    
.SubtituloCircuito{
    font-size: small;
    color:White;
    font-weight:bold;
}