@charset "utf-8";
/* CSS Document */


body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-color: #2e5588;
	
   }
.bg_header{
	width:100%;
	height:220px;
	margin:0 auto; 
	background-image:url(../images/bg_header.png);
	background-position:left top;
	background-repeat:repeat-x;
	
	}
	
#div_acceder{
	width:100%;margin:0 auto; z-index:20000;
}


.logo{
	width:950px;
	margin:0 auto;
		
	}
	
#logo{	padding-bottom:14px;
			padding-left:20px;
			
		
		
	}
	#social{
padding-top:32px;
			float:right;
	
		
	}
	
	#fecha {
		width:400px;
	font-family: 'Montserrat', sans-serif;
font-weight:300;
	font-size:10px; /* font size */
	color: #eee;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	float:right;
	
   }
	
	
	
	.footer {
	width:950px;
font-family: 'Montserrat', sans-serif;
font-weight:300;
	font-size:11px; /* font size */
	color:#FFF; /* text color */
	margin:0 auto;
	background-color: #2e5588;
	text-align:center;
	padding-top:10px;
		padding-bottom:10px;
	
	
   }

