html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color:#000000;
}

input, select, inputselectd {
	font-size: 11px;
	border: 1px solid #CA0000;
	background-color : #CA0000;
	color:#ffffff;
}

textarea {
	font-family: Arial;
	font-size : 12px;
	border: 1px solid #CA0000;
	background-color : #CA0000;
	color:#ffffff;
}

img {
	border: 0px solid;
}

td, b, p, div {
	font-size: 13px;
	color: #ffffff;
}

span {
	font-size: 13px;
	color: #CA0000;
}

a {
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}

a:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}

h1 {
	font-size: 20px;
}

.tooltip{
	position:absolute;
	top:50%;
	left:50%;
	padding: 5px;
	display: none;
	border:1px solid #e41b1b;
	z-index: 100;
	width:500px;
	margin-top:-100px;
	margin-left:-300px;
	background:#000000;
	cursor:help;
}

#cntd-texto{
	width:98%;
	height:228px;
	overflow:auto;
	padding-right:5px;
}


