/* cuerpo de la pagina */
body{
	background-color: PaleGoldenrod;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	scrollbar-base-color: #cce0e0; 
	scrollbar-face-color: #cce0e0; 
	scrollbar-highlight-color: weather; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: #00ffff; 
	scrollbar-arrow-color: weather; 
	scrollbar-track-color: #dfffff; 
	scrollbar-darkshadow-color: black
}

/* Formato de los enlaces */
a {
	color: #000099; 
	text-decoration: none;
	font-size: 12px;
}
a:link {
	color: #6080b8;
}
a:visited {
	color: #608888;
}
a:active {
	color: #608ffa;
}
a:hover {
	background-color: #d8effa
}

/* Formato de los enlaces barra menu */
a.navbar {
	color: mediumblue; 
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	text-align: justify;
}
a.navbar:link {
	color: mediumblue;
}
a.navbar:visited {
	color: cornflowerblue;
}
a.navbar:active {
	color: blue;
}
a.navbar:hover {
	background-color: powderblue
}

dl {
	font-size: 10px; 
	color: #0080c0
}

dt {
	font-weight: bold
}

/* Fuente */
font {
	color: #0080c0
}

/* Titulares */
h1 {
	font-weight: bold; 
	font-size: 20px; 
	color: #0080c0
}

h2 {
	font-weight: bold; 
	font-size: 18px; 
	color: #0080c0
}

h3 {
	font-weight: bold; 
	font-size: 16px; 
	color: #0080c0
}

h4 {
	font-style: italic;
	font-weight: bold; 
	font-size: 12px; 
	color: #0080c0
}

h5 {
	font-weight: bold; 
	font-size: 11px; 
	color: #0080c0
}

h6 {
	font-weight: bold; 
	font-size: 10px; 
	color: #0080c0
}

/* Linea separación */
hr{
	height: 2px;
	width: 90%;
	color: wheat;
}

img{
	background-color: transparent;
}
/*  */
li{
	font-size :9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #0080c0
	left: 50px;
}

/*  */
p {
	margin-top:8px;
	margin-bottom:4px;
}

br {
	margin-top: 4px;
	margin-bottom: 2px;
}

pre {
	font-size: 12px; 
	border-top-style: groove; 
	font-family: "Courier New", Courier, mono; 
	border-right-style: groove; 
	border-left-style: groove; 
	background-color: #e6f2ff; 
	border-bottom-style: groove
}

/* Filas */
td {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.prosa {
	text-align: justify;
	width: 35%;
	padding: 2em;
	margin: 2em;
}
td.prosa:first-letter {
	font-size: 18px; 
	font-weight: bold; 
	/*color: darkturquoise;*/
	color: #0077ff;
	margin-left: 1em;
}

p.prosa {
	text-align: justify;
	font-size: 11px; 
	font-weight: normal; 
}
p.prosa:first-letter {
	font-size: 18px; 
	font-weight: bold; 
	color: #0077ff;
	margin-left: 1em;
}
p.piefoto {
	text-align: center;
	font-size: 11px; 
	font-weight: normal; 
	color: green;
}
p.piefoto:first-letter {
	font-size: 14px; 
	font-weight: bold; 
	color: darkgreen;
	margin-left: 1em;
}

table.tblprincipal{
	width: 90%;
	/*height:300px;*/
	border : 1px solid weather;
	background-color: transparent;
}

table.tblcabecera{
	position: center;
	text-align: center;
	width: 90%;
	height: 100px;
	border : 1px solid coral;
	background-color: wheat;
}

table.tblpiepagina{
	width: 90%;
	height: 50px;
	border : 0px solid weather;
	background-color : white;
}

table.enlaces {
	position: center;
	text-align: center;
	width:90%;
	border-top : 2px solid wheat;
	border-bottom : 2px solid wheat;
	background-color : BlanchedAlmond;
	padding: 0.0em;
	margin: 0.1em;
}
/*
 align='center' 
 width='700' 
 cellpadding='3' 
 border='1' 
 bordercolor='white' 
 bgcolor='BlanchedAlmond' 
 style='border-collapse: collapse'
*/ 
td.contenidos{
	border: 1px solid white;
	background-color : #F5F5F5;
	width: 200px;
}
/*
.principal{
	background-color : transparent;
	border: 0px solid navy;
}
*/
.resaltado{
	background-color : #dfffff;
	border: 1px solid white;
	color: #6b9371;
	font-weight:bold;
}

td.piepagina{
	background-color : white;
	border: 1px solid gold;
}

.entradatexto {
	border-right: 1px solid; 
	border-top: 1px solid; 
	height:20px;
	font-size: 12px; 
	border-left: 1px solid; 
	border-bottom: 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ccffff
}

.text{
	font-size :9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #0099ff;
}

.textjustified{
	font-size :9pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align:justify;
	color : #0099ff;
}

.textbold{
	font-size :9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight:bold;
	color : #0000ff;
}

.textboldpeq{
	font-size :8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight:bold;
	color : #0099ff;
}

.link{
	font-size :9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #3399FF;
}

.imagen{
	border-right: 0px solid; 
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-bottom: 0px solid; 
/*   border-color: #ccffff;*/
/*   background-color: #ccffff*/
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.linkmenu{
	font-size :9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #3399FF;
}

.titulo{
	font-size : 18px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	word-spacing: 6px;
	letter-spacing: 3px;
/*	color : darkturquoise;*/
}

.subtitulo{
	font-size : 10px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	word-spacing: 6px;
	letter-spacing: 3px;
	color : darkturquoise;
}

.lineanegra{
	border: 1px solid weather;
	background-color: ivory;
/*	color: #0080C0;*/
/*	width: 600 px;*/
	padding: 10px 10px 10px 10px;
	position: relative;
	left: -20px;
	top: 0px;
	z-index: 0;
	font-weight: bold; 
	font-size: 18px; 
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
}

.arriba{
	position: relative;
	left: 5px;
	top: -7 px;
	z-index: 1;
	text-align: center;
}
.listado_tabla{
	width: 95%;
	background-color : white;
	border : 1px solid weather;
}
/*

.listado_cabecera1{
	border : 1px solid weather;
	background-color : weather;
	color:white;
	font-size:9pt;
	font-family : Arial, Helvetica, sans-serif;
}

.listado_cabecera2{
	border : 1px solid weather;
	background-color : #9699b1;
	color:white;
	font-size:8pt;
	font-family : Arial, Helvetica, sans-serif;
}
*/
.listado1{
	border : 1px solid weather;
	color: navajowhite;
	font-size:8pt;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
}

.listado2{
	border : 0px solid weather;
	color:weather;
	font-size:8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	background-color : oldlace;
	padding: 1em;
}

.listado3{
	border : 0px solid weather;
	color:weather;
	font-size:10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	background-color : white;
	padding: 1em;
}
.listado4{
	border : 0px solid weather;
	color:weather;
	font-size:8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	background-color : oldlace;
	padding: 1em;
}

.peque {
	font-size: 10px; 
	color: navy; 
	font-family: Verdana, Arial, Helvetica, Sans Serif
}

/* Añadido en junio de 2005 */
table.pestanya_header {
	border-style: none; 
	border-width: 1px; 
	border-collapse: collapse;
	border-color: navy;
	/*border: 0;*/
	background-color: paleturquoise;
	margin: 0;
	padding: 0;
}
td.pestanya {
	border-style: none; 
	border-width: 0px; 
	border-bottom: 1px solid #0080c0;
	height: 30px;
	font-size: 25px;
	font-family: Verdana;
	color: white;
	margin: 0em;
	padding: 0em;
}
td.contrapestanya {
	border-style: none; 
	border-width: 0px; 
	border-bottom: 1px solid #0080c0;
	height: 30px;
	background-color: transparent;
	/*background-image: url(../images/fondotitle2.gif);*/
	text-align: right;
	vertical-align: text-top;
	margin: 0em;
	padding: 0em;
}

img.sombrapestanya { 
	border-style: none; 
	border-width: 0px; 
	border-color: #ccc;
	top: -20;
	width: 380px;
	height: 15px;
	margin: 0em;
	padding: 0em;
} 

