html {
	background: $bottomWrapper.bg.color;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}



  
  
body {
	color:#333333;
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 12px;
	font-style: normal ;
	font-weight: normal ;
	text-transform: normal;
}

p {
	letter-spacing: normal ;
	line-height: 20px ;
}

h1 {
	color:#333333;
	font-size:24px;
	margin:25px 0 10px 0;
	clear:both;
	font-family: "Trebuchet MS";
}


h2 {
	color:#333333;
	font-size:18px ;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#333333;
	font-size:16px;
	margin:20px 0 5px 0;
	clear:both;
}


a:link, a:visited {
	color:#0000CC ;
	text-decoration:none;
}

a:hover {
	color:#00FF00;
	text-decoration:underline;
}



  
  

#wrapper {
	margin:0 auto;
	width:100%;
	background-color: #FFFFFF;
}

  
  
body {
	background-color:#FFFFFF;
}


#wrapper {
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}



  
  

#topWrapper {
	width:100%;
	height:120px ;
	background-color:${topWrapper.bg.color};
	background-image:url(images/css/topWrapper-bg.jpg) ;
	background-position:center top ;
	background-repeat:repeat-x;
}


#topBanner {
	width:920px;
	margin:0 auto;
	height:120px ;
	background-image:url(images/css/topBanner.jpg) ;
	background-repeat:no-repeat;
}

#subWrapper {
	width:100%;
	height:160px ;
	background-color:${topWrapper.bg.color};
	background-image:url(images/css/subWrapper-bg.jpg) ;
	background-position:center top ;
	background-repeat:repeat-x;
}

#subBanner {
	width:920px;
	margin:0 auto;
	height:160px ;
	background-image:url(images/css/subBanner.jpg) ;
	background-repeat:no-repeat;
}



#topnav {
	background:transparent url("images/css/hmenu.jpg") repeat-x top left;
}


  
  


#topnav {
	height:30px;
	margin:0 auto ;
	text-align:center;
}

#topnav ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
}


#topnav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url("images/css/hmenu.jpg") repeat-x top left;

}


#topnav ul li a {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:0px 50px ;
	line-height:30px;
	font-weight:bold;
}


#topnav ul li a:hover, #topnav li#current a {
	color:#cc0000;
	background:transparent url("images/css/hmenu-sel.jpg") repeat-x top left;
	text-decoration:none;
}




#topnav ul {
     width:920px;
}






body {
	background-position : center 150px ;
}




#topnav2 {
	background:transparent url("images/css/hmenu2.jpg") repeat-x top left;
}


  
  


#topnav2 {
	height:60px;
	margin:0 auto ;
	text-align:center;
}

#topnav2 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:60px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
}


#topnav2 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url("images/css/hmenu2.jpg") repeat-x top left;

}


#topnav2 ul li a {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:0px 50px ;
	line-height:60px;
	font-weight:bold;
}


#topnav2 ul li a:hover, #topnav li#current a {
	color:#cc0000;
	background:transparent url("images/css/hmenu-sel2.jpg") repeat-x top left;
	text-decoration:none;
}




#topnav2 ul {
     width:920px;
}



  
  


#container {
	margin:0 auto;
	width:920px;
	min-height:770px;
}


  
  





#banner {
	margin:15px auto;
	width:100%;
}

.slideshow { 
	height: 300.0px; 
	width:100%;
	margin: 0 auto ;
}


.slideshow img { 
	padding: 0; 
	margin:0;
	width:${width}px;
	height:300.0px;
}


.slideshow a img { border:none } 

.slideshowContainer {
	display:block;
	clear:both;
	width:100%;
	position:relative;
}




.slideshowBottom {
	clear:both;
	height:20px;
	position:absolute;
	top:280.0px;
	width:920px;
	z-index:10;
	background:url("images/css/slideshowBottom.png") no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
	height:10px;
	position:absolute;
	top:0;
	left:0;
	width:10px;
	z-index:10;
	background:url("images/css/slideshowLeftCorner.png") no-repeat scroll center center transparent;
}

.slideshowRightCorner {
	height:10px;
	position:absolute;
	top:0;
	left:910px;
	width:10px;
	z-index:10;
	background:url("images/css/slideshowRightCorner.png") no-repeat scroll center center transparent;
}


#content {
	width:${contentWidth}px;
	margin:0 auto ;
	text-align:left;
}

#content p {
	text-align:justify;
}



  
  


#content a:link, #content a:visited{
	color:#cc0000 ;
	font-weight:bold;
	text-decoration:none;
	
}

#content p {
	margin-top:10px;
	text-align:justify;
}


.last {
	margin-right:0 !important;
	clear:right;
}

.one_fourth {
	float:left;
	margin-right:40px;
	width:200px;
	margin-bottom:20px;
	position:relative;
	
}

.bloc h3 {
	margin-top:10px;
	text-align: left;
}

.bloc {
	padding:15px;
	background-color:#EEEEEE;
}


.half {
	float:left;
	width:440px;
	margin: 20px 40px 20px 0px;
	position:relative;	
}

.padd15 {
	padding:15px;
}

.padd20 {
	padding:20px;
}

body {
	color:#444444;
	font-family: 'Trebuchet MS', sans-serif ;
	font-size: 13px;
	font-style: normal ;
	font-weight: normal ;
	text-transform: normal;
}

p {
	letter-spacing: normal ;
	line-height: 1.7em ;
}



h1 {
	color:#000000;
	margin:20px 0 10px 0;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	color:#ffffff;
	margin:10px 0 10px 0;
	clear:both;
}


h3 {
	color:#000000;
	margin:10px 0 5px 0;
	clear:both;
}



  
  

#bottomWrapper {
	min-height:260px;
	background-color:#666666;
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	text-align:center;
	width: 920px;
}

#bottomWrapper a:link, #bottomWrapper a:visited {
	color:#666666;
}


#bottomWrapper a:hover{
	color:#000000;
	text-decoration:none;
}


#footer {
	min-height:260px;
	width:920px;
	margin:0 auto;
	background-color:#666666;
	background-position:center top ;
	background-repeat:no-repeat;
}




.footer-last {
	margin-right:0 !important;
	clear:right;
	float: none;
	width: 222px;
}

.footer-one-third {
	float:none;
	margin:20px 100px 20px 0;
	width:222px;
	position:static;
	text-align:left;
	overflow:hidden;
	background-color: #666666;
	color: #FFFFFF;
}

.footer-one-third h3 {
	margin-top:10px;
	background-color: 666666;
	color: #FFFFFF;
	width: 222px;
	position: static;
}

.footer-one-third ul{
	border-top:1px solid #ffffff;
	padding:0;
	background-color: 666666;
	width: 222px;
}

.footer-one-third ul, .footer-one-third li {
	list-style: none;
	margin-left:0;
	background-color: 666666;
	color: #FFFFFF;
}

.footer-one-third li {
	border-bottom:1px solid #ffffff;
	padding: 5px 0;
	background-color: 666666;
	color: #FFFFFF;
}



#bottom-links {
	height:60px;
	background:#1d1b19 url('images/css/bottomLinks-bg.png') center top repeat-x ;
}


#bottomWrapper {
	width:100%;
	height:260px;
	clear:both;
	margin:0;
	padding:0;
	background-color: 666666;
}


a img {
	border:none;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ahorra {
	font-family: "Trebuchet MS";
	font-size: 180%;
	font-style: normal;
	color: #0099FF;
}
texto13 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #333333;
	line-height: 145%;
}
h33 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	text-align: left;
	color: #00CC00;
}
h35 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-style: normal;
	text-align: center;
	color: #00CC00;
}
linkbb {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
	cursor: hand;
	font-weight: normal;
	text-decoration: none;
}
h22 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	left: auto;
}

