/* CSS Document */

@import "menu_flash.css";
@import "default_interna.css";

#content .content-main .fotos {
	float: left;
	margin-right: 15px;
	width: 151px;
	}

#content .content-main p {
	width: 419px;
	float: right;
	}

#content #tipos-pp {
	clear: both;
	background-color: #ebebeb;
	margin-top: 20px;
	}
	#content #tipos-pp .content-tipos-pp {
		padding: 15px;
		}
	
	#content #tipos-pp ul {
		list-style: square inside;
		float: left;
		margin-right: 46px;
		*margin-right: 40px;
		}
		#content #tipos-pp ul li {
			color: #0c4da1;
			line-height: 17px;
			}
	
	#content #tipos-pp ul.last {
		margin-right: 0;
		}