/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#f7f7f3;
 font-family:Arial, Helvetica, sans-serif; 
} 


h1{
	font-size:18px; font-weight:lighter;
	color:#FFFFFF; 
	/*background-image:url(../images/bg_menu_hover.png);*/
	padding:8px;
}

h2{
	font-size:15px; font-weight:lighter;
	color:#fff; background-image:url(../images/bg_menu.png);
	padding:6px;
}

p{
	font-size:12px; font-weight:lighter;
	color:#333333; line-height:14px;
}

.link_web{
	background-color:#F4F4F4;
	color:#333333;
	padding:4px;
	text-decoration:none;
	font-size:11px;
}
.link_web:hover{
	background-color:#CCCCCC;
	color:#333333;
	padding:4px;
	text-decoration:none;
	font-size:11px;

}

#pagewidth{ 
 width:990px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border:#CCC solid 8px;
 background-color:#FFFFFF;
 margin-top:15px; 
} 
 
#header{
	position:relative;
	height:120px;
	width:100%;
}
	#logo{
		float:left;
		margin-left:15px;
		margin-top:10px;		
		}
	
	#logos_asociados{
    	float:right;
		margin-top:25px;
		margin-right:20px;
	}	 

#menu{
	position:relative;
	height:38px;
	width:100%;
	background-image:url(../images/bg_menu.png);
	border:#CCCCCC solid 1px; border-left:none; border-right:none;
}  
#leftcol0{
	width:149px;
	height:30px;
	float:left;
	margin-left:13px;
	margin-top:30px;
	position:relative;
	border:#ccc solid 1px;
	padding:20px;
	text-align:center;
}
#leftcol{
	width:190px;
	height:388px;
	float:left;
	margin-left:13px;
	margin-top:30px;
	position:relative;
	padding-bottom:10px;
	/*border:#ccc solid 1px;
	background-image: url(../images/banner_prox_tienda_inicio.jpg);*/
}
#leftcol2{
	width:189px;
	height:91px;
	float:left;
	margin-left:13px;
	margin-top:40px;
	position:relative;
	/*border:#ccc solid 1px;*/
}
 
#centercol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:720px;
 padding:30px 25px 30px 10px;
 margin-left:15px; 
 border-left:#CCC solid 1px;
 text-align:center; 
 }
 
 	#banner_grande{
		width:710px; height:360px;
		float:left; margin-bottom:25px;		
	}
	  	#banner_grande_interior{
		width:660px; margin-left:35px;
		float:left; margin-bottom:25px; margin-right:20px;
		margin-top:40px;		
	}
	 .banner_left{
		width:223px; height:138px;
		float:left;
		/*background-image:url(../images/banner_i.png);				 */
		/*border:#999999 solid 1px;		*/
	}
	 .banner_center{
		width:223px; height:138px;
		float:left; margin-left:20px; margin-right:20px;
		/*background-image:url(../images/banner_c.png);		*/
		/*border:#999999 solid 1px;						*/
	}	 
		.banner_prox_tienda{
		width:223px; height:465px;
		float:left; margin-left:20px; margin-right:20px;
		/*background-image:url(../images/banner_prox_tienda.jpg);	*/
		border:#999999 solid 1px;						
	}
	 .banner_right{
		width:223px; height:138px;
		float:left;
		/*background-image:url(../images/banner_u.png);*/
		/*border:#999999 solid 1px;				*/
	}		
  	.banner_bonos{
		width:710px; height:90px;
		float:left; margin-top:35px;
		text-align:right;		
	}
#footer{
 height:22px; 
 background-color:#333333;
 background-image:url(../images/bg_menu_a.png);
 border-top:#CCCCCC solid 1px; 
 clear:both; color:#666666; font-size:11px; padding-top:8px; 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

