/*--- comunes ----*/
* {
	margin: 0;
	padding: 0;
}

body{
	background-color:#000000;
}
	
	#pagina{
		width:950px;
		margin: 0 auto 0 auto;
	}

		#fondo_pagina{
			float:left;
			background-image: url(../img/fondo_pagina.jpg);
			background-repeat: repeat-x;
			background-position: center top;
		}

/*--- comunes ----*/

/*--- menu ----*/

ul#menu{
		display: inline;
		float: left;
		width: 950px;
		margin: 15px 0 5px 0px;
		list-style: none;
	}
			#menu li{
				float: left;
				margin:0px;
				padding:0;
	
			}
				ul#menu li a{
					height: 21px;
					text-indent: -5000px;
					outline: none;
					float: left;
				}
					ul#menu li#inicio_es a{
						width: 70px;
						background-image:url(../img/bt_inicio.gif);
						background-repeat: no-repeat;
						overflow: hidden;
						margin: 0 0 0 8px
					}
					ul#menu li#inicio_es a:hover, ul#menu li#inicio_es.on a{
						background:url(../img/bt_inicio.gif) left -20px no-repeat;
					}
					ul#menu li#bolsa_es a{
						width: 111px;
						background-image:url(../img/boton_bolsa.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#bolsa_es a:hover, ul#menu li#bolsa_es.on a{
						background: url(../img/boton_bolsa.jpg) left -20px no-repeat;
					}
					ul#menu li#empleo_es a{
						width: 60px;
						background-image:url(../img/boton_empleo.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#empleo_es a:hover, ul#menu li#empleo_es.on a{
						background:url(../img/boton_empleo.jpg) left -20px no-repeat;
					}
					ul#menu li#quienes_es a{
						width: 110px;
						background-image:url(../img/b_quienes.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#quienes_es a:hover, ul#menu li#quienes_es.on a{
						background:url(../img/b_quienes.jpg) left -20px no-repeat;
					}
					ul#menu li#servicios_es a{
						width: 69px;
						background-image:url(../img/b_servicios.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#servicios_es a:hover, ul#menu li#servicios_es.on a{
						background:url(../img/b_servicios.jpg) left -20px no-repeat;
					}
					ul#menu li#login_es a{
						width: 49px;
						background-image:url(../img/b_login.gif);
						background-repeat: no-repeat;
					}
					ul#menu li#login_es a:hover, ul#menu li#login_es.on a{
						background:url(../img/b_login.gif) left -20px no-repeat;
					}
					ul#menu li#actividades_es a{
						width: 90px;
						background-image:url(../img/b_actividades.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#actividades_es a:hover, ul#menu li#actividades_es.on a{
						background:url(../img/b_actividades.jpg) left -20px no-repeat;
					}
					ul#menu li#nombramientos_es a{
						width: 106px;
						background-image:url(../img/b_nombramientos.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#nombramientos_es a:hover, ul#menu li#nombramientos_es.on a{
						background:url(../img/b_nombramientos.jpg) left -20px no-repeat;
					}
					ul#menu li#seminarios_es a{
						width: 95px;
						background-image:url(../img/bt_seminarios.gif);
						background-repeat: no-repeat;
					}
					ul#menu li#seminarios_es a:hover, ul#menu li#seminarios_es.on a{
						background:url(../img/bt_seminarios.gif) left -20px no-repeat;
					}
					ul#menu li#blog_es a{
						width: 46px;
						background-image:url(../img/b_blog.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#blog_es a:hover, ul#menu li#blog_es.on a{
						background:url(../img/b_blog.jpg) left -20px no-repeat;
					}
					ul#menu li#contactar_es a{
						width: 69px;
						background-image:url(../img/b_contactar.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#contactar_es a:hover, ul#menu li#contactar_es.on a{
						background:url(../img/b_contactar.jpg) left -20px no-repeat;
					}
					ul#menu li#enlaces_es a{
						width: 58px;
						background-image:url(../img/bt_enlaces.gif);
						background-repeat: no-repeat;
					}
					ul#menu li#enlaces_es a:hover, ul#menu li#enlaces_es.on a{
						background:url(../img/bt_enlaces.gif) left -20px no-repeat;
					}
					ul#menu li#noticias_es a{
						width: 60px;
						background-image:url(../img/bt_noticias.gif);
						background-repeat: no-repeat;
					}
					ul#menu li#noticias_es a:hover, ul#menu li#noticias_es.on a{
						background:url(../img/bt_noticias.gif) left -20px no-repeat;
					}
					ul#menu li#foro_es a{
						width: 47px;
						background-image:url(../img/b_foro.jpg);
						background-repeat: no-repeat;
					}
					ul#menu li#foro_es a:hover, ul#menu li#foro_es.on a{
						background:url(../img/b_foro.jpg) left -20px no-repeat;
					}
					

/*--- menu ----*/
/*--- cabecera -------*/
#cabecera{
	width:950px;
	height: 164px;
	float:left;
}
	#logo{
	width:217px;
	float: left;
	height: 100px;
	padding: 42px 45px 15px 42px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	#logo a{

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	#flash_cabecera{
		float: left;
		height: 163px;
		width: 646px;
	}

/*--- cabecera ------*/
/*--- contenido----*/

#contenido{
	width:950px;
	float:left;
}
	#columna_izq{
		width:305px;
		float:left;
		background: url(../img/separador.gif) right 5px repeat-y;
	}
		#titulo_noticias{
			width:295px;
			height:57px;
			float:left;
			margin:-1px 0 0 3px;
			background: url(../img/tilulo_notivias_izq.jpg)  2px -4px no-repeat;
			text-indent: -5000px;
		}
		#bloque_not{
			width:295px;
			float:left;
			padding:5px;
		}
			.noticia{
				width:295px;
				margin:0 0 10px 0;
				float:left;
				background-image: url(../img/fondo_puntos.gif);
				background-repeat: no-repeat;
				background-position: center bottom;
			}
				.topo_not{
					width:260px;
					float:left;
					background: url(../img/topo_not.gif)  5px 5px no-repeat;
					padding:0 0 5px 20px;
				}
				.entradilla_not{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #b1afae;
	text-decoration: none;
	text-align:justify;
					}
				.entradilla_not a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #b1afae;
	text-decoration: none;

					}
					.entradilla_not a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fe7100;
	text-decoration: none;

					}
					.resumen_not{
						font-family: "Trebuchet MS";
						font-size: 12px;
						color: #fff;
						text-decoration: none;
						text-align:justify;
					}
					.resumen_not a{
						font-family: "Trebuchet MS";
						font-size: 12px;
						color: #fff;
						text-decoration: none;
					}
					.resumen_not a:hover{
						font-family: "Trebuchet MS";
						font-size: 12px;
						color: #ccc;
						text-decoration: none;
					}
					.leer_mas{
						width:260px;
						height:20px;
						float:left;
						font-family: "Trebuchet MS";
						font-size: 10px;
						color: #fe7100;
						text-decoration: none;
						text-align:right;
						margin:0 5px 0 0;
						
					}
					.leer_mas a{
						font-family: "Trebuchet MS";
						font-size: 10px;
						color: #fe7100;
						text-decoration: none;
					}
					.leer_mas a:hover{
						font-family: "Trebuchet MS";
						font-size: 10px;
						color: #666;
						text-decoration: none;
						
					}
					.boletin{
	width:290px;
	height:95px;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
					}
						.descargar_boletin{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align:left;
						}
.boton_bl {
	width: 130px;
	float: left;
	height: 95px;
	text-align: center;
}

						.descargar_boletin_2{
							font-family: "Trebuchet MS";
							font-size: 25px;
							color: #566b05;
							text-decoration: none;
							text-align:left;
						}
					.patrocinado{
	width:260px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
					}
					h2{
						font-family: "Trebuchet MS";
						font-size: 16px;
						color: #fff;
						text-decoration: none;
						text-align:left;
					}
	#columna_der{
		width:640px;
		float:left;
	}
		h1{
			width:610px;
			height:57px;
			float:left;
			text-indent: -5000px;
		}
			h1.actividades{
				background: url(../img/titulo_actividades_der.jpg) 2px -5px no-repeat;
			}
			h1.blog{
				background: url(../img/titulo_blog_der.jpg) 2px -5px no-repeat;
			}
			h1.contactar{
				background: url(../img/titulo_contactar_der.jpg) 2px -5px no-repeat;
			}
			h1.enlaces{
				background: url(../img/titulo_enlaces_der.jpg) 2px -5px no-repeat;
			}
			h1.login{
				background: url(../img/titulo_login_der.gif) 2px -5px no-repeat;
			}
			h1.nombramientos{
				background: url(../img/tilulo_exalumnos.jpg) 2px -5px no-repeat;
			}
			h1.quienes{
				background: url(../img/titulo_quienes_der.jpg) 2px -5px no-repeat;
			}
			h1.servicios{
				background: url(../img/titulo_servicios_der.jpg) 2px -5px no-repeat;
			}
			h1.noticias{
				background: url(../img/titulo_noticias.jpg) 2px -5px no-repeat;
			}
			h1.ofertas{
				background: url(../img/titulo_ofertas.jpg) 2px -5px no-repeat;
			}
			h1.empresas{
				background: url(../img/titulo_colaboradoras.jpg) 2px -5px no-repeat;
			}
			h1.seminarios{
				background: url(../img/titulo_seminarios.jpg) 2px -5px no-repeat;
			}
			h1.mapa_web{
				background: url(../img/titulo_mapaweb.gif) 2px -5px no-repeat;
			}
			
			
			
		.actividades_home{
			width:640px;
			float:left;
			background: url(../img/pie_puntos_actv.gif) 28px bottom no-repeat;
			margin:0 0 10px 0px;
		}
			.topo_actv{
				width:590px;
				float:left;
				background: url(../img/list_actividades.gif) 13px 3px no-repeat;
				padding:0 0 0 40px;
			}
			
			.entradilla_actv{
				font-family: "Trebuchet MS";
				font-size: 12px;
				font-weight: bold;
				color: #fe7100;
				text-decoration: none;
			}
			.entradilla_actv a{
				font-family: "Trebuchet MS";
				font-size: 12px;
				font-weight: bold;
				color: #fe7100;
				text-decoration: none;
			}
			.entradilla_actv a:hover{
				font-family: "Trebuchet MS";
				font-size: 12px;
				font-weight: bold;
				color: #fe7100;
				text-decoration: none;
			}
			.entradilla_empr{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
			}
			.entradilla_empr a{
				font-family: "Trebuchet MS";
				font-size: 12px;
				font-weight: normal;
				color: #fe7100;
				text-decoration: none;
			}
			.entradilla_empr a:hover{
				font-family: "Trebuchet MS";
				font-size: 12px;
				font-weight: normal;
				color: #fe7100;
				text-decoration: underline;
			}
			.resumen_actv{
				font-family: "Trebuchet MS";
				font-size: 12px;
				color: #fff;
				text-decoration: none;
			}
			.mas_info{
				
				width:580px;
				height:30px;
				float: left;
				background: url(../img/mas_info.gif) left center no-repeat;
				text-indent: -5000px;
				margin:0 0 5px 0;
				outline:none;
			}
			.mas_info a{
				outline:none;
				width:580px;
				height:30px;
				float: left;
				background: url(../img/mas_info.gif) left center no-repeat;
				text-indent: -5000px;
			}
			.mas_info a:hover{
				width:580px;
				height:30px;
				float: left;
				background: url(../img/mas_info.gif) left center no-repeat;
				text-indent: -5000px;
			}
			.volver{
				width:580px;
				height:30px;
				float: left;
				outline:none;
				background: url(../img/volver.gif) left center no-repeat;
				text-indent: -5000px;
				margin:0 0 5px 0;
			}
			.volver a{
				width:580px;
				height:30px;
				float: left;
				background: url(../img/volver.gif) left center no-repeat;
				text-indent: -5000px;
				margin:0 0 5px 0;
				outline:none;
			}
			.volver a:hover{
				width:580px;
				height:30px;
				float: left;
				background: url(../img/volver.gif) left center no-repeat;
				text-indent: -5000px;
				margin:0 0 5px 0;
				outline:none;
			}
	#mapa{
		width:610px;
		height:225px;
	}
#ofertas {
	width:130px;
	overflow:hidden;
	float: left;
	background: #8D8D8D;
	border: thick solid #8D8D8D;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.caja_ofertas {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #6A6967;
	background: #F3F2F0;
	overflow: hidden;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 2px;
	border: 2px solid #F3F2F0;
	width: 124px;
}

#mapasolo {
	float: left;
	height: 221px;
	width: 443px;
	/*background: url(../img/mapa.jpg) no-repeat;*/
}
.margen_carrusel{
margin-left:10px;
margin-top:5px;
}


	
	#entrada{
		width:600px;
		float:left;
		margin: 0 0 10px 15px;
		padding: 0 0 10px 0 ;
		background: url(../img/pie_puntos_actv.gif) left bottom no-repeat;
	}
		h3{
			font-family: "Trebuchet Ms";
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			margin: 0 0 10px 0;
		}
		
		
		ul#quienes_list{
			display: inline;
			float: left;
			width: 400px;
			margin: 10px 0 5px 125px;
			list-style: none;
		}
			#quienes_list li{
				float: left;
				margin:10px;
				padding:0;
	
			}
				ul#quienes_list li a{
					height: 108px;
					text-indent: -5000px;
					outline: none;
					float: left;
				}
					ul#quienes_list li#junta a{
						width: 166px;
						margin:6px 0 0 0;
						height:100px;
						background-image:url(../img/junta_directiva.gif);
						background-repeat: no-repeat;
					}
					ul#quienes_list li#junta a:hover, ul#quienes_list li#junta.on a{
						background:url(../img/junta_directiva.gif) left -102px no-repeat;
					}
					ul#quienes_list li#clases_socios a{
						width: 166px;
						background-image:url(../img/clases_de_socios.gif);
						background-repeat: no-repeat;
					}
					ul#quienes_list li#clases_socios a:hover, ul#quienes_list li#clases_socios.on a{
						background:url(../img/clases_de_socios.gif) left -111px no-repeat;
					}
					ul#quienes_list li#cargos a{
						width: 166px;
						background-image:url(../img/cargos-adicionales.gif);
						background-repeat: no-repeat;
					}
					ul#quienes_list li#cargos a:hover, ul#quienes_list li#cargos.on a{
						background:url(../img/cargos-adicionales.gif) left -102px no-repeat;
					}
					ul#quienes_list li#fines a{
						width: 166px;
						height:90px;
						margin:8px 0 0 0;
						background-image:url(../img/fines_y_objetivos.gif);
						background-repeat: no-repeat;
					}
					ul#quienes_list li#fines a:hover, ul#quienes_list li#fines.on a{
						background:url(../img/fines_y_objetivos.gif) left -95px no-repeat;
					}
					
	ul#fines_objetivos{
		width:550px;
		float:left;
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		}
		.fines_list{
			width:520px;
			background:url(../img/topo_not.gif) left 5px no-repeat;
			padding:0 0 5px 20px;
			list-style-type: none;
		}
		h4{
			font-family: "Trebuchet MS";
			font-size: 14px;
			color: #fe7100;
			text-decoration: none;
			text-align:left;
			margin: 0 0 5px 0;
		}
.formul{
	width:400px;
	float:left;
}
	.nombre{
	width:100px;
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fe7100;
	text-decoration: none;
	text-align:left;
	clear: both;
	}
	.imput{
	width:250px;
	float:left;
	display:inline;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align:left;
	margin: 10px 0 0;
	}
	.caja_imput{
		background-color: #FFFFFF;
		border: 1px solid #fe7100;		
	}
	.caja_imput_boton{
		display:inline;
		width:350px;
		height:40px;
		float:left;
		margin:10px 0 0 120px;	
	}
	.caja_imput_boton_login{
		display:inline;
		width:350px;
		height:40px;
		float:left;
		margin:10px 0 0 50px;	
	}
.list_not{
	margin:5px 0 5px 15px;
	list-style-image: url(../img/topo_list.gif);
	list-style-type: none;
}
/*----contenido----*/
/*---- pie ----*/

#pie{
	width:900px;
	height:25px;
	float:left;
	margin:15px 0 0 15px;
}
	.pie_izq{
		width:300px;
		float:left;
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #fff;
		text-decoration: none;
	}
	.pie_izq a{
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #fff;
		text-decoration: none;
	}
	.pie_izq a:hover{
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #ccc;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #cccccc;
	}
	.pie_der{
		width:300px;
		float:right;
		text-align:right;
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #fff;
		text-decoration: none;
	}
	.pie_der a{
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #fff;
		text-decoration: none;
	}
	.pie_der a:hover{
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #ccc;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #cccccc;
	}

.menu_pie{
	background: url(/img/fondo_pie.jpg) left top no-repeat;
	width: 900px;
	float: left;
	padding: 0 0 0 50px;
	margin: 5px 0 5px 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fe7000;
	text-decoration: none;
}
	.menu_pie a{
		color: #fe7000;
		text-decoration: none;
	}
	.menu_pie a:hover{
		color: #fff;
		text-decoration: none;
	}
/*---- pie ---*/
#paginacion {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.siguiente {
	font: 12px "Trebuchet MS", Verdana;
	color: #FFFFFF;
}
.siguiente a{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
			.mas_info_of{
	height:20px;
	float: left;
	background: url(../img/mas_info.gif) left center no-repeat;
	text-indent: -5000px;
	margin:0 0 0px;
	outline:none;
	width: 100px;
			}
			.mas_info_of a{
				outline:none;
				width:100px;
				height:20px;
				float: left;
				background: url(../img/mas_info.gif) left center no-repeat;
				text-indent: -5000px;
			}
.descargar_boletin_2 a {
							font-family: "Trebuchet MS";
							font-size: 25px;
							color: #566b05;
							text-decoration: none;
							text-align:left;
}
.descargar_boletin_2 a:hover {
							font-family: "Trebuchet MS";
							font-size: 25px;
							color: #7A9706;
							text-decoration: none;
							text-align:left;
}
img {
	border-style: none;
}
h1 a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: right;
	position: relative;
	top: -15px;
	width: 617px;
	right: 0px;
}
h1 a:hover {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFECD9;
	text-decoration: none;
}
.resumen_actv a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
ul#caja_miniaturas {

	padding: 1px;
	margin: 0px;
}
ul#caja_miniaturas .caja_imagen_miniatura {
	list-style: none;
	margin: 0px 8px 0px 0px;
	float: left;
	overflow: hidden;
}
.marco_img{

		padding:2px;
		margin:5px 2px 0 0;
		float: left;
	}
.marco_img img{
		margin: 0px 0px 0 0px;
	}
.marco_principal img{
		margin: 0px 0 0 2px;
	}
	
.caja_miniaturas{
	margin-right: 2px;
	margin-bottom: 2px;


}
.imput a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
}
.formsocio{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;

}
.margen_mapa {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
input {
	font: 11px "Trebuchet MS", Verdana;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #999999;
}
textarea {
	font: 11px "Trebuchet MS", Verdana;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #999999;
}
