body {
	margin-top: 10px;
	padding:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:x-small;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #097e3a;
	font-weight: normal;
}
img {
	border:none;
}
.borrar {
	clear:both;
}
.texto_centrado {
	text-align:center;
}
#contenedor {
	width:980px;
	margin:0px auto;
	padding:0px;
}
#cabecera {
	width:980px;
	height:160px;
}
#menu {
	width:980px;
	height:40px;
}
#menu .inicio {
	height:40px;
	width:44px;
	float:left;
	background:url(../menu/inicio.jpg) no-repeat
}
#menu .separador {
	height: 40px;
	width:10px;
	float: left;
	background:url(../menu/separador.jpg) no-repeat;
}
#menu .boton {
	height:40px;
	float:left;
	width:auto;
}
#menu .fin {
	height:40px;
	width:46px;
	float:left;
	background:url(../menu/fin.jpg) no-repeat
}
#menu_lateral {
	width:204px;
	float:left;
	background:url(../menu_lateral/cuerpo.jpg) repeat-y;
	margin-left:10px;
	margin-top:12px;
}
#menu_lateral .inicio {
	height:6px;
	width:204px;
	background:url(../menu_lateral/inicio_fin.jpg) no-repeat
}
#menu_lateral .fin {
	height:6px;
	width:204px;
	background:url(../menu_lateral/inicio_fin.jpg) no-repeat
}
#menu_lateral .boton {
	width:187px;
	height:36px;
	margin:3px auto;
	margin-bottom:0px;
}
/* para departamentos.html */
#menu_lateral .formacion {
	width:187px;
	height:36px;
	margin:5px auto;
	margin-bottom:0px;
}
/*------------------------*/
#menu_lateral .imagenes {
	width: 179px;
	margin:0px auto;
}
#menu_lateral .contenedor {
	height: 66px;
	width:86px;
	border: solid 1px #097e3a;
	float:left;
	margin-top:3px;
}
#menu_lateral .separador {
	float:left;
	height:6px;
	width:3px;
}
#menu_lateral .logo {
	width:192px;
	height:35px;
	margin:0px auto;
	margin-bottom:4px;
}
#contenido {
	float:right;
	width:708px;
	margin-top:12px;
	font-size:small
}
/* para index.html */
#menu_lateral .index {
	width:186px;
	margin:0px auto;
	text-align:center
}
#menu_lateral .index p {
	margin-top: 3px;
	padding-top:0px;
}
#pie {
	width:980px;
	margin: 0px auto;
	text-align: center;
}
#bg_pie {
	width: 980px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}
.borde_img {
	padding: 2px;
	border: 2px solid #097e3a;
}
#contenido p {
	text-align: justify;
}
.scroll {
	border: 2px solid #097e3a; padding: 13px; line-height: 25px; height: 389px; overflow: auto;
}

.galeria_izq {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	position: relative;
	top: -1px;	

}
.galeria_izq:hover {
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
.galeria_izq:active {
	filter:alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}