@charset "utf-8";
/* CSS Document */


.virtical {
	margin-bottom: 30px;
	width: 570px;
	margin-right: 10px;
	margin-left: 20px;
}

.virtical td {
	width: 190px;
}



.virtical .vtitle {
	color: #333333;
	font-weight: bold;
	background-image: url(/service/img/bg_virtical.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.virtical .vbody {
	color: #666666;
	margin-left: 10px;
	line-height: 140%;
	margin-bottom: 5px;
	height: 40px;
}

.virtical .vfooter {
	color: #3895FC;
	margin-left: 10px;
	text-align: right;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
