BODY {
	background-color: #2E5F6B;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}

/* Título principal */
h1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	text-align: justify;
	margin: 20px 25px 3px 26px;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 0px 0px 4px 0px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: normal;
	color: black;
	text-align: right;
	margin: 12px 0px 4px 0px;
}

A {
	font-size: 13px;
	color: #2E5F6B;
	text-decoration: underline;
}

A:visited {
	font-size: 13px;
	color: #2E5F6B;
	text-decoration: underline;
}
A:active	{ 
	font-size: 13px;
	color: #2E5F6B;
	text-decoration: underline;
}

A:hover {
	font-size: 13px;
	color: #66B7CC;
	text-decoration: none;
}


.t9 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	float: right;
	text-align: right;
	margin: 0 34px 0 0;
	color: #3B7684;
	cursor:hand;
	cursor:pointer; 
}

/* Párrafos   */
p	{
	margin:0;
	padding:0 0 6px 0;
	line-height: 1.3em;
	text-indent: 2.5em;
	}

/* divs */
#todo {
	border:0px solid #000000;
	background-color: #66B7CC;
	width:100%;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

.articulo {
	width: auto;
	margin: 10px 25px 25px 25px;
	padding: 15px;
	float: none;
	text-align: justify;
	line-height: 18px;
	background-color: #EBF7FA;
}

