/* CSS Document */

* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0px;
  background-color:#80C31C;  
  /* background-image:url(images/thanks-gracias.gif);
background-repeat: repeat; */
} 

#frame {
width:756px;
margin:0 auto;
padding:0;
text-align:left;
}

#header {
height:128px;
background-color:#FF0000;
}

#left-column {
float: left;
width:166px;
background-color:#80C31C; 
}

#left-column p {
padding:0 10px 10px 10px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#left-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#FFFFFF;
padding:15px 0 0 0;
text-align:center;
}



#main-column {
float: right;
width:448px;
background-color:#80C31C;     
 /* border-left:#0000FF dotted 1px;
border-right:#0000FF dotted 1px; */
}

#main-column p {
padding:0 15px 10px 15px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#main-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#FFFFFF;
padding:15px 0 0 0;
text-align:center;
}

#right-column {
float: right;
width:140px;
 background-color:#80C31C;  
}

#right-column p {
padding:0 7px 7px 7px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#right-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#FFFFFF;
padding:10px 0 0 0;
text-align:center;
}


#navigation {
background-color:#FF0000;
height:25px;
padding:5px 0 0 0;
text-align:center;
}

#navigation ul li {
list-style: none;
display: inline;
text-align:center;
}

#navigation ul {
border-bottom: 1px solid #FF0000;
font: bold 15px Arial, Helvetica, sans-serif;
margin-center: 0px;
padding: 0px 0px;
}

#navigation ul li a {
background: #FF0000;
border: 3px solid #FF0000;
border-bottom: none;
margin-left: 0px;
padding: 3px 3px;
text-decoration: none;
}



#enclosure {
float: left;
width:616px;
margin:0;
padding:0;
/* background-image:url(../images/4bkground-Javier-Soriano.jpg); */ 
/* background-color:#FFFFFF; */
background-position: left right;
background-repeat: repeat-y;
}

#footer {
clear: both;
width:756px;
background-color:#00275E;
}
