/* CSS Document */

@import "menu_flash.css";
@import "default_interna.css";
	
#content .fotos {
	width: 252px;
	float: left;
	}

#content ul {
	list-style: none;
	}

#content .col1, #content .col2 {
	width: 262px;
	border-right: 1px solid #bcdc36;
	padding-right: 25px;
	float: left;
	}
	
#content .col2 {
	padding: 0 0 0 25px;
	}

#content p, #content ol li {
	margin-bottom: 17px;
	}

#content .col2 {
	border: none;
	width: 280px;
	}	
	#content ol {
		font-size: 11px;
		}
		#content ol li {
			list-style-position: inside;
			font-weight: bold;
			}
		
		#content ol li.last {
			margin-bottom: 0;
			}
			#content ol li.last p {
				margin-bottom: 0;
				}
		
		#content ol p {
			font-weight: normal;
			}