/* CSS internal pages styles for Pizza Hut Costa Rica Website 
		
		Author: Mauro Laurent Obando
		CIS-Solutions
		Date: 30 September 2008
		All rights reserved
		
*/

/********* Box Styles ***********/
#internas {
	float:left;
	width:591px;
	
}
#cont_inter {
	width:720px;
	position:relative;
	float:left;
	margin-left:-300px;
	padding-top: 20px;
/*	min-height:500px;
	*height:500px;*/
}


#banner {
	width:175px;
	position:fixed;
	z-index:800;

}

#cont_inter_shalf{
	float:left;
	width:720px;
	padding-left:13px;
}
#cont_inter_wh {
width:690px;
min-height:433px;
_height:433px;

}
.titulos {
	padding:5px 0 0 30px;
}


/********************************/

/******* Color and Desing *******/
#internas {
	background-image:url(../images/pizzahut/menu_cont.jpg);
	background-repeat:no-repeat;
}
#cont_inter_shalf{
	background-image:url(../images/pizzahut/cont_intern_shla.png);
	background-repeat:repeat-y;
}
#cont_inter_wh {
	background-image:url(../images/pizzahut/cont_inter_wh.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;

}
