
/****************************************************************************************************************/
/*                                             STYLE CSS FILE                                                   */
/****************************************************************************************************************/

	/********************************************************************************************************/
	/*                                                 FILE                                                 */
	/********************************************************************************************************/
	/* - File name : Hotelier_index.css
	/* - Creation date : 13/05/2008
	/* - modify date : 13/05/2008 (CF : Fin de fichero )
	/* - Version : 1.0.0
	/********************************************************************************************************/

	/********************************************************************************************************/
	/*                                            Author                                                    */
	/********************************************************************************************************/
	/* - Author name : xavier arnau
	/* - Job : Pro
	/* - Company : TACB
	/********************************************************************************************************/

	/********************************************************************************************************/
	/*                                             FILE INFO                                                */
	/********************************************************************************************************/
	/* - Compatibility : CSS 2.0
	/* - Description : Main style
	/*
	/********************************************************************************************************/
	
	
	.body_box{
		width:780px;
		height:660px;
		padding:5px;	
		
		/*border:1px solid #006699;*/
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
		.row_boxes{
			width:760px;
			height:200px;
			
		/*	border:1px solid #006699;*/
			margin-left:10px;
			margin-top:10px;
		}
		
			.box_step{
				width:360px;
				height:180px;
			
				border:1px solid #006699;
				margin-left:10px;
				margin-top:10px;
				float:left;
				
			}
				.box_step_title{
					width:355px;
					height:30px;
				
					/*border:1px solid #006699;*/
					padding-left:5px;
					background-color:#99CCFF;
					
					
				}
				
					.box_step_title_textcell{
						width:200px;
						height:30px;
						float:left;
					}
					.box_step_title_img{
						width:40px;
						height:30px;
						float:right;
					}
					.box_step_title_nbr{
						font-size:22px;
						font-weight:bold;
						
						
					}
					.box_step_title_txt{
						font-size:18px;
						margin-left:15px;
						
						
					}
					
				.box_step_content{
					width:340px;
					height:120px;
				
				/*	border:1px solid #006699;*/
					margin-left:10px;
					margin-top:10px;
				}
					.box_step_content_txt{
					
					}
					
			.box_fog{
				width:360px;
				height:230px;;
				z-index:950;
				position:absolute;
				margin:0px;
				padding:0px;

				background-image:url(../Img/Fog_Layer.png);
			}
			
			
			/*large box*/
			
			.box_step_large{
				width:730px;
				height:240px;
			
				border:1px solid #006699;
				margin-left:10px;
				margin-top:10px;
				float:left;
				
			}
				.box_step_title_large{
					width:725px;
					height:30px;
				
				
					padding-left:5px;
					background-color:#99CCFF;
					
					
				}
					.box_step_title_nbr_large{
						font-size:22px;
						font-weight:bold;
						
						
					}
					.box_step_title_txt_large{
						font-size:18px;
						margin-left:15px;
						
						
					}
					
				.box_step_content_large{
					width:710px;
					height:200px;
				
					
					margin-left:10px;
					margin-top:10px;
				}
					.box_step_content_txt_large{
					
					}
					
				.box_step_content_large_row{
					width:690px;
					height:40px;
				
					
					margin-left:10px;
					margin-top:10px;
				}
					.box_cell{
						width:330px;
						height:40px;
						margin-right:10px;
						background-color:#E6ECF2;
					
						border:1px solid #006699;
						float:left;
						
					}
						.box_cell_img{
							width:40px;
							height:40px;
							text-align:right;
							font-weight:bold;
							float:right;
							margin-right:5px;
						}
						.box_cell_nbr{
							width:30px;
							height:40px;
							font-weight:bold;
							float:left;
							background-color:#99CCFF;
						}
						.box_cell_nbr_txt{
							font-size:18px;
							color:#FFFFFF;
							margin-top:10px;
							margin-left:8px;
							
						}
					
					
						.box_cell_content{
							width:250px;
							height:40px;
							float:left;
						}
							.box_cell_title{
								width:250px;
								height:20px;
								text-align:center;
								font-weight:bold;
								font-size:14px;
							
								
							}
							.box_cell_explanation{
								width:250px;
								height:20px;
								font-size:9px;
								text-align:center;
								
							}
					
					
			.box_fog_large{
				width:730px;
				height:230px;;
				z-index:950;
				position:absolute;
				margin:0px;
				padding:0px;

				background-image:url(../Img/Fog_Layer.png);
			}
	
	/********************************************************************************************************/
	/*                                            Modificacion                                              */
	/********************************************************************************************************/
	/* |         Name          |   Date     |  Version |                    Detail        
	/********************************************************************************************************/
	/* | Xavier Arnau          | 13/05/2008 |  V 0.0.1 | Create File
	/********************************************************************************************************/