BODY {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #287DBD;
    outline: none;
}

A:hover {
	color: #E0413D;
}

#CorpoPagina {
	font-size: 12px;
	line-height: 1.6em;
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
}

#CorpoPagina STRONG {
	color: #606060;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	font-style: italic;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 4px;
	color: #00A441;
}

#CorpoPagina H2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #00A441;
}


#CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #00A441;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}



