#header { 
	background:url(../../art/bg_header_front.gif) center right no-repeat;
}
#content {
	margin-top:0 !important; /* Para quitar el margen por defecto */
}


#launcher {
	width:980px;
	height:262px;
	background:url(../../art/bg_launcher.gif) no-repeat;
	overflow:auto;
}
#launcher ul {
	margin:84px 0 0 28px;
	padding:0;
	overflow:hidden;
}
#launcher ul li {
	margin:0;
	padding:0;
	display:block;
	width:102px;
	height:102px;
	float:left;
	margin-right:28px;
	background-color:#86171d;
}
#launcher ul li a {
	display:block;
	width:102px;
	height:102px;
	color:#fff;
	text-decoration:none;
}
#launcher ul li a span {
	font-size:8pt;
	display:block;
	position:relative;
	top:1px;
	left:1px;
	width:100px;
	line-height:20px;
	color:#fff;
	background-color:#000;
	text-align:center;
	/* 65% de transparencia*/
		-moz-opacity:0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65;
		filter:alpha(opacity=65);
}



#presentacion {
	margin-bottom:30px !important;
	overflow:auto;
}

#quienes-somos  {
	background:#df4c3a;
}
#quienes-somos .header {
	background:#fbdad2 !important;
	border-bottom:1px solid #fff !important;
	border-top:1px solid #fff !important;
	/*color:#fff;*/
}
#quienes-somos .header .tagline {
	/*color:#fff !important;*/
}
#quienes-somos .content, #quienes-somos .content a{
	color:#fff !important;
}

#quienes-somos .header h4 {
	/*color:#fff;*/
}


a.ver-medios {
	display:block;
	margin:0 auto;
	width:224px;
	height:30px;
	background:url(../../art/buttons/ver-medios.gif) no-repeat;
}
a.ver-medios:hover {
	background:url(../../art/buttons/ver-medios.gif) no-repeat 0 -30px;
}
a.ver-medios span {
	display:none
}

a.inscribirme {
	display:block;
	margin:0 auto;
	width:224px;
	height:30px;
	background:url(../../art/buttons/inscribirme.gif) no-repeat;
}
a.inscribirme:hover {
	background:url(../../art/buttons/inscribirme.gif) no-repeat 0 -30px;
}
a.inscribirme span {
	display:none;
}


a.mas-informacion {
	display:block;
	margin:0 auto;
	width:224px;
	height:30px;
	background:url(../../art/buttons/mas-informacion.gif) no-repeat;
}
a.mas-informacion:hover {
	background:url(../../art/buttons/mas-informacion.gif) no-repeat 0 -30px;
}
a.mas-informacion span {
	display:none
}

a.ver-archivo {
	/*color:#444 !important;*/
}
