@charset "utf-8";
/* CSS Document */
/* VERSION OCTUBRE 2012*/
html{
	height:100%;
	}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../images/bg-03.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	background-position:center;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444444;
}

/******* ORGANIZACIÓN DE DIV *******/
#Principal{
	position:absolute; /*Posicionamiento absoluto*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	width:  100%; /*Le ponemos el valor del ancho*/
	margin-left: -450px;
	z-index:1;
}

#contenedorPrincipal{
	margin: 0 auto;
	width: 960px; /*Le ponemos el valor del ancho*/
	z-index:1;
}

#contenedor {
	width: 650px;
	min-height:600px;
	margin-top: .5em;
	float:left;
	padding:1.8em;
	background-color:#FFF;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	
}



#bg1 {
	width: 100%;
	height: 172px;
	/*border-top:#FFF 20px solid;*/
	box-sizing: content-box;
	background:#122F49;
	background-image:url(../images/bg_header.jpg);
		
}
#superBar {
	margin:0 auto;
	width: 960px;
	height: 172px;
	}
#logo{
	width:190px;
	margin-right:20px;
}

#menu{
	width:208px;
	margin-top: .5em;
	float:left;
	margin-right: 1em;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	background-color:#801558;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	padding:10px;
	margin-bottom:20px;
	box-sizing:border-box;
}

#footer {
	width: 100%;
	background-image:url(../images/footer.png);
	background-repeat:repeat;
	background-size: 100% 100%;
	height: 130px;
	margin-bottom: 0px;
	float:left;
	z-index:8888;
	overflow:hidden;
	top:-50px;
}
#facebox{
	top:240px;
	position:absolute;
	left:313px; 
	margin-top:-16px;
	cursor:pointer;
	background:url(../images/facebook2.png) no-repeat top right; 
	width:450px; 
	height:111px; 
	overflow:hidden;
	z-index:8888;
}


	
	
	