/* ----- Igual en todas las paginas ----- */

.wrapper
{
    position: relative;
    background-color: white;
    padding: 3px;
    width: 950px;
    text-align: left;
    margin: 0 auto;
/*    background-color: red;*/
}

.logoPrincipal
{
    background: url(./img/header-bg.png) repeat scroll 0 0;
    width: 950px;
}

.menuPrincipal
{
    background: url(./img/menu-bg.png);
    height: 27;
    width: 950px;
    font-weight: bold;
    text-align: center;
}

.botonMenuPrincipal
{
    position: relative;
    top: 7px;
    padding: 5px 12px 2px 12px;
    color: white;
}

.footerBayanas
{
    position: relative;
    background: url(./img/footer2.jpg) repeat scroll 0 0;
    width: 935px;
    padding: 15px 0px 15px 15px;
    left: 0px;
    bottom: 0px;
    color:white
}

.notasPiePagina
{
    text-align: center;
}

#a_notasPiePagina
{
    font-family: "Trebuchet MS", Arial;
    font-size: 12px;
    color: white;
    line-height: 135%;
    font-weight: normal;
}

.contenidoPrincipal
{
    /*height: 575px;*/
    padding: 10px;
    width: 540px;
    text-align: justify;
    /*background-color:red;*/
}

.contenidoClientes
{  
    position: absolute; 
    top: 160px;
    right: 4px;
    width: 325px;
    padding: 2px;
    /*background-color: green;*/
}

.formContact
{
    padding-left: 40px;
}

.errorText
{
    font-weight: bold;
    text-decoration: underline;
    color: red;
    text-align: center;
}

.okText
{
    font-weight: bold;
    text-decoration: underline;
    color: green;
    text-align: center;
}

.contenidoPrincipalPortfolio
{
    padding: 10px;
    text-align: justify;
    /*background-color:red;*/
}


.meebo
{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    padding: 10px;
}



/* ----- Otra vez igual... aqui van las aburridas ----- */

.botonMenuPrincipal:link, .botonMenuPrincipal:visited
{
    color: white;
}

.botonMenuPrincipal:hover
{
    background-color: #707070;
}

body
{
    font-family: "Trebuchet MS", Arial;
    font-size: 12px;
    color: #666666;
    line-height: 135%;
    background-color: #808080;
    text-align: center;
}

body
{
    /* pinches browsers incompatibles */
    text-align: -moz-center;
}

td
{
    font-family: "Trebuchet MS", Arial;
    font-size: 0.7em;
}

img
{
    border-style: none;
}

a
{
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}

a:visited, a:link
{
  color: #ff6600;
}

a:hover
{
  text-decoration: underline;
}

h1
{
  color: #ff6600;
  font-size: 13.5px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}

h2
{
  color:#ff6600;
  font-size: 13.5px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}

h3
{
  color:#ff6600;
  font-size: 13.5px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}

h4
{
  color: #ff6600;
  font-size: 13.5px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}


