/* CSS Document */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4A28;
}

A {
	color: #CF3A00;
}

A:hover {
	color: #7C2400;
	text-decoration: none;
}

#CorpoPagina {
	font-size: 80%;
	line-height: 1.4em;
}

#CorpoPagina A {
	text-decoration: underline;
}

#CorpoPagina H1 {
	font-size: 150%;
	color: #CF3A00;
	margin-bottom: 8px;
}

#CorpoPagina H3 {
	display: inline; 
	font-weight: bold;
}

#CorpoPagina P {
	padding-bottom: 1em;
}


#Kit A.Kit1 {
	display: block;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 15px;
}

.Centro {
	text-align: center;
}

.Debug {
	border: 1px solid red;
}

INPUT, TEXTAREA {
	background-color: #ffffff;
}