﻿/*
CSS - Style sheet - Hotel
*/
.Hotel
{
	margin-top:5px;	
}

.Hotel .imgHotel
{
	border:10px solid #eaeaea;
}


.HotelBottega
{
	position:relative;
	width:235px;
	float:left;
}

.HotelBottega .imgHotel
{
	border:5px solid #eaeaea;
}

.HotelBottega .imgHotel:hover
{
	border:5px solid #97ca01;
}

.HotelBottega .txtHotel
{
	float:left;
	width:120px;
	margin-right:10px;
}

.HotelBottega .txtHotel a:link,
.HotelBottega .txtHotel a:visited
{
	font-family:Arial;
	font-size:12px !important;
	color:#616161;
	text-decoration:none;
	cursor:pointer;
}

.HotelBottega .txtHotel a:hover
{
	color:#97ca01;
	text-decoration:underline;
	cursor:pointer;
}


.Hotel .titolo
{
	font-size:20px;
	font-weight:bold;
	color:#3f5d84;
}

.Hotel .sottotitolo
{
	font-size:12px;
	font-weight:bold;
	color:#323333;
}

.Hotel .desc
{
	font-size:12px !important;
	color:#323333;
	line-height:150%;
}

.Hotel .bottone a:link,
.Hotel .bottone a:visited
{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
	background-color:#ee9a00;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
}

.Hotel .bottone a:hover
{
	background-color:#abc736;
}



.Bottone_hotels_tutti a:link,
.Bottone_hotels_tutti a:visited
{
	background-color:#3f5d84;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.Bottone_hotels_tutti a:hover
{
	background-color:#ee9a00;
}


.Bottone_hotels a:link,
.Bottone_hotels a:visited
{
	background-color:#ee9a00;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.Bottone_hotels a:hover
{
	background-color:#698d3a;
}

.footer_hotel a:hover
{
	text-decoration:none;	
}

.footer_hotel .titolo_footer_hotel
{
	text-decoration:uppercase;
	font-weight:bold;
}

.footer_hotel .indirizzo_footer_hotel
{
		
}

.footer_hotel .web_footer_hotel
{
	text-decoration:uppercase;
	font-weight:bold;
}



.InfoEPrenotazioni:link,
.InfoEPrenotazioni:visited
{
    height:24px;
    line-height:24px;
    background-color:#ee9a00;
    vertical-align:middle;
    text-decoration:none;
    display:block;
    padding:0 10px 0 10px;
    float:left;   	
    color:#373737;
    font-weight:bold;
    font-size:14px;
}

.InfoEPrenotazioni:hover
{
    background-color:#a6c232;	
}

.PhotogalleryHotel
{
	position:relative;	
}

.PhotogalleryHotel img
{
	border:5px solid #e0e0e0;
	margin-right:10px;
	margin-bottom:10px;
	
}

.TestoHotel
{
    color:#616161;
	min-height:600px;	
}

.TestoHotel,
.TestoHotel a:link,
.TestoHotel a:visited
{
    color:#616161;
    font-size:12px;	
    letter-spacing:1px;
    line-height:150%;
}

.web_footer_hotel,
.web_footer_hotel a:link,
.web_footer_hotel a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#474747;
	text-decoration:none;
}
.web_footer_hotel a:hover
{
	text-decoration:underline;	
}
