@charset "utf-8";
html {

}
img{
	border:none;
}
body {
	background-color: #1d1d1d;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #A5A5A5;
/*	letter-spacing: -1px;*/
	line-height:15px;
	margin-left: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}
b{
	color:#CBCBCB;
	font-weight:normal;
}
a:link{
	color:#CBCBCB;
	text-decoration: none;
}
a:visited{
	color:#CBCBCB;
	text-decoration: none;
}
a:hover{
color: #0000ff;
}

#info {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 31px;
	padding-top: 8px;
}

#contenido {
	height: 100%;
	width: 700px;
	border:none 0px #000;
}
#mosaico{
	width:790px;
}
.feature{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#898989;
	height:30px;
}
#copy {
	background-image: url(../images/line2.gif);
	background-repeat:repeat-x;
	height: 22px;
	width: 100%;
	margin-top:20px;
	padding-top:10px;
}
#top_ampliado{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#CBCBCB;
	width:770px;
	height:20px;
	margin-top:12px;
}
#contenido_ampliado{
margin-top:27px;
}#info_text {
	width: 700px;
}

a.next{
	background-image:url(/images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
a.next:hover{
	background-image:url(/images/arrow1_over.gif);
}

a.previous{
	background-image:url(/images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
a.previous:hover{
	background-image:url(/images/arrow2_over.gif);
}
