/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;


}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
 font-size:0.9em;
  color:#005CB8;

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 3px;
 margin-left: 0px;
 border: 1px solid #D0D3D5;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 color:#005CB8;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:0.8em;
}

ul.tabbernav li a:link { color: #005CB8;
 font-size:11px; }
ul.tabbernav li a:visited { color: #005CB8;
 font-size:11px; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #EDF1F4;
 border-color: #D0D3D5;
}

ul.tabbernav li.tabberactive a
{
 background-color: #EDF1F4;
 border-bottom: 6px solid #EDF1F4;
 border-bottom-color:#EDF1F4;
 font-size:11px;
 color:#005CB8;
}

ul.tabbernav li.tabberactive a:hover
{
 background-color: #EDF1F4;
 border-bottom: 6px solid #EDF1F4;
 border-bottom-color:#EDF1F4;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px 5px 5px 5px;
 border-left:1px solid #D0D3D5;
 border-right:1px solid #D0D3D5;
 border-bottom:1px solid #D0D3D5;
 border-top:5px solid #005CB8;
 background-color:#EDF1F4;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  /*height:300px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:hidden; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.cabecera
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
text-transform:uppercase;
margin-top:10px;
}
.fila
{
width:100%;
clear:both;
margin:5px 10px 10px 10px;
font-family:"Verdana", Arial, Helvetica, sans-serif, Trebuchet MS;
color:#000000;
font-size:0.7em;
_height:15px;
}
.fila_paso
{
width:100%;
clear:both;
margin:5px 10px 10px 10px;
padding-top:20px;
font-family:"Verdana", Arial, Helvetica, sans-serif, Trebuchet MS;
color:#000000;
font-size:0.7em;
_height:15px;
}
.fila2
{
width: 92%;
float:left;
padding-top:4px;
}
.punto
{
margin:9px 10px 10px 5px;
float:left;
}
.logo
{
margin:5px 0px 10px 15px;
float:left;
}
.enlace_procesion
{
font-family:"Verdana", Arial, Helvetica, sans-serif, Trebuchet MS;
font-size:0.95em;
color:#000000;
display:inline;
font-weight:bold;
}
.enlace_procesion2
{
font-family:"Verdana", Arial, Helvetica, sans-serif, Trebuchet MS;
font-size:0.7em;
color:#000000;
font-weight:normal;
margin-top:5px;
}
.enlace_procesion3
{
font-family:"Verdana", Arial, Helvetica, sans-serif, Trebuchet MS;
font-size:0.7em;
color:#000000;
font-weight:normal;
margin-bottom:5px;
}
a.enlace_procesion:link, a.enlace_procesion:visited
{
text-decoration:none;
font-weight:bold;
color:#000;
}
a.enlace_procesion:hover
{
text-decoration:underline;
}
.titulo
{
margin:5px 10px 10px 10px;
width:70%;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:1.1em;
color:#005CB8;
}
.contenedor_peq
{
 border:1px solid #D0D3D5;
 padding-top:10px;
  padding-bottom:20px;
 _padding-bottom:10px;
 background-color:#FFF;
    overflow:hidden;
}
.separador
{
border-bottom:1px dotted #D0D3D5;
margin-left:50px;
margin-right:50px;
margin-bottom:3px;
.margin-bottom:10px;
padding-top:3px;
.padding-top:0px;
.margin-bottom:0;
clear:both;
}
.fila_cabecera
{
width:90%;
clear:both;
margin:10px 10px 20px 0px;
}
.texto_cabecera
{
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:1.2em;
color:#000;
padding-top:10px;
}
.lbl_iglesia
{
font-family:Verdana;
font-size:12px;
color:#000;
padding-left:10px;
clear:both;
font-weight:bold;
}
.col
{
float:left;margin-right:10px;
}
.upper
{
text-transform:uppercase;
}


