@charset "utf-8";
/* CSS Document */
/* VERSION OCTUBRE 2012*/
html{
	height:100%;
	}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background:url(../images/debut_dark.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444444;
	line-height:1.85em;
}

/******* 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: 950px; /*Le ponemos el valor del ancho*/
	z-index:1;
}

#contenedor {
	width: 660px;
	min-height:600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom:25px;
	float:left;
	padding:20px;
	background-color:#FFF;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align:middle central;
	box-sizing:content-box;
}

#sub_contenedor{
	min-height:580px;
	background-color:#FFF;
}

/*#sub_contenedor img{
	max-width:100%;
}*/

#bg1 {
	width: 100%;
	height: 160px;
	background-image:url(../images/bg_cabecera_web.jpg);
	/*	background:#8AB74A;
	box-shadow:0px 5px 10px #464B55; 
	CSS3 shadow: 30px blurred shadow all around image;
	-webkit-box-shadow:0px 5px 10px #464B55; /*Safari shadow version
	-moz-box-shadow:0px 5px 10px #464B55; /*Mozilla shadow version*/
}
#superBar {
	margin:0 auto;
	width: 950px;
	height: 160px;
}
#logo{
	width:190px;
	margin-right:20px;
}

#menu{
	width:210px;
	margin-top: 10px;
	float:left;
	margin-right:15px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	background-color:#2C8DA3;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	padding:10px;
	margin-bottom:20px;
		box-sizing:content-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;
}



	