﻿

  body 
    {
         font-family: 'Arial Narrow',Arial, Helvetica, sans-serif;
         font-size:10px;
    }

    #MainContent 
    {
         border-width: medium; 
         border-color: #216427;
          margin-left:auto;
           margin-right:auto; 
            width:950px; 
            height:100%; 
             background-color: #FFFFFF;
    }
    
    #footer
    {
        color:#858585;
         /* box-shadow:10px 10px 10px 1px #CCCCCC;*/  
         border-radius:2px; 
          border-top: medium solid #216427;
           background-color:#FFFFFF;
            width:100%;
             height:auto;
             font-family: 'arial narrow';
              text-align: center;
               font-size: 8pt; 
               font-weight: 700; 
               padding-bottom:20px;

    }
    
    #nav 
       {
           font-size:14px;
    font-family: 'Arial Narrow',Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #3B7F16;
	border-bottom: 1px solid #ccc;
    height: 34px;
       }
    #nav ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0; }
    #nav li {
	float: left; }
    #nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #ccc; }
    #nav li:first-child a {
	border-left: 1px solid #ccc; }
    #nav li a:hover {
	color: #04592d;
	background-color: #fff; }

    .Link 
    {
        text-decoration:underline;
        font-weight:bold;
        color:#0061e8;
        font-size:12px;
    }


     .Link:hover
    {
        color:#4895ff;
    }

.ContenidoPASA
{
     padding:10px;
      border: 1px solid #3B7F16; 
      box-shadow:4px 4px 4px 1px #CCCCCC; 
      color: #509F00; width: 100%;
      font-size: 14pt;
      height:auto;
      text-align: justify;
      border-radius:4px; 
      background-color: #FFFFFF;
}