/* ************* selectores GENERALES ******************************** */
body {
	margin: 0 auto 0 0;
	padding: 0;
	overflow: auto;
	/*background: url(images/fnd.gif) repeat-x fixed bottom right;*/
}
/* ***************************************************************** */
/* lo siguiente es un hack que no lee el IE y si el Netscape/Mozilla */
html>body{
	overflow: visible; 
}
/* ***************************************************************** */
body, table, p, a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	color: Black;
	background-color: transparent;
}	
body.menu{
	background-color: #fafafa;
}
/* estructura */
#top{
margin: 5px 5px 0px 5px;
padding: 10px 10px 0px 10px;
height: 60px;
/*border: 1px Solid black;*/
}
#top2{
	border-bottom: 2px Solid #cc0000;
	height: 25px;
	background: #AFDCFF url(images/fnd-top2.jpg) no-repeat right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left{
position: absolute;
top: 133px;
left: -1px;
margin: 5px;
padding: 10px;
min-width: 450px;
/*border: 1px Solid black;*/
}
#right{
position: absolute;
top: 120px;
right: 0px;
padding: 10px;
margin: 5px;
width: 150px;
/*border: 1px Solid black;*/
}
/* ************ */
.resultado{
	padding-bottom: 20px;
}
.linkinfo{
padding-left: 30px;
padding-bottom: 10px;
}
/* ************* CLASES generales ******************************** */
/* TIPOGRAFIAS */
.letramin{
	font-size: 9px;
}
/* ENLACES */
a {
	color: #0066CC;
	background-color: transparent;
}
a:hover {
	background-color: #eeeeee;
}
a.verurls{
text-decoration: none;
padding: 0px 3px 0px 3px;
color: Black;
background-color: #AFDCFF;
}
a.verurls:hover{
	background-color: #0066cc;
	color: White;
}
/* LISTADOS */
/* TABLAS */
/* IMAGENES */
img {
	border: 0px;
}
input,select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
}
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	background-color: transparent;
}
table.xml, tablasalt{
	width: 99%;
}
table.xml td{
	background-color: #DFF1FF;
	color: #666;
	padding-left: 6px;
	/*font-weight: bold;*/	
}
.fons_negre {
	background-color: #333333;
	color: #FFFFFF;
}

#left table {
	border: 1px solid #A6C1CA;
}
#left table img {
	border: 1px solid #000000;
}
/* LINKs especiales */
a#link-en{
	padding: 3px 25px;
	background: transparent url(images/bandera-en.jpg) no-repeat right;
	height: 20px;
}
a#link-en:hover{
	text-decoration: none;
	background-image: url(images/bandera-en-over.jpg);
	font-weight: bold;
}
ul#links-acercade{
	list-style: none;
	text-align: center;
}
ul#links-acercade li{
	display: inline;
}
ul#links-acercade li a{
	padding: 0 6px;
	border-right: 1px solid #000;
/*	font-size: 0.9em;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#links-acercade li a.finmenu{
	border-right: 0;
}
