@charset "UTF-8";
/* CSS Document */

body {
	width: 870px;
	height: auto;
	margin: 16px 0 0 12px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: gray;
	text-align: left;
	vertical-align: top;
}
p {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#menu {
	width: 100px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	position: fixed;
}

#menu_logo {
	width: 100px;
	height: 36px;
}

#menu_botonera {
	width: 100px;
	height: auto;

}

#menu_lista {
	width: 100px;
	height: auto;
}

#contenido {
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#contenido_1 {
	width: 750px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#contenido_2 {
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
}

.link_logo {
	font-size: 16px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.link_botonera {
	font-size: 9px;
	line-height: 12px;
	color: gray;
	text-decoration: none;
}
.link_sub_botonera {
	font-size: 9px;
	line-height: 12px;
	color: black;
	text-decoration: none;
}
.link_subseccion {
	font-size: 21px;
	line-height: 24px;
	color: gray;
	text-decoration: none;
	font-style: normal;
}

.link_lista {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	color: gray;
	text-decoration: none;
}
.link_flecha {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}
a img { border: none; }

a:hover { color: black; text-decoration: none; background-color: yellow;
}
a:active { color: black; text-decoration: none; background-color: yellow;
}
a.current { background:yellow ; color: black; border:none; padding: 0;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}
a.current_tachado {
	font-size: 9px;
	line-height: 12px;
	text-decoration: line-through;
	color: black;
}

.link {
	font-size: 9px;
	line-height: 12px;
	color: black;
	text-decoration: none;
}

.link_seccion {
	font-size: 9px;
	line-height: 12px;
	color: black;
	text-decoration: underline;
}

.link_seccion_gris {
	font-size: 9px;
	line-height: 12px;
	color: gray;
	text-decoration: underline;
}

.link_seccion_foto { background:yellow ; color: black; border:none; padding: 0;
	font-size: 9px;
	line-height: 20px;
	text-decoration: none;
}

.copete {
	line-height: 20px;
}

.txt_seccion_foto {
	line-height: 0;
}

.txt_negro{
	font-size: 9px;
	line-height: 12px;
	color: black;
	text-decoration: none;
}

.txt_bold{
	font-size: 9px;      
	line-height: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}



