html {
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height:100%;
}

#menu1 { list-style-type:none; left:0px; top:0px; margin:0px; padding:0px; }
		
#menu1 li{ left:0px; top:0px; margin:0px; padding:0px; width:210px; margin-top:1px; }
	
#menu1 li a{  
	font-family:"Arial"; 
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	padding-left:17px; 
    background-image:url(../images/flecha_1.gif);
	background-position:left top; 
	background-repeat:no-repeat;
	background-color:#779CB0;
	line-height:20px;
	display:block;
	height:20px;
}

#menu1 li a:hover{ background-color:#FF6600; background-image:url(../images/flecha_2.gif);}			

#menu_principal { list-style-type:none; left:0px; top:0px; margin:0px; padding:0px; }
		
#menu_principal li{ left:0px; top:0px; margin:0px; padding:0px; width:210px; margin-top:1px; }
	
#menu_principal li a{  
	font-family:"Arial"; 
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	padding-left:17px; 
    background-image:url(../images/flecha_1.gif);
	background-position:left top; 
	background-repeat:no-repeat;
	background-color:#779CB0;
	line-height:20px;
	display:block;
	height:20px;
}
	
#menu_principal li a:hover{ background-color:#FF6600; background-image:url(../images/flecha_2.gif);}			


	
	#mapaWeb{ margin-top:28px !important; }
	

	
/* Páginas de contenido */

		#cabecera{ 
			background-image:url(../images/contenido_cab.jpg); 
			background-repeat:no-repeat;
			background-position:left top;
			height:142px;
			width:770px;
			left:0px;
			top:0px;
			position:relative;
		}
		#email { position:absolute; left:682px; top:115px; }
		
		#fecha { position:absolute; left:560px; top:20px; 
			text-align:right; 
			font-family:Arial;
			font-size:10px;
			color:#ffffff;
			width:200px;
		}
		#des_usua { position:absolute; left:560px; top:40px; 
			text-align:right; 
			font-family:Arial;
			font-size:10px;
			font-weight:bold;
			color:#ffffff;
			width:200px;
		}
	/* Artículos en general */
	
		.articulo{ position:relative; margin-top:20px; margin-bottom:10px;}
		
		.tituloArt { position:relative; 
			font-family:Arial;
			font-size:20px;
			font-weight:bold;
			color:#33536A;
			width:535px;
			padding-bottom:2px;
			border:0px;
			border-bottom-width:2px;
			border-style:solid;
			border-color:#EBA96C;
			margin-bottom:10px;
		}
		
		.subTituloArt { position:relative;
			font-family:Arial;
			font-size:18px;
			font-weight:bold;
			color:#426B89;
			margin-bottom:5px;
		}
		
		.textoNivel1{
			font-family:Arial;
			font-size:12px;
			color:#333333;
			text-align:justify;
			margin-bottom:5px;
		}
		
		.textoNivel1Destacado{
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			color:#333333;
			text-align:justify;
		}
		
		.textoNivel2{
			font-family:Arial;
			font-size:12px;
			color:#333333;
			text-align:justify;
			margin-bottom:5px;
		}
		
		.listaArt { list-style-type:none; left:0px; top:0px; margin:0px; padding:0px; margin-bottom:5px;}
		
		.listaArt li{ left:0px; top:0px; margin-left:20px; padding:0px; 
			font-family:Arial;
			font-size:11px;
			color:#333333;
		}
		
		.enlaceArt{
			font-family:Arial;
			font-size:11px;
			font-weight:bold;
			margin-bottom:5px;
		}
		.enlaceArt a{ color:#0099FF; }
		
		.botSubir{ margin-top:15px; margin-bottom:5px;}
		
		.botDesc{ margin-top:15px; margin-bottom:5px; float:left;}
		
		.botInfoArt{ margin-top:15px; margin-bottom:5px; float:left;}
		
		.finArticulo{ clear:both; }
		
	/* Novedades Eventos y Cursos */
		
		.novedad{ position:relative; margin-top:20px; margin-bottom:10px;}
		
		.tituloNov { position:relative; 
			font-family:Arial;
			font-size:20px;
			font-weight:bold;
			color:#33536A;
			width:535px;
			padding-bottom:2px;
			border:0px;
			border-bottom-width:2px;
			border-style:solid;
			border-color:#EBA96C;
			margin-bottom:10px;
		}
		
		.subTituloNov { position:relative;
			font-family:Arial;
			font-size:15px;
			font-weight:bold;
			color:#426B89;
			margin-bottom:5px;
		}
		
		.fecha_y_fuente{
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			color:#333333;
			margin-bottom:5px;
		}
		
		.fechaNov { margin-right:20px; }
		
		.contenidoNov{
			font-family:Arial;
			font-size:11px;
			color:#333333;
			margin-bottom:10px;
			width:350px;
			text-align:justify;
		}
		
		.botInfoNov {
			width:350px;
			text-align:right;
			margin-bottom:5px;
			border:0px;
			border-bottom-width:1px;
			border-style:solid;
			border-color:#BEBEBE;
		}
	    #header {
      float:left;
      width:100%;
      background:#DAE0D2 url(../images/bg.gif) repeat-x bottom; 
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(../images/norm_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url(../images/norm_right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#000099;
	  font-size:12px;
      }
      
      #header span {
      float:left;
      display:block;
      background:url(../images/norm_right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#000099;
	  font-size:12px;
      }
      
      
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    #header span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
	  color:#FF6666;
      }
    #header span:hover {
	  color:#FF6666;
      }
    #header #current {
      background-image:url(../images/norm_left_on.gif);
      border-width:0;
      }
    #header #current a {
      background-image:url(../images/norm_right_on.gif);
      padding-bottom:5px;
	  color:#0000CC;
      }
      
      #header #current span {
      background-image:url(../images/norm_right_on.gif);
      padding-bottom:5px;
	  color:#0000CC;
      }

.textoConsejos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006766;
}



	#menu { position:relative; left:2px; top:-2px; text-align:left; }
		
		#contMenu2 { position:relative; left:0px; top:0px; height:36px; }
		
		#menu2 { position:absolute; left:40px; top:0px; }
		
		#menu_2 { list-style-type:none; left:0px; top:0px; margin:0px; padding:0px; }
				
			#menu_2 li{ left:0px; top:0px; margin:0px; padding:0px; height:29px; width:90px; margin-left:10px; float:left; }
			
			#menu_2 li a{  
				font-family:"Arial"; 
				font-size:14px;
				font-weight:bold;
				color:#ffffff;
				text-decoration:none;
				padding-left:6px; 
				display:block;
				padding-top:13px;
			}
			
			#novedades{  background-image:url(images/fondo1.gif); 
				background-position:left top; 
				background-repeat:no-repeat;
				background-color:#FF6600;
			}
			#eventos{  background-image:url(images/fondo2.gif); 
				background-position:left top; 
				background-repeat:no-repeat;
				background-color:#FF6600;
			}
			#cursos{  background-image:url(images/fondo3.gif); 
				background-position:left top; 
				background-repeat:no-repeat;
				background-color:#FF6600;
			}
			
		#finMenu { clear:both; }