/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#inexheader {
background-image:url(images/bkg_header.jpg);
background-position:center;
background-repeat:repeat-x;
height:135px;
}
#inexfooter {
background-image: url(images/Footer.jpg);
background-position:center;
background-position:bottom;
background-repeat:repeat-x;
height:105px;
}

.footer {
font-family:Tahoma;
font-size:10px;
color:#000000;
}

.searchbackground {
background-image:url(images/bkg_search.jpg);
background-repeat:no-repeat;
height:66px;
}

.migas { 
font-family:Tahoma;
font-size:9px;
color:#FF0000;
}

.Normal {
font-family:"Trebuchet MS";
font-size:12px;
color:#000000;
}

ol {
	font-weight:bold;
}

ul {
	list-style-image: url(images/list.gif);
	margin-left:8px;
	padding-left:10px;
}

li {
	list-style-image: url(images/list.gif);
	margin-left:8px;
	padding-left:10px;
}

.path {
	font-size:10px;
	color:#FF0000;
}
#contenido {
 width: 356px;
 overflow: scroll;
 height: 165px;
}
#apDiv1{
	position:absolute;
	text-align:center;
	left:0px;
	top:0px;
	width:100%;
	#height:100%;
	z-index:999;
	visibility:hidden;
	/*filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;"*/
}
.popup {
 VISIBILITY: hidden;
}