
@import url(fonts.css);

HTML,BODY{height:100%;width:100%}
body{

	font-family:Arial,Helvetica,Sans-serif;background:#181818
	
	list-style:none;margin:0;padding:0;
	/*background:transparent url(http://respaldardatos.com/images/bg.jpg) center 0 repeat-x;
	background-attachment:fixed;
	width:100%;height:100%;display:block;*/

	background: url(http://respaldardatos.com/images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#cont-tradu-buscador{
	position: absolute;
	margin: 0px;
}


header img{
	position: absolute;
	margin-top: 50px;
	margin-left: 120px;

}

#cont-terminos .texto{
	position: absolute;
	margin: 150px 10px 0px 120px;
	width:65%;	
	text-align: justify;
	height:435px;
	overflow-y:auto;
	z-index:20;

}

#cont-terminos .texto .cont-texto
{
	margin:10px;
	
}

.logo-right

{

position: absolute;
margin-top: 60px;
margin-left: 75%;
width:300px;
height:500px;
background:transparent url("../../images/imagen-backup.png");
background-repeat:no-repeat;


}

#footer-pie{
	
    bottom: 0;
    left: 0;
    min-height: 30px;
    position: fixed;
    width: 100%;
    height:40px;
    z-index: 100;
   


}

#footer-pie .footer-linea{
	height:8px;
	background-color: #827C82;
	opacity: 0.7;
	-moz-opacity: 0.5;
	
}


#footer-pie .cont-pie{
	height:30px;
	background-color: #181818;

	color: #828282;
    display: block;
    font-family: 'NovecentowideNormal';
    font-size: 10px;
    line-height: 1;
    padding: 10px;

}









#footer-pie .cont-pie .footer-creator{

	float: right;
    margin-right: 7px;
    position: relative;
    color: #828282;
    text-decoration:none;
    margin-bottom: 10px;



}

