* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-style: none;
}
html { height: 100%; }
body {
	background-color: #CC0000;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:#FF0000;
}
/**************************************************************************************************************/
#comentario {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CC0000;
}
form { }
fieldset {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
legend {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px 10px;
}
label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
input {
	display: block;
	width: 100%;
}
textarea {
	display: block;
	width: 100%;
	height: 200px;
}

