        html
        {
            background: url(pag_bac.png);
        }

        #header
        {
            background: rgb( 242 , 242 , 242 );
            border-bottom: 2px solid rgb(  68 , 100 ,  61 );
            -webkit-border-radius: 50px 50px 0px 0px;
            -moz-border-radius: 50px 50px 0px 0px;
            -ms-border-radius: 50px 50px 0px 0px;
            -o-border-radius: 50px 50px 0px 0px;
            border-radius: 50px 50px 0px 0px;
      	}
      	#headerLogo
      	{
            margin: 0px auto;
            height: auto;
            width:95%;
            display: block;
      	}
      	#MenConNew
      	{
            background-color: rgb( 255 , 255 , 255 );
            background-image: url(pag_mcn.png);
            background-position: top left;
            background-repeat: repeat-y;
      	}
	      #footer
        {
  		      border-top: 2px solid rgb(  68 , 100 ,  61 );
  		      background: transparent;
        }
        #footerFrame
        {
            clear: both;
            display: block;
            overflow: hidden;
            width: 100%;
            margin: 0;
            text-align: center;
            background: rgb( 242 , 242 , 242 );
            -webkit-border-radius: 0px 0px 50px 50px;
            -moz-border-radius: 0px 0px 50px 50px;
            -ms-border-radius: 0px 0px 50px 50px;
            -o-border-radius: 0px 0px 50px 50px;
            border-radius: 0px 0px 50px 50px;
        }
        #footerIcons
        {
            clear: both;
            display: block;
            overflow: hidden;
            width: 100%;
            height: 48px;
            margin: 10px auto;
            text-align: center;
            background: rgb( 242 , 242 , 242 );
        }
        #footerIcons img
        {
            margin: 0px 10px;
            height: 25px;
            border: 0px;
        }
        #footerIcons a:link
        {
            text-decoration: none;
        }
        #footerIcons a:visited
        {
            text-decoration: none;
        }
        #footerIcons a:focus
        {
            text-decoration: none;
        }
        #footerIcons a:hover
        {
            text-decoration: none;
        }
        #footerIcons a:active
        {
            text-decoration: none;
        }
        p#footerprivacy
        {
            margin: 1px auto;
        }
        #footerprivacy a:link
        {
            font-size: 7px;
        }
        #footerprivacy a:visited
        {
            font-size: 7px;
        }
        #footerprivacy a:focus
        {
            font-size: 7px;
        }
        #footerprivacy a:hover
        {
            font-size: 7px;
        }
        #footerprivacy a:active
        {
            font-size: 7px;
        }
