@charset "windows-1252";
/* CSS Document */

body {
	background:url(../imagenes/bg_out.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.euromericas #bg {
	width:100%;
	height:650px;
	background:url(../imagenes/bg_out_up.jpg);
}
.euromericas #container {
	
	width: 968px ;
  margin-left: auto ;
  margin-right: auto ;
	height:650px;
	background:url(../imagenes/bg_inicial.jpg) no-repeat; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 auto;
}

#link {
	width:100px;
	padding-top:450px;
	vertical-align:bottom;
}

a {
	padding-left:460px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000066;
	}