#Window {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#WinTop {
	background-image: url(../_images/_layout/win_top.gif);
	background-repeat: repeat-x;
	height: 34px;
}
#WinTopLeft {
	background-image: url(../_images/_layout/win_top_left.gif);
	background-repeat: no-repeat;
	height: 34px;
}
#WinTopTitle {
	background-image: url(../_images/_layout/win_top_right.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6B6B6B;
	padding-top: 7px;
	padding-left: 10px;
	font-size: medium;
}
#WinContent {
	background-color: #F7F7F7;
	border: 1px solid #D5D5D5;
}
#WinFooter {
	background-image: url(../_images/_layout/win_bottom.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.win_para_tu_automovil {
	width: 440px;
}
#WinContent h4 {
	color: #2758A4;
	background-image: url(../_images/_layout/bullet_h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 1px;
	font-size: 12px;
	list-style-image: url(../_images/_layout/bullet_h4.gif);
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#WinContent p {
	margin-left: 20px;
	line-height: 20px;
	
}

#WinContent li {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../_images/_layout/bullet_list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: 15px;
	background-position: 1px;
}
#WinContent ul {
	padding: 5px;

}
