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

A:link {text-decoration: none;}
     A:visited {text-decoration: none;}
     A:hover {text-decoration: underline;}

#top_nav {
	width: 100%;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 2.5em;
	text-align: center;
}

#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav li {
	display: inline;
	list-style-image: url('none');
	list-style-type: none;
	background-image: url('none');
	margin-left: 12px
}
#top_nav li a:link{
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
#top_nav li  a:visited {
	color: #fff;
	text-decoration: none;
}
#top_nav li a:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.formis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #A799A8;
	height: 15px;
	width: 150px;
}
.formisb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #A799A8;
	height: 80px;
	width: 150px;
}
.formisc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	background-color: #ABAA8D;
	height: 25px;
	width: 50px;
}

.titularvox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	font-style: normal;
}
.titularvoxb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.mercblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFF;
}

.titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D6D6D6;
	font-style: normal;
}
.subtitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}
