/*Basic tabs*/
body {
    margin:0 auto;
    text-align:center;
  }

a {
   color:red;
}


/*Custom Tabs*/

#container {
    margin:0 auto;
    width:790px;
    background : transparent url("../imgs/content_bg.jpg") repeat-y;
  }


#header {
    background : transparent url("../imgs/header.gif");
    background-position : right;
    background-repeat:no-repeat;
    height : 70px;
    text-align : left;
    width : 790px;
  }

#logo_link {
   display:none;
}

#logo {
   text-align:right;
}

#main {
    margin: 10 0 10 0px; 
    background:transparent url("../imgs/fondo_barra_izq.gif") repeat-y;
  }


#menu {
    width:180px;
    float:left;
    height:100%;
  }

#menu a{
   display:block;
}
#act_socios {
    height:42px;
    background : transparent url("../imgs/menu_actualidad_sociosJR.gif");
    background-repeat:no-repeat;
  }


#galery {
    height:42px;
    background : transparent url("../imgs/menu_galeriaJR.gif");
    background-repeat:no-repeat;
  }


#junta {
    height:42px;
    background : transparent url("../imgs/menu_juntaJR.gif");
    background-repeat:no-repeat;
  }


#secretary {
    height:42px;
    background : transparent url("../imgs/menu_secretariaJR.gif");
    background-repeat:no-repeat;
  }


#history {
    height:42px;
    background : transparent url("../imgs/menu_historiaJR.gif");
    background-repeat:no-repeat;
  }


#links {
    height:42px;
    background : transparent url("../imgs/menu_enlacesJR.gif");
    background-repeat:no-repeat;
  }


#act_cofrade {
    height:42px;
    background : transparent url("../imgs/menu_actualidad_cofradeJR.gif");
    background-repeat:no-repeat;
  }


#itinerary {
    height:130px;
    background : transparent url("../imgs/menu_itinerarioJR.gif");
    background-repeat:no-repeat;
  }


#content {
    width:500px;
   height:auto;
    margin-right:10px;
    margin-left:190px;
    text-align:justify;

  }


#content p {
    text-indent:25px;
    font-size:14px;
  }


#content h3 {
    text-align:center;
  }

#content_galery table{
   width:100%;
}
#content_galery table tr td{
   width:50%;
   text-align:center;
}

#content_galery table tr td img {
   border:solid 1px red;
}

#content_itinerary table{
   width:100%;
}
#content_itinerary table tr td{
   width:33%;
   text-align:center;
}

#content_itinerary table tr td img {
   border:solid 1px red;
}

#act_itinerary{
   text-align:center;
}

#rightborder {
    text-align:right;
    width::100px;
    padding-top:20px;
    float:right;
  }

#img_inf {
   margin-top:180px;
}

#form_secretaria {
   text-align:center;
}

#footer {
   width:790px;
   height:25px;
   background : transparent url("../imgs/footer.jpg");
    background-repeat:no-repeat;
   background-position:right;
   clear:both;
  }


.new_photo{
   width:100%;
   text-align:center;
}
