a:link {
	color: #346699;
	text-decoration: none;
	font-family: verdana;
}
a:visited {
	text-decoration: none;
	font-family: verdana;
	color: #346699;
}
a:hover {
	text-decoration: underline;
	font-family: verdana;
	color: #000;
}
a:active {
	text-decoration: none;
	font-family: verdana;
	color: #346699;
}

body {
	font-family: verdana;
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:0;
	background-image:url(../imagenes/fondo.jpg);
}

.tabla_cabeza {
	width:690px;
	height:40px;
	font-size:11px;
	text-align:right;
	font-family: verdana;
	background-color:#fff;
	color:#666;
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:inset 4px;
}

.tabla_pie {
	width:690px;
	height:40px;
	font-size:11px;
	text-align:right;
	font-family: verdana;
	background-color:#fff;
	color:#346699;
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px dotted #999;
	line-height:15px;
}

.tabla_medio {
	font-family: verdana;
	font-size:11px;
	color:#666;
	text-align:justify;
	text-indent: 0.6cm;
	line-height:20px;
}

.tabla_titulo {
	width:690px;
	height:20px;
	font-size:15px
    background-color:#EEE;
	font-weight:bold;
	border-bottom:1px dotted #999;
	border-left:0;
	border-right:0;
	border-top:0;
}

.tabla_descrip {
	font-family: verdana;
	font-size:11px;
	color:#666;
	text-align:left;
	line-height:20px;
}
