/***********************************************/
/* Hoja de estiilo para la 2da.Versión         */
/* del portal de MEX                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

		body{
			font-family : 'trebuchet ms', verdana, sans-serif;
			color: #fff;
			background-color:#000;
			line-height: 1.166;	
			margin: 0px;
			padding: 0px;
		}
		#bio {
			padding: 30px 0 20px 40px;
			text-indent: 0.1 in;
		}
		#bio a:link, #bio a:visited {
			line-height: 14px;
			font-weight: bold;
			text-decoration: underline;
			color: #fff;
		}
		#izquierda{
			clear:left;
			float:left;
			width: 780px;
			height:100%;
			border: 1px solid #326464;
			margin:5px 5px 5px 5px;
		}
		* html #Izquierda {
			width:780px; /* para IE5.x/ */
			w\idth:780px; /* para otros IE */
		}
		
		#derecha{
			margin:0px 5px 5px 795px;
			width: 180px;
		}
		#logotipo{
			width: 180px;
			height: 80px; 
			background: url(logo.jpg) no-repeat 100% 100%;
		}
		#menu {
			height:20px;
			text-align: center; /* alinear textos */
			background-color:#000000;
		}
		#menu ul li {
			margin: 0; 
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		#menu ul li a:link, #menu ul li a:visited {
			font-size: 10px;
			line-height: 14px;
			font-weight: bold;
			margin: 0 10px 4px 0px;
			padding-bottom: 2px;
			text-decoration: none;
			color: #fff;
		}
		#menu ul li a.actual:link, #menu ul li a.actual:visited, #menu ul li a:hover {
			border-bottom: 3px solid #326464;
			padding-bottom: 2px;
			color: #326464;
		}
		#recuadro{
			margin:10px 0 10px 0;
			width:100%;
			border: 1px solid #cccccc;
			padding:5px 5px 5px 5px;
		}
		
		#tituloAno{
			margin:5px 0 0 0;
			padding:2px 0px 2px 5px;
			background-color:#326464;
			font-size: 11px;
			color:#fff;
		}
		#tituloMes{
			margin:2px 0 0 0;
			padding:1px 0px 1px 10px;
			border: 1px dashed #326464;
			font-size: 11px;
			color:#fff;
		}
		#articulo{
			margin:2px 5px 2px 0;
			padding:1px 0px 1px 20px;
			background-color:#333;
		}
		#articulo a:link, #articulo a:visited, #articulo a:hover {
			line-height: 4px;
			font-weight: bold;
			text-decoration:none;
			color: #fff;
			}
		#comentarios a:link, #comentarios a:visited, #comentarios a:hover {
			line-height: 4px;
			font-weight: bold;
			text-decoration:underline;
			color: #fff;
			}
		#pie{
			clear:left;
			font-size:10px;
			color:#fff;
			text-align:center;
			}