body {
	margin:0;
	padding:0;
	border:none;

	background-image: url(../imag/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.contenedor{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-275px;
	width:900px;
	height:550px;

}

.flash{
	width:900px;
	height:250px;
	margin-top:10px;

}

.esp_ing{
	position:relative;
	width:300px;
	height:30px;
	margin:100px  auto 0px;

}

.text_idioma{
	font-family:Arial Narrow, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.logo{
	position:relative;
	margin:auto;
	width:300px;
	height:79px;
	margin-top:10px
}

.text_footer{
	font-family:Arial Narrow, Arial, Helvetica;
	color:#FFFFFF;
	font-size:14px;
	width:800px;
	height:20px;
	margin: 20px auto;
	text-align:center;
}

a:link, a:hover, a:visited, a:active{
	font-family:Arial Narrow, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}