@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-color: #C3C7C8;
width: 100%;
height: 100%;
	
}

#wallpaper{
position: absolute;
	width:100%;
	height:100%;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent url("../../images/bg.jpg") center 0 repeat-x;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#principal{
	font-size: 12px;

	margin:auto;

	width: 1100px;
	height: 600px;
	

}

#cont-traductor1{
				margin: 0px;
				width: 180px;
				
				height: 25px;
				position: relative;

				}

				#cont-traductor2{
				margin: 0px;
				width: 250px;				
				position: relative;
				height: 25px;

				}

				#btn1{margin-left: 45px;}



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

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

}

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


#cont-General{
	position: absolute;
	width: 65%;
	height: 66%;
	
	margin: 153px 0px 0px 0px; 
}

#cont-General article .scroll-pane {
	position: absolute;
	margin-top: 300px;
	width:99%;
	height: 98%;	
	text-align: justify;	
	overflow-y:auto;
	margin: 10px;
	
}

#cont-General article .scroll-pane .cont-texto4{
	margin-right: 15px;
}




#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{
	width: 160px;
	float: right;

}

