body{
	font-family:Arial, Helvetica, sans-serif;
}
.contenedor{
	background:url("../img/fondo.jpg") no-repeat left top;
	width:630px;
}
.contenido{
	padding:298px 0 0 0;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.bq_gris{
	margin-right:1px;
	width:630px;
}
.bq_gris .a, .bq_gris .b{
	text-align:center;
}
.bq_gris .a{
	background-color:#d6dde3;
	padding:2px 0;
	font-size:10px;
	color:#FFF;
}
.bq_gris .b {
	background-color: #0090c8;
	border-radius: 0 0 3px 3px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	line-height: 20px;
	padding: 3px 0 7px;
}
.tit{
	background-color:#FFF;
	margin:1px auto;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.txt_a, .txt_b{
	padding:3px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-radius:3px;
	width:300px;
	font-size:12px;
	font-weight:bold;
}
.txt_a {
	background-color:#b4b4b4;
	text-align:right;
}
.txt_a span, .txt_b span {
	font-weight:normal;
}

.txt_b {
	background-color:#d5d5d5;
	text-align:left;
}
