/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#leftcolumn { 
 color: #333;
 height: 460px;
 width: 645px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 460px;
 width: 238px;
 display: inline;
}

p{font:14px/14px Arial; padding:10px 20px 0 0; text-align:justify; color:#006600; width:610px; font-weight:bold;}
.greentext{  font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #006600;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align:center;
}
.browntext{color: #006600;  font-family: Georgia, "Times New Roman", Times, serif;
        font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
}


table a:link {
	color:#d42945;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
	}	
table a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
table a:hover,
table a:focus {
	color:#f03b58;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
	}
table a,
table a:link,
table a:visited {
	border:none;
	}		
img {
	border:0;
	margin-top:.5em;
	}
		
table {
	width:98%;
	margin:1em auto;
	border-collapse:collapse;
	font-family:Century Gothic;
	background:#FFFFFF;
	}
	
caption {
	color: #9ba9b4;
	font-size:18px;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}
		
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(images/background.gif) no-repeat;
	}	
.column1	{
	background:#f9fcfe;
	}
	
td {
	color:#678197;
	border-bottom: 1px solid #ffcc33;
	border-left:1px solid #99ffff;
		border-right:1px solid #99ffff;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #ffcc33;
	border-left:1px solid #99ffff;
	border-right:1px solid #99ffff;
	padding:.3em 1em;
	}
.sucursal{
text-align:left;
font-weight:bold;
font-size:16px;
}	
thead th {
	text-align:center;
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3;
	background:url(backHeader.jpg) repeat-x;
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
