@charset "utf-8";

html{
	height: 100%;
}

body{
	z-index: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: auto;
	background: url(../images/bckBody.jpg) repeat-y top left #CCC;
}

a{
	text-decoration: none;
	color: #999;
}

#head{
	position: absolute;
	z-index: 2;
	height: 118px;
	width: 100%;
	margin-top: 41px;
	background: url(../images/bckHead.png) repeat-x;
}

#head #contenido{
	position: absolute;
	z-index: 3;
	left: 50%;
	border-right: 1px solid #eeeeee;
	width: 960px;
	height: 100px;
	margin: 9px 0 0 -479px;
}

#logo{
	position: absolute;
	height: 100px;
	width: 179px;
	border-right: 1px solid #eeeeee;
}

#logo img{
	margin: 8px 10px 0 0;
}

#logo h1{
	position: absolute;
	top: 28px;
	left: 60px;
	width: 110px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18pt;
	text-align: center;
}

#titulo{
	position: absolute;
	left: 180px;
	height: 100px;
	width: 780px;
}

#titulo h1{
	height: 120px;
	width: 740px;
	margin: 10px 0 0 20px;
	background: url(../images/pgou.png) no-repeat;
}

#content{
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -300px;
	width: 780px;
	height: 100%;
	overflow: auto;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background: #003366;
}

#content #contenido{
	position: absolute;
	top: 180px;
	left: 40px;
	width: 700px;
}

#content #contenido h1{
	width: 730px;
	height: 12px;
	margin: 0 0 0 -20px;
	font-size: 1.6em;
	color: #FFF;
	text-indent: -4000px;
}

.pgou{
	background: url(../images/pgouBriviesca.png) no-repeat;
}

#content #contenido .pepch{
	margin-top: 50px;
	background: url(../images/pepchBriviesca.png) no-repeat;
}

#contenido h2{
	margin: 25px 0 15px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #EEE;
}

.accordion h3{
	font-size: 1em;
	font-weight: bold;
	color: #CCC;
	margin: 0 0 10px 30px;
	cursor: pointer;
}

.accordion ul{
	margin: 0 0 15px 80px;
	list-style: url(../images/pdf.png) outside;
	color: #999;
}

.accordion li{
	vertical-align: middle;
	margin: 0 0 7px 0;
	line-height: 20px;
}

.chdinformatica{
	position: fixed;
	margin-left: 50%;
	left: 380px;
}

