body {
/*	background-image:url(images/bak1.gif); 
	background-image:url(images/bak3.gif);
	background-image:url(images/fotos/fondo1.jpg);
	background-attachment:fixed;
	background-repeat : no-repeat;
	background-position : center;	*/
	background-color: black;
	text-align: center;
	font-family: arial,verdana, tahoma, arial;
	font-size: 12px;
}

#contenedor {
	background-color: white;
	border: 2px solid #ddeedd;
	display: block;
	display:table;
	width: 741px;
	
	position: relative;
	margin-left : auto;
	margin-right : auto;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	height: auto; 
	text-align: left;
}

#laimagen { 
	border: 0px solid red;
	display: block;
	width: 741px;
	margin-bottom: -140px;
}

#ellogo { 
	display: block;
	position: relative;
	top: -120px;
	left: 20px;
	z-index: 100;
}

#lafrase { 
	display: block;
	position: relative;
	top: -145px;
	left: 450px;
}

#elidioma, #elidioma_int { 
	text-align: right;
	width: 165px;
	border: 0px solid red;
	display: block;
	position: relative;
	top: -70px;
	left: 575px;
}

#elidioma_int { 	top: -100px; }
#elidioma A, #elidioma_int A { text-decoration: none; }

#laimagendedentro {
	display: block;
	position: relative;
	height: 169px;
	width: 741px;
	top: 0px;
	left: 0px;
	padding: 0;  
    margin:  0; 	
}

#laimagendedentro img { 
	height: 169px;
	width: 741px;
	top: 0px;
	left: 0px;
	padding: 0;  
    margin:  0; 	
}

#elmenu {
	background-image:url(images/back_menu.jpg);
	border: 0px solid green;
	display: block;
	position: relative;
	margin-top: 60px;
	width: 741px;
}

#elmenu a {
	font-weight : bold;
	margin-left: 2px;
	width: 119px;
	display: block;
	float: left;
	color: white;
	background-color: blue;
	padding: 4px 2px 4px 3px;
	text-decoration: none;
}

#elmenu a:hover {
	background-color: silver;
	color: black;
}

.col_central {
	border: 0px solid green;
	display: block;
	position: relative;
	margin-top: 15px;
	width: 530px;
	float: left;
	height: 100%;
	padding: 0px 5px 0px 5px;
	font-size: 12px;

}

#col_lateral {
	border: 0px solid green;
	display: block;
	position: relative;
	margin-top: 15px;
	width: 185px;
	float: left;

	height: 200px;

	background-color: #f8f8f3;
}

#pie_col_lateral {
	color: #737372;
	padding-left: 4px;
	font-size:10px;
}

#elsubmenu {
	display: block;
	position: relative;
	width: 120px;
	height: 175px;
	border: 0px solid red;
}

#elsubmenu a {
	background-image:url(images/back_submenu.jpg);
	background-repeat: repeat-x;
	margin-left: 2px;
	width: 179px;
	display: block;
	float: left;
	color: #737372;
	background-color: #f1f1ee;
	padding: 5px 3px 5px 3px;
	text-decoration: none;
}

#elsubmenu a:hover {
	background-color: silver;
	color: black;
}

.titular {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight : bold;
}

/* --------------- Actividades ----------------*/

.bloque_actividad {
clear: both; 
border: 0px solid red; 
height: 100%;
margin-bottom: 5px;
}

.imagen_actividad {
	float: left;
	margin-top: 5px;
}

.descripcion_actividad {
margin-left: 8px; margin-top: 0px; margin-bottom: 5px; float: left; 
}

.titulo_actividad {
	font-size: 13px;
	font-weight : bold;
	line-height: 22px;

}

.enlace_actividad {
	float: right;
	font-size: 9px;
}
.enlace_actividad a {
	text-decoration: none; 
	font-size: -1; 
	margin-top: 3px;
	background-image:url(images/pdf_ico2.jpg);
	background-repeat : no-repeat;
	background-position : right;	
	padding-right: 17px;
	margin-right: 3px;
	font-size: 12px;	
}


/* --------------- Fin Actividades ----------------*/

