/* CSS Document */


#menu_links{			
	width: 100%;				
	height: 198px;
	background: #fff url(../img/bg_subtopo.gif) repeat-x center bottom;
	}	
	#menu_links .turismo{
		width: 778px;
		margin: 0 auto;	
		}
		#menu_links .turismo:after{
			content: '';
			height: 0;
			display: block;
			clear: both;
		}
	
	#menu_links .turismo ul {
		list-style: none;								
		float: left;		
		margin-left: 15px;
		*margin-left: 7px;
		}
		#menu_links .turismo ul li{
			float: left;						
			display: block;
			width: 122px;
			height: 195px;			
			border-left: 2px solid #fff;
			border-top: 2px solid #fff;	
			}
		#menu_links .turismo ul li.last{
			border-right: 2px solid #fff;
			}

p, li{
	font: normal 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #4f1800;
	text-align: justify;
	}
small{
	float: right;
	margin-right: 45px;
	*margin-right: 65px;
}	
	
h1{
	text-indent: -9999em;
}	
	
#content {				
	margin: 0 auto;
	width: 778px;
	/*padding: 20px 15px;*/	
	}
	#content:after{
		content: '';
		height: 0;
		display: block;
		clear: both;
		}
		
	#content .historia{
		width: 386px;
		padding: 20px 17px;	
		*padding: 20px 15px;	
		float: left;	
		}	
		#content .historia:after{
			content: '';
			height: 0;
			display: block;
			clear: both;
			}
		
	#content .historia h1 {	
		background: url(../img/turismo/turismo.gif) no-repeat;			
		width: 57px;
		height: 9px;	
		}
		#content .historia h2 {
			font: bold 14px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			color: #08327c;		
			width: 136px;
			height: 14px;			
			margin: 20px 0px 10px 0px;
			*margin: 10px 0px 5px 0;
			}
			#content .historia p{
				width: 385px;
				float: left;
				margin-right: 20px;			
				}
				
			#content img{
				float: left; 
				position: relative;
				margin: 75px 0 0 10px;
				*margin: 75px 0 0 -10px;
				
				}


.wrapper{width: 778px;margin: 0 auto;}										
					