/* begin Page */
/* Created by Artisteer v3.0.0.33215 */

/* yo hice estos cambios con relacion al subrayado de los links 

.art-postcontent a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
  color: #4B88A0;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
  color: #4B88A0;
}

*/

#art-main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #666666;
  background-color: #F5F5F5;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.art-postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}

.art-postcontent a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #4B88A0;
}

.art-postcontent a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  /* text-decoration: underline;*/
  color: #4B88A0;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  /* text-decoration: underline;*/
  color: #4B88A0;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #4B88A0;
}


.art-postcontent h1
{
 
   color: #376476;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-align: left; 
}

.art-postcontent h2
{
    color: #376476;
 
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-align: left;   
}

.art-postcontent h3
{
 
  color: #1571C1; 
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;    
}

.art-postcontent h4
{
 
   color: #000000; 
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-align: left;   
}

.art-postcontent h5
{
 
   color: #000000;   
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-align: left;
}

.art-postcontent h6
{
 
   color: #000000;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-align: left;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}




.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.art-sheet-body
{
  position: relative;
  padding: 1px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
  clip: rect(auto 1px 1px auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
  clip: rect(auto auto 1px 1px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
  clip: rect(1px 1px auto auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
  clip: rect(1px auto auto 1px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
  clip: rect(auto auto 1px auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
  clip: rect(1px auto auto auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
  clip: rect(auto auto auto 1px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
  clip: rect(auto 1px auto auto);
}

.art-sheet-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #F5F5F5;
}

.art-sheet
{
  top: -1px !important;
  margin-bottom: -1px !important;
  cursor:auto;
  width: 961px;
}


/* end Box, Sheet */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 105px;
  overflow: hidden;
}


div.art-header-center
{
	position: relative;
	width: 959px;
	left:50%;
}



div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 959px;
  height: 105px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}


/* end Header */

/* begin Logo */
div.art-logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 500px;
}

h1.art-logo-name
{
  display: block;
  text-align: {HorizontalAlign};
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: {NameFontColor} !important;
}


h2.art-logo-text, 
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: {TextFontColor} !important;
}

h2.art-logo-text
{
  display: block;
  text-align: {HorizontalAlign};
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    outline: none;
}

.art-menu, .art-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




div.art-nav-center
{
  position: relative;
  float: right;
  right: 50%;

}

ul.art-menu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.art-menu
{
  float: none;
}


/* menu structure */

.art-menu
{
  padding: 0 0 0 0;
}

.art-nav
{
  position: relative;
  min-height: 28px;
  z-index: 2;
}

.art-nav .l, .art-nav .r
{
  position: absolute;
 /* z-index: 5;*/
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.art-nav .l
{
  left: 0;
  right: 0;
}

.art-nav .r
{
  right: 0;
  width: 959px;
  clip: rect(auto, auto, auto, 959px);
  clip: rect(auto auto auto 959px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}


.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 94px;
  background-image: url('images/menuitem.png');
}

.art-menu a .l
{
  left: 0;
  right: 0;
}

.art-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
  clip: rect(auto auto auto 400px);
}

.art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps;
}

.art-menu a .t
{
  color: #F5F5F5;
  padding: 0 12px;
  margin: 0 0;
  line-height: 28px;
  text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
  top: -33px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
  top: -33px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
  top: -33px;
}
.art-menu a:hover .t
{
  color: #F5F5F5;
}

.art-menu li:hover a .t
{
  color: #F5F5F5;
}

.art-menu li:hover>a .t
{
  color: #F5F5F5;
}


.art-menu a.active .l, .art-menu a.active .r
{
  top: -66px;
}

.art-menu a.active .t
{
  color: #F5F5F5;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-menu .art-menu-li-separator
{
  display: block;
  width: 1px;
  height:28px;
}
.art-nav .art-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 28px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 205px;  /* Tamaņo sub menu, modif. MLL*/
  overflow: hidden;
  line-height: 20px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #9CA9AB;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  line-height: 20px;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  margin:0;
  padding:0;
}

.art-menu ul li a:hover
{
  color: #ECF2F4;
  border-color: #839495 ;
  background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
  color: #ECF2F4;
  border-color: #839495;
  background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
  color: #ECF2F4;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
  color: #ECF2F4;
}


/* end MenuSubItem */

/* begin Layout */
.art-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.art-layout-cell, .art-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
.art-content-layout .art-content-layout{width: auto;margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #E9ECEC !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: pointer;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
/*  font-variant: small-caps;  Modificado por Melvis Leon*/
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
  color: #EAF2F5 !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
  color: #E5EDF0 !important;
}

.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
  display: block;
  position: absolute;
  height: 109px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.art-button-wrapper .art-button-l
{
  left: 0;
  right: 10px;
}

.art-button-wrapper .art-button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
  clip: rect(auto auto auto 399px);
}

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
  top: -38px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
  top: -76px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block */
.art-block
{
  position: relative;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.art-block-body
{
  position: relative;
  padding: 2px;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl, .art-block-tc, .art-block-bc,.art-block-cr, .art-block-cl
{
  position: absolute;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/block_s.png');
}

.art-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
  clip: rect(auto 1px 1px auto);
}

.art-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
  clip: rect(auto auto 1px 1px);
}

.art-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
  clip: rect(1px 1px auto auto);
}

.art-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
  clip: rect(1px auto auto 1px);
}

.art-block-tc, .art-block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/block_h.png');
}

.art-block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
  clip: rect(auto auto 1px auto);
}

.art-block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
  clip: rect(1px auto auto auto);
}

.art-block-cr, .art-block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/block_v.png');
}

.art-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
  clip: rect(auto auto auto 1px);
}

.art-block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
  clip: rect(auto 1px auto auto);
}

.art-block-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  /*background-color: #FCFDFD; */
}

.art-block
{
  margin: 0;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-blockcontent-body
{
  position: relative;
  padding: 0;
}


.art-blockcontent-body, 
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
  color: #002142;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}





.art-blockcontent-body a
{
  color: #1571C1;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:link
{
  color: #1571C1;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #1571C1;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
  color: #1571C1;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.art-blockcontent-body ul li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 125%;    
  color: #7495B6;

}/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.art-post-body
{
  position: relative;
  padding: 5px;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc,.art-post-cr, .art-post-cl
{
  position: absolute;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/post_s.png');
}

.art-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
  clip: rect(auto 1px 1px auto);
}

.art-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
  clip: rect(auto auto 1px 1px);
}

.art-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
  clip: rect(1px 1px auto auto);
}

.art-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
  clip: rect(1px auto auto 1px);
}

.art-post-tc, .art-post-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/post_h.png');
}

.art-post-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
  clip: rect(auto auto 1px auto);
}

.art-post-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
  clip: rect(1px auto auto auto);
}

.art-post-cr, .art-post-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/post_v.png');
}

.art-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
  clip: rect(auto auto auto 1px);
}

.art-post-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
  clip: rect(auto 1px auto auto);
}

.art-post-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  /*background-color: #FCFDFD;*/
}

.art-post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  border: solid 0 #B6D2DD !important;
  margin: 10px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: solid 0 #4A707D;
  vertical-align: top;
  text-align: left;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.art-postheader
{
  color: #002165;

}

h2.art-postheader, 
h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: left;
}

h2.art-postheader a, h2.art-postheader a:link
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #1679D0;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #46A3C8;
}


h2.art-postheader a:hover,  h2.art-postheader a.hovered
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #000000;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.art-post li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-post li ol, .art-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.art-post li
{
  color: #666666; 

  padding: 0;
}


/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}





.art-postcontent blockquote
{
   border: solid 1px #B6D2DD;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 37px;
  background-color: #EAF2F5;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}


.art-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.art-footer-body
{
    position:relative;
    padding: 8px;
}


.art-footer-text p
{
  padding:0;
  margin:0;
}

.art-footer,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover
{
    color: #F5F5F5;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

.art-footer-text
{
  padding: 0 10px 0 10px;

}

.art-footer,
.art-footer-text,
.art-footer p
{
  text-align: center;
}

.art-footer a,
.art-footer a:link
{
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-footer a:visited
{
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-footer a:hover
{
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #41768B;
}

.art-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #4D5A5B;
}
/* end PageFooter */

/* begin LayoutCell, content */




/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1
{
/*  background-color: #FCFDFD; */
  width: 25%;
}

/* end LayoutCell, sidebar1 */



/* begin Page */
.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .art-PostContent .SubHead, .art-PostContent .Normal, .SubHead, .WizardText, .SkinObject
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}


.NormalBold
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  font-weight: bold;
}

#LoginInfo dt
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

th
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

#LoginInfo h3
{
  background-color: transparent;
}

.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .art-postcontent .SubHead, .art-postcontent .Normal, .SubHead, .WizardText, .SkinObject
{
  font-size: 1em;
  color: #666666;
}


.NormalBold
{
  font-size: 1em;
  color: #666666;
  font-weight: bold;
}

#LoginInfo
{
  width: 100%;
  background-color: Transparent;
}

#LoginInfo dt
{
  color: #666666;
  font-weight: bold;
}

#LoginInfo div.LoginBlock
{
  width: 45%;
}

.Head
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  color: #1571C1;
}

.headtab
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  color: #1571C1;
}

h2.Head
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  color: #376476;
}

#QuickLinks
{
  border: 0;
  float: none;
  width: auto;
  background-color: Transparent;
}

th
{
  color: #666666;
  font-weight: bold;
}

a.CommandButton, a.SkinObject
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #4B88A0;
}

a.CommandButton:link, a.SkinObject:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #4B88A0;
}

a.CommandButton:visited, a.SkinObject:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #40626D;
}

a.CommandButton:hover, a.SkinObject:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #6AA2B9;
}

.DNNAlignright p, .DNNAlignright th, .DNNAlignright td
{
  text-align: right;
}

.DNNAligncenter p, .DNNAligncenter th, .DNNAligncenter td
{
  text-align: center;
}

.DNNAlignleft p, .DNNAlignleft th, .DNNAlignleft td
{
  text-align: left;
}

/* Control Panel rules */
#dnn_ControlPanel .SubHead, 
#dnn_ControlPanel .SkinObject, 
#dnn_ControlPanel A.SkinObject:link, 
#dnn_ControlPanel A.SkinObject:visited,
#dnn_ControlPanel A.SkinObject:hover, 
#dnn_ControlPanel A.SkinObject:active,
#dnn_ControlPanel A.CommandButton:link,
#dnn_ControlPanel A.CommandButton:visited,
#dnn_ControlPanel A.CommandButton:active,
#dnn_ControlPanel .footer,
#dnn_ControlPanel a.footer:link,
#dnn_ControlPanel a.footer:active,
#dnn_ControlPanel a.footer:visited
{
  color: #003366;
}

#dnn_ControlPanel A.CommandButton:hover
{
  color: #ff0000;
}

table.position
{
  position: relative;
}/* end Page */

/* begin Menu */
.art-menu ul li, .art-menu ul li li, .art-menu ul li li li
{
  list-style-type: none;
}
/* end Menu */

/* begin MenuItem */
.art-menu a img
{
    vertical-align: text-top;
    margin-right: 12px;
}/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a img
{
    margin-right: 12px;
}/* end MenuSubItem */

/* begin Box, Block */
.art-block
{
  margin: 0;
}

.art-block, .art-block-body
{
  z-index: auto;
}/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent-body .SubHead, .art-blockcontent-body .Normal
{
  color: #002142;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.art-blockcontent-body td
{
  padding: 0;
}

.SubHead, td.SubHead
{
  border: 0;
  padding: 0;
}

.art-blockcontent-body table
{
  width: 100%;
}

.art-blockcontent-body ul li, .art-blockcontent-body ol ul li
{
  list-style-type: none;
}
/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  border: solid 0 #B6D2DD;
  margin: 10px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
  background-color: Transparent;
}

.art-article th, .art-article td
{
  padding: 2px;
/*  border: solid 0 #4A707D; */
  vertical-align: top;
  text-align: left;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.art-post, .art-post-body, .art-block, .art-block-body
{
  z-index: auto;
}

.art-article .ModuleTitle_SubMenu th, .art-article .ModuleTitle_SubMenu td, .art-article .ModuleTitle_MenuItem img
{
  border-width: 0;
  padding: 0;
  margin: 0;
}/* end Box, Post */

/* begin PostHeaderIcon */
#LoginInfo h3
{
  margin: 0.2em 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  text-decoration: none;
  font-variant: normal;
  text-align: left;
  text-indent: 0;
  line-height: inherit;
  text-transform: uppercase;

  color: #002165;
}

.art-postheader .Head
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: left;
  color: #002165;
}

div.hr
{
  display: none;
}
/* end PostHeaderIcon */

/* begin PostContent */
.art-postcontent .DNN_ForumContent table
{
  width: 100%;
}

.art-PostContent .DNN_ForumContent img
{
  border: 0;
}

.art-article .DNN_EventsContent table, .ThemeEvents table
{
    width: 100%;
}

table.ModuleTitle_SubMenu
{
  background-color: #FFFFFF;
}/* end PostContent */

/* begin PostBullets */
.art-post ul li, .art-post ol ul li
{
  list-style-type: none;
}
/* end PostBullets */

/* begin Footer */
.art-footer .SkinObject
{
  display: inline-block;
  color: #F5F5F5;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.art-footer a.SkinObject,
.art-footer a.SkinObject:link
{
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-footer a.SkinObject:visited
{
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-footer a.SkinObject:hover
{
  color: #FCFDFD;

  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}/* end Footer */

/*Modificacion para EngageEvents */

.EventCalendar .RadScheduler .rsMonthView  .rsWrap {height: 50px !important}

.EventCalendar .RadScheduler .rsMonthView  .rsApt {height: 46px !important}



