/* CSS Document */
body {
	padding: 5px;
	background-color: #DDD;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,p{margin: 0 10px}
h1{font-size: 250%;color: #FFF}
h2{font-size: 200%;color: #f0f0f0}
p{padding-bottom:1em}
h2{padding-top: 0.3em}

#Contenedor{
	width: 994px;
	margin: auto;
}
#cabecera{
	width: 100%;
	background-color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tr{
border-bottom:1px #000000;
}

.subtitulo {
/*	width:100%;*/
	background-color: #000000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:90%;
}

div#niftyCab{
	background: #FFF;
	margin:5px 5px 0px 5px;
	padding:0;
}

div#nifty{
	margin:0 5px 10px 5px;
	background: #FFF;
}

div#nifty2{
	margin:5px;
	background: #FFF;
}

b.rtop, b.rbottom{
	display:block;
	/*Cambiar este parámetro junto con el color del fondo en Body*/
	background: #DDD;
}

b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #FFF;
}

b.r1{
	margin: 0 5px;
}

b.r2{
	margin: 0 3px;
}

b.r3{
	margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}

a.pdf {	color:#666666;
	font-weight:normal;
	text-decoration:underline;	
}

#I{
	width:15%;
	float:left;
	margin:8px 8px 0 25px;
	background:#EFEFEF;
	padding:5px;
}

#D{
	width:75%;
	float:right;
}