@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/bgWeb/bg.jpg) no-repeat; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 auto;
}
.euromericas #nav {
	position:absolute;
	margin-top:185px;
	margin-left:50px;
	width: 200px;
	height:300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.euromericas #info {
	background:none;
	position:relative;
	float:right;
	margin-top:180px;
	margin-right:15px;
	width: 700px;
	height:440px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.euromericas #logo {
	position:absolute;
	margin-top:30px;
	margin-left:100px;
	width:266px;
	height:130px;
	background:url(../imagenes/logoPrincipal.jpg);
}

#flipcontainer {
	position:absolute;
	margin-top:490px;
	margin-left:26px;
	padding:3px;
	padding-left:12px;
}
#flipcontainerBG {
	position:absolute;
	margin-top:490px;
	margin-left:26px;
	
}
#flipcontainer img {
	position:absolute;
	visibility:hidden;
}

#fliptop {
	position:absolute;
	margin-top:24px;
	margin-left:423px;
}
#fliptop img {
	position:absolute;
	visibility:hidden;
}
.euromericas #facebook {
	font-size: 12px;
	vertical-align:middle;
	background:none;
	position:relative;
	float:right;
	margin-top:15px;
	margin-left:0px;
	width: 100%;
	height:40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.euromericas #facebook a:hover {
	cursor:pointer; 
	font-weight:bold;
} 
.euromericas #facebook a, .euromericas #facebook a:visited {
	color:#003399;
	text-decoration:none;
}
 
