/*
// ETIQUETAS GENERALES
*/

BODY {
	margin: 0;
	padding: 0;
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-family: Arial;
	background-image: url(../imagenes/fondo_externo.gif);
	text-align: center;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link { 
	text-decoration: none; 
	color: #000000;
	border: none;
	outline-style: none;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;
	border: none;
	outline-style: none;	
	}
a:hover { 
	text-decoration: none; 
	color: #999999;
	border: none;	
	outline-style: none;	
	}
a:active { 	
	text-decoration: none; 
	color: #999999;
	border: none;	
	outline-style: none;	
	}
	
h1, h2 {
	text-indent: -9999px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
}

/*
// SISTEMA DE CENTRADO VERTICAL Y HORIZONTAL
*/
	
#centrador{
	width: 858px;
	height: 585px;
	position: absolute;
   margin-left:-429px; 
   /*margin-top:-292px; */
   left:50%; 
   /*top:50%;*/
}

#contenedor{
	width: 858px;
	height: 585px;
	position:relative;
	float: left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

/*
// Contenedores
*/

#contenedor_imagen{
	width: 858px;
	height: 299px;
	position: relative;
	top: 0px;
	left: 4px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	overflow: hidden;	
}

#contenedor_campus{
	width: 162px;
	height: 224px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: -225px;
	left: 5px;
	z-index: 3;
	overflow: hidden;
}

#contenedor_textos{
	width: 858px;
	height: 231px;
	background-image: url(../imagenes/fondo_contenedor_textos_opcion1.gif);
	background-position: top;
	position: relative;
	top: -224px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

#contenedor_menu{
	width: 140px;
	height: 231px;
	float: left;
	position: relative;
	left: 3px;
	top: 0px;
	float:left;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

#contenedor_slogan{
	width: 858px;
	height: 40px;
	position: relative;
	top: -222px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#contenedor_pie{
	width: 858px;
	height: 28px;
	position: relative;
	top: -220px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

/*
// CAPAS QUE COMPONEN EL ACCESO AL CAMPUS
*/

#boton_campus_trans{
	width: 136px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	top: 203px;
	left: 0px;
	filter: alpha(opacity=60); /* Transparencia en IE */
	-moz-opacity: .60; /* Transparencia en Mozilla y Safari */
	opacity: .60; /* Transparencia en Opera y Firefox */
	background-image: url(../imagenes/btn_campus_off.png);
	cursor: pointer;
}

#boton_campus_notrans{
	width: 136px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: 186px;
	left: -12px;
}

#boton_campus_activado_trans{
	width: 162px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: -200px;
	left: 0px;
	background-image: url(../imagenes/btn_campus_on.png);
	cursor: pointer;
	filter:alpha(opacity=60); /* Transparencia en IE */
	-moz-opacity:.60;         /* Transparencia en Mozilla y Safari */
	opacity:.60;              /* Transparencia en Opera y Firefox */
}

#boton_campus_activado_notrans{
	width: 162px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: -220px;
	left: 0px;
}

#boton_campus_texto{
	width: 110px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	float: left;
	position:relative;
	top: 3px;
	left: 1px;
	z-index: 3;	
}

#campus_trans{
	width: 162px;
	height: 202px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: 1px;
	left: 0px;
	background-image: url(../imagenes/fondo_blanco.png);
	filter:alpha(opacity=85);  /*Transparencia en IE */
	-moz-opacity:.85;          /*Transparencia en Mozilla y Safari */
	opacity:.85;               /* Transparencia en Opera y Firefox */
}

#campus_trans_ayuda{
	width: 162px;
	height: 202px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: 1px;
	left: 0px;
	background-image: url(../imagenes/fondo_blanco_ayuda.png);
	filter:alpha(opacity=85);  /*Transparencia en IE */
	-moz-opacity:.85;          /*Transparencia en Mozilla y Safari */
	opacity:.85;               /* Transparencia en Opera y Firefox */
}

#campus_notrans{
	width: 162px;
	height: 202px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: -201px;
	left: 0px;
}

#formulario_campus{
	width: 122px;
	height: 195px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position:relative;
	top: 7px;
	left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #573C2B;
	text-align: left;
	overflow:hidden;
}

#form_campus{
	width: 122px;
	height: 195px;
	position: relative;
	top: 4px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*display: inline;*/
	overflow:hidden;	
}

#campus_cerrar{
	width: 12px;
	height: 95px;
	position: relative;
	top: 4px;
	left: 23px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#campus_form_nombre{
	width: 116px;
	height: 10px;	
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;	
}

#campus_form_caja_nombre{
	width: 122px;
	height: 20px;
	position: relative;
	float: left;
	top: 6px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;		
}

#campus_form_pass{
	width: 116px;
	height: 10px;	
	position: relative;
	float: left;
	top: 7px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;	
}

#campus_form_caja_pass{
	width: 122px;
	height: 20px;
	position: relative;
	float: left;
	top: 13px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;	
}

#campus_form_icono_ayuda{
	width: 17px;
	height: 17px;
	position: relative;
	float: left;
	top: 25px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;			
}

#campus_form_acceder{
	width: 99px;
	height: 20px;
	position: relative;
	float: left;
	top: 24px;
	left: 8px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;	
}

input.boton{
	border: 1px solid;
	background-color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #000000;
	margin: 5px 0px 5px 0px;
	border: 1px solid;
	overflow:hidden;	
}

label.campus{
	color: #4B9204;
	font-family:Arial;
	font-size:10px;
	float:left;
}

.cajainput{
	width: 120px;
	height: 16px;
	border:1px solid #4B9204;
	background-color:#ffffff;
	background-repeat: repeat;
	font-family:Arial;
	font-size:10px;
	float:left;	
}

a.btn_campus:link { 
	text-decoration: none; 
	color: #6b6b6b;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: none;
	outline-style: none;
	}
a.btn_campus:visited { 
	text-decoration: none; 
	color: #6b6b6b;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: none;
	outline-style: none;	
	}
a.btn_campus:hover { 
	text-decoration: none; 
	color: #6b6b6b;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: none;	
	outline-style: none;	
	}
a.btn_campus:active { 	
	text-decoration: none; 
	color: #6b6b6b;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: none;	
	outline-style: none;	
	}

/*
// CAPAS QUE COMPONEN EL MENU
*/

#menu_cabecera{
	width: 140px;
	height: 20px;
	background-image: url(../imagenes/fondo_cabecera_menu.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
	left:0px;
	font-family: Verdana;
	font-size: 14px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu_opciones{
	width: 140px;
	height: 211px;
	position: relative;
	top: 2px;
	left:0px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu_opcion_separador{
	width: 2px;
	height: 167px;
	background-repeat: no-repeat;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	overflow: hidden;
}

#menu_opcion1{
	width: 26px;
	height: 167px;
	background-image: url(../imagenes/menu_opcion1_on.gif);
	background-repeat: no-repeat;
	float:left;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu_opcion2{
	width: 26px;
	height: 167px;
	background-image: url(../imagenes/menu_opcion2_off.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#menu_opcion3{
	width: 26px;
	height: 167px;
	background-image: url(../imagenes/menu_opcion3_off.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu_opcion4{
	width: 26px;
	height: 167px;
	background-image: url(../imagenes/menu_opcion4_off.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#menu_opcion5{
	width: 26px;
	height: 167px;
	background-image: url(../imagenes/menu_opcion5_off.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*
// CAPA TEXTOS: En ella se cargan todos los contenidos de cada sección
*/

#textos{
	width: 707px;
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#textos_contenido{
	width: 687px;
	height: 197px;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

/*
// Contenidos sección ACAP
*/

#acap_cabecera{
	width: 687px;
	height: 12px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

h2.acap{
	text-indent: -9999px;
	width: 211px;
	height: 16px;
	background-image: url(../imagenes/h2_acap.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#acap_columna1{
	width: 189px;
	position: relative;
	top: 10px;
	left: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #6B6B6B;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

#acap_columna2{
	width: 182px;
	color: #6B6B6B;
	position: relative;
	top: 10px;
	left: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

#acap_columna3{
	width: 261px;
	color: #73A2F2;
	position: relative;
	top: 10px;
	left: 56px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	text-align:left;	
}

/*
// Contenidos sección METODOLOGÍA
*/

#metodologia_cabecera{
	width: 687px;
	height: 12px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

h2.metodologia{
	text-indent: -9999px;
	width: 476px;
	height: 16px;
	background-image: url(../imagenes/h2_metodologia.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

h2.metodologia_decalogo{
	text-indent: -9999px;
	width: 476px;
	height: 16px;
	background-image: url(../imagenes/h2_metodologia_decalogo.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

h2.metodologia_sqab{
	text-indent: -9999px;
	width: 476px;
	height: 16px;
	background-image: url(../imagenes/h2_metodologia_sqab.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#metodologia_titular{
	width: 687px;
	color: #FA8E2B;
	position: relative;
	top: 10px;
	left: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	text-align:left;	
}

h3.metodologia{
	text-indent: -9999px;
	width: 687px;
	height: 46px;
	background-image: url(../imagenes/h3_metodologia.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

h3.metodologia_sqab{
	text-indent: -9999px;
	width: 687px;
	height: 29px;
	background-image: url(../imagenes/h3_metodologia_sqab.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#metodologia_columna1{
	width: 330px;
	color: #6B6B6B;
	position: relative;
	top: 28px;
	left: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;	
}

#metodologia_columna2{
	width: 330px;
	height: 244px;
	color: #6B6B6B;
	position: relative;
	top: 28px;
	left: 25px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

#metodologia_decalogo_titular{
	width: 650px;
	color: #b9b9b9;
	position: relative;
	top: 28px;
	left: 0px;
	float: right;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

#metodologia_decalogo{
	width: 480px; /*650*/
	height: 226px;
	color: #b9b9b9;
	position: relative;
	top: 28px;
	left: 0px;
	float: right;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

#ilustracion_decalogo{
	width: 199px;
	height: 244px;
	position: relative;
	top: -187px;
	left: 0px;
	float: left;
}

ol.numero_naranja{
	color: #FA8E2B;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	list-style: decimal;
	counter-reset: item;
}

#metodologia_sqab_columna1{
	width: 221px;
	color: #6B6B6B;
	position: relative;
	top: 28px;
	left: 8px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;	
}

#metodologia_sqab_columna2{
	width: 412px;
	height: 261px;
	color: #6B6B6B;
	position: relative;
	top: 28px;
	left: 25px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

.naranja{
	color: #FA8E2B;
}

.gris_claro{
	color: #b9b9b9;
}

.gris{
	color: #6b6b6b;
}

li.decalogo{
	list-style: decimal;
}

#submenu_metodologia{
	width:450px;
	height:23px;
	float:right;
	position:relative;
	top:31px;
	left: 11px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#submenu_metodologia_0{
	width: 187px;
	height: 21px;
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #FA8E2B;
}

#submenu_metodologia_1{
	width: 171px;
	height: 21px;
	float: right;
	position: relative;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #FA8E2B;
}

#submenu_metodologia_2{
	width: 46px;
	height: 21px;
	float: right;
	position: relative;
	top: 0px;
	left: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #FA8E2B;
}

/*
// Contenidos sección ÁREAS DE ACTUACIÓN
*/

#areas_cabecera{
	width: 687px;
	height: 16px;
	color: #6B6B6B;
	position: relative;
	top: -5px;
	left: 10px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

h2.areas{
	text-indent: -9999px;
	width: 211px;
	height: 16px;
	background-image: url(../imagenes/h2_areas.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#cabecera_menu{
	width: 687px;
	height: 13px;
	position: relative;
	top: 2px;
	left: 8px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#areas_cabecera1{
	width: 277px;
	height: 13px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 7px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

#areas_cabecera2{
	width: 400px;
	height: 13px;
	color: #6b6b6b;
	position: relative;
	top: 0px;
	left: 67px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

#contenedor_areas_menu{
	width: 687px;
	height: 125px;
	position: relative;
	top: 9px;
	left: 8px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#areas_columna2{
	width: 277px;
	height: 125px;
	color: #6B6B6B;
	position: relative;
	top: -21px;
	left: 7px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	/*font-stretch: extra-condensed;*/
	text-align: left;
}

#areas_columna1{
	width: 400px;
	height: 125px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 67px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

.areas_menu{
	width: 407px;
	height: 15px;	
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#areas_curso_contenedor{
	width: 652px;
	height: 360px;
	color: #6b6b6b;
	background-image: url(../imagenes/areas_separador.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 7px;
	left: 8px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}

#areas_curso_titulo{
	width: 526px;
	height: 16px;
	color: #6f6f6f;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;	
	position: relative;
	top: 10px;
	left: 7px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#areas_curso_tipo{
	width: 119px;
	height: 13px;
	color: #EE4C7B;
	font-family: Arial;
	font-size: 13px;
	text-align: right;
	position: relative;
	top: 13px;
	left: 7px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#areas_curso_contenidos{
	width: 652px;
	height: 333px;
	color: #6b6b6b;
	background-color: #f0f0f0;
	position: relative;
	top: 16px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#areas_curso_titular{
	width: 626px;
	color: #EE4C7B;
	position: relative;
	top: 12px;
	left: 7px;
	float: left;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3.objetivos_gestion{
	text-indent: -9999px;
	width: 626px;
	height: 77px;
	background-image: url(../imagenes/cursos_objetivos_gestion.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.objetivos_solucion{
	text-indent: -9999px;
	width: 626px;
	height: 77px;
	background-image: url(../imagenes/cursos_objetivos_solucion.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.objetivos_liderazgo{
	text-indent: -9999px;
	width: 626px;
	height: 62px;
	background-image: url(../imagenes/cursos_objetivos_liderazgo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.objetivos_presentaciones{
	text-indent: -9999px;
	width: 626px;
	height: 77px;
	background-image: url(../imagenes/cursos_objetivos_presentaciones.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.objetivos_comunicacion{
	text-indent: -9999px;
	width: 626px;
	height: 62px;
	background-image: url(../imagenes/cursos_objetivos_comunicacion.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

#areas_curso_textos{
	width: 636px;
	height: 214px;
	color: #6b6b6b;
	background-color: #f0f0f0;
	position: relative;
	top: 15px;
	left: 8px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

h3.contenidos_gestion{
	text-indent: -9999px;
	width: 146px;
	height: 214px;
	background-image: url(../imagenes/img_contenidos_gestion.jpg);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.contenidos_solucion{
	text-indent: -9999px;
	width: 146px;
	height: 214px;
	background-image: url(../imagenes/img_contenidos_solucion.jpg);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.contenidos_liderazgo{
	text-indent: -9999px;
	width: 146px;
	height: 214px;
	background-image: url(../imagenes/img_contenidos_liderazgo.jpg);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.contenidos_presentaciones{
	text-indent: -9999px;
	width: 146px;
	height: 214px;
	background-image: url(../imagenes/img_contenidos_presentaciones.jpg);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

h3.contenidos_comunicacion{
	text-indent: -9999px;
	width: 146px;
	height: 214px;
	background-image: url(../imagenes/img_contenidos_comunicacion.jpg);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

#areas_curso_contenidos_texto{
	width: 479px;
	color: #6b6b6b;
	position: relative;
	top: 13px;
	left: 9px;
	float: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.areas:link { 
	text-decoration: none; 
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;	
	color: #c0c0c0;
	border: none;
	outline-style: none;	
	}
a.areas:visited { 
	text-decoration: none; 
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;	
	color: #c0c0c0;
	border: none;
	outline-style: none;	
	}
a.areas:hover { 
	text-decoration: none; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;	
	color: #F38EAB;
	border: none;	
	outline-style: none;
	}
a.areas:active {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #c0c0c0;
	border: none;
	outline-style: none;
}
a.areas:focus { 
	text-decoration: none; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;	
	color: #F38EAB;
	border: none;
	outline-style: none;	
	}
	
/*
// Contenidos sección CONTACTO
*/

#contacto_cabecera{
	width: 687px;
	height: 12px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

h2.contacto{
	text-indent: -9999px;
	width: 211px;
	height: 16px;
	background-image: url(../imagenes/h2_contacto.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#contacto_columna1{
	width: 268px;
	height: 114px;
	position: relative;
	top: 13px;
	left: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #6B6B6B;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
	overflow: hidden;
}

#contacto_columna2{
	width: 270px;
	height: 114px;
	color: #6B6B6B;
	position: relative;
	top: 13px;
	left: 23px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
	overflow: hidden;		
}

#contacto_columna3{
	width: 75px;
	height: 19px;
	position: relative;
	top: 104px;
	left: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align:left;
	overflow: hidden;		
}

#contacto_fila2{
	width: 632px;
	height: 37px;
	position: relative;
	top: 18px;
	left: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #1aa755;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	text-align:left;	
}

form.contacto{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

label.contacto{
	width: 270px;
	font-family: Arial;
	font-size: 10px;
	color: #6b6b6b;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

input.contacto{
	width: 268px;
	height: 18px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 3px;
	font-family: Arial;
	font-size: 10px;
	color: #1aa755;
	text-align: left;
	border: 1px solid #1aa755;
	border-style: solid;
	/*background-color: #c3f7a0;*/
	background-color: #E1FBCF;
}

textarea.contacto{
	width: 268px;
	height: 95px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 3px;
	font-family: Arial;
	font-size: 10px;
	color: #1aa755;
	text-align: left;
	border: 1px solid #1aa755;
	border-style: solid;
	background-color: #E1FBCF;
	overflow: auto;
}

.button_contacto{
	width: 73px;
	height: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 95px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	border: 1px solid #c3f7a0;
	border-style: solid;
	background-image: url(../imagenes/boton_enviar.gif);
	background-color: #1aa755;	
}

font.asterisco_contacto{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #1aa755;
	text-align: left;	
}

#separador_campos{
	width:268px;
	height:5px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

/*
// Contenidos sección ASOCIADOS
*/

#asociados_cabecera{
	width: 687px;
	height: 12px;
	color: #6B6B6B;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

h2.asociados{
	text-indent: -9999px;
	width: 211px;
	height: 16px;
	background-image: url(../imagenes/h2_asociados.gif);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#asociados_columna1{
	width: 648px;
	height: 256px;
	position: relative;
	top: 13px;
	left: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#contenedor_asociado{
	width: 648px;
	height: 53px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;	
}

#asociados_logo{
	width: 189px;
	height: 51px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EFE27C;
	overflow: hidden;	
}

#asociados_descripcion{
	width: 436px;
	height: 53px;
	position: relative;
	top: 4px;
	left: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;
	overflow: hidden;		
}

#separador_asociados{
	width:268px;
	height:11px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

font.titulo_asociado{
	font-family: Verdana;
	font-size: 11px;
	color:#D7C970;
	font-stretch: condensed;
}

a.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

a:hover.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

a:active.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

a:visited.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

a:link.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

a:focus.asociados{
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	font-stretch: expanded;	
}

/*
// CAPA SLOGAN: En ella se cargan los contenidos del pie de página
*/

#fondo_slogan{
	width: 812px;
	height: 25px;
	background-image: url(../imagenes/fondo_contenedor_slogan.gif);
	background-position: top;
	float: left;
	position:relative;
	top: 2px;
	left: 13px;
	padding: 0px;
	margin: 0px;
}

#acap_slogan{
	width: 812px;
	height: 17px;	
	color: #8CC7C1;
	float: left;
	position:relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#logo{
	width: 35px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 10px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#direccion{
	width: 800px;
	position: relative;
	top: 3px;
	left: 13px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #6B6B6B;
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
}
	
