IMG{border:0;}
.negrita{font-weight:bold;}

body{
	margin:0px;
	padding:0px;
	background-color:white;
	text-align:center;
	font-family:arial narrow, miriad, arial,sans-serif;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#ffcc00;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
}

#cuerpo_general{
	position:relative;
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
	width:901px;
	height:523px;
}

	#cabecera{
		position:relative;
		height:220px;
	}

		.contenido_cabecera{
			position:absolute;
			top:2px;
			left:3px;
		}

	#cuerpo{
		position:relative;
		text-align:left;
		background-color:white;
		margin-left:auto;
		margin-right:auto;
		height:300px;
		width:895px;
		background-repeat:repeat-y;
		color:#333333;
	}

		.titulo{
			color:#ffcc00;
			font-weight:bold;
		}

		#texto_cuerpo{
			position:absolute;
			top:15px;
			right:20px;
			text-align:right;
			width:525px;
		}

		#enlaces_destacados{
			position:absolute;
			font-size:14px;
			font-weight:bold;
			color:#999999;
			right:0px;
			bottom:15px;
			background-color:white;
			padding:5px 20px 5px 20px;
		}
		#enlaces_destacados a{
			color:#999999;
			text-decoration:none;
		}


.amarillo{color:#ffcc00;}
.amarilloNegrita{color:#ffcc00;font-weight:bold;}
.fin{clear:both;}