/* Zona principal de contenidos */

#cmd {
	padding: 10px;
	background-color: #fff;
	font-size: 12px;
	margin: 0 20px;
	}
	
#cmd * {
	}

#cmd form * {
	}


#cmd p {
	margin-bottom: 1em;
	line-height: 150%;
	}
	
#cmd h1 {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 130%;
	color: #2A354D;
	background-color: transparent;
	}
	
#cmd div.articulo h1 {
	border-bottom: 2px solid #2A354D;
	margin-bottom: 0;
}
	
#cmd h2 {
	line-height: 130%;
	color: #475A84;
	background-color: transparent;

	}
#cmd h3 {
	line-height: 130%;
	color: #475A84;
	background-color: transparent;
	
	}
#cmd h4 {
	line-height: 130%;
	color: #475A84;
	background-color: transparent;
	
	}
#cmd h5 {
	line-height: 130%;
	color: #627BB4;
	background-color: transparent;
	
	}
#cmd h6 {
	line-height: 130%;
	font-style: italic;
	color: #627BB4;
	background-color: transparent;
	}
	
#cmd pre, #cmd code {
	font-family: courier, monospace;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 6px 0px;
	}
	
#cmd sup, #cmd sub {
	font-size: 8px;
	}
	
#cmd ol, #cmd ul {
	margin-bottom: 1em;
	line-height: 150%;
	}
	
#cmd ul {
	list-style: disc;
	}
	
#cmd li {
	list-style-position: inside;
}

#cmd blockquote {
	border: 1px solid #9d8941;
	color: #9d8941;
	background-color: transparent;
	padding: 0.5em 1em 0em 1em;
	margin: 0 2em 1em 2em;
	}

#cmd div.articulo p.publicacion {
	margin-bottom: 2em;
}

#cmd div.articulo  p.publicacion br, #cmd  div.articulo p.intro br, #cmd  div.articulo p.meta br {
	clear: both;
}

#cmd div.articulo  p.intro {
	clear: both;
	width: 100%;
	display: block;
	color: #003F7F;
	background-color: transparent;
	float: none;
	margin-bottom: 1em;
	}
	
#cmd  div.articulo p.intro img {
	float: left;
	margin-right: 10px;
	display: block;
	}


#cmd  div.articulo div.intro p.meta {
	clear: both;
	margin-bottom: 2em;
}

#cmd div.articulo  div.contenido {
	margin-top: 3em;
}

#cmd div.articulo div.contenido a {
	padding-right: 12px;
	background: #fff url(graficos/link.gif) no-repeat center right;
	text-decoration: underline;
	color: #003F7F;
}

#cmd div.articulo div.contenido a:hover {
	color: #003F7F;
	background: #FFF url(graficos/link_hover.gif) no-repeat center right;
}

#cmd div.articulo div.contenido a:visited {
	color: #0A2541;
	background: #fff url(graficos/link_visited.gif) no-repeat center right;
}
