@charset "utf-8";

html {	
	width: 100%;
	/*background-color: black;*/
}

body {
	width: 100%;
	/*background-color: orange;*/
}

.container{
	margin:0;
	width: 100%;
	min-width: 980px;
	/*background-color: yellow;*/	
	overflow: hidden;
	background-image: url(../archivos/general/fondo_sitio.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
	background-color: #EAF9F9;
	background-size: 1010px;
}