.nu { 
	text-decoration: none; 
	color:#000000;
	} 
	
.nu:hover { 
	text-decoration: underline;
	} 
	
.wh { 
	text-decoration: underline; 
	color=#339966;
	} 

.wh:hover { 
	text-decoration: black;
	}
	

body,html {
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0; 
	font-family: Arial; 
	font-size: 12px;
	}	
table {
	font-family: Arial; 
	font-size: 12px;
	
	}
.yellowcol {
	background-image: url('images/menuF.gif');
	background-repeat: repeat-y;
	text-align: center; 
	}
.hotellist {
	width: 100px; 
	height: 180px;
	font-family: Arial Narrow; 
	font-size: 10px;
	}

.hotellistRow {
	width:300px; 
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;	
	font-size: 11px;
	}
.hotellistDiv {
    width: 100px;
    height: 180px;    
    border: 1px solid #BABABA;
    background-color: #efefef;
    padding: 2px 2px 2px 2px;
    -moz-opacity : 0.95;
	filter : alpha(opacity=95);
	overflow-x: hidden;
    overflow-y: scroll;
}
.hotellistTd {
	vertical-align:top;
	height:180px;
	text-align:left;
	padding-left:16px;
	}
a {
	color: green;
}
.hotelName {
	font-size: 18px;
	font-weight: bold;
	}
.hotelNameForList {
	font-size: 16px;
	font-weight: bold;
	}	
.hotelAddress {

	}
.hotelMore {

	}
.hotelChars {
	width: 100%;
	}
	
.hotelService {
	font-size: 12px;
	font-weight: bold;
	
	}	
	
.searchFilter {
	font-size: 11px;
	}	

.userPanelBottom {
	border-top: 1px solid green; 
	margin-top:4px;
	
	}

.sectionTitle {
	color: green;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid green;
	margin-bottom: 14px;
	width:100%;
}	

.greenTitle {
	color: white;
	background-image:url('images/fondos/vcen.gif');
	background-repeat:repeat-x;
}


.panelTitle {
	color: green;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid green;
	margin-bottom: 14px;
	width:100%;
	text-align:right;
}

.offerAttributeTitle {
	color: black;
	font-size: 12px;
	text-transform: uppercase;
}

.offerDescription {
	text-align: center;
	border: 1px solid green;
	color: green;
	padding: 5px 5px 5px 5px;
	width: 700px;
}

.searchItem {
	padding: 5px 5px 5px 5px;
	width: 700px;
}

.dynamicTitle {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid green;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dynamicTitlePlain {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.dynamicContent {
	padding-left: 10px;
	padding-right: 10px;
	

}

