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

.tituloGale{
	margin:auto;
	width:940px;
	height:auto;
	background-color:#f1f1f1;
	border-color: #E3E3E3;
	padding: 15px 0 0 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;

	}
	
	
.tituloGale1{
	margin:auto;
	/*width:420px;*/
	height:auto;
	background-color:#f1f1f1;
	border-color: #E3E3E3;
	padding: 15px 0 0 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
    text-align: center;
	}

#contenedorPrincipal{
	margin:auto;
	position:absolute;
	width:100%;
	height:100%;
	}

#contFondoBlanco{
 margin: auto;
/*	width:900px;
	margin: auto auto auto -20px;*/
	position:relative;
	width: 1024px;
	height:auto;
	background-color:#FFFFFF;
	}
	
	
#contCabecera{
	margin:auto;
	position:relative;
	width:auto;
	height:175px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	}

#bannerFondo{
	margin:auto;
	position:relative;
/*	width:980px;*/
	width: 1024px;
	height:175px;
	background-image:url(../images/img_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#fondoMenu{
	margin:auto;
	position:relative;
/*	width:980px;*/
	width: 1024px;
	height:175px;
	background-image:url(../images/fondo_barra_menu.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index:1;
	}
	
#contContenido{
/*	margin:auto;*/
	margin: auto auto auto 20px;
	position:relative;
	width:900px;
	height:auto;
	padding-top:20px;
	}
	
#menu{
	float:right;
	width:680px;
	height:50px;
	}