    <!-- 
    body  {
		font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
    	padding: 0;
    	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
    	color: #000000;
    }
    .aema #container { 
    	background-image: url(../images/fondo.gif);
		width: 892px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
    	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
    	border: 0px;
    	text-align: left; /* esto anula text-align: center en el elemento body. */
		
    } 
    .aema #header { 
		height: 150px;
    	background:  url(../images/tmp_header_bg.jpg) no-repeat top left;
		margin-left: 33px;
		
		
    } 
	
	.aema #header2 { 
		border: 0px;
		margin-top: 40px;
		margin-left: 15px;
		
    } 
	
	.aema #header h4{ 
		background: transparent  url(../images/tmp_header_h4.jpg) top left no-repeat; 
		padding-left: 260px;
		padding-top: 50px;
		font-weight: bold;
		font-size: 80%;
		height: 100px; 
		margin:0;
		margin-left: 4px;
	}
	
	.aema #controlbar {
		margin-top: 110px;
		margin-bottom: 0px; !important
		height: 32px;
		float:right;
		padding-right: 0;
		margin-right:10px; 
		color: black;
		font-size: 75%;
	}
	
	.aema #controlbar img {
		margin-top: 0px;
		float: right;
		padding-top: 0px;
		border: none;
	}
	.aema #controlbar form {
		margin-top: 0px;
		float: right;
	}
	
	.aema #controlbar form input[type=text]{
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #cccccc;
		font-size: 90%;
	}
	
	.input{
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #cccccc;
		font-size: 110%;
	}
	
	.aema #menu {
		background:  url(../images/tmp_menu_bg.jpg) top right no-repeat;
		margin-top:0;
		clear: right;
		height: 49px;
		padding-right: 10px;
		padding-left: 10px;
		margin-left: 4px;
		margin-right: 6px;
	}
	
    .aema #sidebar1 {
    	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
    	width: 200px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
    	background:  url(../images/tmp_sidebar1_bg.jpg) top right no-repeat;
		padding-top: 5px;
		margin-bottom: 10px;
    	padding-right: 15px; 
		margin-right: 6px;
    }
	
	.aema #sidebar1 h3{
		font-size: 110%;
		color:#669933;
		font-weight: normal;
		margin-bottom: 2px;
	}
	
	.aema #sidebar1 ul{
		width: 180px;
		margin:0;
		padding:0;
		list-style: none;
	}
	
	.aema #sidebar1 li{
		margin-bottom: 15px;
	}
	
	.aema #sidebar1 li a{
		text-align: center;
		padding-top: 5px;
		display: block;
		background: transparent url(../images/tmp_sidebar1_button_normal.jpg) no-repeat;
		width: 165px;
		height: 34px;
		color: white;
		font-style:italic;
		text-decoration:none;
	}
	
	.aema #sidebar1 li a.selected{
		/* background: transparent url(../images/tmp_sideber1_button_selected.jpg) no-repeat;
		padding-top: 10px;
		height: 50px; */
	}
	.aema #sidebar1 #zonaTecnica {
		padding-left: 15px;
		padding-bottom: 5px;
		
	}
	/*.aema #sidebar1 #zonaTecnica a,.aema #sidebar1 #zonaTecnica a:hover,.aema #sidebar1 #zonaTecnica a:visited {
		font-size: 75%;
		color: #669933;
	} */
	
	.aema #sidebar1 #zonaTecnica form{
		padding-top: 5px;
	}
	
	.aema #sidebar1 #zonaTecnica form label{
		font-size: 75%;
		font-weight: bold;
	}
	
	.aema #curriculum form label{
		font-weight: bold;
	}
	
	.aema #sidebar1 #zonaTecnica form input[type=text], .aema #sidebar1 #zonaTecnica form input[type=password]{
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #ccc;
		font-size: 90%;
		width: 100px;
	}
	
	.aema #curriculum form input[type=text], aema #curriculum form textarea[type=textarea] {
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #ccc;
		font-size: 90%;
		width: 300px;
	}
	
	.aema #curriculum2 form input[type=text], aema #curriculum2 form textarea[type=textarea] {
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #ccc;
		font-size: 90%;
	}
	
	.aema #curriculum3 form input[type=text], aema #curriculum3 form textarea[type=textarea] {
		font-family: "Trebuchet MS", verdana, arial;
		border: 1px solid #ccc;
		font-size: 110%;
	}
	
	
	.aema #sidebar1 #zonaTecnica form input[type=image] {
		padding-left: 45px;
		margin-right: 25px;
		margin-top: 10px;
	}
	
	
	.aema #curriculum form input[type=image] {
		margin-left: 15px;
	}
	
	.aema #mainContent { 
    	float:right;
		margin-right: 25px;
		font-size: 90%;
		
	}
	
	.aema #mainContent h2{
		color: #669933;
		font-weight: normal;
		font-size: 160%;
		margin-bottom: 2px;
		
	}
	
	.h2index{
	  font-size: 12px;
	}
	.aema #mainContent h4{
		color: #000000;
		font-weight: bold;
		font-size: 110%;
		margin-bottom: 2px;
		
	}
	
	.aema #mainContent h3{
		color: #669933;
		font-weight: bold;
		font-size: 140%;
		margin-bottom: 2px;
		
	}
	
	.verde{
		color: #669933;
		font-weight: bold;
		font-size: 110%;
		margin-bottom: 2px;
		
	}
	 
    .aema #footer { 
    	padding: 0 10px 0 20px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
		border: 1px solid #DDDDDD;
    	background:#FFFFFF; 
		margin-left: 14px;
		margin-right: 16px;
		font-size: 75%;
		color: #666666;
    } 
	
	.aema #footer a,.aema #footer a a:hover,.aema #footer a:visited {
		color: #669933;
	} 
	
    .aema #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
		
    }
	
	.aema #footer2 { 
    	padding: 0 10px 0 20px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
		border: 0px;
    	background:#FFFFFF; 
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 35px;
		margin-right: 16px;
		vertical-align: middle;

		
    } 
	
	.aema #footer3 { 
		height: 7px;
    	background:  url(../images/bot.gif) no-repeat top right;

	} 

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	.corner{
	background: #F0F0F0 url(../images/tmp_corner.jpg) top right no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-left: 1px;

	}
	
	.corner2{
	background: #F0F0F0 url(../images/tmp_corner.jpg) top right no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
	.corner3{
	background: #F0F0F0 url(../images/tmp_corner.jpg) top right no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	}
	
	.corner4{
	background: #F0F0F0 url(../images/tmp_corner.jpg) top right no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	}
	
	.corner h4{
		font-size: 105%;
		margin-bottom: 5px;
	}
	
	.corner h5{
		font-size: 80%;
		margin-bottom: 5px;
	}
	
	.corner h6{
		font-size: 75%;
		margin-bottom: 5px;
	}
	
	.des{
		background: #E2E2E2; 
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #669933;
		border-right-color: #669933;
		border-bottom-color: #669933;
		border-left-color: #669933;
	}
	
	.corner a, .corner a:hover, .corner a:visited{
		font-size: 87%;
		color: #669933;
	}
	
	.corner2 a, .corner2 a:hover, .corner2 a:visited{
		font-size: 87%;
		color: #669933;
	}
	
	.corner3 a, .corner3 a:hover, .corner3 a:visited{
		font-size: 87%;
		color: #669933;
	}
	
	.noticias, .actividades{
		font-size: 87%;
		float:left;
		width: 307px;
	}
	
	
	.noticias .corner, .actividades .corner {
		background-color: #F0F0F0;
		min-height: 320px;
   		height: auto !important;
/*    _height: 200px;	*/	
	}
	
	.noticias {
		margin-right: 0px;
	}
	
	.actividades{
		margin-left: 0px;
	}
	
	.contenidos {
		font-size: 87%;
		float:left;
		width: 624px;
			
	}
	
	.contenidos .corner3 {
	background-color: #F0F0F0;
	min-height: 335px;
    height: auto !important;	
    height: 350px;
	}
	
	
	
	hr{
		background-color: #CCC;
		margin-right: 10px;
	}
	
	
	 td{font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
	.td2{font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
 
	
	.mas{
		display: block;
		text-align: right;
		margin-right: 10px;		
	}
	
	
	.mas2{
		display: block;
		text-align: left;
		margin-right: 10px;		
	}
	.listas {
		font-size: 80%;
	}
	
	i{
		color: #99CC00
	}
a.grupo:link, a.grupo:visited {
	font-size: 12 px;
	font-weight: bold;
	color: #235F24;
	text-decoration: none;
}
a.grupo:hover {
	font-size: 12 px;
	font-weight: bold;
	color: #235F24;
	text-decoration: underline;
}
.empresas{
	font-size: 11 px;
	font-weight: bold;
	color: #000000;
}
a.empresas:link, a.empresas:visited, a.empresas:hover  {
	font-size: 11 px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
    --> 

