.boton{
	background-image: url(http://www.hosteleo.com/botones/redondo.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
	background-color: #FFF;
	background-position: center center;
}
.descrip{
	font-weight: bold;
	color: #0066FF;
	text-align: right;
}
.descrip2{
	font-weight: bold;
	color: #0066FF;
}
.div1{
	padding: 10px;
	border: 1px solid #09F;
	width: 400px;
	float: left;
	margin: 10px;
}

/*  clases para los titulos y subtitulos de cada pagina  */

.tdTitulo{
		color:#0166FE;
		font-size: 15px;
		font-weight: bold;
		text-decoration:underline;
}

.tdSubTitulo{
		color:#0166FE;
		font-size: 13px;
		font-weight: bold;
		text-decoration:underline;
}