/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #fff;
	color: #616161;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;	
}

/*Enlaces del sitio*/
#linkbar a:hover{color:#458411; text-decoration:none;}
#cabecera a:hover{color:#458411; text-decoration:none;}
#footer a:hover{
	color:#666;
	text-decoration:none;
}
a {	color:#333; text-decoration:none;}
a:hover { color: #990000; text-decoration:none;}

/*imagenes*/
img { border: none; }

/* Ficha tecnica estilos tabla*/
.FichaTecnica{
	color:#464646;
	font-size:10px;
	border-collapse:collapse;
	border-spacing:0;
	border: none;	
}
/* textos especiales*/
.TxtVerde{color:#458411;}
.TxtRojo{color:#990000;}


/* titulos*/
h1{color:#990000; font-weight: bold; font-size:12px;}
h2{color:#990000; font-weight: bold; font-size:11px;}
h3{
	font-weight: bold;
	font-size:11px;
	text-align: left;
}
h4{color:#990000; font-weight: bold; font-size:11px;}

/* a todas las tablas del sitio*/
.wrapper #contenido .lista tr td h2 {text-align: center;}
table{font-size: 11px;}
table.lista td {vertical-align: top; border-width: 1px 0 0 0; border-style: dotted; border-color: #CCC;}
.portada{ text-align: center;}
table.lista td table td{vertical-align: top; border-width: 0;}
table.lista td.blanco {vertical-align: top; border-width: 0;}
table.lista td.encabezado {	border-color: #666;}

/* linea horizontal*/
#linea{
width:790px;
height:2px;
margin:10px 0;
background-image:url(../imagenes/linea.png);
background-repeat:repeat-x;
}

/* lista ediciones en indice general*/
.nav
{	
	margin:0;
	padding:0;
}
.nav li
{
	margin:0;
	padding:1px 0;
	list-style-image: url(../imagenes/lista.jpg);	
}



