body
{
	background-color: #ffffff;
	font-family: "Frutiger-Light", "Verdana", sans-serif;
}
h1
{
	font-size: 24px;
	font-weight: bold;
	padding: 0em;	
	color: #b30000;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	padding: 0em;
	color: #b30000;	
}
h3
{
	font-size: 15px;
	padding: 0em;
	color: #b30000;	
}
h4
{
	font-size: 13px;
	padding: 0em;	
	font-weight: bold;
	text-align: justify;
}
p
{
	font-size: 12px;
	padding: 0em;	
	text-align: justify;
	color: #000000;
}
.centrado
{
	text-align: center;
}
ul.navbar
{
	list-style-type: none;
}
ul.navbar li
{
}
a:link
{
	font-size: 12px;
	padding: 0em;	
	color: #b30000;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;

}
a:hover
{
	background: #ffffff;
	text-decoration: none;
	
}
.centrado
{
	text-align: center;
}
.none
{
	text-decoration: none;
	font-size: 10px;
}
.horizontalrojo
{
	background: #B30000;
	color: white;
	text-align: center;
	padding-right: 50%;
	padding-left: 10%;
}
.horizontalblanco
{
	background: white;
	color: #B30000;
	text-align: center;
	padding-right: 100%;
	padding-left: 10%;
}

h5 {
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}
table.bordepunteado 
		{
		border-style: dotted;
		border-width: 1px;
		border-color: #D2D2D2;
		}
/*- Menu Tabs HORIZONTAL--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:75%;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background: #FFFfff;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background: #B30000;
      padding:5px 10px 4px 6px;
      color:#FFFFFF;
      }

    #tabsE a span {
      float:none;
      }

    #tabsE a:hover span {
      color:#FFFFFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;

      }
    #tabsE a:hover span {
      background-position:100% -42px;
      text-decoration: underline;
      }

        #tabsE #current a {
                background-position:0% -42px;

        }
        #tabsE #current a span {
                background-position:100% -42px;
                background-color: red;
                color: white;
        }
