@charset "utf-8";
/* CSS Document */

.plano-de-hospedagem-de-site-infinity {
	float: left;
	height: 340px;
	width: 220px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F3F5;
	margin-left: 15px;
}
.plano-de-hospedagem-de-site-prime {
	float: left;
	height: 330px;
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F3F5;
}
.plano-de-hospedagem-de-site-express {
	float: left;
	height: 330px;
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F3F5;
}
.plano-de-hospedagem-de-site-micro{
	float: left;
	height: 330px;
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
}
.titulo {
	width: 153px;
	float: left;
}
.titulo h2 {
	color: #364059;
}

.preco {
	float: left;
	width: 50px;
	height: 22px;
	text-align: right;
	color: #F60;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 10px;
}
.linha {
	height: 1px;
	width: 215px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.limpa {
	clear: both;
	height: 30px;
}

.descr {
	width: 180px;
	float: left;
	height: 280px;
	font-size: 11px;
}

.ok {
	float: left;
	width: 15px;
	height: 240px;
	text-align: right;
	color: #F60;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 22px;
}
.bot-assine-ja {
	height: 25px;
	width: 160px;
	float: left;
	background-image: url(../img-hospedar-sites/hospedagem-dedicada/botao-assinar-220.jpg);
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
}
.bot-assine-ja a {
	color: #FFF;
}
.erro-ao-evniar {
	font-size: 20px;
	color: #F00;
	text-align: center;
	width: 900px;
	font-weight: bold;
	height: 300px;
	margin-top: 40px;
}

