@import url(/css/common.css);

body {
	font-size: small;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #d2d1d0;
}

h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}

#navigation {padding: 10px 10px 0px 10px;}
#navigation li {list-style-type: none;display: inline;margin-right: 30px;}
#navigation li a {text-decoration: none;font-size: 120%;color: rgb(54, 113, 161);font-weight: bold;}
#navigation li.selected a {text-decoration: underline;}

div#header h1 {
	background: url(/css/petere/images/LogoCongreso.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: 100em;
	white-space: nowrap;
	overflow: hidden;
	width: 700px;
	height: 100px;
}


#wrapper {
	width: 970px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid rgb(109, 110, 107);	
	min-height: 400px;
	margin-top: 15px;
}

#content {padding-left: 20px;padding-right: 20px;}
div#content a:hover {background-color: blue;color: white;}

h1, h2, h3	{margin-bottom: 5px;}
h3 {font-weight: bold;}
blockquote, ul, p, ol,table {margin-bottom: 15px;}
ul {padding-left: 20px;}
ol {list-style-type: decimal;}
li {list-style-type: disc;}
strong {font-weight: bold;}

#applicationList {width: 600px;}

