body, html {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 2ex;
	height: 100%;
	background:url(imgs/fondo.gif) repeat-y center #fff;
	font-family:Tahoma, Arial, sans-serif;
}

img {
	border: 0;
}

#contenedor {
	margin: auto;
	padding: 0px;
	background: #D6E2EE;
	width: 753px;
	height: 100%;
	position: relative;
	text-align: center;
}

#cabecera {
	background: url(imgs/cabecera-logo.jpg) no-repeat top;
	width: 753px;
	position: relative;
	margin-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

#cabecera h1 {
	position: relative;
	height: 73px;
	margin-top: 0px;
	font-size: 8pt;
}

#cabecera h1 span {
	visibility: hidden;
}

#lateral {
	float: left;
	height: 100%;
	width: 120px;
}

#menu {
	float: left;
	/*clear: left;*/
	width: 120px;
	margin-top: 5px;
	margin-left: 0px;
	position: relative;
	text-align: left;
}

#menu h2 {
	margin-left: 5px;
	text-align: center;
	width: 115px;
	background: #004080;
	color: #fff;
	height: 18px;
	line-height: 1.1ex;
}

#menu1 {
	margin: 0px;
	padding: 0px;
	margin-top: -15px;
}

#menu1 ul {
	padding: 0px;
}

#menu1 li {
	position: relative;
	text-align: right;
	width: 115px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	list-style-type: none;
	margin-left: 5px;
	line-height: 17px;
}

#menu1 a:link {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#menu1 a:active {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#menu1 a:visited {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#menu1 a:hover {
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#login {
	float: left;
	clear: left;
	width: 120px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

#login h2 {
	margin-left: 5px;
	text-align: center;
	width: 115px;
	background: #004080;
	color: #FFFFFF;
	height: 18px;
	line-height: 1.1ex;
}

#login p {
	margin-left: 10px;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	margin-top: -10px;
}

#login span {
	line-height: 10px;
	margin-top: -10px;
}

#login .caja {
	height: 18px;
	width: 110px;
	border: #000 1px solid;
	background: #F4F4F4;
  font-size: 12px;
  font-family: Verdana,Helvetica;
	line-height: 14px;
}

#login .boton {
        font-size: 10px;
        font-family: Verdana,Helvetica;
        font-weight: bold;
        color: #000;
        background: #fff;
        border: #000 1px solid;
        width: 50px;
        height: 19px;
	margin-top: 7px;
}

#contenido {
	width: 600px;
	height: 350px;
	overflow: visible;
	background:url(imgs/fondo_txt.gif) repeat-y left #fff;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	float: right;
	text-align: center;
	border-right: 2px solid #004080;
	border-left: 2px solid #004080;
	position: relative;
}

html>body #contenido {
	min-height: 350px;
	height: auto;
}

#contenido h1 {
	padding: 0px;
	margin-top: 15px;
}

#contenido p {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 18px;
}

#contenido ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	text-align: left;
}

#contenido li {
	margin: 10px;
	padding: 0px;
	text-align: left;
}

#contenido .admin {
    font-size:8Pt;
}

#contenido .afoto {
	width:110px;
	margin: auto;
	padding: 10px;
	text-align: center;
	float: left;
}

#contenido .carta {
	width: 450px;
	margin-left: 75px;
	margin-right: 75px;
	border: 2px solid #004080;
	background: #fff;
	color: #004080;
}

#contenido .derecha {
	text-align: right;
	padding-right: 5px;
	margin-right: 5px;
}

#contenido .esquerda {
	text-align: left;
	padding-right: 5px;
	margin-right: 5px;
}

#contenido .titular1 {
  background: navy;
  font-size:12Pt;
  text-align:right;
  color:white;
  font-weight:bold;
  font-style:italic;
  letter-spacing:3Px;
}

#contenido .subtitular1 {
  font-size:8Pt;
  color: gray;
}

#contenido .resumo1 {
  padding-top:10Pt;
  padding-left:20Pt;
  padding-bottom:20Pt;
  font-size:10Pt;
  font-weight:bold;
}

#contenido .nova1 {
  padding-top:10Pt;
  padding-left:20Pt;
  padding-bottom:20Pt;
  font-size:10Pt;
}

#pnova {
  width: 580px;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: right;
}

#pnova .titular {
  background: navy;
  font-size:12Pt;
  text-align:right;
  color:white;
  font-weight:bold;
  font-style:italic;
  letter-spacing:3Px;
}

#pnova .subtitular {
  font-size:8Pt;
  color: gray;
}

#pnova .imaxe {
  float: left;
  padding-right: 10px;
}

#pnova .resumo {
  padding-top:10Pt;
  padding-left:20Pt;
  padding-bottom:20Pt;
  font-size:10Pt;
  font-weight:bold;
}

#portal {
  width: 275px;
  float: left;
  padding-left: 15px;
}

#secundarias .snova {
  width: 275px;
  float: left;
  padding-left: 15px;
  padding-bottom: 10px;
  height: 240px;
}

#secundarias .titular {
  margin: 0px;
  padding: 0px;
  background: gray;
  font-size:12Pt;
  text-align:right;
  font-weight:bold;
  font-style:italic;
  color:white;
  letter-spacing:1Pt;
}

#secundarias .subtitular {
  font-size: 8Pt;
  color: gray;
  margin-left: 10px;
}

#secundarias .imaxe {
  float: left;
  padding-right: 5px;
}

#secundarias .resumo {
  padding-left:20Pt;
  padding-bottom:10Pt;
  font-size:8Pt;
}

#paginar {
	clear: both;
}

#formulario {
	text-align:left;
}

#formulario br {
	clear: left;
}

#formulario label,input {
	display: inline;
}

#formulario label,select {
	display: inline;
}

#formulario label,textarea {
	display: inline;
}

#formulario label {
	margin-left: 0px;
	padding-right: 20px;
	font: 10pt verdana,arial,sans-serif #000;
	font-weight: bold;
	text-align: right;
	width: 150px;
	height: 20px;
	float: left;
}

#cont_quen ul {
	padding: 0px;
	margin: 0px;
	width: 500px;
	text-align: left;
	margin-left: 5px;
}

#cont_quen li {
	position: relative;
	float: left;
	height: 22px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}

#cont_quen a {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#cont_quen a:hover {
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#cont_men ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-left: 5px;
}

#cont_men li {
	position: relative;
	width: 400px;
	height: 22px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	list-style-type: none;
	margin-left: 5px;
	padding-left:5px;
	line-height: 17px;
	border-left: 12px solid #004080;
	background: #D6E2EE;
	margin-bottom: 5px;
}

#cont_men a:link {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#cont_men a:active {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#cont_men a:visited {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#cont_men a:hover {
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #004080;
	font-weight: bold;
}

#pie {
	width: 100%;
	clear: both;
}

#feeds {
	width: 275px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#feeds .wdw {
	width: 275px;
	background: #fff;
	border: 1px #000080 solid;
	font: 8pt Tahoma, Arial, sans-serif;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
}

#feeds h2 {
	margin: 0px;
	padding-top: 0px;
	background: #000080;
	font: 8pt Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#feeds h3 {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
	font: 8pt Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#feeds td {
	font: 8pt Tahoma, Arial, sans-serif;
}

#feeds a {
	font: 8pt Tahoma, Arial, sans-serif;
	padding: 4px;
}

FONT { font-family : Tahoma, Arial, sans-serif; font-size : 10pt; }
.negrita { font-family : Tahoma, Arial, sans-serif; font-size : 10pt; font-weight : bold; }
.difusa { font-family : Tahoma, Arial, sans-serif; font-size : 10pt; color : gray; }
.cabecera { font-family : Verdana; font-size : 12pt; font-weight : bold; color : navy; }
.descargas { margin-left: 10px; padding-left:10px; }

.dir { font-size : 10pt; list-style-image: url("imgs/dir.gif"); }
.pdf { font-size : 10pt; list-style-image: url("imgs/pdf.gif"); }
.doc { font-size : 10pt; list-style-image: url("imgs/doc.gif"); }
.gen { font-size : 10pt; list-style-image: url("imgs/gen.gif"); }
.mpg { font-size : 10pt; list-style-image: url("imgs/mpg.gif"); }
.mov { font-size : 10pt; list-style-image: url("imgs/mov.gif"); }
.xls { font-size : 10pt; list-style-image: url("imgs/xls.gif"); }
.ppt { font-size : 10pt; list-style-image: url("imgs/ppt.gif"); }
.mp3 { font-size : 10pt; list-style-image: url("imgs/mp3.gif"); }
.swf { font-size : 10pt; list-style-image: url("imgs/swf.gif"); }
.jpg { font-size : 10pt; list-style-image: url("imgs/jpg.gif"); }
.zip { font-size : 10pt; list-style-image: url("imgs/zip.gif"); }
.rar { font-size : 10pt; list-style-image: url("imgs/rar.gif"); }
.minidir { font-size : 10pt; list-style-image: url("imgs/minidir.gif"); }
.minipdf { font-size : 10pt; list-style-image: url("imgs/minipdf.gif"); }
.minidoc { font-size : 10pt; list-style-image: url("imgs/minidoc.gif"); }
.minigen { font-size : 10pt; list-style-image: url("imgs/minigen.gif"); }
.minimpg { font-size : 10pt; list-style-image: url("imgs/minimpg.gif"); }
.minimov { font-size : 10pt; list-style-image: url("imgs/minimov.gif"); }
.minixls { font-size : 10pt; list-style-image: url("imgs/minixls.gif"); }
.minippt { font-size : 10pt; list-style-image: url("imgs/minippt.gif"); }
.minimp3 { font-size : 10pt; list-style-image: url("imgs/minimp3.gif"); }
.miniswf { font-size : 10pt; list-style-image: url("imgs/miniswf.gif"); }
.minijpg { font-size : 10pt; list-style-image: url("imgs/minijpg.gif"); }
.minizip { font-size : 10pt; list-style-image: url("imgs/minizip.gif"); }
.minirar { font-size : 10pt; list-style-image: url("imgs/minirar.gif"); }

A:link { text-decoration: underline; color : #004080; }
A:active { text-decoration: underline; color : #004080; }
A:visited { text-decoration: underline; color : #004080; }
A:hover { text-decoration: none; color : #004080; }

