/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #0c4da2;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}

img {
	border: none;
	}

a {
	text-decoration: none;
	color: #000;
	}
	a:hover {
		text-decoration: underline;
		}

a.link2 {
	text-decoration: underline;
	}
	a.link2:hover {
		text-decoration: none;
		}

p {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 14px;
	}

ul li {
	_position: relative;
	text-align: justify;
	line-height: 14px;
	}

h1.title {
	height: 25px;
	}

h1.title, h2.title, h3.title {
	text-indent: -9999em;
	}

#content h2 {
	font-size: 14px;
	color: #a9d014;
	}

.sizefix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	}

.wrapper {
	width: 778px;
	margin: 0 auto;
	}

.clear {
	*clear: both;
	}

#header, #content, #footer {
	width: 100%;
	}

#header {
	padding-bottom: 10px;
	}
	#header .wrapper div, #header h1, #header h2 {
		display: none;
		}

#content {
	min-height: 244px;
	_height: 244px;
	}
	#content .wrapper {
		padding: 0 0 30px 10px;
		width: 758px;
		}
	
	#content ul li {
		font-size: 11px;
		}
	
	#content .frame {
		width: 356px;
		float: left;
		padding: 15px 16px 0;
		}
		#content .frame img {
			border: 3px double #959595;
			}
			#content .frame .imgtwitter {
			border: none;
			}
	
	#content .fotos {
		padding: 4px 4px 0 4px;
		_padding-bottom: 4px;
		border: 1px solid #b4ce7c;
		}
				
				#content .pics {
					width: 777px;
				}
				
					#content .pics img {
						padding: 4px 4px 4px 4px;
						_padding-bottom: 4px;
						border: 1px solid #b4ce7c;
						}
			
		#content .fotos img {
			margin: 0 0 2px;
			float: none;
			}

#footer {
	height: 82px;
	background-color: #0c4da2;
	border-top: 9px solid #00367c;
	padding-top: 15px;
	}
	#footer ul {
		width: 667px;
		float: left;
		margin-left: 18px;
		_display: inline;
		}
		#footer ul li {
			padding: 0 7px;
			list-style: none;
			float: left;
			line-height: 18px;
			}
	
	#footer p {
		float: right;
		padding-top: 3px;
		*padding-top: 10px;
		}
	
	#footer a {
		font: 10px Arial, Helvetica, sans-serif;
		color: #fff;
		}
		#footer a:hover {
			text-decoration: none;
			color: #6d94c7;
			}