table {
	font-family:        Trebuchet MS;
    font-size:			12px;
}

.style5{
	color:				#FF8000
}
body {
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	}
#titulo {
	font-size:			12px;
	color:              #FF8000
}
input {
 	font-family:        Trebuchet MS;
    font-size:			12px;
}
select {
 	font-family:        Trebuchet MS;
    font-size:			12px;
}
#titulon {
	font-size:			20px;
	font-weight:		bold;
	color:              #FF8000
}
hr {
	border: none 0;
	border-top: 1px dashed #FF8000;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
span.subtitulo {
	font-size:			16px;
	font-weight:		bold;
	color:              #FF8000
}
#subitulo {
}
p.subtitulo {
 	font-family:        Trebuchet MS;
    font-size:			14px;
    font-weight:		bold;
	color:              #FF8000
}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
	div.activocabecera{
		margin: 			0 0;
		background: 		#FF8000;
        font-family:        Trebuchet MS;
	    font-size:			16px;
	    font-weight:		bold;
	    color:				white;
	}
	div.activocuerpo{
		width:				230px;
		margin: 			0 0;
		background: 		#FFE7CE;
        font-family:        Trebuchet MS;
	    font-size:			12px;
	    color:				white;
	}

	div.inactivocabecera{
		margin: 			0 0;
		background: 		#B1B1B1;
        font-family:        Trebuchet MS;
	    font-size:			16px;
	    font-weight:		bold;
	    color:				white;
	}
	div.inactivocuerpo{
		width:				230px;
		margin: 			0 0;
		background: 		#F2F2F2;
        font-family:        Trebuchet MS;
	    font-size:			12px;
	    color:				black;
	}