* { padding:0px; margin:0px;    outline: 0;
}

html, body { height:100%;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    outline: 0;
}

#bordes1 {
    background-image:url(img/td_bg.jpg); 
	background-repeat:repeat-x; 
	border-right:#05A solid 1px; 
	border-left:#05A solid 1px;
	border-top:#05A solid 1px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px; 
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px; 
	
}
#bordes2 {
	border-bottom:#05A solid 1px; 
	border-right:#05A solid 1px; 
	border-left:#05A solid 1px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px; 
}

#contenedor {
    height: auto;
    padding-top:80px;
}

 body {
	background-color: #030202;
	background-position:center;
	background-repeat:repeat;
			background-image: url(img/bg_lg.png);
}
	
body,td,th {
	font-size: 12px;
	color: #FFF;
}
.precio {
	color: #003C7A;
	font-weight: bold;
}
pais {
	font-weight: bold;
}
.pais {
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
