@charset "utf-8";
/* CSS Document */

.bt_calcular {
	background-image: url(images/bt_calcular.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border:0px;
	height:37px;
	width:105px;
	cursor:pointer;
}

.bt_borrar {
	background:#FFFFFF url(images/bt_borrar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border:0px;
	height:37px;
	width:105px;
	cursor:pointer;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.titulo {
	color:#006683;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.titulo_blanco {
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/titulo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:31px;
	width:300px;
}
.borde {
	border: 1px dotted #FF9900;
}
