html
	{
	width: 100%;
	}

body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	}

a:link
	{
	color: #0000ff;
	}

a:visited
	{
	color: #000099;
	}

a:active
	{
	color: #800080;
	}


div.head
	{
	position: relative;
	width: 100%;
	background-image: url(/images/bck.jpg);
	background-repeat: repeat-x;
	height: 101px;
	}

div.head div.provincia
	{
	position: absolute;
	width: 160px;
	height: 101px;
	background-color: #ffde42;
	text-align: center;
	}

div.head div.provincia img
	{
	margin-top: 32px;
	border-style: none;
	}

div.head div.logo
	{
	position: absolute;
	left: 160px;
	width: 600px;
	height: 101px;
	background-image: url(/images/bck_head.jpg);
	background-repeat: no-repeat;
	}

div.head div.logo img
	{
	margin-top: 28px;
	margin-left: 35px;
	}

div.top
	{
	width: 100%;
	background-color: #dbdbdb;
	padding-bottom: 2px;
	margin-bottom: 15px;
	text-align: center;
	}

div.bottom1
	{
	width: 100%;
	font-size: 1%;
	margin-top: 10px;
	}

p.bottom2
	{
	width: 100%;
	font-size: 75%;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	}

div.main
	{
	min-width: 600px;
	}


div#stretcher
	{
	height: 400px;
	}


div.m1
	{
	padding: 0px 7px;
	padding-bottom: 3px;
/*	padding-left: 26%; */
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	}

div.m2
	{
	width: 25%;
	float: left;
		}

div.content
	{
/*	width: 74%; */
/*	float: right; */
	text-align: justify;
	text-justify: distribute;
	}

h1
	{
	font-size: 115%;
	color: #000000;
	margin-top: 30px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 2px 5px;
	}

h2
	{
	font-size: 100%;
	margin-top: 25px;
	color: #000000;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	padding: 2px 0px;
	}

h3
	{
	font-size: 90%;
	margin-top: 7px;
	}

hr
	{
	border-style: none;
	border-top-style: solid;
	}

img.linked
	{
	border-style: none;
	}

img.inline
	{
	vertical-align: middle;
	margin: 0px 2px;
	}

.section_para
	{
	margin-top: 7px;
	margin-bottom: 4px;
	}

.emph
	{
	font-weight: bold;
	color: #000066;
	}

.invisible
	{
	display: none;
	}

ul, ol
	{
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}

dl
	{
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	}

dt
	{
	font-style: italic;
	}

dd
	{
	margin-left: 0px;
	margin-bottom: 10px;
	}

abbr, acronym
	{
	cursor: help;
	}


caption
	{
	text-align: left;
	}

li.partners
	{
	clear: both;
	padding: 10px 0px;
	list-style-type: none;
	}

li.submenuitem
	{
	list-style-image: url(../images/icons/folder.png);
	padding-left: 5px;
	}

li.listrecord
	{
	list-style-image: url(../images/icons/document.png);
	padding-left: 5px;
	}

li.archiveitem
	{
	list-style-image: url(../images/icons/document.png);
	padding-left: 5px;
	}

.subtitle
	{
	font-style: italic;
	}

@media screen {

div.bottom1
	{
	height: 10px;
	background-color: #5595d5;
	}

p.bottom2
	{
	height: 40px;
	color: #ffffff;
	background-color: #004079;
	}

}

@media print {

.noprint
	{
	display: none;
	}

div.bottom1
	{
	border-bottom: 1px solid #000000;
	}

p.bottom2
	{
	}

h1, h2, h3
	{
	}

div.content
	{
	width: 100%;
	float: none;
	}

acronym, abbr
	{
	border-style: none;
	}


}

